#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include #include "icalls/mscorlib/System.Threading/Thread.h" #include "mono/ThreadPool/threadpool-ms.h" template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349; // System.Comparison`1 struct Comparison_1_tB56E8E7C2BF431D44E8EBD15EA3E6F41AAFF03D2; // System.Comparison`1 struct Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.EventHandler`1 struct EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1; // System.EventHandler`1 struct EventHandler_1_tFA1C30E54FA1061D79E711F65F9A174BFBD8CDCB; // System.EventHandler`1 struct EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t59E5EE359C575BAE84083A82848C07C4F342D995; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1F9B81EB08200946D06A609E250122229A0F76D1; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t451115FF3A7A124BC57DB9E571D397027C46E032; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t82E05038F75AC719F3B4316F5EAA7D69D4B4058D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tD16D395B5FFB20B760C503B3615F3285C34F9B02; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tB98CB586BD650CA36A8DA88A89D14FCE6E4EBB7A; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t6539F48B1663C43B3427FA51934B89F85F6D3898; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t82C37FF5CC100049B753E6D34F8FF8D8BD37D587; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tC3AC8A5C28B2623108769E01BADF76F3CEB18252; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t62010156673DE1460AB1D1CEBE5DCD48665E1A38; // System.Collections.Generic.IList`1 struct IList_1_tB51174A6DE5821B98ECC7865DCD68970EC83EC0F; // System.Collections.Generic.IList`1 struct IList_1_t2407D90F5702DFEBD8FD81C1CB0FD8F663D35D68; // System.Collections.Generic.IList`1 struct IList_1_t707982BD768B18C51D263C759F33BCDBDFA44901; // System.Collections.Generic.IList`1 struct IList_1_tE4D1BB8BFE34E53959D1BBDB304176E3D5816699; // System.Collections.Generic.IList`1 struct IList_1_tEB2AC9D4D1C1A94BAF055AF827800EC40E0CFE30; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t95CEC57CA04600603C7E9067D11E724EE99AD7D1; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t258A1DF69BBD19515F3751AFF247F05ED974E58B; // System.Collections.Generic.List`1> struct List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7; // System.Collections.Generic.List`1> struct List_1_t960AA958F641EF26613957B203B645E693F9430D; // System.Collections.Generic.List`1 struct List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17; // System.Collections.Generic.List`1 struct List_1_t053589A158AAF0B471CF80825616560409AF43D4; // System.Collections.Generic.List`1 struct List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9; // System.Collections.Generic.List`1 struct List_1_t2353AA641A9F1EA712AC48090296AE000B281771; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t06CAAF5787D8FDE0CB0F04082673EC9B212451BE; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0; // System.Threading.ThreadPoolWorkQueue/SparseArray`1 struct SparseArray_1_t0EBA1596FB6FD2DC6F89C27334AFE9C976DBD259; // System.Threading.ThreadPoolWorkQueue/SparseArray`1 struct SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t4720246ADD352D9004AFCAA652A1A240B620DE4E; // System.Threading.Tasks.Task`1 struct Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t5C221D6474B57B05A1EF91C1C6A7B1FA1CF361BF; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tAAC32AE618C238632B383B9345C22427B19EA9C5; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t0760EF54F1EA7070181C04D5D34118DC91F943ED; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t1C7C301E7059FCF4A6A299CCAFE1E1F79F13A00B; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tE65123098CDFD610BACE75A21156C2FB230E5CB0; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Globalization.CalendarData[] struct CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Runtime.CompilerServices.Ephemeron[] struct EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8; // System.Globalization.EraInfo[] struct EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A; // System.Exception[] struct ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D; // System.Runtime.ExceptionServices.ExceptionDispatchInfo[] struct ExceptionDispatchInfoU5BU5D_t5EB65900E5667832C315FF82CAAF099E9630C287; // System.Threading.IThreadPoolWorkItem[] struct IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.TimeZoneInfo[] struct TimeZoneInfoU5BU5D_t15855BB53677F120C7A68FD91310D08D61F9C808; // System.Globalization.TokenHashValue[] struct TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.ParameterizedStrings/FormatParam[] struct FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB; // System.Threading.ThreadPoolWorkQueue/WorkStealingQueue[] struct WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C; // System.TimeZoneInfo/AdjustmentRule[] struct AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.AggregateException struct AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1; // System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Threading.Tasks.AwaitTaskContinuation struct AwaitTaskContinuation_t1A2278C0F0612C10EEF2B2FF352D2833C53E86CB; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.ByteMatcher struct ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7; // System.IO.CStreamWriter struct CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.ConsoleCancelEventHandler struct ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D; // System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Runtime.Remoting.Contexts.ContextCallbackObject struct ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection struct DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B; // System.Text.Encoder struct Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Globalization.EraInfo struct EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B; // System.Exception struct Exception_t; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // System.Globalization.GregorianCalendarHelper struct GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Runtime.Remoting.Messaging.IMessageSink struct IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // System.Security.Principal.IPrincipal struct IPrincipal_t850ACE1F48327B64F266DD2C6FD8C5F56E4889E2; // Microsoft.Win32.IRegistryApi struct IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463; // System.Threading.Tasks.ITaskCompletionAction struct ITaskCompletionAction_t7007C80B89E26C5DBB586AF8D5790801A1DDC558; // System.Threading.IThreadPoolWorkItem struct IThreadPoolWorkItem_t03798D5DAC916ADE8FBCBF44C0FD3C307C571C36; // System.Runtime.Remoting.Messaging.IllogicalCallContext struct IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046; // System.Threading.InternalThread struct InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.InvalidTimeZoneException struct InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A; // System.Runtime.Remoting.Messaging.LogicalCallContext struct LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MethodInfo struct MethodInfo_t; // System.MulticastDelegate struct MulticastDelegate_t; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.OperatingSystem struct OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463; // System.OperationCanceledException struct OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9; // System.Threading.ParameterizedThreadStart struct ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516; // System.PlatformNotSupportedException struct PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E; // System.Threading.QueueUserWorkItemCallback struct QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118; // System.Threading.RegisteredWaitHandle struct RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F; // Microsoft.Win32.RegistryKey struct RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268; // System.ResolveEventHandler struct ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662; // Microsoft.Win32.SafeHandles.SafeRegistryHandle struct SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6; // System.Threading.SynchronizationContext struct SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskCanceledException struct TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B; // System.Threading.Tasks.TaskContinuation struct TaskContinuation_t7DB04E82749A3EF935DB28E54C213451D635E7C0; // System.Threading.Tasks.TaskExceptionHolder struct TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation struct TaskSchedulerAwaitTaskContinuation_t3780019C37FAB558CDC5E0B7428FAC3DD1CB7D19; // System.Threading.Tasks.TaskSchedulerException struct TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84; // System.TermInfoDriver struct TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03; // System.TermInfoReader struct TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // System.Globalization.ThaiBuddhistCalendar struct ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414; // System.Threading.ThreadAbortException struct ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153; // System.Threading.ThreadHelper struct ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C; // System.Threading.ThreadInterruptedException struct ThreadInterruptedException_t79671BFC28D9946768F83A1CFE78A2D586FF02DD; // System.Threading.Tasks.ThreadPoolTaskScheduler struct ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA; // System.Threading.ThreadPoolWorkQueue struct ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35; // System.Threading.ThreadPoolWorkQueueThreadLocals struct ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E; // System.Threading.ThreadStart struct ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687; // System.Threading.ThreadStateException struct ThreadStateException_t99CA51DDC7644BF3CD58ED773C9FA3F22EE2B3EA; // System.ThreadStaticAttribute struct ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14; // System.TimeType struct TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF; // System.TimeZone struct TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5; // System.TimeZoneInfo struct TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074; // System.TimeZoneNotFoundException struct TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62; // System.Type struct Type_t; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64; // System.Threading.Tasks.UnobservedTaskExceptionEventArgs struct UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842; // System.Threading.WaitOrTimerCallback struct WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB; // System.Console/InternalCancelHandler struct InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; // System.Threading.Tasks.TaskFactory/CompleteOnInvokePromise struct CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18; // System.IO.TextReader/NullTextReader struct NullTextReader_tFC192D86C5C095C98156DAF472F7520472039F95; // System.IO.TextReader/SyncTextReader struct SyncTextReader_tA4C7DEEF5A129E5D1287BDE2D5335AD7F8EEAA84; // System.IO.TextWriter/NullTextWriter struct NullTextWriter_t1D00E99220711EA2E249B67A50372CED994A125F; // System.IO.TextWriter/SyncTextWriter struct SyncTextWriter_t4B1FF6119ABECE598E0666C85337FA3F11FF785D; // System.Threading.ThreadPool/d__21 struct U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD; // System.Threading.Tasks.ThreadPoolTaskScheduler/d__7 struct U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040; // System.Threading.ThreadPoolWorkQueue/QueueSegment struct QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4; // System.Threading.ThreadPoolWorkQueue/WorkStealingQueue struct WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0; // System.TimeZoneInfo/AdjustmentRule struct AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304; // System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION struct DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895; // System.TimeZoneInfo/TIME_ZONE_INFORMATION struct TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578; IL2CPP_EXTERN_C RuntimeClass* Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConsoleDriver_tFC1E81F456E9440AB760A599AA5BB301BBD12B11_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DllNotFoundException_tD2224C1993151B8CCF9938FD62649816CF977596_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EntryPointNotFoundException_tD0666CDCBD81C969BAAC14899569BFED2E05F9DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionArgument_t750CCD4C657BCB2C185560CC68330BC0313B8737_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t170EC74C9EBD063821F8431C6A942A9387BC7BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t0A3175E42D7B4FC8B83BCBF384D9202A04B1A5BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t1F9B81EB08200946D06A609E250122229A0F76D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t6539F48B1663C43B3427FA51934B89F85F6D3898_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tC3AC8A5C28B2623108769E01BADF76F3CEB18252_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_tE4D1BB8BFE34E53959D1BBDB304176E3D5816699_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IThreadPoolWorkItem_t03798D5DAC916ADE8FBCBF44C0FD3C307C571C36_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t2353AA641A9F1EA712AC48090296AE000B281771_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t960AA958F641EF26613957B203B645E693F9430D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullTextReader_tFC192D86C5C095C98156DAF472F7520472039F95_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullTextWriter_t1D00E99220711EA2E249B67A50372CED994A125F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SyncTextReader_tA4C7DEEF5A129E5D1287BDE2D5335AD7F8EEAA84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SyncTextWriter_t4B1FF6119ABECE598E0666C85337FA3F11FF785D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TermInfoStringsU5BU5D_t7D32777EDB395F67874076A465C39EE74494548A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadStateException_t99CA51DDC7644BF3CD58ED773C9FA3F22EE2B3EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____121EC59E23F7559B28D338D562528F6299C2DE22_2_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____29C1A61550F0E3260E1953D4FAD71C256218EF40_7_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____35EED060772F2748D13B745DAEC8CD7BD3B87604_14_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____6FC754859E4EC74E447048364B216D825C6F8FE7_42_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A5444763673307F6828C748D4B9708CFC02B0959_66_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A705A106D95282BD15E13EEA6B0AF583FF786D83_68_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A8A491E4CED49AE0027560476C10D933CE70C8DF_69_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____AFCD4E1211233E99373A3367B23105A3D624B1F2_71_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____B8F87834C3597B2EEF22BA6D3A392CC925636401_76_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____CE5835130F5277F63D716FC9115526B0AC68FFAD_83_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____D117188BE8D4609C0D531C51B0BB911A4219DEBE_85_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____DA19DB47B583EFCF7825D2E39D661D2354F28219_87_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____EBF68F411848D603D059DFDEA2321C5A5EA78044_94_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____F512A9ABF88066AAEB92684F95CC05D8101B462B_100_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00BA133FF3D84EAB4FB7DB5FB38F235C4E108ED9; IL2CPP_EXTERN_C String_t* _stringLiteral020E615649937BE38B7631FD6225E74637565030; IL2CPP_EXTERN_C String_t* _stringLiteral027439111DE43B86D329F842A2899845A3959CE1; IL2CPP_EXTERN_C String_t* _stringLiteral042446486BB6BA42CF02BECFE513AFB4E9F24634; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral0806FD474511ECB96CF303A11249B2379C75B727; IL2CPP_EXTERN_C String_t* _stringLiteral09A56795737D10F72BC92D56BE7196E5F0B469EC; IL2CPP_EXTERN_C String_t* _stringLiteral0A58A4491B2CAAC8B03975834049C51649A53FA2; IL2CPP_EXTERN_C String_t* _stringLiteral0BBA6CE4003870CF27417A37DA15698A74F039FB; IL2CPP_EXTERN_C String_t* _stringLiteral1041065974A2DCD6EBB57D11A61C3A497E8E23F1; IL2CPP_EXTERN_C String_t* _stringLiteral1102619AA6FB2A4AADBDAA47DDC096AE04C772C0; IL2CPP_EXTERN_C String_t* _stringLiteral113090DB6982D917A7E4728784EB5EFAA0C88A9E; IL2CPP_EXTERN_C String_t* _stringLiteral1157066CFA22E8C1E2C00B1AC3DB952DE9196507; IL2CPP_EXTERN_C String_t* _stringLiteral1338F98F5E20EA021738C70A01A2067C5DF445E7; IL2CPP_EXTERN_C String_t* _stringLiteral139D522116B078B2E24E34CF493F0E81C85B7477; IL2CPP_EXTERN_C String_t* _stringLiteral1426EAC460EF593AB4BA506E82CCB1FF95390521; IL2CPP_EXTERN_C String_t* _stringLiteral14783D27CEBF814875223699F723EBFB0D5E6C88; IL2CPP_EXTERN_C String_t* _stringLiteral14BA113F909A778600AFFC621877E1CDD109444A; IL2CPP_EXTERN_C String_t* _stringLiteral14C1094A86B2CD2442B181DC77F6C94BE6CFBCCD; IL2CPP_EXTERN_C String_t* _stringLiteral155318C2651B00C12AF579BA39779C2BEC0403A4; IL2CPP_EXTERN_C String_t* _stringLiteral1624B67CF57FA36623950457CBCDC38A2883EE06; IL2CPP_EXTERN_C String_t* _stringLiteral17212B113F3A7CB76C2D7D61B946AA1A0DB356EA; IL2CPP_EXTERN_C String_t* _stringLiteral174D4EE67DC2F3FD26D81E3A4A379FA03D42861D; IL2CPP_EXTERN_C String_t* _stringLiteral17B1D212D83AB789FB14735235F3FF84E2EC150D; IL2CPP_EXTERN_C String_t* _stringLiteral19D5ACFDC450746209BA9FBB253FE87794495161; IL2CPP_EXTERN_C String_t* _stringLiteral1B02E2F8F4F49DAD3A7AD8EFE191310710D0BEC8; IL2CPP_EXTERN_C String_t* _stringLiteral1D987D14D8E0C888F1095B9A3F3E261A95CEACCC; IL2CPP_EXTERN_C String_t* _stringLiteral1DEDCD1168FE0A01C595FF5B7901D1C14F15F786; IL2CPP_EXTERN_C String_t* _stringLiteral20F21E147BDB7CB4477F426A2F4597E5BAB32925; IL2CPP_EXTERN_C String_t* _stringLiteral221BAABB02351EF867D790D9D0CDF64A91D06AC4; IL2CPP_EXTERN_C String_t* _stringLiteral22643BD2B11F0D1FB7E546FD10B6EA47437E3E2F; IL2CPP_EXTERN_C String_t* _stringLiteral2295A0B4929F9886408EA9353526FC935B4A5694; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral2390D6884F59E2E4EA04837AD7D6268548597633; IL2CPP_EXTERN_C String_t* _stringLiteral23D58191C59F22759563B4D122563445C9FD217B; IL2CPP_EXTERN_C String_t* _stringLiteral24313380B89749FA23D81C8CFE7ECADF5F282DF3; IL2CPP_EXTERN_C String_t* _stringLiteral2520996A956ABB0746B561EFB69AB9F237DCF080; IL2CPP_EXTERN_C String_t* _stringLiteral26E2095A8B52212AA5C1E02D88D8E33A9DB72C3B; IL2CPP_EXTERN_C String_t* _stringLiteral2928F07102BC00E636EFB7DB64F162F8147789DC; IL2CPP_EXTERN_C String_t* _stringLiteral29DD18CAEDBA8FE72444B5CCD3E1C7AD0698BC18; IL2CPP_EXTERN_C String_t* _stringLiteral2A73FCF556BC3969CCEE9F50C21F1C97501D4A97; IL2CPP_EXTERN_C String_t* _stringLiteral2ABDD45B39736505E0BD2251314FEDCB23F5F100; IL2CPP_EXTERN_C String_t* _stringLiteral2ABE1890DA46AD4B6A1477D54CB23D64FAE12565; IL2CPP_EXTERN_C String_t* _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2CEBE907F12753A3B74B3F049CD4FCCAD27EEB0D; IL2CPP_EXTERN_C String_t* _stringLiteral2DEF68CC3D0CE63B3E3B4912385B313A0BB289F4; IL2CPP_EXTERN_C String_t* _stringLiteral2F57E36217901A5B3A93DB73B6E3E63001C94CD4; IL2CPP_EXTERN_C String_t* _stringLiteral300AB90659EB037A2F94CCF55A9A96AAAA7DC75B; IL2CPP_EXTERN_C String_t* _stringLiteral303A8D502076771190F794ECA329EC3DBFEB20F4; IL2CPP_EXTERN_C String_t* _stringLiteral3089BC590601D3BCB128F3E7E87A0338955EDA65; IL2CPP_EXTERN_C String_t* _stringLiteral32EDC2ADBAEA11366BCD854BA36813405DF0B1EF; IL2CPP_EXTERN_C String_t* _stringLiteral366DD710DC624F3329F19565370DA5B5859B4BC8; IL2CPP_EXTERN_C String_t* _stringLiteral3678284737F61ED78D44042D617FDEBCEEE502E4; IL2CPP_EXTERN_C String_t* _stringLiteral36B3172C31D039F0635CA707DA050FD5C3C76625; IL2CPP_EXTERN_C String_t* _stringLiteral36D3DE99B1D3B97A734BD5CDBB2C0FCD78DA3685; IL2CPP_EXTERN_C String_t* _stringLiteral37D6C4777FA2C1A101C515E817370FCC19CC4F66; IL2CPP_EXTERN_C String_t* _stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE; IL2CPP_EXTERN_C String_t* _stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B; IL2CPP_EXTERN_C String_t* _stringLiteral3F37067DBF3016A9AA5B7774D0DE0C6900D669B9; IL2CPP_EXTERN_C String_t* _stringLiteral4044F71E1BE65840634E2AF1C09536F10DBF2AF5; IL2CPP_EXTERN_C String_t* _stringLiteral40ECEE4F0375579345B12997784DFF6281C8D9F1; IL2CPP_EXTERN_C String_t* _stringLiteral41A7A009D447FFBB9DAE7C088E93F490C2584AE6; IL2CPP_EXTERN_C String_t* _stringLiteral425F5F813732FED85827862C06F57BF8EF4A4F81; IL2CPP_EXTERN_C String_t* _stringLiteral44E444B01D1F0ED04DF56B022BAF0493B18B3E7F; IL2CPP_EXTERN_C String_t* _stringLiteral469F05BE9BB4C7903C353D0EB9F6384C84A48B25; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral49937113988707D31030E4DA006A3AC147669B93; IL2CPP_EXTERN_C String_t* _stringLiteral4B808C2F3A39DD605327C2B21790D44333B101FE; IL2CPP_EXTERN_C String_t* _stringLiteral4BF6BE20E7F21F6ABBCCCC9C9616F2820A3C5432; IL2CPP_EXTERN_C String_t* _stringLiteral4D1773CA7AF4AE36C001FBC3E1E5DA5574C041FA; IL2CPP_EXTERN_C String_t* _stringLiteral510566C3DEC92E3E44816C4A7EAE2F9AD72239E3; IL2CPP_EXTERN_C String_t* _stringLiteral52FD7F67123DFA783C13A2A620C3A30BC6478EEF; IL2CPP_EXTERN_C String_t* _stringLiteral53C558CFF6B1C745B0D47BCC12EACB3C4CB88E5A; IL2CPP_EXTERN_C String_t* _stringLiteral541ADAD93719A7753AA265CAD6BA6276D2686025; IL2CPP_EXTERN_C String_t* _stringLiteral54247456D15535FD2615068E7966F11E810E7029; IL2CPP_EXTERN_C String_t* _stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4; IL2CPP_EXTERN_C String_t* _stringLiteral574EEE061722E10B210B0E2AF4A374227AA918CC; IL2CPP_EXTERN_C String_t* _stringLiteral57C7DAC31FE47C45D5BF06DA958542F4BFAFD003; IL2CPP_EXTERN_C String_t* _stringLiteral5A1377E9EF04424037697E06412CDB6F29BDE412; IL2CPP_EXTERN_C String_t* _stringLiteral5A984C333E3D89965E3A0B7B20CBC3DF5C1D6247; IL2CPP_EXTERN_C String_t* _stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC; IL2CPP_EXTERN_C String_t* _stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A; IL2CPP_EXTERN_C String_t* _stringLiteral5BF66B627DD23EDC08DE46D684B7FE81629ADF8C; IL2CPP_EXTERN_C String_t* _stringLiteral5C6A35AD4C5AFC14F85050EBA769FD7971435FD5; IL2CPP_EXTERN_C String_t* _stringLiteral5CBB0CC7EEE900E78861E0BD313999A07193F012; IL2CPP_EXTERN_C String_t* _stringLiteral5E8864981A1D9D7DF38E3ABBDE863B7C527DFF86; IL2CPP_EXTERN_C String_t* _stringLiteral60B28849DD8C93FDD1F3EB5D5CC7BF671FEE2680; IL2CPP_EXTERN_C String_t* _stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70; IL2CPP_EXTERN_C String_t* _stringLiteral638C5441E8427B2B9D2C941DDBF958579B5FE3F0; IL2CPP_EXTERN_C String_t* _stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97; IL2CPP_EXTERN_C String_t* _stringLiteral64018E8AB289CD4E80D1258760B2F6F550CC4120; IL2CPP_EXTERN_C String_t* _stringLiteral65D5B5441DA4282A52587047FB91F5E9FF3E2882; IL2CPP_EXTERN_C String_t* _stringLiteral66453E93E3626B84700FF41801EF2BA64C4C9D2C; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6A42FCEEAC1D98507D8329C4992B135D890D96AB; IL2CPP_EXTERN_C String_t* _stringLiteral6A8D7B31451F13502C5CECD5783C1D78D77C9F44; IL2CPP_EXTERN_C String_t* _stringLiteral6B509C55C6A5F6BAE3FB3BB16126FD45B8B9B163; IL2CPP_EXTERN_C String_t* _stringLiteral6DE91389EA6A54655F4905170C2CBF92348FC79A; IL2CPP_EXTERN_C String_t* _stringLiteral720F9E0CD9AA725260AB3A35AABACB5F6F22BF8D; IL2CPP_EXTERN_C String_t* _stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990; IL2CPP_EXTERN_C String_t* _stringLiteral77B62C834305FFAF784C1330157F1BAA20E42C49; IL2CPP_EXTERN_C String_t* _stringLiteral78EB63A2F2AC27026BF2257EBF48910FE8DFCB59; IL2CPP_EXTERN_C String_t* _stringLiteral7ACA34FD81900767B6FAD748BAAEF3F03C87EF79; IL2CPP_EXTERN_C String_t* _stringLiteral7C152F638579421698C1833EAD994B061F824CA0; IL2CPP_EXTERN_C String_t* _stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113; IL2CPP_EXTERN_C String_t* _stringLiteral7F1F00DB957B524B38D83F99B9025AF5B39A9810; IL2CPP_EXTERN_C String_t* _stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8; IL2CPP_EXTERN_C String_t* _stringLiteral80D26F075B31F501732BE15CF55CA996DEC7200F; IL2CPP_EXTERN_C String_t* _stringLiteral829799AA3780876FB3DEBCB3A873EE73CF3B909B; IL2CPP_EXTERN_C String_t* _stringLiteral834F4B6837B71847C4048C946DF8754B323D6BF9; IL2CPP_EXTERN_C String_t* _stringLiteral85E9B91497954E5560630056CD7CF874C97674D0; IL2CPP_EXTERN_C String_t* _stringLiteral861BF3C460A377C1C8BD451E00BAEC46F0D46DDB; IL2CPP_EXTERN_C String_t* _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2; IL2CPP_EXTERN_C String_t* _stringLiteral87EFFA786FC102DDE9FDF2BCC37CD76FFB2842C6; IL2CPP_EXTERN_C String_t* _stringLiteral892E92C0E8F98B57F64053ABE55FD90929F77D3C; IL2CPP_EXTERN_C String_t* _stringLiteral8B18DB7EDE37358F0EB0045E43F7E97BF6AEC842; IL2CPP_EXTERN_C String_t* _stringLiteral8BABAAD88AAA5E60D93C31ED61C095184AFF093D; IL2CPP_EXTERN_C String_t* _stringLiteral8C4F0CF260FF272EEB2AD8F461BFB910F3A97C04; IL2CPP_EXTERN_C String_t* _stringLiteral8DEC82C9E366C7C21523D70BFE2D95EC335D3D55; IL2CPP_EXTERN_C String_t* _stringLiteral904E141B4F250943BE820466C5ACAC36DFD71291; IL2CPP_EXTERN_C String_t* _stringLiteral90FF557488E6F0D6D9CEB4F01539E2182BDCD3B1; IL2CPP_EXTERN_C String_t* _stringLiteral94175649577A71BF619AB00E3FD4DBB0DF7198CD; IL2CPP_EXTERN_C String_t* _stringLiteral94F8003C2CC668A2FEB932E80D081E304D45931E; IL2CPP_EXTERN_C String_t* _stringLiteral951B6AF1974476A4679F787E7AC7E79C9F8642B6; IL2CPP_EXTERN_C String_t* _stringLiteral95F0EE30865D503A05F1D329BC3FED0946B65C24; IL2CPP_EXTERN_C String_t* _stringLiteral963D993211F0CAF57648C6AB945698F37264CDD9; IL2CPP_EXTERN_C String_t* _stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5; IL2CPP_EXTERN_C String_t* _stringLiteral968A35596FBBFDA2CC94F22536F098772C9EE812; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral99C826604CE55A7F56BA506D0C62AD8445AB39DD; IL2CPP_EXTERN_C String_t* _stringLiteral9BE14EDDDB4B925F02F0D6680EBA6D6C1EE1582B; IL2CPP_EXTERN_C String_t* _stringLiteral9EED79809B7F2C80C0A965884F8E8493F9800127; IL2CPP_EXTERN_C String_t* _stringLiteralA00BAEFA6CE6A1B7FA9BFEB37F61FF06E82875B4; IL2CPP_EXTERN_C String_t* _stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3; IL2CPP_EXTERN_C String_t* _stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA; IL2CPP_EXTERN_C String_t* _stringLiteralA1DBD10DFDFA1A97ADD22605083C716ABD8B0727; IL2CPP_EXTERN_C String_t* _stringLiteralA28B826146195796965D88648D3F416D0B6C224B; IL2CPP_EXTERN_C String_t* _stringLiteralA3135C83E79C653D6FD7283B8ADDAED12B5CDE5D; IL2CPP_EXTERN_C String_t* _stringLiteralA4A92BD52AE057ED838C337D65E05B22C3467857; IL2CPP_EXTERN_C String_t* _stringLiteralA605B8229812BF889E53B8BDE188DE21AAAC2034; IL2CPP_EXTERN_C String_t* _stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085; IL2CPP_EXTERN_C String_t* _stringLiteralA8C70AB8B855A781DF3541F1547162C258CABAE8; IL2CPP_EXTERN_C String_t* _stringLiteralA98FA2FFC82D1846A700EF7EC63A1B429FD4F10C; IL2CPP_EXTERN_C String_t* _stringLiteralAC9557DCC4E40B5006D355BA308B36876B58A059; IL2CPP_EXTERN_C String_t* _stringLiteralAE1BF03150758326531F2DAC941470B622566D2F; IL2CPP_EXTERN_C String_t* _stringLiteralAED72E9EF0C042EAA3A3C7A43CA329E75FF933BD; IL2CPP_EXTERN_C String_t* _stringLiteralAEE8DD47F29A535762B8579D9E3E69D0D84968BB; IL2CPP_EXTERN_C String_t* _stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74; IL2CPP_EXTERN_C String_t* _stringLiteralB13A221890A3415E7F693C07C26585D65E9EF870; IL2CPP_EXTERN_C String_t* _stringLiteralB382FDA4B30D0397739E8EC9B987AB66568010F7; IL2CPP_EXTERN_C String_t* _stringLiteralB473A5ECB9EEEBFCB444E0D4B4269A1E0E33740B; IL2CPP_EXTERN_C String_t* _stringLiteralB73816C7EC5EF793B0215232E15C27BD262C3B35; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralBAAE05A1C62972D46C056BB4585B924DDBDD37B3; IL2CPP_EXTERN_C String_t* _stringLiteralBB9E2BA96D3F7F910549AC5DB6967191AC919101; IL2CPP_EXTERN_C String_t* _stringLiteralBC42DC5786176C570886BC662B716E5D8010FCBB; IL2CPP_EXTERN_C String_t* _stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8; IL2CPP_EXTERN_C String_t* _stringLiteralBE141F88F498837C1D6DF191EF29EBF1383CC303; IL2CPP_EXTERN_C String_t* _stringLiteralBF18F7A82ACAB8B41E6D3C2B88665D8CBF215880; IL2CPP_EXTERN_C String_t* _stringLiteralBFAC163E1511030471726438CCCC325B644DD2AB; IL2CPP_EXTERN_C String_t* _stringLiteralBFF9324A7A4DB3E1D645999C8B9E2DA54472D42C; IL2CPP_EXTERN_C String_t* _stringLiteralBFFB60FFC1C16180DF4456004F7B34D2182A5649; IL2CPP_EXTERN_C String_t* _stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4; IL2CPP_EXTERN_C String_t* _stringLiteralC0E02A0440A6BB4475B7E59901C37A6A25E773C8; IL2CPP_EXTERN_C String_t* _stringLiteralC1CDDBBBBB177E92DF440CECA98AA5238B8DA50D; IL2CPP_EXTERN_C String_t* _stringLiteralC1D338FB7E284C2823745BBDD58DC3E651EF712F; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC37D78082ACFC8DEE7B32D9351C6E433A074FEC7; IL2CPP_EXTERN_C String_t* _stringLiteralC5E4E1FAAB05C1541AB9B0C1282FD2FFCEF4F205; IL2CPP_EXTERN_C String_t* _stringLiteralC616369FC732973A0BF1AB69926E6BF7DD0DBBDB; IL2CPP_EXTERN_C String_t* _stringLiteralCCBD752AA6AE91350E6F286A71A5E11C513D68A4; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralCF088CD7CED04705BD5E7559DBB7DD9A14559182; IL2CPP_EXTERN_C String_t* _stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A; IL2CPP_EXTERN_C String_t* _stringLiteralCFFCF4C41A697F282C881C4814169DAE554574E7; IL2CPP_EXTERN_C String_t* _stringLiteralD0AF56074C0958A03405D75041D257D3754342EB; IL2CPP_EXTERN_C String_t* _stringLiteralD1D800B26C6F9144AC6A1E10C149876FA99E3EBE; IL2CPP_EXTERN_C String_t* _stringLiteralD3DF199A8A59C7E61B70544059F2A5AA05208F95; IL2CPP_EXTERN_C String_t* _stringLiteralD5A945F93544696D2848D5F0D45241EFD7341DFC; IL2CPP_EXTERN_C String_t* _stringLiteralD6A1ACA5DBFF3015A1B86C41D4DF7C182C74C2FE; IL2CPP_EXTERN_C String_t* _stringLiteralD8447FFE280D37E63BBD953D81C214C2004D10E0; IL2CPP_EXTERN_C String_t* _stringLiteralD95CB69D4554247F8B4288DA83A56B8A26A617E9; IL2CPP_EXTERN_C String_t* _stringLiteralDBA40AFE260E9DD8B2DA2333EC33BEF883E5687F; IL2CPP_EXTERN_C String_t* _stringLiteralDF447999A2AF9FA9970C00C1E4DC79FDBFDE5D85; IL2CPP_EXTERN_C String_t* _stringLiteralDFB994E6FF4327E20E6958956C9491193AA4082A; IL2CPP_EXTERN_C String_t* _stringLiteralE027695A19DC0BAB55FDB65B93B9CA2C3179D48A; IL2CPP_EXTERN_C String_t* _stringLiteralE1C269C6B0BADAF748738BF652CE22C27B04D543; IL2CPP_EXTERN_C String_t* _stringLiteralE26FB3398914FDC09765BD0F036A09BA7AC20F23; IL2CPP_EXTERN_C String_t* _stringLiteralE2EEFB4BE0C9F57BA62E733F26387F8BA68AF67C; IL2CPP_EXTERN_C String_t* _stringLiteralE3037931DE899C4BCA58ECF059EF9BE27F54B681; IL2CPP_EXTERN_C String_t* _stringLiteralE3EAA293901BC684D2CD4CE3CAEB2327AFE0572E; IL2CPP_EXTERN_C String_t* _stringLiteralE4BCA6CB013EDC4EFE0623EA06452190A8C39804; IL2CPP_EXTERN_C String_t* _stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34; IL2CPP_EXTERN_C String_t* _stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31; IL2CPP_EXTERN_C String_t* _stringLiteralECB5867BC02F27869525F3539794FD3E7FADB045; IL2CPP_EXTERN_C String_t* _stringLiteralEDEF72BF02D7DBDB7455CEDB9985B8D2A87B5FB3; IL2CPP_EXTERN_C String_t* _stringLiteralF108A354FC6D0194E8D029122AAACC184146F13B; IL2CPP_EXTERN_C String_t* _stringLiteralF1A94226319ED8615DDD2BB4992AABEBECC51E58; IL2CPP_EXTERN_C String_t* _stringLiteralF23D2D4F867416899FD1326311AC61D3AC3EFBE8; IL2CPP_EXTERN_C String_t* _stringLiteralF413CEA9BAA458730567FE47F57CC3C94DDF63C0; IL2CPP_EXTERN_C String_t* _stringLiteralF472218591CBFAD4D6454AB0AAF3091B037AAFFD; IL2CPP_EXTERN_C String_t* _stringLiteralF57CF18391CF4171FC992D96541EC33A4BCAB40F; IL2CPP_EXTERN_C String_t* _stringLiteralF63581A94CE4CBEC88BF1CC47F97C9F6F68E56BA; IL2CPP_EXTERN_C String_t* _stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6; IL2CPP_EXTERN_C String_t* _stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618; IL2CPP_EXTERN_C String_t* _stringLiteralFA8E92635DF14082CB5EB297DF90CEEEA4E4665E; IL2CPP_EXTERN_C String_t* _stringLiteralFD027E3D8D9ED7A54771E5DB691E05FC195C9341; IL2CPP_EXTERN_C String_t* _stringLiteralFD6D9F6196E8D009E39DAC80D8F8C969DDB1D5C1; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_mD4538EA2F9B176AEF9F2E200CD85FE8ACECB5137_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2_Add_m4623FEE1B614D35A72EA11366842CA2F61A81E17_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2__ctor_mC2E955C5BE3D2F48E5B491CF549DEF98A2B2F50F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m0B8DAB2160C8D1053E5A2388684FF80C5C877546_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m1F0637B069C2F1C8CFC43C8B2D8C5564FA7013B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m09041DB7548BFD9868E791D912FDDFDA99D4E577_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mB40672A269C34DB22BA5BFAF2511631483E1690E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mBF15D2EF8C313964D0A92C9F7165433E68E821CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m47040F6DF204BD0EB1F3FC11096C4C236DED9C24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m71B9315D4F2735F21362246F358D35F906D6BAA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mE5221FF68D260DB8BD032B57CA41EF38FE777107_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m4A38643DA8B5DBAB71EB5BB2ECB92FCA590E5A16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mCCF62DC0601C1C17B1606D341FB35491C1E70B62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventHandler_1_Invoke_m722271173D2FAA7E60AC610CE292DE560AF47D1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m5DB0F7F826FFCB704F566795D5DA5A1F5ABD313D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2__ctor_mC6638BB696AB08547385E5DC66DCB3060DFA091D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m9CAFFEA98191CB68C8E1DEAA692BF13B6C04F5DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mAD42F4030E9058AA29B7A1991420EE3C1EF228C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m932625BC1380FA11284545170632EE6FCBCA91DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mC15BD5D0E0CB06484024100DC1EFA5E9A34DB214_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mE923F7A281EFBFE0EF62DF628B72AFDB6EE4C08B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0DA40F6F27AA1192418F9F47AC798FA842175A3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB97096E98A2307188EDA1D0C81D8BDC5D54C6F91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD0E00420B796DFDBC6ED9055EC43BBE4A8004964_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m0C5C3BAB79C20FC08E2F7EEBE7990261D29CB4BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m386CA240C117BB0BA4846AC6AF2538ACDD80EBD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m7AA50535C098E6D2767C6B9D1ED1CF769F77A60D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m61E604EF0C1062E085FD829670AAC948F27EE9A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m38A3433E70A9AC1563E1305E6C090E2B8B8D6CF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB020658682201F43FBB63B260A0DCD0F33FE8280_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD6F40E7D1F626B2B098C65B3F3EABB70001C5117_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m02128FCB76FE24790DE98A15378502DBF3941B51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m64EDE1B7CD96820C6D67BE9DDDBD54DDA17B8862_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m79F465401C84ED3C9EC0C8AF46747ED8D1FD3B2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m20C8DEEE2BA433267D0E7E4F9DDA5E5DA977A52B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mD1CA893F80FE0EF058BAF21A2F31C0C9BDC4C1F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_GetEnumerator_m42DA9D79C0B88ABCF236068158456AD45CA1EC4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_GetEnumerator_mE42E479B8A2A33528AD4D666E2BF9740CE5F1983_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1__ctor_m19F82F5A8B0B76BE1ECB4529F3306AFE8ABB6BB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1__ctor_m9B349B8F1B3B37E9161F2DBCAE8468D541D0C458_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Count_m50CCE73BA6E5F7A70E98B4609F8C502AB185317F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Item_m9CC93AE940BF7F2FF355CADB19E2FBC2B3774BE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegisteredWaitHandle_Wait_m91355F068145874E72DEE6DE1FFCD4F82F699BFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparseArray_1_Add_m35DEA998B9901C61D4BA7368447DC0C6567BEBA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparseArray_1_Remove_mCA594492D591E1835E222FE7EE228791C1D4105F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparseArray_1__ctor_mD77DEFF7FD091CCAFD5CDEA42BBFFF0526B4E727_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparseArray_1_get_Current_mEC23BD67D0DADCC4FEE14D2C5F95B45505202F8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_OnCompletedInternal_m6B7D35FFFF726F689EABF9A513DF885B84CF790D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_ThrowForNonSuccess_m4C05A06A6C8EB1787D0DAB901714A6ECB23CC8D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskExceptionHolder_AddFaultException_m54D4156B052D1EF35A8B020036BE34BC34C9A448_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskExceptionHolder_AppDomainUnloadCallback_m423B04B28297721336B3F3B54A65C59B8F03B459_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskExceptionHolder_Finalize_m024D2AB52BCD8FF399EA2CD614AA3CFFDF896113_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskFactory_CheckCreationOptions_mB5BA78C895925094C20D93F462BB06FFE47AFB65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskFactory_CheckMultiTaskContinuationOptions_m592473AB47584DE6B8C032335E63798E2737D40A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskFactory_CommonCWAnyLogic_m930C22E40A4D8E6BA47544C9E2F1350F448E0D2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskScheduler_TryRunInline_mAE5CEB696574068BAE57840E70443A27C36DF289_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TermInfoDriver_Init_m367EC5A4D447ED486151E824D1AF496B8FC23063_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TermInfoDriver_SetCursorPosition_mFEFDF7E4307F5345D72C292A80CC52C7CD83E8D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TermInfoReader_DetermineVersion_m83AD38B61F5823087192F1A643CD36596178C28C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TermInfoReader__ctor_m6965170336B3540CF6ED8CE2DE74A2ECEF3177BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TermInfoReader__ctor_mAB6AE176A1B6E80CBC49F88DF34B286784C82EF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TextInfo_GetCaseInsensitiveHashCode_m2CFD5D8ABE39B3BA2F8D2FE9E47C7F26A09B677C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TextInfo_ToLower_m39AFA146B4D8E1154DD8F78A949ABAAE876604C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TextInfo_ToUpper_m4B38B8190BE2A7A24CD3183DF17CA0C7FB120F04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TextInfo__ctor_mA43359B73403F47714C6811400FD403050E6FA25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TextReader_Read_m87047FF79BD19E57F13331C3B0AE551542440C32_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TextReader_Synchronized_m4BB37E34925DD9946BF07516858CFC1DCD0E6F59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TextWriter_Synchronized_mD7791C36FA0E8AAC1EE6DC5CA32A14282FDC65A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TextWriter_Write_mA8369C073E6731EB5C44A2E197DAEAA6861A7C01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThaiBuddhistCalendar_ToFourDigitYear_mE6E29A9C819CE974E8B8DCE909727C82008936BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadHelper_ThreadStart_Context_mEFA99C130083CC6A1E3D73C448DCC29C0DC12C3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadHelper_ThreadStart_m90F49B4E93497F85E8723652E94DA9EE8BB95563_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadHelper_ThreadStart_mC318A75A5714AE02B4EE8CB444BDDACD13E45C84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadPoolTaskScheduler_LongRunningThreadWork_m20883EE982E8FE981C7A3D88BA27E922030FAA0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadPool_QueueUserWorkItemHelper_m7E8B39794A51130AAD44C98C0BBAD51BCCC7F20B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadPool_RegisterWaitForSingleObject_m1F4EF777314C8B64366F0A6407505B29CB8D7D48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadPool_RegisterWaitForSingleObject_mE3C263E1E2295697627173BA28DB19626D4D36B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread_Sleep_m8E61FC80BD38981CB18CA549909710790283DDCC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread_StartInternal_m46583A4FDAB0814782F402660633D459352BCE06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread_Start_m11EE2B4E0C1BC8520655644C1C31C0CFFC23B5B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread_ValidateThreadState_mF13C280C1274B5E755EF8F110C50A9AC131D70E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread__ctor_m4E8C9D36164CFCFD65989CAE0F6456AC40BC4492_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread__ctor_mF22465F0D0E47C11EF25DB552D1047402750BE90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowInvalidOperationException_m156AE0DA5EAFFC8F478E29F74A24674C55C40A24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowWrongValueTypeArgumentException_m4E9CD2C01D79997EE1808CF75715BB6BB3738F0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowStub_ThrowNotSupportedException_m444FE43EC18FD663FAA5357303625AEC9444F417_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpanFormat_Format_mCA2875A73DD7FF3B65F97F958078FF36C7263659_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan_Add_mDCC748CCB5DC086402E7E2FFBB2B2CB9A2BD7471_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan_CompareTo_mCB474BCE6EBA4EAF3CF5D8B31D9F6434073529CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan_Interval_mA3A0B253FA0B17E7B6BC663A25212F1B0A765874_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan_Negate_mD19FC9B8BCD075EFF67AE2AE9A8CB749F03F6897_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan_Subtract_mD042897A054B1B8E19C8635E799A7C42F37910FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan_TimeToTicks_m9387E044F9538B540C350194C1E6C5274206BF66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan__ctor_mFE30160F8A810C83375D9A98580BDD8CAE58BE14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_BuildFromStream_mC62C55A93795817FD9D3A75AFCE45A574BD522D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_ConvertTimeFromUtc_m1CC27C7C9897560CCFC97DC18C336C0C66D9825F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_ConvertTimeFromUtc_m929048E1149E543A1DEF59DF80AF0215C3CDA94D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_ConvertTimeToUtc_m7C9A9F10779D82BE29C7830A5946639DD5516F52_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_ConvertTime_m662B15E611A88D3D66989C82378219FEE6543FDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_CreateLocalUnity_mFAA3244580776472BC45D7F1D52C9D066594CF49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_FindSystemTimeZoneByFileName_m6379C45B7B5F7B8F182BA900704060F5B9DA995B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_FindSystemTimeZoneByIdWinRTFallback_m036822C7F030F533815F7F14F001EB06B51F8885_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_FindSystemTimeZoneById_m1B3F91F805451B17B1D63EF30572A67768241987_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_FromRegistryKey_mA1AAB760C780782125F54D11ECFF6C51586B1371_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_GetSystemTimeZonesCore_m6723C4EF0D33E6801C896D6A9F5D139C796B3AD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_GetUtcOffsetHelper_m56AD58D6001590477E408E1F3DBDA739906CA883_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_HasSameRules_mD7C18837EB4FD4ABDD0F28C7B47010996ED757B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_IsAmbiguousTime_m916604199812419EBDE02258F91381208AA7CDC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_ParseTZBuffer_mA32246AA931F36895F716D3664BE545DF6C1A56B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_mAC9C4A1173379A81C1351CCF8012BEF2AE5C5091_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_System_Runtime_Serialization_ISerializable_GetObjectData_m4A595268BE6A2200AD660084A367DD1BB8435CAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_Validate_mE5E62C2FCF855BBE71ED2D84C36FA294D8774C89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo__ctor_m67111F672756BCB0761B352CC46FCDAA328E63E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo__ctor_mAC025D6F06BB957213D3560E7E60D3245549E929_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCreateLocalUnityU3Eb__19_0_mB1A237DB978068C4662C45F442DC72B16E49F621_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRunU3Eb__2_0_mB045B5DF114E6640C1B2744806A379BB8ADEE951_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__22_0_m8B1950498E03CD4157A33D0ADEE773F1A14C4BC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__22_1_m3D99D7166F51F47A5F56748216153A5AA8632443_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__73_0_mF69E83E941B8BF0A57039EEF2EE95D31A96FE98B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__73_1_m761845B1FD68B0F107CB196CC661FB46FC893552_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__73_2_m084626BFAE932C893D5B3AB92E094C9A07FEC459_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__73_3_m51AF8DB8089E20C0A9109EF031B63C5D80560D29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__73_4_m41042017C017B7E7AF208C3E2904A4F94981D1C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__73_5_m90BC93DDE78C79063E7CCCE4DB34D812560559E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__73_6_m69DD8FBED8D27F85525CB88464980BA20D55DFBE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* AppDomainUnloadedException_t6B36261EB2D2A6F1C85923F6C702DC756B56B074_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var; struct CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_com; struct CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_pinvoke; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895;; struct DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke; struct DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke;; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578;; struct TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_pinvoke; struct TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_pinvoke;; struct KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A; struct ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TermInfoStringsU5BU5D_t7D32777EDB395F67874076A465C39EE74494548A; struct FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB; struct WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C; struct AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 : public RuntimeObject { public: // System.Runtime.CompilerServices.Ephemeron[] System.Runtime.CompilerServices.ConditionalWeakTable`2::data EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* ___data_0; // System.Object System.Runtime.CompilerServices.ConditionalWeakTable`2::_lock RuntimeObject * ____lock_1; // System.Int32 System.Runtime.CompilerServices.ConditionalWeakTable`2::size int32_t ___size_2; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8, ___data_0)); } inline EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* get_data_0() const { return ___data_0; } inline EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8** get_address_of_data_0() { return &___data_0; } inline void set_data_0(EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value); } inline static int32_t get_offset_of__lock_1() { return static_cast(offsetof(ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8, ____lock_1)); } inline RuntimeObject * get__lock_1() const { return ____lock_1; } inline RuntimeObject ** get_address_of__lock_1() { return &____lock_1; } inline void set__lock_1(RuntimeObject * value) { ____lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____lock_1), (void*)value); } inline static int32_t get_offset_of_size_2() { return static_cast(offsetof(ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8, ___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; } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t0760EF54F1EA7070181C04D5D34118DC91F943ED* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t95CEC57CA04600603C7E9067D11E724EE99AD7D1 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t5C221D6474B57B05A1EF91C1C6A7B1FA1CF361BF * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB, ___entries_1)); } inline EntryU5BU5D_t0760EF54F1EA7070181C04D5D34118DC91F943ED* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t0760EF54F1EA7070181C04D5D34118DC91F943ED** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t0760EF54F1EA7070181C04D5D34118DC91F943ED* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB, ___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_freeList_4() { return static_cast(offsetof(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB, ___keys_7)); } inline KeyCollection_t95CEC57CA04600603C7E9067D11E724EE99AD7D1 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t95CEC57CA04600603C7E9067D11E724EE99AD7D1 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t95CEC57CA04600603C7E9067D11E724EE99AD7D1 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB, ___values_8)); } inline ValueCollection_t5C221D6474B57B05A1EF91C1C6A7B1FA1CF361BF * get_values_8() const { return ___values_8; } inline ValueCollection_t5C221D6474B57B05A1EF91C1C6A7B1FA1CF361BF ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t5C221D6474B57B05A1EF91C1C6A7B1FA1CF361BF * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t1C7C301E7059FCF4A6A299CCAFE1E1F79F13A00B* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t258A1DF69BBD19515F3751AFF247F05ED974E58B * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tAAC32AE618C238632B383B9345C22427B19EA9C5 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72, ___entries_1)); } inline EntryU5BU5D_t1C7C301E7059FCF4A6A299CCAFE1E1F79F13A00B* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t1C7C301E7059FCF4A6A299CCAFE1E1F79F13A00B** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t1C7C301E7059FCF4A6A299CCAFE1E1F79F13A00B* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72, ___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_freeList_4() { return static_cast(offsetof(Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72, ___keys_7)); } inline KeyCollection_t258A1DF69BBD19515F3751AFF247F05ED974E58B * get_keys_7() const { return ___keys_7; } inline KeyCollection_t258A1DF69BBD19515F3751AFF247F05ED974E58B ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t258A1DF69BBD19515F3751AFF247F05ED974E58B * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72, ___values_8)); } inline ValueCollection_tAAC32AE618C238632B383B9345C22427B19EA9C5 * get_values_8() const { return ___values_8; } inline ValueCollection_tAAC32AE618C238632B383B9345C22427B19EA9C5 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tAAC32AE618C238632B383B9345C22427B19EA9C5 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1> struct List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D* ____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(offsetof(List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7, ____items_1)); } inline KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D* get__items_1() const { return ____items_1; } inline KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7, ____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(offsetof(List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7, ____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(offsetof(List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7, ____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((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7_StaticFields, ____emptyArray_5)); } inline KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D* get__emptyArray_5() const { return ____emptyArray_5; } inline KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1> struct List_1_t960AA958F641EF26613957B203B645E693F9430D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items KeyValuePair_2U5BU5D_tE65123098CDFD610BACE75A21156C2FB230E5CB0* ____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(offsetof(List_1_t960AA958F641EF26613957B203B645E693F9430D, ____items_1)); } inline KeyValuePair_2U5BU5D_tE65123098CDFD610BACE75A21156C2FB230E5CB0* get__items_1() const { return ____items_1; } inline KeyValuePair_2U5BU5D_tE65123098CDFD610BACE75A21156C2FB230E5CB0** get_address_of__items_1() { return &____items_1; } inline void set__items_1(KeyValuePair_2U5BU5D_tE65123098CDFD610BACE75A21156C2FB230E5CB0* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t960AA958F641EF26613957B203B645E693F9430D, ____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(offsetof(List_1_t960AA958F641EF26613957B203B645E693F9430D, ____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(offsetof(List_1_t960AA958F641EF26613957B203B645E693F9430D, ____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((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t960AA958F641EF26613957B203B645E693F9430D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray KeyValuePair_2U5BU5D_tE65123098CDFD610BACE75A21156C2FB230E5CB0* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t960AA958F641EF26613957B203B645E693F9430D_StaticFields, ____emptyArray_5)); } inline KeyValuePair_2U5BU5D_tE65123098CDFD610BACE75A21156C2FB230E5CB0* get__emptyArray_5() const { return ____emptyArray_5; } inline KeyValuePair_2U5BU5D_tE65123098CDFD610BACE75A21156C2FB230E5CB0** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(KeyValuePair_2U5BU5D_tE65123098CDFD610BACE75A21156C2FB230E5CB0* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ExceptionDispatchInfoU5BU5D_t5EB65900E5667832C315FF82CAAF099E9630C287* ____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(offsetof(List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17, ____items_1)); } inline ExceptionDispatchInfoU5BU5D_t5EB65900E5667832C315FF82CAAF099E9630C287* get__items_1() const { return ____items_1; } inline ExceptionDispatchInfoU5BU5D_t5EB65900E5667832C315FF82CAAF099E9630C287** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ExceptionDispatchInfoU5BU5D_t5EB65900E5667832C315FF82CAAF099E9630C287* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17, ____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(offsetof(List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17, ____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(offsetof(List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17, ____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((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ExceptionDispatchInfoU5BU5D_t5EB65900E5667832C315FF82CAAF099E9630C287* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17_StaticFields, ____emptyArray_5)); } inline ExceptionDispatchInfoU5BU5D_t5EB65900E5667832C315FF82CAAF099E9630C287* get__emptyArray_5() const { return ____emptyArray_5; } inline ExceptionDispatchInfoU5BU5D_t5EB65900E5667832C315FF82CAAF099E9630C287** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ExceptionDispatchInfoU5BU5D_t5EB65900E5667832C315FF82CAAF099E9630C287* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____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(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TimeZoneInfoU5BU5D_t15855BB53677F120C7A68FD91310D08D61F9C808* ____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(offsetof(List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9, ____items_1)); } inline TimeZoneInfoU5BU5D_t15855BB53677F120C7A68FD91310D08D61F9C808* get__items_1() const { return ____items_1; } inline TimeZoneInfoU5BU5D_t15855BB53677F120C7A68FD91310D08D61F9C808** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TimeZoneInfoU5BU5D_t15855BB53677F120C7A68FD91310D08D61F9C808* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9, ____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(offsetof(List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9, ____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(offsetof(List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9, ____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((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TimeZoneInfoU5BU5D_t15855BB53677F120C7A68FD91310D08D61F9C808* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9_StaticFields, ____emptyArray_5)); } inline TimeZoneInfoU5BU5D_t15855BB53677F120C7A68FD91310D08D61F9C808* get__emptyArray_5() const { return ____emptyArray_5; } inline TimeZoneInfoU5BU5D_t15855BB53677F120C7A68FD91310D08D61F9C808** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TimeZoneInfoU5BU5D_t15855BB53677F120C7A68FD91310D08D61F9C808* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t2353AA641A9F1EA712AC48090296AE000B281771 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* ____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(offsetof(List_1_t2353AA641A9F1EA712AC48090296AE000B281771, ____items_1)); } inline AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* get__items_1() const { return ____items_1; } inline AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2353AA641A9F1EA712AC48090296AE000B281771, ____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(offsetof(List_1_t2353AA641A9F1EA712AC48090296AE000B281771, ____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(offsetof(List_1_t2353AA641A9F1EA712AC48090296AE000B281771, ____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((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t2353AA641A9F1EA712AC48090296AE000B281771_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t2353AA641A9F1EA712AC48090296AE000B281771_StaticFields, ____emptyArray_5)); } inline AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* get__emptyArray_5() const { return ____emptyArray_5; } inline AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t06CAAF5787D8FDE0CB0F04082673EC9B212451BE : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t06CAAF5787D8FDE0CB0F04082673EC9B212451BE, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.Threading.ThreadPoolWorkQueue/SparseArray`1 struct SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 : public RuntimeObject { public: // T[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue/SparseArray`1::m_array WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* ___m_array_0; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7, ___m_array_0)); } inline WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* get_m_array_0() const { return ___m_array_0; } inline WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* value) { ___m_array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_array_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.BitConverter struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654 : public RuntimeObject { public: public: }; struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields { public: // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_0; public: inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast(offsetof(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields, ___IsLittleEndian_0)); } inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; } inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; } inline void set_IsLittleEndian_0(bool value) { ___IsLittleEndian_0 = value; } }; // System.ByteMatcher struct ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 : public RuntimeObject { public: // System.Collections.Hashtable System.ByteMatcher::map Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___map_0; // System.Collections.Hashtable System.ByteMatcher::starts Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___starts_1; public: inline static int32_t get_offset_of_map_0() { return static_cast(offsetof(ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7, ___map_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_map_0() const { return ___map_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_map_0() { return &___map_0; } inline void set_map_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___map_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___map_0), (void*)value); } inline static int32_t get_offset_of_starts_1() { return static_cast(offsetof(ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7, ___starts_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_starts_1() const { return ___starts_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_starts_1() { return &___starts_1; } inline void set_starts_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___starts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___starts_1), (void*)value); } }; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A : 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(offsetof(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A, ___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(offsetof(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A, ___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(offsetof(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A, ___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; } }; // System.CompatibilitySwitches struct CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E : public RuntimeObject { public: public: }; struct CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_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(offsetof(CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_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(offsetof(CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_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; } }; // System.Console struct Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07 : public RuntimeObject { public: public: }; struct Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields { public: // System.IO.TextWriter System.Console::stdout TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___stdout_0; // System.IO.TextWriter System.Console::stderr TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___stderr_1; // System.IO.TextReader System.Console::stdin TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___stdin_2; // System.Text.Encoding System.Console::inputEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___inputEncoding_3; // System.Text.Encoding System.Console::outputEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___outputEncoding_4; // System.ConsoleCancelEventHandler System.Console::cancel_event ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D * ___cancel_event_5; // System.Console/InternalCancelHandler System.Console::cancel_handler InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000 * ___cancel_handler_6; public: inline static int32_t get_offset_of_stdout_0() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___stdout_0)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_stdout_0() const { return ___stdout_0; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_stdout_0() { return &___stdout_0; } inline void set_stdout_0(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___stdout_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___stdout_0), (void*)value); } inline static int32_t get_offset_of_stderr_1() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___stderr_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_stderr_1() const { return ___stderr_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_stderr_1() { return &___stderr_1; } inline void set_stderr_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___stderr_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___stderr_1), (void*)value); } inline static int32_t get_offset_of_stdin_2() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___stdin_2)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_stdin_2() const { return ___stdin_2; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_stdin_2() { return &___stdin_2; } inline void set_stdin_2(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___stdin_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___stdin_2), (void*)value); } inline static int32_t get_offset_of_inputEncoding_3() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___inputEncoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_inputEncoding_3() const { return ___inputEncoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_inputEncoding_3() { return &___inputEncoding_3; } inline void set_inputEncoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___inputEncoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputEncoding_3), (void*)value); } inline static int32_t get_offset_of_outputEncoding_4() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___outputEncoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_outputEncoding_4() const { return ___outputEncoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_outputEncoding_4() { return &___outputEncoding_4; } inline void set_outputEncoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___outputEncoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputEncoding_4), (void*)value); } inline static int32_t get_offset_of_cancel_event_5() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___cancel_event_5)); } inline ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D * get_cancel_event_5() const { return ___cancel_event_5; } inline ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D ** get_address_of_cancel_event_5() { return &___cancel_event_5; } inline void set_cancel_event_5(ConsoleCancelEventHandler_tACD32787946439D2453F9D9512471685521C006D * value) { ___cancel_event_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cancel_event_5), (void*)value); } inline static int32_t get_offset_of_cancel_handler_6() { return static_cast(offsetof(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields, ___cancel_handler_6)); } inline InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000 * get_cancel_handler_6() const { return ___cancel_handler_6; } inline InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000 ** get_address_of_cancel_handler_6() { return &___cancel_handler_6; } inline void set_cancel_handler_6(InternalCancelHandler_t7F0E9BBFE542C3B0E62620118961AC10E0DFB000 * value) { ___cancel_handler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___cancel_handler_6), (void*)value); } }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 : public RuntimeObject { public: public: }; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529 : public RuntimeObject { public: // System.String System.Globalization.CultureData::sAM1159 String_t* ___sAM1159_0; // System.String System.Globalization.CultureData::sPM2359 String_t* ___sPM2359_1; // System.String System.Globalization.CultureData::sTimeSeparator String_t* ___sTimeSeparator_2; // System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureData::saLongTimes StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saLongTimes_3; // System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureData::saShortTimes StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saShortTimes_4; // System.Int32 System.Globalization.CultureData::iFirstDayOfWeek int32_t ___iFirstDayOfWeek_5; // System.Int32 System.Globalization.CultureData::iFirstWeekOfYear int32_t ___iFirstWeekOfYear_6; // System.Int32[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureData::waCalendars Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___waCalendars_7; // System.Globalization.CalendarData[] System.Globalization.CultureData::calendars CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7* ___calendars_8; // System.String System.Globalization.CultureData::sISO639Language String_t* ___sISO639Language_9; // System.String System.Globalization.CultureData::sRealName String_t* ___sRealName_10; // System.Boolean System.Globalization.CultureData::bUseOverrides bool ___bUseOverrides_11; // System.Int32 System.Globalization.CultureData::calendarId int32_t ___calendarId_12; // System.Int32 System.Globalization.CultureData::numberIndex int32_t ___numberIndex_13; // System.Int32 System.Globalization.CultureData::iDefaultAnsiCodePage int32_t ___iDefaultAnsiCodePage_14; // System.Int32 System.Globalization.CultureData::iDefaultOemCodePage int32_t ___iDefaultOemCodePage_15; // System.Int32 System.Globalization.CultureData::iDefaultMacCodePage int32_t ___iDefaultMacCodePage_16; // System.Int32 System.Globalization.CultureData::iDefaultEbcdicCodePage int32_t ___iDefaultEbcdicCodePage_17; // System.Boolean System.Globalization.CultureData::isRightToLeft bool ___isRightToLeft_18; // System.String System.Globalization.CultureData::sListSeparator String_t* ___sListSeparator_19; public: inline static int32_t get_offset_of_sAM1159_0() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___sAM1159_0)); } inline String_t* get_sAM1159_0() const { return ___sAM1159_0; } inline String_t** get_address_of_sAM1159_0() { return &___sAM1159_0; } inline void set_sAM1159_0(String_t* value) { ___sAM1159_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sAM1159_0), (void*)value); } inline static int32_t get_offset_of_sPM2359_1() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___sPM2359_1)); } inline String_t* get_sPM2359_1() const { return ___sPM2359_1; } inline String_t** get_address_of_sPM2359_1() { return &___sPM2359_1; } inline void set_sPM2359_1(String_t* value) { ___sPM2359_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sPM2359_1), (void*)value); } inline static int32_t get_offset_of_sTimeSeparator_2() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___sTimeSeparator_2)); } inline String_t* get_sTimeSeparator_2() const { return ___sTimeSeparator_2; } inline String_t** get_address_of_sTimeSeparator_2() { return &___sTimeSeparator_2; } inline void set_sTimeSeparator_2(String_t* value) { ___sTimeSeparator_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sTimeSeparator_2), (void*)value); } inline static int32_t get_offset_of_saLongTimes_3() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___saLongTimes_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saLongTimes_3() const { return ___saLongTimes_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saLongTimes_3() { return &___saLongTimes_3; } inline void set_saLongTimes_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saLongTimes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___saLongTimes_3), (void*)value); } inline static int32_t get_offset_of_saShortTimes_4() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___saShortTimes_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saShortTimes_4() const { return ___saShortTimes_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saShortTimes_4() { return &___saShortTimes_4; } inline void set_saShortTimes_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saShortTimes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___saShortTimes_4), (void*)value); } inline static int32_t get_offset_of_iFirstDayOfWeek_5() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___iFirstDayOfWeek_5)); } inline int32_t get_iFirstDayOfWeek_5() const { return ___iFirstDayOfWeek_5; } inline int32_t* get_address_of_iFirstDayOfWeek_5() { return &___iFirstDayOfWeek_5; } inline void set_iFirstDayOfWeek_5(int32_t value) { ___iFirstDayOfWeek_5 = value; } inline static int32_t get_offset_of_iFirstWeekOfYear_6() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___iFirstWeekOfYear_6)); } inline int32_t get_iFirstWeekOfYear_6() const { return ___iFirstWeekOfYear_6; } inline int32_t* get_address_of_iFirstWeekOfYear_6() { return &___iFirstWeekOfYear_6; } inline void set_iFirstWeekOfYear_6(int32_t value) { ___iFirstWeekOfYear_6 = value; } inline static int32_t get_offset_of_waCalendars_7() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___waCalendars_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_waCalendars_7() const { return ___waCalendars_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_waCalendars_7() { return &___waCalendars_7; } inline void set_waCalendars_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___waCalendars_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___waCalendars_7), (void*)value); } inline static int32_t get_offset_of_calendars_8() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___calendars_8)); } inline CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7* get_calendars_8() const { return ___calendars_8; } inline CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7** get_address_of_calendars_8() { return &___calendars_8; } inline void set_calendars_8(CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7* value) { ___calendars_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendars_8), (void*)value); } inline static int32_t get_offset_of_sISO639Language_9() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___sISO639Language_9)); } inline String_t* get_sISO639Language_9() const { return ___sISO639Language_9; } inline String_t** get_address_of_sISO639Language_9() { return &___sISO639Language_9; } inline void set_sISO639Language_9(String_t* value) { ___sISO639Language_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___sISO639Language_9), (void*)value); } inline static int32_t get_offset_of_sRealName_10() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___sRealName_10)); } inline String_t* get_sRealName_10() const { return ___sRealName_10; } inline String_t** get_address_of_sRealName_10() { return &___sRealName_10; } inline void set_sRealName_10(String_t* value) { ___sRealName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___sRealName_10), (void*)value); } inline static int32_t get_offset_of_bUseOverrides_11() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___bUseOverrides_11)); } inline bool get_bUseOverrides_11() const { return ___bUseOverrides_11; } inline bool* get_address_of_bUseOverrides_11() { return &___bUseOverrides_11; } inline void set_bUseOverrides_11(bool value) { ___bUseOverrides_11 = value; } inline static int32_t get_offset_of_calendarId_12() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___calendarId_12)); } inline int32_t get_calendarId_12() const { return ___calendarId_12; } inline int32_t* get_address_of_calendarId_12() { return &___calendarId_12; } inline void set_calendarId_12(int32_t value) { ___calendarId_12 = value; } inline static int32_t get_offset_of_numberIndex_13() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___numberIndex_13)); } inline int32_t get_numberIndex_13() const { return ___numberIndex_13; } inline int32_t* get_address_of_numberIndex_13() { return &___numberIndex_13; } inline void set_numberIndex_13(int32_t value) { ___numberIndex_13 = value; } inline static int32_t get_offset_of_iDefaultAnsiCodePage_14() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___iDefaultAnsiCodePage_14)); } inline int32_t get_iDefaultAnsiCodePage_14() const { return ___iDefaultAnsiCodePage_14; } inline int32_t* get_address_of_iDefaultAnsiCodePage_14() { return &___iDefaultAnsiCodePage_14; } inline void set_iDefaultAnsiCodePage_14(int32_t value) { ___iDefaultAnsiCodePage_14 = value; } inline static int32_t get_offset_of_iDefaultOemCodePage_15() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___iDefaultOemCodePage_15)); } inline int32_t get_iDefaultOemCodePage_15() const { return ___iDefaultOemCodePage_15; } inline int32_t* get_address_of_iDefaultOemCodePage_15() { return &___iDefaultOemCodePage_15; } inline void set_iDefaultOemCodePage_15(int32_t value) { ___iDefaultOemCodePage_15 = value; } inline static int32_t get_offset_of_iDefaultMacCodePage_16() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___iDefaultMacCodePage_16)); } inline int32_t get_iDefaultMacCodePage_16() const { return ___iDefaultMacCodePage_16; } inline int32_t* get_address_of_iDefaultMacCodePage_16() { return &___iDefaultMacCodePage_16; } inline void set_iDefaultMacCodePage_16(int32_t value) { ___iDefaultMacCodePage_16 = value; } inline static int32_t get_offset_of_iDefaultEbcdicCodePage_17() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___iDefaultEbcdicCodePage_17)); } inline int32_t get_iDefaultEbcdicCodePage_17() const { return ___iDefaultEbcdicCodePage_17; } inline int32_t* get_address_of_iDefaultEbcdicCodePage_17() { return &___iDefaultEbcdicCodePage_17; } inline void set_iDefaultEbcdicCodePage_17(int32_t value) { ___iDefaultEbcdicCodePage_17 = value; } inline static int32_t get_offset_of_isRightToLeft_18() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___isRightToLeft_18)); } inline bool get_isRightToLeft_18() const { return ___isRightToLeft_18; } inline bool* get_address_of_isRightToLeft_18() { return &___isRightToLeft_18; } inline void set_isRightToLeft_18(bool value) { ___isRightToLeft_18 = value; } inline static int32_t get_offset_of_sListSeparator_19() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___sListSeparator_19)); } inline String_t* get_sListSeparator_19() const { return ___sListSeparator_19; } inline String_t** get_address_of_sListSeparator_19() { return &___sListSeparator_19; } inline void set_sListSeparator_19(String_t* value) { ___sListSeparator_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___sListSeparator_19), (void*)value); } }; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_StaticFields { public: // System.Globalization.CultureData System.Globalization.CultureData::s_Invariant CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___s_Invariant_20; public: inline static int32_t get_offset_of_s_Invariant_20() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529_StaticFields, ___s_Invariant_20)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_s_Invariant_20() const { return ___s_Invariant_20; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_s_Invariant_20() { return &___s_Invariant_20; } inline void set_s_Invariant_20(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___s_Invariant_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Invariant_20), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke { char* ___sAM1159_0; char* ___sPM2359_1; char* ___sTimeSeparator_2; char** ___saLongTimes_3; char** ___saShortTimes_4; int32_t ___iFirstDayOfWeek_5; int32_t ___iFirstWeekOfYear_6; Il2CppSafeArray/*NONE*/* ___waCalendars_7; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_pinvoke** ___calendars_8; char* ___sISO639Language_9; char* ___sRealName_10; int32_t ___bUseOverrides_11; int32_t ___calendarId_12; int32_t ___numberIndex_13; int32_t ___iDefaultAnsiCodePage_14; int32_t ___iDefaultOemCodePage_15; int32_t ___iDefaultMacCodePage_16; int32_t ___iDefaultEbcdicCodePage_17; int32_t ___isRightToLeft_18; char* ___sListSeparator_19; }; // Native definition for COM marshalling of System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com { Il2CppChar* ___sAM1159_0; Il2CppChar* ___sPM2359_1; Il2CppChar* ___sTimeSeparator_2; Il2CppChar** ___saLongTimes_3; Il2CppChar** ___saShortTimes_4; int32_t ___iFirstDayOfWeek_5; int32_t ___iFirstWeekOfYear_6; Il2CppSafeArray/*NONE*/* ___waCalendars_7; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_com** ___calendars_8; Il2CppChar* ___sISO639Language_9; Il2CppChar* ___sRealName_10; int32_t ___bUseOverrides_11; int32_t ___calendarId_12; int32_t ___numberIndex_13; int32_t ___iDefaultAnsiCodePage_14; int32_t ___iDefaultOemCodePage_15; int32_t ___iDefaultMacCodePage_16; int32_t ___iDefaultEbcdicCodePage_17; int32_t ___isRightToLeft_18; Il2CppChar* ___sListSeparator_19; }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : 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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___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_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___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_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___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_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___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(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_10)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___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(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___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(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_13)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_14)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___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(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_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((void**)(&___s_InternalSyncObject_15), (void*)value); } }; // System.Globalization.EraInfo struct EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD : public RuntimeObject { public: // System.Int32 System.Globalization.EraInfo::era int32_t ___era_0; // System.Int64 System.Globalization.EraInfo::ticks int64_t ___ticks_1; // System.Int32 System.Globalization.EraInfo::yearOffset int32_t ___yearOffset_2; // System.Int32 System.Globalization.EraInfo::minEraYear int32_t ___minEraYear_3; // System.Int32 System.Globalization.EraInfo::maxEraYear int32_t ___maxEraYear_4; // System.String System.Globalization.EraInfo::eraName String_t* ___eraName_5; // System.String System.Globalization.EraInfo::abbrevEraName String_t* ___abbrevEraName_6; // System.String System.Globalization.EraInfo::englishEraName String_t* ___englishEraName_7; public: inline static int32_t get_offset_of_era_0() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___era_0)); } inline int32_t get_era_0() const { return ___era_0; } inline int32_t* get_address_of_era_0() { return &___era_0; } inline void set_era_0(int32_t value) { ___era_0 = value; } inline static int32_t get_offset_of_ticks_1() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___ticks_1)); } inline int64_t get_ticks_1() const { return ___ticks_1; } inline int64_t* get_address_of_ticks_1() { return &___ticks_1; } inline void set_ticks_1(int64_t value) { ___ticks_1 = value; } inline static int32_t get_offset_of_yearOffset_2() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___yearOffset_2)); } inline int32_t get_yearOffset_2() const { return ___yearOffset_2; } inline int32_t* get_address_of_yearOffset_2() { return &___yearOffset_2; } inline void set_yearOffset_2(int32_t value) { ___yearOffset_2 = value; } inline static int32_t get_offset_of_minEraYear_3() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___minEraYear_3)); } inline int32_t get_minEraYear_3() const { return ___minEraYear_3; } inline int32_t* get_address_of_minEraYear_3() { return &___minEraYear_3; } inline void set_minEraYear_3(int32_t value) { ___minEraYear_3 = value; } inline static int32_t get_offset_of_maxEraYear_4() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___maxEraYear_4)); } inline int32_t get_maxEraYear_4() const { return ___maxEraYear_4; } inline int32_t* get_address_of_maxEraYear_4() { return &___maxEraYear_4; } inline void set_maxEraYear_4(int32_t value) { ___maxEraYear_4 = value; } inline static int32_t get_offset_of_eraName_5() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___eraName_5)); } inline String_t* get_eraName_5() const { return ___eraName_5; } inline String_t** get_address_of_eraName_5() { return &___eraName_5; } inline void set_eraName_5(String_t* value) { ___eraName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___eraName_5), (void*)value); } inline static int32_t get_offset_of_abbrevEraName_6() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___abbrevEraName_6)); } inline String_t* get_abbrevEraName_6() const { return ___abbrevEraName_6; } inline String_t** get_address_of_abbrevEraName_6() { return &___abbrevEraName_6; } inline void set_abbrevEraName_6(String_t* value) { ___abbrevEraName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbrevEraName_6), (void*)value); } inline static int32_t get_offset_of_englishEraName_7() { return static_cast(offsetof(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD, ___englishEraName_7)); } inline String_t* get_englishEraName_7() const { return ___englishEraName_7; } inline String_t** get_address_of_englishEraName_7() { return &___englishEraName_7; } inline void set_englishEraName_7(String_t* value) { ___englishEraName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishEraName_7), (void*)value); } }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 : public RuntimeObject { public: // System.Exception System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_Exception Exception_t * ___m_Exception_0; // System.Object System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_stackTrace RuntimeObject * ___m_stackTrace_1; public: inline static int32_t get_offset_of_m_Exception_0() { return static_cast(offsetof(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09, ___m_Exception_0)); } inline Exception_t * get_m_Exception_0() const { return ___m_Exception_0; } inline Exception_t ** get_address_of_m_Exception_0() { return &___m_Exception_0; } inline void set_m_Exception_0(Exception_t * value) { ___m_Exception_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Exception_0), (void*)value); } inline static int32_t get_offset_of_m_stackTrace_1() { return static_cast(offsetof(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09, ___m_stackTrace_1)); } inline RuntimeObject * get_m_stackTrace_1() const { return ___m_stackTrace_1; } inline RuntimeObject ** get_address_of_m_stackTrace_1() { return &___m_stackTrace_1; } inline void set_m_stackTrace_1(RuntimeObject * value) { ___m_stackTrace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stackTrace_1), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____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((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.IO.Path struct Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921 : public RuntimeObject { public: public: }; struct Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields { public: // System.Char[] System.IO.Path::InvalidPathChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___InvalidPathChars_0; // System.Char System.IO.Path::AltDirectorySeparatorChar Il2CppChar ___AltDirectorySeparatorChar_1; // System.Char System.IO.Path::DirectorySeparatorChar Il2CppChar ___DirectorySeparatorChar_2; // System.Char System.IO.Path::PathSeparator Il2CppChar ___PathSeparator_3; // System.String System.IO.Path::DirectorySeparatorStr String_t* ___DirectorySeparatorStr_4; // System.Char System.IO.Path::VolumeSeparatorChar Il2CppChar ___VolumeSeparatorChar_5; // System.Char[] System.IO.Path::PathSeparatorChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___PathSeparatorChars_6; // System.Boolean System.IO.Path::dirEqualsVolume bool ___dirEqualsVolume_7; // System.Char[] System.IO.Path::trimEndCharsWindows CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimEndCharsWindows_8; // System.Char[] System.IO.Path::trimEndCharsUnix CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimEndCharsUnix_9; public: inline static int32_t get_offset_of_InvalidPathChars_0() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___InvalidPathChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_InvalidPathChars_0() const { return ___InvalidPathChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_InvalidPathChars_0() { return &___InvalidPathChars_0; } inline void set_InvalidPathChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___InvalidPathChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidPathChars_0), (void*)value); } inline static int32_t get_offset_of_AltDirectorySeparatorChar_1() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___AltDirectorySeparatorChar_1)); } inline Il2CppChar get_AltDirectorySeparatorChar_1() const { return ___AltDirectorySeparatorChar_1; } inline Il2CppChar* get_address_of_AltDirectorySeparatorChar_1() { return &___AltDirectorySeparatorChar_1; } inline void set_AltDirectorySeparatorChar_1(Il2CppChar value) { ___AltDirectorySeparatorChar_1 = value; } inline static int32_t get_offset_of_DirectorySeparatorChar_2() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___DirectorySeparatorChar_2)); } inline Il2CppChar get_DirectorySeparatorChar_2() const { return ___DirectorySeparatorChar_2; } inline Il2CppChar* get_address_of_DirectorySeparatorChar_2() { return &___DirectorySeparatorChar_2; } inline void set_DirectorySeparatorChar_2(Il2CppChar value) { ___DirectorySeparatorChar_2 = value; } inline static int32_t get_offset_of_PathSeparator_3() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___PathSeparator_3)); } inline Il2CppChar get_PathSeparator_3() const { return ___PathSeparator_3; } inline Il2CppChar* get_address_of_PathSeparator_3() { return &___PathSeparator_3; } inline void set_PathSeparator_3(Il2CppChar value) { ___PathSeparator_3 = value; } inline static int32_t get_offset_of_DirectorySeparatorStr_4() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___DirectorySeparatorStr_4)); } inline String_t* get_DirectorySeparatorStr_4() const { return ___DirectorySeparatorStr_4; } inline String_t** get_address_of_DirectorySeparatorStr_4() { return &___DirectorySeparatorStr_4; } inline void set_DirectorySeparatorStr_4(String_t* value) { ___DirectorySeparatorStr_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DirectorySeparatorStr_4), (void*)value); } inline static int32_t get_offset_of_VolumeSeparatorChar_5() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___VolumeSeparatorChar_5)); } inline Il2CppChar get_VolumeSeparatorChar_5() const { return ___VolumeSeparatorChar_5; } inline Il2CppChar* get_address_of_VolumeSeparatorChar_5() { return &___VolumeSeparatorChar_5; } inline void set_VolumeSeparatorChar_5(Il2CppChar value) { ___VolumeSeparatorChar_5 = value; } inline static int32_t get_offset_of_PathSeparatorChars_6() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___PathSeparatorChars_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_PathSeparatorChars_6() const { return ___PathSeparatorChars_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_PathSeparatorChars_6() { return &___PathSeparatorChars_6; } inline void set_PathSeparatorChars_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___PathSeparatorChars_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___PathSeparatorChars_6), (void*)value); } inline static int32_t get_offset_of_dirEqualsVolume_7() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___dirEqualsVolume_7)); } inline bool get_dirEqualsVolume_7() const { return ___dirEqualsVolume_7; } inline bool* get_address_of_dirEqualsVolume_7() { return &___dirEqualsVolume_7; } inline void set_dirEqualsVolume_7(bool value) { ___dirEqualsVolume_7 = value; } inline static int32_t get_offset_of_trimEndCharsWindows_8() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___trimEndCharsWindows_8)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_trimEndCharsWindows_8() const { return ___trimEndCharsWindows_8; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_trimEndCharsWindows_8() { return &___trimEndCharsWindows_8; } inline void set_trimEndCharsWindows_8(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___trimEndCharsWindows_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsWindows_8), (void*)value); } inline static int32_t get_offset_of_trimEndCharsUnix_9() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___trimEndCharsUnix_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_trimEndCharsUnix_9() const { return ___trimEndCharsUnix_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_trimEndCharsUnix_9() { return &___trimEndCharsUnix_9; } inline void set_trimEndCharsUnix_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___trimEndCharsUnix_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsUnix_9), (void*)value); } }; // System.Threading.QueueUserWorkItemCallback struct QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A : public RuntimeObject { public: // System.Threading.WaitCallback System.Threading.QueueUserWorkItemCallback::callback WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callback_0; // System.Threading.ExecutionContext System.Threading.QueueUserWorkItemCallback::context ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___context_1; // System.Object System.Threading.QueueUserWorkItemCallback::state RuntimeObject * ___state_2; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A, ___callback_0)); } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * get_callback_0() const { return ___callback_0; } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A, ___context_1)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_context_1() const { return ___context_1; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_context_1() { return &___context_1; } inline void set_context_1(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_1), (void*)value); } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A, ___state_2)); } inline RuntimeObject * get_state_2() const { return ___state_2; } inline RuntimeObject ** get_address_of_state_2() { return &___state_2; } inline void set_state_2(RuntimeObject * value) { ___state_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_2), (void*)value); } }; struct QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_StaticFields { public: // System.Threading.ContextCallback System.Threading.QueueUserWorkItemCallback::ccb ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___ccb_3; public: inline static int32_t get_offset_of_ccb_3() { return static_cast(offsetof(QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_StaticFields, ___ccb_3)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_ccb_3() const { return ___ccb_3; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_ccb_3() { return &___ccb_3; } inline void set_ccb_3(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___ccb_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ccb_3), (void*)value); } }; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___SeedArray_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // Microsoft.Win32.Registry struct Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65 : public RuntimeObject { public: public: }; struct Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields { public: // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::ClassesRoot RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___ClassesRoot_0; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::CurrentConfig RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___CurrentConfig_1; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::CurrentUser RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___CurrentUser_2; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::DynData RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___DynData_3; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::LocalMachine RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___LocalMachine_4; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::PerformanceData RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___PerformanceData_5; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::Users RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___Users_6; public: inline static int32_t get_offset_of_ClassesRoot_0() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___ClassesRoot_0)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_ClassesRoot_0() const { return ___ClassesRoot_0; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_ClassesRoot_0() { return &___ClassesRoot_0; } inline void set_ClassesRoot_0(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___ClassesRoot_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassesRoot_0), (void*)value); } inline static int32_t get_offset_of_CurrentConfig_1() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___CurrentConfig_1)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_CurrentConfig_1() const { return ___CurrentConfig_1; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_CurrentConfig_1() { return &___CurrentConfig_1; } inline void set_CurrentConfig_1(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___CurrentConfig_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CurrentConfig_1), (void*)value); } inline static int32_t get_offset_of_CurrentUser_2() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___CurrentUser_2)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_CurrentUser_2() const { return ___CurrentUser_2; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_CurrentUser_2() { return &___CurrentUser_2; } inline void set_CurrentUser_2(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___CurrentUser_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___CurrentUser_2), (void*)value); } inline static int32_t get_offset_of_DynData_3() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___DynData_3)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_DynData_3() const { return ___DynData_3; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_DynData_3() { return &___DynData_3; } inline void set_DynData_3(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___DynData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___DynData_3), (void*)value); } inline static int32_t get_offset_of_LocalMachine_4() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___LocalMachine_4)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_LocalMachine_4() const { return ___LocalMachine_4; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_LocalMachine_4() { return &___LocalMachine_4; } inline void set_LocalMachine_4(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___LocalMachine_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___LocalMachine_4), (void*)value); } inline static int32_t get_offset_of_PerformanceData_5() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___PerformanceData_5)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_PerformanceData_5() const { return ___PerformanceData_5; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_PerformanceData_5() { return &___PerformanceData_5; } inline void set_PerformanceData_5(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___PerformanceData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___PerformanceData_5), (void*)value); } inline static int32_t get_offset_of_Users_6() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___Users_6)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_Users_6() const { return ___Users_6; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_Users_6() { return &___Users_6; } inline void set_Users_6(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___Users_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Users_6), (void*)value); } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D : public RuntimeObject { public: // System.Int32 System.Threading.Tasks.StackGuard::m_inliningDepth int32_t ___m_inliningDepth_0; public: inline static int32_t get_offset_of_m_inliningDepth_0() { return static_cast(offsetof(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D, ___m_inliningDepth_0)); } inline int32_t get_m_inliningDepth_0() const { return ___m_inliningDepth_0; } inline int32_t* get_address_of_m_inliningDepth_0() { return &___m_inliningDepth_0; } inline void set_m_inliningDepth_0(int32_t value) { ___m_inliningDepth_0 = value; } }; // 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(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(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(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((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(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((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(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(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(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; } }; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 : public RuntimeObject { public: public: }; struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields { public: // System.StringComparer System.StringComparer::_invariantCulture StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCulture_0; // System.StringComparer System.StringComparer::_invariantCultureIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCultureIgnoreCase_1; // System.StringComparer System.StringComparer::_ordinal StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinal_2; // System.StringComparer System.StringComparer::_ordinalIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinalIgnoreCase_3; public: inline static int32_t get_offset_of__invariantCulture_0() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCulture_0)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCulture_0() const { return ____invariantCulture_0; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; } inline void set__invariantCulture_0(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCulture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value); } inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCultureIgnoreCase_1)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; } inline void set__invariantCultureIgnoreCase_1(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCultureIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value); } inline static int32_t get_offset_of__ordinal_2() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinal_2)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinal_2() const { return ____ordinal_2; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinal_2() { return &____ordinal_2; } inline void set__ordinal_2(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinal_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value); } inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinalIgnoreCase_3)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; } inline void set__ordinalIgnoreCase_3(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinalIgnoreCase_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value); } }; // System.Threading.Tasks.TaskContinuation struct TaskContinuation_t7DB04E82749A3EF935DB28E54C213451D635E7C0 : public RuntimeObject { public: public: }; // System.TermInfoReader struct TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 : public RuntimeObject { public: // System.Int32 System.TermInfoReader::boolSize int32_t ___boolSize_0; // System.Int32 System.TermInfoReader::numSize int32_t ___numSize_1; // System.Int32 System.TermInfoReader::strOffsets int32_t ___strOffsets_2; // System.Byte[] System.TermInfoReader::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_3; // System.Int32 System.TermInfoReader::booleansOffset int32_t ___booleansOffset_4; // System.Int32 System.TermInfoReader::intOffset int32_t ___intOffset_5; public: inline static int32_t get_offset_of_boolSize_0() { return static_cast(offsetof(TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62, ___boolSize_0)); } inline int32_t get_boolSize_0() const { return ___boolSize_0; } inline int32_t* get_address_of_boolSize_0() { return &___boolSize_0; } inline void set_boolSize_0(int32_t value) { ___boolSize_0 = value; } inline static int32_t get_offset_of_numSize_1() { return static_cast(offsetof(TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62, ___numSize_1)); } inline int32_t get_numSize_1() const { return ___numSize_1; } inline int32_t* get_address_of_numSize_1() { return &___numSize_1; } inline void set_numSize_1(int32_t value) { ___numSize_1 = value; } inline static int32_t get_offset_of_strOffsets_2() { return static_cast(offsetof(TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62, ___strOffsets_2)); } inline int32_t get_strOffsets_2() const { return ___strOffsets_2; } inline int32_t* get_address_of_strOffsets_2() { return &___strOffsets_2; } inline void set_strOffsets_2(int32_t value) { ___strOffsets_2 = value; } inline static int32_t get_offset_of_buffer_3() { return static_cast(offsetof(TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62, ___buffer_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_3() const { return ___buffer_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_3() { return &___buffer_3; } inline void set_buffer_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_3), (void*)value); } inline static int32_t get_offset_of_booleansOffset_4() { return static_cast(offsetof(TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62, ___booleansOffset_4)); } inline int32_t get_booleansOffset_4() const { return ___booleansOffset_4; } inline int32_t* get_address_of_booleansOffset_4() { return &___booleansOffset_4; } inline void set_booleansOffset_4(int32_t value) { ___booleansOffset_4 = value; } inline static int32_t get_offset_of_intOffset_5() { return static_cast(offsetof(TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62, ___intOffset_5)); } inline int32_t get_intOffset_5() const { return ___intOffset_5; } inline int32_t* get_address_of_intOffset_5() { return &___intOffset_5; } inline void set_intOffset_5(int32_t value) { ___intOffset_5 = value; } }; // System.Globalization.TextInfoToLowerData struct TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C : public RuntimeObject { public: public: }; struct TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields { public: // System.Char[] System.Globalization.TextInfoToLowerData::range_00c0_0556 CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_00c0_0556_0; // System.Char[] System.Globalization.TextInfoToLowerData::range_10a0_10c5 CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_10a0_10c5_1; // System.Char[] System.Globalization.TextInfoToLowerData::range_1e00_1ffc CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_1e00_1ffc_2; // System.Char[] System.Globalization.TextInfoToLowerData::range_2160_216f CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_2160_216f_3; // System.Char[] System.Globalization.TextInfoToLowerData::range_24b6_24cf CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_24b6_24cf_4; // System.Char[] System.Globalization.TextInfoToLowerData::range_2c00_2c2e CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_2c00_2c2e_5; // System.Char[] System.Globalization.TextInfoToLowerData::range_2c60_2ce2 CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_2c60_2ce2_6; // System.Char[] System.Globalization.TextInfoToLowerData::range_a640_a696 CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_a640_a696_7; // System.Char[] System.Globalization.TextInfoToLowerData::range_a722_a78b CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_a722_a78b_8; public: inline static int32_t get_offset_of_range_00c0_0556_0() { return static_cast(offsetof(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields, ___range_00c0_0556_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_00c0_0556_0() const { return ___range_00c0_0556_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_00c0_0556_0() { return &___range_00c0_0556_0; } inline void set_range_00c0_0556_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_00c0_0556_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_00c0_0556_0), (void*)value); } inline static int32_t get_offset_of_range_10a0_10c5_1() { return static_cast(offsetof(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields, ___range_10a0_10c5_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_10a0_10c5_1() const { return ___range_10a0_10c5_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_10a0_10c5_1() { return &___range_10a0_10c5_1; } inline void set_range_10a0_10c5_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_10a0_10c5_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_10a0_10c5_1), (void*)value); } inline static int32_t get_offset_of_range_1e00_1ffc_2() { return static_cast(offsetof(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields, ___range_1e00_1ffc_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_1e00_1ffc_2() const { return ___range_1e00_1ffc_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_1e00_1ffc_2() { return &___range_1e00_1ffc_2; } inline void set_range_1e00_1ffc_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_1e00_1ffc_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_1e00_1ffc_2), (void*)value); } inline static int32_t get_offset_of_range_2160_216f_3() { return static_cast(offsetof(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields, ___range_2160_216f_3)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_2160_216f_3() const { return ___range_2160_216f_3; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_2160_216f_3() { return &___range_2160_216f_3; } inline void set_range_2160_216f_3(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_2160_216f_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_2160_216f_3), (void*)value); } inline static int32_t get_offset_of_range_24b6_24cf_4() { return static_cast(offsetof(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields, ___range_24b6_24cf_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_24b6_24cf_4() const { return ___range_24b6_24cf_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_24b6_24cf_4() { return &___range_24b6_24cf_4; } inline void set_range_24b6_24cf_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_24b6_24cf_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_24b6_24cf_4), (void*)value); } inline static int32_t get_offset_of_range_2c00_2c2e_5() { return static_cast(offsetof(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields, ___range_2c00_2c2e_5)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_2c00_2c2e_5() const { return ___range_2c00_2c2e_5; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_2c00_2c2e_5() { return &___range_2c00_2c2e_5; } inline void set_range_2c00_2c2e_5(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_2c00_2c2e_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_2c00_2c2e_5), (void*)value); } inline static int32_t get_offset_of_range_2c60_2ce2_6() { return static_cast(offsetof(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields, ___range_2c60_2ce2_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_2c60_2ce2_6() const { return ___range_2c60_2ce2_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_2c60_2ce2_6() { return &___range_2c60_2ce2_6; } inline void set_range_2c60_2ce2_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_2c60_2ce2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_2c60_2ce2_6), (void*)value); } inline static int32_t get_offset_of_range_a640_a696_7() { return static_cast(offsetof(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields, ___range_a640_a696_7)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_a640_a696_7() const { return ___range_a640_a696_7; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_a640_a696_7() { return &___range_a640_a696_7; } inline void set_range_a640_a696_7(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_a640_a696_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_a640_a696_7), (void*)value); } inline static int32_t get_offset_of_range_a722_a78b_8() { return static_cast(offsetof(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields, ___range_a722_a78b_8)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_a722_a78b_8() const { return ___range_a722_a78b_8; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_a722_a78b_8() { return &___range_a722_a78b_8; } inline void set_range_a722_a78b_8(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_a722_a78b_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_a722_a78b_8), (void*)value); } }; // System.Globalization.TextInfoToUpperData struct TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B : public RuntimeObject { public: public: }; struct TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields { public: // System.Char[] System.Globalization.TextInfoToUpperData::range_00e0_0586 CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_00e0_0586_0; // System.Char[] System.Globalization.TextInfoToUpperData::range_1e01_1ff3 CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_1e01_1ff3_1; // System.Char[] System.Globalization.TextInfoToUpperData::range_2170_2184 CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_2170_2184_2; // System.Char[] System.Globalization.TextInfoToUpperData::range_24d0_24e9 CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_24d0_24e9_3; // System.Char[] System.Globalization.TextInfoToUpperData::range_2c30_2ce3 CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_2c30_2ce3_4; // System.Char[] System.Globalization.TextInfoToUpperData::range_2d00_2d25 CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_2d00_2d25_5; // System.Char[] System.Globalization.TextInfoToUpperData::range_a641_a697 CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_a641_a697_6; // System.Char[] System.Globalization.TextInfoToUpperData::range_a723_a78c CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___range_a723_a78c_7; public: inline static int32_t get_offset_of_range_00e0_0586_0() { return static_cast(offsetof(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields, ___range_00e0_0586_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_00e0_0586_0() const { return ___range_00e0_0586_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_00e0_0586_0() { return &___range_00e0_0586_0; } inline void set_range_00e0_0586_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_00e0_0586_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_00e0_0586_0), (void*)value); } inline static int32_t get_offset_of_range_1e01_1ff3_1() { return static_cast(offsetof(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields, ___range_1e01_1ff3_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_1e01_1ff3_1() const { return ___range_1e01_1ff3_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_1e01_1ff3_1() { return &___range_1e01_1ff3_1; } inline void set_range_1e01_1ff3_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_1e01_1ff3_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_1e01_1ff3_1), (void*)value); } inline static int32_t get_offset_of_range_2170_2184_2() { return static_cast(offsetof(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields, ___range_2170_2184_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_2170_2184_2() const { return ___range_2170_2184_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_2170_2184_2() { return &___range_2170_2184_2; } inline void set_range_2170_2184_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_2170_2184_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_2170_2184_2), (void*)value); } inline static int32_t get_offset_of_range_24d0_24e9_3() { return static_cast(offsetof(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields, ___range_24d0_24e9_3)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_24d0_24e9_3() const { return ___range_24d0_24e9_3; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_24d0_24e9_3() { return &___range_24d0_24e9_3; } inline void set_range_24d0_24e9_3(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_24d0_24e9_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_24d0_24e9_3), (void*)value); } inline static int32_t get_offset_of_range_2c30_2ce3_4() { return static_cast(offsetof(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields, ___range_2c30_2ce3_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_2c30_2ce3_4() const { return ___range_2c30_2ce3_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_2c30_2ce3_4() { return &___range_2c30_2ce3_4; } inline void set_range_2c30_2ce3_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_2c30_2ce3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_2c30_2ce3_4), (void*)value); } inline static int32_t get_offset_of_range_2d00_2d25_5() { return static_cast(offsetof(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields, ___range_2d00_2d25_5)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_2d00_2d25_5() const { return ___range_2d00_2d25_5; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_2d00_2d25_5() { return &___range_2d00_2d25_5; } inline void set_range_2d00_2d25_5(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_2d00_2d25_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_2d00_2d25_5), (void*)value); } inline static int32_t get_offset_of_range_a641_a697_6() { return static_cast(offsetof(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields, ___range_a641_a697_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_a641_a697_6() const { return ___range_a641_a697_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_a641_a697_6() { return &___range_a641_a697_6; } inline void set_range_a641_a697_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_a641_a697_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_a641_a697_6), (void*)value); } inline static int32_t get_offset_of_range_a723_a78c_7() { return static_cast(offsetof(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields, ___range_a723_a78c_7)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_range_a723_a78c_7() const { return ___range_a723_a78c_7; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_range_a723_a78c_7() { return &___range_a723_a78c_7; } inline void set_range_a723_a78c_7(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___range_a723_a78c_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___range_a723_a78c_7), (void*)value); } }; // System.Threading.ThreadHelper struct ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C : public RuntimeObject { public: // System.Delegate System.Threading.ThreadHelper::_start Delegate_t * ____start_0; // System.Object System.Threading.ThreadHelper::_startArg RuntimeObject * ____startArg_1; // System.Threading.ExecutionContext System.Threading.ThreadHelper::_executionContext ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ____executionContext_2; public: inline static int32_t get_offset_of__start_0() { return static_cast(offsetof(ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C, ____start_0)); } inline Delegate_t * get__start_0() const { return ____start_0; } inline Delegate_t ** get_address_of__start_0() { return &____start_0; } inline void set__start_0(Delegate_t * value) { ____start_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____start_0), (void*)value); } inline static int32_t get_offset_of__startArg_1() { return static_cast(offsetof(ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C, ____startArg_1)); } inline RuntimeObject * get__startArg_1() const { return ____startArg_1; } inline RuntimeObject ** get_address_of__startArg_1() { return &____startArg_1; } inline void set__startArg_1(RuntimeObject * value) { ____startArg_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____startArg_1), (void*)value); } inline static int32_t get_offset_of__executionContext_2() { return static_cast(offsetof(ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C, ____executionContext_2)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get__executionContext_2() const { return ____executionContext_2; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of__executionContext_2() { return &____executionContext_2; } inline void set__executionContext_2(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ____executionContext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____executionContext_2), (void*)value); } }; struct ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_StaticFields { public: // System.Threading.ContextCallback System.Threading.ThreadHelper::_ccb ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ____ccb_3; public: inline static int32_t get_offset_of__ccb_3() { return static_cast(offsetof(ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_StaticFields, ____ccb_3)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get__ccb_3() const { return ____ccb_3; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of__ccb_3() { return &____ccb_3; } inline void set__ccb_3(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ____ccb_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ccb_3), (void*)value); } }; // System.Threading.ThreadPool struct ThreadPool_tE969AA7EB10D0F888DE9D2A406248B1FAB4FAF63 : public RuntimeObject { public: public: }; // System.Threading.ThreadPoolWorkQueueThreadLocals struct ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E : public RuntimeObject { public: // System.Threading.ThreadPoolWorkQueue System.Threading.ThreadPoolWorkQueueThreadLocals::workQueue ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * ___workQueue_1; // System.Threading.ThreadPoolWorkQueue/WorkStealingQueue System.Threading.ThreadPoolWorkQueueThreadLocals::workStealingQueue WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * ___workStealingQueue_2; // System.Random System.Threading.ThreadPoolWorkQueueThreadLocals::random Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * ___random_3; public: inline static int32_t get_offset_of_workQueue_1() { return static_cast(offsetof(ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E, ___workQueue_1)); } inline ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * get_workQueue_1() const { return ___workQueue_1; } inline ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 ** get_address_of_workQueue_1() { return &___workQueue_1; } inline void set_workQueue_1(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * value) { ___workQueue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___workQueue_1), (void*)value); } inline static int32_t get_offset_of_workStealingQueue_2() { return static_cast(offsetof(ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E, ___workStealingQueue_2)); } inline WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * get_workStealingQueue_2() const { return ___workStealingQueue_2; } inline WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 ** get_address_of_workStealingQueue_2() { return &___workStealingQueue_2; } inline void set_workStealingQueue_2(WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * value) { ___workStealingQueue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___workStealingQueue_2), (void*)value); } inline static int32_t get_offset_of_random_3() { return static_cast(offsetof(ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E, ___random_3)); } inline Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * get_random_3() const { return ___random_3; } inline Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 ** get_address_of_random_3() { return &___random_3; } inline void set_random_3(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * value) { ___random_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_3), (void*)value); } }; struct ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_ThreadStaticFields { public: // System.Threading.ThreadPoolWorkQueueThreadLocals System.Threading.ThreadPoolWorkQueueThreadLocals::threadLocals ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * ___threadLocals_0; public: inline static int32_t get_offset_of_threadLocals_0() { return static_cast(offsetof(ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_ThreadStaticFields, ___threadLocals_0)); } inline ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * get_threadLocals_0() const { return ___threadLocals_0; } inline ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E ** get_address_of_threadLocals_0() { return &___threadLocals_0; } inline void set_threadLocals_0(ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * value) { ___threadLocals_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___threadLocals_0), (void*)value); } }; // System.ThrowHelper struct ThrowHelper_t396052A7B504E698E9DF1B91F7A52F4D2EA47246 : public RuntimeObject { public: public: }; // System.TimeType struct TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF : public RuntimeObject { public: // System.Int32 System.TimeType::Offset int32_t ___Offset_0; // System.Boolean System.TimeType::IsDst bool ___IsDst_1; // System.String System.TimeType::Name String_t* ___Name_2; public: inline static int32_t get_offset_of_Offset_0() { return static_cast(offsetof(TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF, ___Offset_0)); } inline int32_t get_Offset_0() const { return ___Offset_0; } inline int32_t* get_address_of_Offset_0() { return &___Offset_0; } inline void set_Offset_0(int32_t value) { ___Offset_0 = value; } inline static int32_t get_offset_of_IsDst_1() { return static_cast(offsetof(TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF, ___IsDst_1)); } inline bool get_IsDst_1() const { return ___IsDst_1; } inline bool* get_address_of_IsDst_1() { return &___IsDst_1; } inline void set_IsDst_1(bool value) { ___IsDst_1 = value; } inline static int32_t get_offset_of_Name_2() { return static_cast(offsetof(TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF, ___Name_2)); } inline String_t* get_Name_2() const { return ___Name_2; } inline String_t** get_address_of_Name_2() { return &___Name_2; } inline void set_Name_2(String_t* value) { ___Name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_2), (void*)value); } }; // System.TimeZone struct TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 : public RuntimeObject { public: public: }; struct TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_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(offsetof(TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_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((void**)(&___tz_lock_0), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation/<>c struct U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE : public RuntimeObject { public: public: }; struct U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_StaticFields { public: // System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation/<>c System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation/<>c::<>9 U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE * ___U3CU3E9_0; // System.Action`1 System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation/<>c::<>9__2_0 Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___U3CU3E9__2_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_1() { return static_cast(offsetof(U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_StaticFields, ___U3CU3E9__2_0_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } }; // System.IO.TextReader/<>c struct U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF : public RuntimeObject { public: public: }; struct U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF_StaticFields { public: // System.IO.TextReader/<>c System.IO.TextReader/<>c::<>9 U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // System.IO.TextWriter/<>c struct U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A : public RuntimeObject { public: public: }; struct U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_StaticFields { public: // System.IO.TextWriter/<>c System.IO.TextWriter/<>c::<>9 U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // System.Threading.ThreadPool/d__21 struct U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD : public RuntimeObject { public: // System.Int32 System.Threading.ThreadPool/d__21::<>1__state int32_t ___U3CU3E1__state_0; // System.Threading.IThreadPoolWorkItem System.Threading.ThreadPool/d__21::<>2__current RuntimeObject* ___U3CU3E2__current_1; // System.Int32 System.Threading.ThreadPool/d__21::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Threading.ThreadPoolWorkQueue/WorkStealingQueue[] System.Threading.ThreadPool/d__21::wsQueues WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* ___wsQueues_3; // System.Threading.ThreadPoolWorkQueue/WorkStealingQueue[] System.Threading.ThreadPool/d__21::<>3__wsQueues WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* ___U3CU3E3__wsQueues_4; // System.Threading.IThreadPoolWorkItem[] System.Threading.ThreadPool/d__21::5__1 IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738* ___U3CitemsU3E5__1_5; // System.Int32 System.Threading.ThreadPool/d__21::5__2 int32_t ___U3CiU3E5__2_6; // System.Threading.ThreadPoolWorkQueue/QueueSegment System.Threading.ThreadPool/d__21::globalQueueTail QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * ___globalQueueTail_7; // System.Threading.ThreadPoolWorkQueue/QueueSegment System.Threading.ThreadPool/d__21::<>3__globalQueueTail QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * ___U3CU3E3__globalQueueTail_8; // System.Threading.IThreadPoolWorkItem[] System.Threading.ThreadPool/d__21::5__3 IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738* ___U3CitemsU3E5__3_9; // System.Int32 System.Threading.ThreadPool/d__21::5__4 int32_t ___U3CiU3E5__4_10; // System.Threading.ThreadPoolWorkQueue/QueueSegment System.Threading.ThreadPool/d__21::5__5 QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * ___U3CsegmentU3E5__5_11; // System.Threading.ThreadPoolWorkQueue/WorkStealingQueue[] System.Threading.ThreadPool/d__21::<>7__wrap1 WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* ___U3CU3E7__wrap1_12; // System.Int32 System.Threading.ThreadPool/d__21::<>7__wrap2 int32_t ___U3CU3E7__wrap2_13; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___U3CU3E2__current_1)); } inline RuntimeObject* get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject* value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_wsQueues_3() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___wsQueues_3)); } inline WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* get_wsQueues_3() const { return ___wsQueues_3; } inline WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C** get_address_of_wsQueues_3() { return &___wsQueues_3; } inline void set_wsQueues_3(WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* value) { ___wsQueues_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___wsQueues_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__wsQueues_4() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___U3CU3E3__wsQueues_4)); } inline WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* get_U3CU3E3__wsQueues_4() const { return ___U3CU3E3__wsQueues_4; } inline WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C** get_address_of_U3CU3E3__wsQueues_4() { return &___U3CU3E3__wsQueues_4; } inline void set_U3CU3E3__wsQueues_4(WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* value) { ___U3CU3E3__wsQueues_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__wsQueues_4), (void*)value); } inline static int32_t get_offset_of_U3CitemsU3E5__1_5() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___U3CitemsU3E5__1_5)); } inline IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738* get_U3CitemsU3E5__1_5() const { return ___U3CitemsU3E5__1_5; } inline IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738** get_address_of_U3CitemsU3E5__1_5() { return &___U3CitemsU3E5__1_5; } inline void set_U3CitemsU3E5__1_5(IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738* value) { ___U3CitemsU3E5__1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CitemsU3E5__1_5), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_6() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___U3CiU3E5__2_6)); } inline int32_t get_U3CiU3E5__2_6() const { return ___U3CiU3E5__2_6; } inline int32_t* get_address_of_U3CiU3E5__2_6() { return &___U3CiU3E5__2_6; } inline void set_U3CiU3E5__2_6(int32_t value) { ___U3CiU3E5__2_6 = value; } inline static int32_t get_offset_of_globalQueueTail_7() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___globalQueueTail_7)); } inline QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * get_globalQueueTail_7() const { return ___globalQueueTail_7; } inline QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 ** get_address_of_globalQueueTail_7() { return &___globalQueueTail_7; } inline void set_globalQueueTail_7(QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * value) { ___globalQueueTail_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___globalQueueTail_7), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__globalQueueTail_8() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___U3CU3E3__globalQueueTail_8)); } inline QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * get_U3CU3E3__globalQueueTail_8() const { return ___U3CU3E3__globalQueueTail_8; } inline QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 ** get_address_of_U3CU3E3__globalQueueTail_8() { return &___U3CU3E3__globalQueueTail_8; } inline void set_U3CU3E3__globalQueueTail_8(QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * value) { ___U3CU3E3__globalQueueTail_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__globalQueueTail_8), (void*)value); } inline static int32_t get_offset_of_U3CitemsU3E5__3_9() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___U3CitemsU3E5__3_9)); } inline IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738* get_U3CitemsU3E5__3_9() const { return ___U3CitemsU3E5__3_9; } inline IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738** get_address_of_U3CitemsU3E5__3_9() { return &___U3CitemsU3E5__3_9; } inline void set_U3CitemsU3E5__3_9(IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738* value) { ___U3CitemsU3E5__3_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CitemsU3E5__3_9), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__4_10() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___U3CiU3E5__4_10)); } inline int32_t get_U3CiU3E5__4_10() const { return ___U3CiU3E5__4_10; } inline int32_t* get_address_of_U3CiU3E5__4_10() { return &___U3CiU3E5__4_10; } inline void set_U3CiU3E5__4_10(int32_t value) { ___U3CiU3E5__4_10 = value; } inline static int32_t get_offset_of_U3CsegmentU3E5__5_11() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___U3CsegmentU3E5__5_11)); } inline QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * get_U3CsegmentU3E5__5_11() const { return ___U3CsegmentU3E5__5_11; } inline QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 ** get_address_of_U3CsegmentU3E5__5_11() { return &___U3CsegmentU3E5__5_11; } inline void set_U3CsegmentU3E5__5_11(QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * value) { ___U3CsegmentU3E5__5_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CsegmentU3E5__5_11), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_12() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___U3CU3E7__wrap1_12)); } inline WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* get_U3CU3E7__wrap1_12() const { return ___U3CU3E7__wrap1_12; } inline WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C** get_address_of_U3CU3E7__wrap1_12() { return &___U3CU3E7__wrap1_12; } inline void set_U3CU3E7__wrap1_12(WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* value) { ___U3CU3E7__wrap1_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_12), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_13() { return static_cast(offsetof(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD, ___U3CU3E7__wrap2_13)); } inline int32_t get_U3CU3E7__wrap2_13() const { return ___U3CU3E7__wrap2_13; } inline int32_t* get_address_of_U3CU3E7__wrap2_13() { return &___U3CU3E7__wrap2_13; } inline void set_U3CU3E7__wrap2_13(int32_t value) { ___U3CU3E7__wrap2_13 = value; } }; // System.Threading.Tasks.ThreadPoolTaskScheduler/d__7 struct U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040 : public RuntimeObject { public: // System.Int32 System.Threading.Tasks.ThreadPoolTaskScheduler/d__7::<>1__state int32_t ___U3CU3E1__state_0; // System.Threading.Tasks.Task System.Threading.Tasks.ThreadPoolTaskScheduler/d__7::<>2__current Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___U3CU3E2__current_1; // System.Int32 System.Threading.Tasks.ThreadPoolTaskScheduler/d__7::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 System.Threading.Tasks.ThreadPoolTaskScheduler/d__7::tpwItems RuntimeObject* ___tpwItems_3; // System.Collections.Generic.IEnumerable`1 System.Threading.Tasks.ThreadPoolTaskScheduler/d__7::<>3__tpwItems RuntimeObject* ___U3CU3E3__tpwItems_4; // System.Collections.Generic.IEnumerator`1 System.Threading.Tasks.ThreadPoolTaskScheduler/d__7::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040, ___U3CU3E2__current_1)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_tpwItems_3() { return static_cast(offsetof(U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040, ___tpwItems_3)); } inline RuntimeObject* get_tpwItems_3() const { return ___tpwItems_3; } inline RuntimeObject** get_address_of_tpwItems_3() { return &___tpwItems_3; } inline void set_tpwItems_3(RuntimeObject* value) { ___tpwItems_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___tpwItems_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__tpwItems_4() { return static_cast(offsetof(U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040, ___U3CU3E3__tpwItems_4)); } inline RuntimeObject* get_U3CU3E3__tpwItems_4() const { return ___U3CU3E3__tpwItems_4; } inline RuntimeObject** get_address_of_U3CU3E3__tpwItems_4() { return &___U3CU3E3__tpwItems_4; } inline void set_U3CU3E3__tpwItems_4(RuntimeObject* value) { ___U3CU3E3__tpwItems_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__tpwItems_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_5() { return static_cast(offsetof(U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040, ___U3CU3E7__wrap1_5)); } inline RuntimeObject* get_U3CU3E7__wrap1_5() const { return ___U3CU3E7__wrap1_5; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_5() { return &___U3CU3E7__wrap1_5; } inline void set_U3CU3E7__wrap1_5(RuntimeObject* value) { ___U3CU3E7__wrap1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_5), (void*)value); } }; // System.TimeZoneInfo/<>c struct U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E : public RuntimeObject { public: public: }; struct U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_StaticFields { public: // System.TimeZoneInfo/<>c System.TimeZoneInfo/<>c::<>9 U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E * ___U3CU3E9_0; // System.Comparison`1 System.TimeZoneInfo/<>c::<>9__19_0 Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 * ___U3CU3E9__19_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__19_0_1() { return static_cast(offsetof(U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_StaticFields, ___U3CU3E9__19_0_1)); } inline Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 * get_U3CU3E9__19_0_1() const { return ___U3CU3E9__19_0_1; } inline Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 ** get_address_of_U3CU3E9__19_0_1() { return &___U3CU3E9__19_0_1; } inline void set_U3CU3E9__19_0_1(Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 * value) { ___U3CU3E9__19_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__19_0_1), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F, ___list_0)); } inline List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * get_list_0() const { return ___list_0; } inline List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F, ___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(offsetof(Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F, ___current_3)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_current_3() const { return ___current_3; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___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(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Threading.Tasks.AwaitTaskContinuation struct AwaitTaskContinuation_t1A2278C0F0612C10EEF2B2FF352D2833C53E86CB : public TaskContinuation_t7DB04E82749A3EF935DB28E54C213451D635E7C0 { public: // System.Threading.ExecutionContext System.Threading.Tasks.AwaitTaskContinuation::m_capturedContext ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_capturedContext_0; // System.Action System.Threading.Tasks.AwaitTaskContinuation::m_action Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_action_1; public: inline static int32_t get_offset_of_m_capturedContext_0() { return static_cast(offsetof(AwaitTaskContinuation_t1A2278C0F0612C10EEF2B2FF352D2833C53E86CB, ___m_capturedContext_0)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_capturedContext_0() const { return ___m_capturedContext_0; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_capturedContext_0() { return &___m_capturedContext_0; } inline void set_m_capturedContext_0(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_capturedContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_capturedContext_0), (void*)value); } inline static int32_t get_offset_of_m_action_1() { return static_cast(offsetof(AwaitTaskContinuation_t1A2278C0F0612C10EEF2B2FF352D2833C53E86CB, ___m_action_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_action_1() const { return ___m_action_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_action_1() { return &___m_action_1; } inline void set_m_action_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_action_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_1), (void*)value); } }; struct AwaitTaskContinuation_t1A2278C0F0612C10EEF2B2FF352D2833C53E86CB_StaticFields { public: // System.Threading.ContextCallback System.Threading.Tasks.AwaitTaskContinuation::s_invokeActionCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_invokeActionCallback_2; public: inline static int32_t get_offset_of_s_invokeActionCallback_2() { return static_cast(offsetof(AwaitTaskContinuation_t1A2278C0F0612C10EEF2B2FF352D2833C53E86CB_StaticFields, ___s_invokeActionCallback_2)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_invokeActionCallback_2() const { return ___s_invokeActionCallback_2; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_invokeActionCallback_2() { return &___s_invokeActionCallback_2; } inline void set_s_invokeActionCallback_2(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_invokeActionCallback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_invokeActionCallback_2), (void*)value); } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { 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(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___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_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { 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(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___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; } }; // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD, ___m_source_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_pinvoke { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_com { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { 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(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___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_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___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_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { 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(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___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_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { 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(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___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; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { 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(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___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; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { 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(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___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; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // Microsoft.Win32.RegistryKey struct RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Object Microsoft.Win32.RegistryKey::handle RuntimeObject * ___handle_1; // Microsoft.Win32.SafeHandles.SafeRegistryHandle Microsoft.Win32.RegistryKey::safe_handle SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * ___safe_handle_2; // System.Object Microsoft.Win32.RegistryKey::hive RuntimeObject * ___hive_3; // System.String Microsoft.Win32.RegistryKey::qname String_t* ___qname_4; // System.Boolean Microsoft.Win32.RegistryKey::isRemoteRoot bool ___isRemoteRoot_5; // System.Boolean Microsoft.Win32.RegistryKey::isWritable bool ___isWritable_6; public: inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___handle_1)); } inline RuntimeObject * get_handle_1() const { return ___handle_1; } inline RuntimeObject ** get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(RuntimeObject * value) { ___handle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___handle_1), (void*)value); } inline static int32_t get_offset_of_safe_handle_2() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___safe_handle_2)); } inline SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * get_safe_handle_2() const { return ___safe_handle_2; } inline SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 ** get_address_of_safe_handle_2() { return &___safe_handle_2; } inline void set_safe_handle_2(SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * value) { ___safe_handle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___safe_handle_2), (void*)value); } inline static int32_t get_offset_of_hive_3() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___hive_3)); } inline RuntimeObject * get_hive_3() const { return ___hive_3; } inline RuntimeObject ** get_address_of_hive_3() { return &___hive_3; } inline void set_hive_3(RuntimeObject * value) { ___hive_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___hive_3), (void*)value); } inline static int32_t get_offset_of_qname_4() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___qname_4)); } inline String_t* get_qname_4() const { return ___qname_4; } inline String_t** get_address_of_qname_4() { return &___qname_4; } inline void set_qname_4(String_t* value) { ___qname_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___qname_4), (void*)value); } inline static int32_t get_offset_of_isRemoteRoot_5() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___isRemoteRoot_5)); } inline bool get_isRemoteRoot_5() const { return ___isRemoteRoot_5; } inline bool* get_address_of_isRemoteRoot_5() { return &___isRemoteRoot_5; } inline void set_isRemoteRoot_5(bool value) { ___isRemoteRoot_5 = value; } inline static int32_t get_offset_of_isWritable_6() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___isWritable_6)); } inline bool get_isWritable_6() const { return ___isWritable_6; } inline bool* get_address_of_isWritable_6() { return &___isWritable_6; } inline void set_isWritable_6(bool value) { ___isWritable_6 = value; } }; struct RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields { public: // Microsoft.Win32.IRegistryApi Microsoft.Win32.RegistryKey::RegistryApi RuntimeObject* ___RegistryApi_7; public: inline static int32_t get_offset_of_RegistryApi_7() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields, ___RegistryApi_7)); } inline RuntimeObject* get_RegistryApi_7() const { return ___RegistryApi_7; } inline RuntimeObject** get_address_of_RegistryApi_7() { return &___RegistryApi_7; } inline void set_RegistryApi_7(RuntimeObject* value) { ___RegistryApi_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___RegistryApi_7), (void*)value); } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_3; public: inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_2)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; } inline void set__activeReadWriteTask_2(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_3)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; } inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.Runtime.CompilerServices.TaskAwaiter struct TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C { public: // System.Threading.Tasks.Task System.Runtime.CompilerServices.TaskAwaiter::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C, ___m_task_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_0() const { return ___m_task_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.TaskAwaiter struct TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshaled_pinvoke { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.TaskAwaiter struct TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshaled_com { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; }; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadDelegate_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ___Null_3)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_Null_3() const { return ___Null_3; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___CoreNewLine_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___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((void**)(&___InternalFormatProvider_10), (void*)value); } }; struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ___Null_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_Null_1() const { return ___Null_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____FlushDelegate_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // System.Globalization.ThaiBuddhistCalendar struct ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 : public Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A { public: // System.Globalization.GregorianCalendarHelper System.Globalization.ThaiBuddhistCalendar::helper GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * ___helper_4; public: inline static int32_t get_offset_of_helper_4() { return static_cast(offsetof(ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1, ___helper_4)); } inline GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * get_helper_4() const { return ___helper_4; } inline GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 ** get_address_of_helper_4() { return &___helper_4; } inline void set_helper_4(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * value) { ___helper_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___helper_4), (void*)value); } }; struct ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1_StaticFields { public: // System.Globalization.EraInfo[] System.Globalization.ThaiBuddhistCalendar::thaiBuddhistEraInfo EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* ___thaiBuddhistEraInfo_3; public: inline static int32_t get_offset_of_thaiBuddhistEraInfo_3() { return static_cast(offsetof(ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1_StaticFields, ___thaiBuddhistEraInfo_3)); } inline EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* get_thaiBuddhistEraInfo_3() const { return ___thaiBuddhistEraInfo_3; } inline EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A** get_address_of_thaiBuddhistEraInfo_3() { return &___thaiBuddhistEraInfo_3; } inline void set_thaiBuddhistEraInfo_3(EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* value) { ___thaiBuddhistEraInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___thaiBuddhistEraInfo_3), (void*)value); } }; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.Threading.InternalThread System.Threading.Thread::internal_thread InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___internal_thread_6; // System.Object System.Threading.Thread::m_ThreadStartArg RuntimeObject * ___m_ThreadStartArg_7; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_8; // System.Security.Principal.IPrincipal System.Threading.Thread::principal RuntimeObject* ___principal_9; // System.Int32 System.Threading.Thread::principal_version int32_t ___principal_version_10; // System.MulticastDelegate System.Threading.Thread::m_Delegate MulticastDelegate_t * ___m_Delegate_12; // System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ExecutionContext_13; // System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope bool ___m_ExecutionContextBelongsToOuterScope_14; public: inline static int32_t get_offset_of_internal_thread_6() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___internal_thread_6)); } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * get_internal_thread_6() const { return ___internal_thread_6; } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB ** get_address_of_internal_thread_6() { return &___internal_thread_6; } inline void set_internal_thread_6(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * value) { ___internal_thread_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value); } inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ThreadStartArg_7)); } inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; } inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; } inline void set_m_ThreadStartArg_7(RuntimeObject * value) { ___m_ThreadStartArg_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ThreadStartArg_7), (void*)value); } inline static int32_t get_offset_of_pending_exception_8() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___pending_exception_8)); } inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; } inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; } inline void set_pending_exception_8(RuntimeObject * value) { ___pending_exception_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___pending_exception_8), (void*)value); } inline static int32_t get_offset_of_principal_9() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___principal_9)); } inline RuntimeObject* get_principal_9() const { return ___principal_9; } inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; } inline void set_principal_9(RuntimeObject* value) { ___principal_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___principal_9), (void*)value); } inline static int32_t get_offset_of_principal_version_10() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___principal_version_10)); } inline int32_t get_principal_version_10() const { return ___principal_version_10; } inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; } inline void set_principal_version_10(int32_t value) { ___principal_version_10 = value; } inline static int32_t get_offset_of_m_Delegate_12() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_Delegate_12)); } inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; } inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; } inline void set_m_Delegate_12(MulticastDelegate_t * value) { ___m_Delegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_12), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ExecutionContext_13)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; } inline void set_m_ExecutionContext_13(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_ExecutionContext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ExecutionContextBelongsToOuterScope_14)); } inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; } inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; } inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value) { ___m_ExecutionContextBelongsToOuterScope_14 = value; } }; struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields { public: // System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ___s_LocalDataStoreMgr_0; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentCulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentCulture_4; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentUICulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentUICulture_5; public: inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_LocalDataStoreMgr_0)); } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; } inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * value) { ___s_LocalDataStoreMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentCulture_4)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; } inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentCulture_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentUICulture_5)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; } inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentUICulture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value); } }; struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields { public: // System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ___s_LocalDataStore_1; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentCulture_2; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentUICulture_3; // System.Threading.Thread System.Threading.Thread::current_thread Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___current_thread_11; public: inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___s_LocalDataStore_1)); } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; } inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * value) { ___s_LocalDataStore_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value); } inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentCulture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; } inline void set_m_CurrentCulture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentCulture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value); } inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentUICulture_3)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; } inline void set_m_CurrentUICulture_3(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentUICulture_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value); } inline static int32_t get_offset_of_current_thread_11() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___current_thread_11)); } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * get_current_thread_11() const { return ___current_thread_11; } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 ** get_address_of_current_thread_11() { return &___current_thread_11; } inline void set_current_thread_11(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * value) { ___current_thread_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value); } }; // System.ThreadStaticAttribute struct ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { 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(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___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; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { 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(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___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; } }; // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; // System.Threading.Tasks.UnobservedTaskExceptionEventArgs struct UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.AggregateException System.Threading.Tasks.UnobservedTaskExceptionEventArgs::m_exception AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * ___m_exception_1; // System.Boolean System.Threading.Tasks.UnobservedTaskExceptionEventArgs::m_observed bool ___m_observed_2; public: inline static int32_t get_offset_of_m_exception_1() { return static_cast(offsetof(UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41, ___m_exception_1)); } inline AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * get_m_exception_1() const { return ___m_exception_1; } inline AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 ** get_address_of_m_exception_1() { return &___m_exception_1; } inline void set_m_exception_1(AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * value) { ___m_exception_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_exception_1), (void*)value); } inline static int32_t get_offset_of_m_observed_2() { return static_cast(offsetof(UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41, ___m_observed_2)); } inline bool get_m_observed_2() const { return ___m_observed_2; } inline bool* get_address_of_m_observed_2() { return &___m_observed_2; } inline void set_m_observed_2(bool value) { ___m_observed_2 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // /__StaticArrayInitTypeSize=10 struct __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3__padding[10]; }; public: }; // /__StaticArrayInitTypeSize=1018 struct __StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3__padding[1018]; }; public: }; // /__StaticArrayInitTypeSize=1080 struct __StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB__padding[1080]; }; public: }; // /__StaticArrayInitTypeSize=11614 struct __StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F__padding[11614]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=1208 struct __StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF__padding[1208]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=130 struct __StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871__padding[130]; }; public: }; // /__StaticArrayInitTypeSize=1450 struct __StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912__padding[1450]; }; public: }; // /__StaticArrayInitTypeSize=1472 struct __StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5__padding[1472]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=162 struct __StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28__padding[162]; }; public: }; // /__StaticArrayInitTypeSize=1665 struct __StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4__padding[1665]; }; public: }; // /__StaticArrayInitTypeSize=174 struct __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337__padding[174]; }; public: }; // /__StaticArrayInitTypeSize=2100 struct __StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0__padding[2100]; }; public: }; // /__StaticArrayInitTypeSize=212 struct __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43__padding[212]; }; public: }; // /__StaticArrayInitTypeSize=21252 struct __StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0__padding[21252]; }; public: }; // /__StaticArrayInitTypeSize=2350 struct __StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D__padding[2350]; }; public: }; // /__StaticArrayInitTypeSize=2382 struct __StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1__padding[2382]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=240 struct __StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F__padding[240]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=262 struct __StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A__padding[262]; }; public: }; // /__StaticArrayInitTypeSize=288 struct __StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566__padding[288]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=320 struct __StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F__padding[320]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=360 struct __StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79__padding[360]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=42 struct __StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA__padding[42]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=52 struct __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD__padding[52]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=84 struct __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454__padding[84]; }; public: }; // /__StaticArrayInitTypeSize=94 struct __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7__padding[94]; }; public: }; // /__StaticArrayInitTypeSize=998 struct __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D__padding[998]; }; public: }; // System.Threading.ExecutionContext/Reader struct Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C { public: // System.Threading.ExecutionContext System.Threading.ExecutionContext/Reader::m_ec ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ec_0; public: inline static int32_t get_offset_of_m_ec_0() { return static_cast(offsetof(Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C, ___m_ec_0)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_ec_0() const { return ___m_ec_0; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_ec_0() { return &___m_ec_0; } inline void set_m_ec_0(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_ec_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ec_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.ExecutionContext/Reader struct Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C_marshaled_pinvoke { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ec_0; }; // Native definition for COM marshalling of System.Threading.ExecutionContext/Reader struct Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C_marshaled_com { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ec_0; }; // System.ParameterizedStrings/FormatParam struct FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE { public: // System.Int32 System.ParameterizedStrings/FormatParam::_int32 int32_t ____int32_0; // System.String System.ParameterizedStrings/FormatParam::_string String_t* ____string_1; public: inline static int32_t get_offset_of__int32_0() { return static_cast(offsetof(FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE, ____int32_0)); } inline int32_t get__int32_0() const { return ____int32_0; } inline int32_t* get_address_of__int32_0() { return &____int32_0; } inline void set__int32_0(int32_t value) { ____int32_0 = value; } inline static int32_t get_offset_of__string_1() { return static_cast(offsetof(FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE, ____string_1)); } inline String_t* get__string_1() const { return ____string_1; } inline String_t** get_address_of__string_1() { return &____string_1; } inline void set__string_1(String_t* value) { ____string_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____string_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.ParameterizedStrings/FormatParam struct FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE_marshaled_pinvoke { int32_t ____int32_0; char* ____string_1; }; // Native definition for COM marshalling of System.ParameterizedStrings/FormatParam struct FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE_marshaled_com { int32_t ____int32_0; Il2CppChar* ____string_1; }; // System.Globalization.TimeSpanFormat/FormatLiterals struct FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 { public: // System.String System.Globalization.TimeSpanFormat/FormatLiterals::AppCompatLiteral String_t* ___AppCompatLiteral_0; // System.Int32 System.Globalization.TimeSpanFormat/FormatLiterals::dd int32_t ___dd_1; // System.Int32 System.Globalization.TimeSpanFormat/FormatLiterals::hh int32_t ___hh_2; // System.Int32 System.Globalization.TimeSpanFormat/FormatLiterals::mm int32_t ___mm_3; // System.Int32 System.Globalization.TimeSpanFormat/FormatLiterals::ss int32_t ___ss_4; // System.Int32 System.Globalization.TimeSpanFormat/FormatLiterals::ff int32_t ___ff_5; // System.String[] System.Globalization.TimeSpanFormat/FormatLiterals::literals StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___literals_6; public: inline static int32_t get_offset_of_AppCompatLiteral_0() { return static_cast(offsetof(FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94, ___AppCompatLiteral_0)); } inline String_t* get_AppCompatLiteral_0() const { return ___AppCompatLiteral_0; } inline String_t** get_address_of_AppCompatLiteral_0() { return &___AppCompatLiteral_0; } inline void set_AppCompatLiteral_0(String_t* value) { ___AppCompatLiteral_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppCompatLiteral_0), (void*)value); } inline static int32_t get_offset_of_dd_1() { return static_cast(offsetof(FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94, ___dd_1)); } inline int32_t get_dd_1() const { return ___dd_1; } inline int32_t* get_address_of_dd_1() { return &___dd_1; } inline void set_dd_1(int32_t value) { ___dd_1 = value; } inline static int32_t get_offset_of_hh_2() { return static_cast(offsetof(FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94, ___hh_2)); } inline int32_t get_hh_2() const { return ___hh_2; } inline int32_t* get_address_of_hh_2() { return &___hh_2; } inline void set_hh_2(int32_t value) { ___hh_2 = value; } inline static int32_t get_offset_of_mm_3() { return static_cast(offsetof(FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94, ___mm_3)); } inline int32_t get_mm_3() const { return ___mm_3; } inline int32_t* get_address_of_mm_3() { return &___mm_3; } inline void set_mm_3(int32_t value) { ___mm_3 = value; } inline static int32_t get_offset_of_ss_4() { return static_cast(offsetof(FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94, ___ss_4)); } inline int32_t get_ss_4() const { return ___ss_4; } inline int32_t* get_address_of_ss_4() { return &___ss_4; } inline void set_ss_4(int32_t value) { ___ss_4 = value; } inline static int32_t get_offset_of_ff_5() { return static_cast(offsetof(FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94, ___ff_5)); } inline int32_t get_ff_5() const { return ___ff_5; } inline int32_t* get_address_of_ff_5() { return &___ff_5; } inline void set_ff_5(int32_t value) { ___ff_5 = value; } inline static int32_t get_offset_of_literals_6() { return static_cast(offsetof(FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94, ___literals_6)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_literals_6() const { return ___literals_6; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_literals_6() { return &___literals_6; } inline void set_literals_6(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___literals_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___literals_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Globalization.TimeSpanFormat/FormatLiterals struct FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94_marshaled_pinvoke { char* ___AppCompatLiteral_0; int32_t ___dd_1; int32_t ___hh_2; int32_t ___mm_3; int32_t ___ss_4; int32_t ___ff_5; char** ___literals_6; }; // Native definition for COM marshalling of System.Globalization.TimeSpanFormat/FormatLiterals struct FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94_marshaled_com { Il2CppChar* ___AppCompatLiteral_0; int32_t ___dd_1; int32_t ___hh_2; int32_t ___mm_3; int32_t ___ss_4; int32_t ___ff_5; Il2CppChar** ___literals_6; }; // System.TimeZoneInfo/SYSTEMTIME struct SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 { public: // System.UInt16 System.TimeZoneInfo/SYSTEMTIME::wYear uint16_t ___wYear_0; // System.UInt16 System.TimeZoneInfo/SYSTEMTIME::wMonth uint16_t ___wMonth_1; // System.UInt16 System.TimeZoneInfo/SYSTEMTIME::wDayOfWeek uint16_t ___wDayOfWeek_2; // System.UInt16 System.TimeZoneInfo/SYSTEMTIME::wDay uint16_t ___wDay_3; // System.UInt16 System.TimeZoneInfo/SYSTEMTIME::wHour uint16_t ___wHour_4; // System.UInt16 System.TimeZoneInfo/SYSTEMTIME::wMinute uint16_t ___wMinute_5; // System.UInt16 System.TimeZoneInfo/SYSTEMTIME::wSecond uint16_t ___wSecond_6; // System.UInt16 System.TimeZoneInfo/SYSTEMTIME::wMilliseconds uint16_t ___wMilliseconds_7; public: inline static int32_t get_offset_of_wYear_0() { return static_cast(offsetof(SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4, ___wYear_0)); } inline uint16_t get_wYear_0() const { return ___wYear_0; } inline uint16_t* get_address_of_wYear_0() { return &___wYear_0; } inline void set_wYear_0(uint16_t value) { ___wYear_0 = value; } inline static int32_t get_offset_of_wMonth_1() { return static_cast(offsetof(SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4, ___wMonth_1)); } inline uint16_t get_wMonth_1() const { return ___wMonth_1; } inline uint16_t* get_address_of_wMonth_1() { return &___wMonth_1; } inline void set_wMonth_1(uint16_t value) { ___wMonth_1 = value; } inline static int32_t get_offset_of_wDayOfWeek_2() { return static_cast(offsetof(SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4, ___wDayOfWeek_2)); } inline uint16_t get_wDayOfWeek_2() const { return ___wDayOfWeek_2; } inline uint16_t* get_address_of_wDayOfWeek_2() { return &___wDayOfWeek_2; } inline void set_wDayOfWeek_2(uint16_t value) { ___wDayOfWeek_2 = value; } inline static int32_t get_offset_of_wDay_3() { return static_cast(offsetof(SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4, ___wDay_3)); } inline uint16_t get_wDay_3() const { return ___wDay_3; } inline uint16_t* get_address_of_wDay_3() { return &___wDay_3; } inline void set_wDay_3(uint16_t value) { ___wDay_3 = value; } inline static int32_t get_offset_of_wHour_4() { return static_cast(offsetof(SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4, ___wHour_4)); } inline uint16_t get_wHour_4() const { return ___wHour_4; } inline uint16_t* get_address_of_wHour_4() { return &___wHour_4; } inline void set_wHour_4(uint16_t value) { ___wHour_4 = value; } inline static int32_t get_offset_of_wMinute_5() { return static_cast(offsetof(SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4, ___wMinute_5)); } inline uint16_t get_wMinute_5() const { return ___wMinute_5; } inline uint16_t* get_address_of_wMinute_5() { return &___wMinute_5; } inline void set_wMinute_5(uint16_t value) { ___wMinute_5 = value; } inline static int32_t get_offset_of_wSecond_6() { return static_cast(offsetof(SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4, ___wSecond_6)); } inline uint16_t get_wSecond_6() const { return ___wSecond_6; } inline uint16_t* get_address_of_wSecond_6() { return &___wSecond_6; } inline void set_wSecond_6(uint16_t value) { ___wSecond_6 = value; } inline static int32_t get_offset_of_wMilliseconds_7() { return static_cast(offsetof(SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4, ___wMilliseconds_7)); } inline uint16_t get_wMilliseconds_7() const { return ___wMilliseconds_7; } inline uint16_t* get_address_of_wMilliseconds_7() { return &___wMilliseconds_7; } inline void set_wMilliseconds_7(uint16_t value) { ___wMilliseconds_7 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 { public: // TKey System.Collections.Generic.KeyValuePair`2::key DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57, ___key_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_key_0() const { return ___key_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57, ___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((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD { public: // TKey System.Collections.Generic.KeyValuePair`2::key DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD, ___key_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_key_0() const { return ___key_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD, ___value_1)); } inline TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * get_value_1() const { return ___value_1; } inline TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // struct U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields { public: // /__StaticArrayInitTypeSize=72 ::0588059ACBD52F7EA2835882F977A9CF72EB9775 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_0; // /__StaticArrayInitTypeSize=84 ::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1; // /__StaticArrayInitTypeSize=240 ::121EC59E23F7559B28D338D562528F6299C2DE22 __StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F ___121EC59E23F7559B28D338D562528F6299C2DE22_2; // /__StaticArrayInitTypeSize=24 ::1730F09044E91DB8371B849EFF5E6D17BDE4AED0 __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3; // /__StaticArrayInitTypeSize=16 ::1FE6CE411858B3D864679DE2139FB081F08BFACD __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_4; // /__StaticArrayInitTypeSize=40 ::25420D0055076FA8D3E4DD96BC53AE24DE6E619F __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5; // /__StaticArrayInitTypeSize=1208 ::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E __StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6; // /__StaticArrayInitTypeSize=42 ::29C1A61550F0E3260E1953D4FAD71C256218EF40 __StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA ___29C1A61550F0E3260E1953D4FAD71C256218EF40_7; // /__StaticArrayInitTypeSize=12 ::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8; // /__StaticArrayInitTypeSize=36 ::2BA840FF6020B8FF623DBCB7188248CF853FAF4F __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9; // /__StaticArrayInitTypeSize=72 ::2C840AFA48C27B9C05593E468C1232CA1CC74AFD __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10; // /__StaticArrayInitTypeSize=16 ::2D1DA5BB407F0C11C3B5116196C0C6374D932B20 __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11; // /__StaticArrayInitTypeSize=72 ::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12; // /__StaticArrayInitTypeSize=72 ::34476C29F6F81C989CFCA42F7C06E84C66236834 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___34476C29F6F81C989CFCA42F7C06E84C66236834_13; // /__StaticArrayInitTypeSize=2382 ::35EED060772F2748D13B745DAEC8CD7BD3B87604 __StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 ___35EED060772F2748D13B745DAEC8CD7BD3B87604_14; // /__StaticArrayInitTypeSize=38 ::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3 __StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15; // /__StaticArrayInitTypeSize=1450 ::379C06C9E702D31469C29033F0DD63931EB349F5 __StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 ___379C06C9E702D31469C29033F0DD63931EB349F5_16; // /__StaticArrayInitTypeSize=10 ::399BD13E240F33F808CA7940293D6EC4E6FD5A00 __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17; // /__StaticArrayInitTypeSize=72 ::39C9CE73C7B0619D409EF28344F687C1B5C130FE __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18; // /__StaticArrayInitTypeSize=320 ::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851 __StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19; // /__StaticArrayInitTypeSize=12 ::3E823444D2DFECF0F90B436B88F02A533CB376F1 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_20; // /__StaticArrayInitTypeSize=72 ::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21; // /__StaticArrayInitTypeSize=1665 ::40981BAA39513E58B28DCF0103CC04DE2A0A0444 __StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_22; // /__StaticArrayInitTypeSize=40 ::40E7C49413D261F3F38AD3A870C0AC69C8BDA048 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23; // /__StaticArrayInitTypeSize=72 ::421EC7E82F2967DF6CA8C3605514DC6F29EE5845 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24; // /__StaticArrayInitTypeSize=72 ::4858DB4AA76D3933F1CA9E6712D4FDB16903F628 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_25; // /__StaticArrayInitTypeSize=40 ::4F7A8890F332B22B8DE0BD29D36FA7364748D76A __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_26; // /__StaticArrayInitTypeSize=72 ::536422B321459B242ADED7240B7447E904E083E3 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___536422B321459B242ADED7240B7447E904E083E3_27; // /__StaticArrayInitTypeSize=1080 ::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3 __StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28; // /__StaticArrayInitTypeSize=3 ::57218C316B6921E2CD61027A2387EDC31A2D9471 __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 ___57218C316B6921E2CD61027A2387EDC31A2D9471_29; // /__StaticArrayInitTypeSize=40 ::57F320D62696EC99727E0FE2045A05F1289CC0C6 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_30; // /__StaticArrayInitTypeSize=212 ::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3 __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31; // /__StaticArrayInitTypeSize=36 ::5BBDF8058D4235C33F2E8DCF76004031B6187A2F __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_32; // /__StaticArrayInitTypeSize=288 ::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF __StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33; // /__StaticArrayInitTypeSize=72 ::5BFE2819B4778217C56416C7585FF0E56EBACD89 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_34; // /__StaticArrayInitTypeSize=52 ::5EDFD8200B7AD157878FBA46F22A1C345662F2E3 __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_35; // /__StaticArrayInitTypeSize=128 ::609C0E8D8DA86A09D6013D301C86BA8782C16B8C __StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36; // /__StaticArrayInitTypeSize=40 ::65E32B4E150FD8D24B93B0D42A17F1DAD146162B __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37; // /__StaticArrayInitTypeSize=52 ::6770974FEF1E98B9C1864370E2B5B786EB0EA39E __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38; // /__StaticArrayInitTypeSize=72 ::67EEAD805D708D9AA4E14BF747E44CED801744F3 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_39; // /__StaticArrayInitTypeSize=120 ::6C71197D228427B2864C69B357FEF73D8C9D59DF __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_40; // /__StaticArrayInitTypeSize=16 ::6CEE45445AFD150B047A5866FFA76AA651CDB7B7 __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41; // /__StaticArrayInitTypeSize=76 ::6FC754859E4EC74E447048364B216D825C6F8FE7 __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 ___6FC754859E4EC74E447048364B216D825C6F8FE7_42; // /__StaticArrayInitTypeSize=40 ::704939CD172085D1295FCE3F1D92431D685D7AA2 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___704939CD172085D1295FCE3F1D92431D685D7AA2_43; // /__StaticArrayInitTypeSize=24 ::7088AAE49F0627B72729078DE6E3182DDCF8ED99 __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44; // /__StaticArrayInitTypeSize=72 ::7341C933A70EAE383CC50C4B945ADB8E08F06737 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_45; // /__StaticArrayInitTypeSize=1472 ::75E0C38E75E507EDE41C1C4F5F5612852B31A4EF __StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 ___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46; // /__StaticArrayInitTypeSize=40 ::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47; // /__StaticArrayInitTypeSize=21252 ::811A927B7DADD378BE60BBDE794B9277AA9B50EC __StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_48; // /__StaticArrayInitTypeSize=36 ::81917F1E21F3C22B9F916994547A614FB03E968E __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA ___81917F1E21F3C22B9F916994547A614FB03E968E_49; // /__StaticArrayInitTypeSize=40 ::823566DA642D6EA356E15585921F2A4CA23D6760 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___823566DA642D6EA356E15585921F2A4CA23D6760_50; // /__StaticArrayInitTypeSize=12 ::82C2A59850B2E85BCE1A45A479537A384DF6098D __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_51; // /__StaticArrayInitTypeSize=44 ::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4 __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52; // /__StaticArrayInitTypeSize=40 ::871B9CF85DB352BAADF12BAE8F19857683E385AC __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_53; // /__StaticArrayInitTypeSize=16 ::89A040451C8CC5C8FB268BE44BDD74964C104155 __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___89A040451C8CC5C8FB268BE44BDD74964C104155_54; // /__StaticArrayInitTypeSize=40 ::8CAA092E783257106251246FF5C97F88D28517A6 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___8CAA092E783257106251246FF5C97F88D28517A6_55; // /__StaticArrayInitTypeSize=2100 ::8D231DD55FE1AD7631BBD0905A17D5EB616C2154 __StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_56; // /__StaticArrayInitTypeSize=40 ::8E10AC2F34545DFBBF3FCBC06055D797A8C99991 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_57; // /__StaticArrayInitTypeSize=12 ::93A63E90605400F34B49F0EB3361D23C89164BDA __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___93A63E90605400F34B49F0EB3361D23C89164BDA_58; // /__StaticArrayInitTypeSize=72 ::94841DD2F330CCB1089BF413E4FA9B04505152E2 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_59; // /__StaticArrayInitTypeSize=12 ::95264589E48F94B7857CFF398FB72A537E13EEE2 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___95264589E48F94B7857CFF398FB72A537E13EEE2_60; // /__StaticArrayInitTypeSize=72 ::95C48758CAE1715783472FB073AB158AB8A0AB2A __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_61; // /__StaticArrayInitTypeSize=72 ::973417296623D8DC6961B09664E54039E44CA5D8 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___973417296623D8DC6961B09664E54039E44CA5D8_62; // /__StaticArrayInitTypeSize=40 ::A0074C15377C0C870B055927403EA9FA7A349D12 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___A0074C15377C0C870B055927403EA9FA7A349D12_63; // /__StaticArrayInitTypeSize=130 ::A1319B706116AB2C6D44483F60A7D0ACEA543396 __StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 ___A1319B706116AB2C6D44483F60A7D0ACEA543396_64; // System.Int64 ::A13AA52274D951A18029131A8DDECF76B569A15D int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_65; // /__StaticArrayInitTypeSize=212 ::A5444763673307F6828C748D4B9708CFC02B0959 __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 ___A5444763673307F6828C748D4B9708CFC02B0959_66; // /__StaticArrayInitTypeSize=72 ::A6732F8E7FC23766AB329B492D6BF82E3B33233F __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_67; // /__StaticArrayInitTypeSize=174 ::A705A106D95282BD15E13EEA6B0AF583FF786D83 __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 ___A705A106D95282BD15E13EEA6B0AF583FF786D83_68; // /__StaticArrayInitTypeSize=1018 ::A8A491E4CED49AE0027560476C10D933CE70C8DF __StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_69; // /__StaticArrayInitTypeSize=72 ::AC791C4F39504D1184B73478943D0636258DA7B1 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___AC791C4F39504D1184B73478943D0636258DA7B1_70; // /__StaticArrayInitTypeSize=52 ::AFCD4E1211233E99373A3367B23105A3D624B1F2 __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___AFCD4E1211233E99373A3367B23105A3D624B1F2_71; // /__StaticArrayInitTypeSize=40 ::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72; // /__StaticArrayInitTypeSize=256 ::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73; // /__StaticArrayInitTypeSize=998 ::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45 __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74; // /__StaticArrayInitTypeSize=162 ::B8864ACB9DD69E3D42151513C840AAE270BF21C8 __StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_75; // /__StaticArrayInitTypeSize=360 ::B8F87834C3597B2EEF22BA6D3A392CC925636401 __StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_76; // /__StaticArrayInitTypeSize=72 ::B9B670F134A59FB1107AF01A9FE8F8E3980B3093 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77; // /__StaticArrayInitTypeSize=72 ::BEBC9ECC660A13EFC359BA3383411F698CFF25DB __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78; // /__StaticArrayInitTypeSize=40 ::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79; // /__StaticArrayInitTypeSize=6 ::BF5EB60806ECB74EE484105DD9D6F463BF994867 __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_80; // System.Int64 ::C1A1100642BA9685B30A84D97348484E14AA1865 int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_81; // /__StaticArrayInitTypeSize=16 ::C6F364A0AD934EFED8909446C215752E565D77C1 __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 ___C6F364A0AD934EFED8909446C215752E565D77C1_82; // /__StaticArrayInitTypeSize=174 ::CE5835130F5277F63D716FC9115526B0AC68FFAD __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 ___CE5835130F5277F63D716FC9115526B0AC68FFAD_83; // /__StaticArrayInitTypeSize=6 ::CE93C35B755802BC4B3D180716B048FC61701EF7 __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 ___CE93C35B755802BC4B3D180716B048FC61701EF7_84; // /__StaticArrayInitTypeSize=32 ::D117188BE8D4609C0D531C51B0BB911A4219DEBE __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_85; // /__StaticArrayInitTypeSize=44 ::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636 __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86; // /__StaticArrayInitTypeSize=76 ::DA19DB47B583EFCF7825D2E39D661D2354F28219 __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 ___DA19DB47B583EFCF7825D2E39D661D2354F28219_87; // /__StaticArrayInitTypeSize=52 ::DD3AEFEADB1CD615F3017763F1568179FEE640B0 __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_88; // /__StaticArrayInitTypeSize=36 ::E1827270A5FE1C85F5352A66FD87BA747213D006 __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA ___E1827270A5FE1C85F5352A66FD87BA747213D006_89; // /__StaticArrayInitTypeSize=40 ::E45BAB43F7D5D038672B3E3431F92E34A7AF2571 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90; // /__StaticArrayInitTypeSize=52 ::E92B39D8233061927D9ACDE54665E68E7535635A __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD ___E92B39D8233061927D9ACDE54665E68E7535635A_91; // /__StaticArrayInitTypeSize=12 ::EA9506959484C55CFE0C139C624DF6060E285866 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___EA9506959484C55CFE0C139C624DF6060E285866_92; // /__StaticArrayInitTypeSize=262 ::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D __StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93; // /__StaticArrayInitTypeSize=64 ::EBF68F411848D603D059DFDEA2321C5A5EA78044 __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_94; // /__StaticArrayInitTypeSize=72 ::EC89C317EA2BF49A70EFF5E89C691E34733D7C37 __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95; // /__StaticArrayInitTypeSize=40 ::F06E829E62F3AFBC045D064E10A4F5DF7C969612 __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_96; // /__StaticArrayInitTypeSize=11614 ::F073AA332018FDA0D572E99448FFF1D6422BD520 __StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F ___F073AA332018FDA0D572E99448FFF1D6422BD520_97; // /__StaticArrayInitTypeSize=120 ::F34B0E10653402E8F788F8BC3F7CD7090928A429 __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_98; // /__StaticArrayInitTypeSize=72 ::F37E34BEADB04F34FCC31078A59F49856CA83D5B __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_99; // /__StaticArrayInitTypeSize=94 ::F512A9ABF88066AAEB92684F95CC05D8101B462B __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_100; // /__StaticArrayInitTypeSize=12 ::F8FAABB821300AA500C2CEC6091B3782A7FB44A4 __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101; // /__StaticArrayInitTypeSize=2350 ::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B __StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102; public: inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_0)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_0() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_0; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_0() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_0; } inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_0(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___0588059ACBD52F7EA2835882F977A9CF72EB9775_0 = value; } inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1)); } inline __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1; } inline __StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1; } inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1(__StaticArrayInitTypeSizeU3D84_t2EF20E9BBEB47B540AFCA64F09777DFD5E348454 value) { ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1 = value; } inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_2)); } inline __StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F get_U3121EC59E23F7559B28D338D562528F6299C2DE22_2() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_2; } inline __StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_2() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_2; } inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_2(__StaticArrayInitTypeSizeU3D240_t15F96E63E1A6759D1754EA684441DA49B3724B5F value) { ___121EC59E23F7559B28D338D562528F6299C2DE22_2 = value; } inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3)); } inline __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_3() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3; } inline __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_3() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3; } inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_3(__StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC value) { ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3 = value; } inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_4)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_4() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_4; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_4() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_4; } inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_4(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___1FE6CE411858B3D864679DE2139FB081F08BFACD_4 = value; } inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_5() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_5() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5; } inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_5(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5 = value; } inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6)); } inline __StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6; } inline __StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6; } inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6(__StaticArrayInitTypeSizeU3D1208_t7747605A5C3CD826A11C4196CCE9CF1996C344DF value) { ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6 = value; } inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_7)); } inline __StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_7() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_7; } inline __StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_7() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_7; } inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_7(__StaticArrayInitTypeSizeU3D42_t9FC2D1D81E2853CF5D36635AB6A30DDDB9ABFECA value) { ___29C1A61550F0E3260E1953D4FAD71C256218EF40_7 = value; } inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8; } inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8 = value; } inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9)); } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_9() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9; } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_9() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9; } inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_9(__StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA value) { ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9 = value; } inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_10() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_10() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10; } inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_10(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10 = value; } inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_11() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_11() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11; } inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_11(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11 = value; } inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12; } inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12 = value; } inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_13)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_13() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_13; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_13() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_13; } inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_13(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___34476C29F6F81C989CFCA42F7C06E84C66236834_13 = value; } inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_14)); } inline __StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_14() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_14; } inline __StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_14() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_14; } inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_14(__StaticArrayInitTypeSizeU3D2382_t7764CC6AFDCA682AEBA6E78440AD21978F0AB7B1 value) { ___35EED060772F2748D13B745DAEC8CD7BD3B87604_14 = value; } inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15)); } inline __StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15; } inline __StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15; } inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15(__StaticArrayInitTypeSizeU3D38_tCB70BC8DEB0D12487BC902760AFB250798B64F83 value) { ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15 = value; } inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_16)); } inline __StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_16() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_16; } inline __StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_16() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_16; } inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_16(__StaticArrayInitTypeSizeU3D1450_tAC1EF3610F74C31313DF1ADF3AC9D9A2A9EC2912 value) { ___379C06C9E702D31469C29033F0DD63931EB349F5_16 = value; } inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17)); } inline __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_17() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17; } inline __StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_17() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17; } inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_17(__StaticArrayInitTypeSizeU3D10_t71B5750224A80E3CACEFBC499879A04CCE6A5CD3 value) { ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17 = value; } inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_18() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_18() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18; } inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_18(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18 = value; } inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19)); } inline __StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19; } inline __StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19; } inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19(__StaticArrayInitTypeSizeU3D320_tBE0C4C66577D53F18D8BA69E43FDC69DFA003F8F value) { ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19 = value; } inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_20)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_20() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_20; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_20() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_20; } inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_20(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___3E823444D2DFECF0F90B436B88F02A533CB376F1_20 = value; } inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21; } inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_21 = value; } inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_22)); } inline __StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_22() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_22; } inline __StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_22() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_22; } inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_22(__StaticArrayInitTypeSizeU3D1665_tF300201390474873919B6C58C810DFAC718FE0F4 value) { ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_22 = value; } inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_23() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_23() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23; } inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_23(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_23 = value; } inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24; } inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_24 = value; } inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_25)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_25() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_25; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_25() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_25; } inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_25(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_25 = value; } inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_26)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_26() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_26; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_26() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_26; } inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_26(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_26 = value; } inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_27)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U3536422B321459B242ADED7240B7447E904E083E3_27() const { return ___536422B321459B242ADED7240B7447E904E083E3_27; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_27() { return &___536422B321459B242ADED7240B7447E904E083E3_27; } inline void set_U3536422B321459B242ADED7240B7447E904E083E3_27(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___536422B321459B242ADED7240B7447E904E083E3_27 = value; } inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28)); } inline __StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28; } inline __StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28; } inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28(__StaticArrayInitTypeSizeU3D1080_tDD425A5824CFEEBEB897380BE535A4D579DD8DEB value) { ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_28 = value; } inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_29)); } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 get_U357218C316B6921E2CD61027A2387EDC31A2D9471_29() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_29; } inline __StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_29() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_29; } inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_29(__StaticArrayInitTypeSizeU3D3_t87EA921BA4E5FA6B89C780901818C549D9F073A4 value) { ___57218C316B6921E2CD61027A2387EDC31A2D9471_29 = value; } inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_30)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_30() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_30; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_30() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_30; } inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_30(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___57F320D62696EC99727E0FE2045A05F1289CC0C6_30 = value; } inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31)); } inline __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31; } inline __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31; } inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31(__StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 value) { ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31 = value; } inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_32)); } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_32() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_32; } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_32() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_32; } inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_32(__StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA value) { ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_32 = value; } inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33)); } inline __StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33; } inline __StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33; } inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33(__StaticArrayInitTypeSizeU3D288_t901CBC2EE96C2C63E8B3C6D507136F8A55FF5566 value) { ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_33 = value; } inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_34)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_34() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_34; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_34() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_34; } inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_34(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___5BFE2819B4778217C56416C7585FF0E56EBACD89_34 = value; } inline static int32_t get_offset_of_U35EDFD8200B7AD157878FBA46F22A1C345662F2E3_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_35)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_U35EDFD8200B7AD157878FBA46F22A1C345662F2E3_35() const { return ___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_35; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_U35EDFD8200B7AD157878FBA46F22A1C345662F2E3_35() { return &___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_35; } inline void set_U35EDFD8200B7AD157878FBA46F22A1C345662F2E3_35(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___5EDFD8200B7AD157878FBA46F22A1C345662F2E3_35 = value; } inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36)); } inline __StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36; } inline __StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36; } inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36(__StaticArrayInitTypeSizeU3D128_t0E65F82715F120C2585C93F35BFA548913720A71 value) { ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36 = value; } inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_37() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_37() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37; } inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_37(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37 = value; } inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_38() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_38() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38; } inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_38(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38 = value; } inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_39)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_39() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_39; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_39() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_39; } inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_39(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___67EEAD805D708D9AA4E14BF747E44CED801744F3_39 = value; } inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_40)); } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_40() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_40; } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_40() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_40; } inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_40(__StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 value) { ___6C71197D228427B2864C69B357FEF73D8C9D59DF_40 = value; } inline static int32_t get_offset_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_41() const { return ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_41() { return &___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41; } inline void set_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_41(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41 = value; } inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_42)); } inline __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 get_U36FC754859E4EC74E447048364B216D825C6F8FE7_42() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_42; } inline __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_42() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_42; } inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_42(__StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 value) { ___6FC754859E4EC74E447048364B216D825C6F8FE7_42 = value; } inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_43)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_43() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_43; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_43() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_43; } inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_43(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___704939CD172085D1295FCE3F1D92431D685D7AA2_43 = value; } inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44)); } inline __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_44() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44; } inline __StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_44() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44; } inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_44(__StaticArrayInitTypeSizeU3D24_t54A5E8E52DF075628A83AE11B6178839F1F8FBDC value) { ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44 = value; } inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_45)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_45() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_45; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_45() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_45; } inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_45(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___7341C933A70EAE383CC50C4B945ADB8E08F06737_45 = value; } inline static int32_t get_offset_of_U375E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46)); } inline __StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 get_U375E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46() const { return ___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46; } inline __StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 * get_address_of_U375E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46() { return &___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46; } inline void set_U375E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46(__StaticArrayInitTypeSizeU3D1472_t51B459D4503F6B2C433F0233D96F4F6C3D3A3EA5 value) { ___75E0C38E75E507EDE41C1C4F5F5612852B31A4EF_46 = value; } inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47; } inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_47 = value; } inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_48)); } inline __StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_48() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_48; } inline __StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_48() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_48; } inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_48(__StaticArrayInitTypeSizeU3D21252_t7F9940F69151C8490439C5AC4C3E8F115E6EFDD0 value) { ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_48 = value; } inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_49)); } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA get_U381917F1E21F3C22B9F916994547A614FB03E968E_49() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_49; } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_49() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_49; } inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_49(__StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA value) { ___81917F1E21F3C22B9F916994547A614FB03E968E_49 = value; } inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_50)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_50() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_50; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_50() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_50; } inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_50(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___823566DA642D6EA356E15585921F2A4CA23D6760_50 = value; } inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_51)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_51() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_51; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_51() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_51; } inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_51(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___82C2A59850B2E85BCE1A45A479537A384DF6098D_51 = value; } inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52)); } inline __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52; } inline __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52; } inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52(__StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 value) { ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_52 = value; } inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_53)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_53() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_53; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_53() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_53; } inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_53(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___871B9CF85DB352BAADF12BAE8F19857683E385AC_53 = value; } inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_54)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_54() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_54; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_54() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_54; } inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_54(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___89A040451C8CC5C8FB268BE44BDD74964C104155_54 = value; } inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_55)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U38CAA092E783257106251246FF5C97F88D28517A6_55() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_55; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_55() { return &___8CAA092E783257106251246FF5C97F88D28517A6_55; } inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_55(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___8CAA092E783257106251246FF5C97F88D28517A6_55 = value; } inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_56)); } inline __StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_56() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_56; } inline __StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_56() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_56; } inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_56(__StaticArrayInitTypeSizeU3D2100_t77017A2656678C6EE4571B84C9F635820AB583B0 value) { ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_56 = value; } inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_57)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_57() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_57; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_57() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_57; } inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_57(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_57 = value; } inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_58)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_58() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_58; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_58() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_58; } inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_58(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___93A63E90605400F34B49F0EB3361D23C89164BDA_58 = value; } inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_59)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_59() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_59; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_59() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_59; } inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_59(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___94841DD2F330CCB1089BF413E4FA9B04505152E2_59 = value; } inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_60)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_60() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_60; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_60() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_60; } inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_60(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___95264589E48F94B7857CFF398FB72A537E13EEE2_60 = value; } inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_61)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_61() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_61; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_61() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_61; } inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_61(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___95C48758CAE1715783472FB073AB158AB8A0AB2A_61 = value; } inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_62)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_U3973417296623D8DC6961B09664E54039E44CA5D8_62() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_62; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_62() { return &___973417296623D8DC6961B09664E54039E44CA5D8_62; } inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_62(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___973417296623D8DC6961B09664E54039E44CA5D8_62 = value; } inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_63)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_A0074C15377C0C870B055927403EA9FA7A349D12_63() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_63; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_63() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_63; } inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_63(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___A0074C15377C0C870B055927403EA9FA7A349D12_63 = value; } inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_64)); } inline __StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 get_A1319B706116AB2C6D44483F60A7D0ACEA543396_64() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_64; } inline __StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_64() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_64; } inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_64(__StaticArrayInitTypeSizeU3D130_tF56FBBACF53AE9A551B962978B48A914536B6871 value) { ___A1319B706116AB2C6D44483F60A7D0ACEA543396_64 = value; } inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_65)); } inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_65() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_65; } inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_65() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_65; } inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_65(int64_t value) { ___A13AA52274D951A18029131A8DDECF76B569A15D_65 = value; } inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_66)); } inline __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 get_A5444763673307F6828C748D4B9708CFC02B0959_66() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_66; } inline __StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_66() { return &___A5444763673307F6828C748D4B9708CFC02B0959_66; } inline void set_A5444763673307F6828C748D4B9708CFC02B0959_66(__StaticArrayInitTypeSizeU3D212_tA27E3A600D9E677116CCFCF5CB90C2DEF1951E43 value) { ___A5444763673307F6828C748D4B9708CFC02B0959_66 = value; } inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_67)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_67() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_67; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_67() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_67; } inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_67(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_67 = value; } inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_68)); } inline __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 get_A705A106D95282BD15E13EEA6B0AF583FF786D83_68() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_68; } inline __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_68() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_68; } inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_68(__StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 value) { ___A705A106D95282BD15E13EEA6B0AF583FF786D83_68 = value; } inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_69)); } inline __StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_69() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_69; } inline __StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_69() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_69; } inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_69(__StaticArrayInitTypeSizeU3D1018_tC210B7B033B7D52771288C82C8E6DA21074FF7F3 value) { ___A8A491E4CED49AE0027560476C10D933CE70C8DF_69 = value; } inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_70)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_AC791C4F39504D1184B73478943D0636258DA7B1_70() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_70; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_70() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_70; } inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_70(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___AC791C4F39504D1184B73478943D0636258DA7B1_70 = value; } inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_71)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_AFCD4E1211233E99373A3367B23105A3D624B1F2_71() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_71; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_71() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_71; } inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_71(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___AFCD4E1211233E99373A3367B23105A3D624B1F2_71 = value; } inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72; } inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_72 = value; } inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73)); } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73; } inline __StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73; } inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73(__StaticArrayInitTypeSizeU3D256_t11D9B162886459BA6BCD63DB255358502735B7A3 value) { ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_73 = value; } inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74)); } inline __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74; } inline __StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74; } inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74(__StaticArrayInitTypeSizeU3D998_t4B160A0C233D0CAB065432B008AFE2E02CF05C4D value) { ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74 = value; } inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_75)); } inline __StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_75() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_75; } inline __StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_75() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_75; } inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_75(__StaticArrayInitTypeSizeU3D162_t11E10480FC4E2E4875323D07CD37B68D7040BD28 value) { ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_75 = value; } inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_76)); } inline __StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_76() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_76; } inline __StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_76() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_76; } inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_76(__StaticArrayInitTypeSizeU3D360_t0E9DE21DD2818B844977C0B5AEFD0AF5FA812D79 value) { ___B8F87834C3597B2EEF22BA6D3A392CC925636401_76 = value; } inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77; } inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_77 = value; } inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78; } inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_78 = value; } inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79; } inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_79 = value; } inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_80)); } inline __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_80() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_80; } inline __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_80() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_80; } inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_80(__StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 value) { ___BF5EB60806ECB74EE484105DD9D6F463BF994867_80 = value; } inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_81)); } inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_81() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_81; } inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_81() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_81; } inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_81(int64_t value) { ___C1A1100642BA9685B30A84D97348484E14AA1865_81 = value; } inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_82)); } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 get_C6F364A0AD934EFED8909446C215752E565D77C1_82() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_82; } inline __StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_82() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_82; } inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_82(__StaticArrayInitTypeSizeU3D16_t9CE40E2FB4B486181F720F48DD733A3EAFFD6F26 value) { ___C6F364A0AD934EFED8909446C215752E565D77C1_82 = value; } inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_83)); } inline __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 get_CE5835130F5277F63D716FC9115526B0AC68FFAD_83() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_83; } inline __StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_83() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_83; } inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_83(__StaticArrayInitTypeSizeU3D174_t5A6FEDE2414380A28FDFFA92ACA4EADB3693E337 value) { ___CE5835130F5277F63D716FC9115526B0AC68FFAD_83 = value; } inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_84)); } inline __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 get_CE93C35B755802BC4B3D180716B048FC61701EF7_84() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_84; } inline __StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_84() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_84; } inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_84(__StaticArrayInitTypeSizeU3D6_tDBD6E107ED6E71EDDDBFD5023C1C5C3EE71A6A23 value) { ___CE93C35B755802BC4B3D180716B048FC61701EF7_84 = value; } inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_85)); } inline __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_85() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_85; } inline __StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_85() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_85; } inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_85(__StaticArrayInitTypeSizeU3D32_t99C29E8FAFAAE5B1E3F1CB981F557B0AA62EA81B value) { ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_85 = value; } inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86)); } inline __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86; } inline __StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86; } inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86(__StaticArrayInitTypeSizeU3D44_t2C34FCD1B7CA98AF1BE52ED77A663AFA9401C5D5 value) { ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_86 = value; } inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_87)); } inline __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 get_DA19DB47B583EFCF7825D2E39D661D2354F28219_87() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_87; } inline __StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_87() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_87; } inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_87(__StaticArrayInitTypeSizeU3D76_tFC0C1E62400632DF6EBD5465D74B1851DAC47C60 value) { ___DA19DB47B583EFCF7825D2E39D661D2354F28219_87 = value; } inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_88)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_88() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_88; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_88() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_88; } inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_88(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_88 = value; } inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_89)); } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA get_E1827270A5FE1C85F5352A66FD87BA747213D006_89() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_89; } inline __StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_89() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_89; } inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_89(__StaticArrayInitTypeSizeU3D36_t46D2C2EA131D6126B945EA1E0993E0EE8AACC3CA value) { ___E1827270A5FE1C85F5352A66FD87BA747213D006_89 = value; } inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90; } inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_90 = value; } inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_91)); } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD get_E92B39D8233061927D9ACDE54665E68E7535635A_91() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_91; } inline __StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_91() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_91; } inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_91(__StaticArrayInitTypeSizeU3D52_t68C389D6C6894AE8F01E7C88DDD8CBDE317B23CD value) { ___E92B39D8233061927D9ACDE54665E68E7535635A_91 = value; } inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_92)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_EA9506959484C55CFE0C139C624DF6060E285866_92() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_92; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_92() { return &___EA9506959484C55CFE0C139C624DF6060E285866_92; } inline void set_EA9506959484C55CFE0C139C624DF6060E285866_92(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___EA9506959484C55CFE0C139C624DF6060E285866_92 = value; } inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93)); } inline __StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93; } inline __StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93; } inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93(__StaticArrayInitTypeSizeU3D262_tF74EA0E2AEDDD20898E5779445ABF7802D23911A value) { ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93 = value; } inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_94)); } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_94() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_94; } inline __StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_94() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_94; } inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_94(__StaticArrayInitTypeSizeU3D64_t7C93E4AFB43BF13F84D563CFD17E5011B9721668 value) { ___EBF68F411848D603D059DFDEA2321C5A5EA78044_94 = value; } inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95; } inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_95 = value; } inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_96)); } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_96() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_96; } inline __StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_96() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_96; } inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_96(__StaticArrayInitTypeSizeU3D40_t31DA647550534A2982671AD8E1F791854ABE4525 value) { ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_96 = value; } inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_97)); } inline __StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F get_F073AA332018FDA0D572E99448FFF1D6422BD520_97() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_97; } inline __StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_97() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_97; } inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_97(__StaticArrayInitTypeSizeU3D11614_t7947936AE0A455E7877908DB7A291DEE37965F6F value) { ___F073AA332018FDA0D572E99448FFF1D6422BD520_97 = value; } inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_98)); } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_98() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_98; } inline __StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_98() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_98; } inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_98(__StaticArrayInitTypeSizeU3D120_t13A2E28354D3A542E1A2AD289B7970CE8BF64CE1 value) { ___F34B0E10653402E8F788F8BC3F7CD7090928A429_98 = value; } inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_99)); } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_99() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_99; } inline __StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_99() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_99; } inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_99(__StaticArrayInitTypeSizeU3D72_tFE5593C37377A26A806059B8620472A6E51E5AD2 value) { ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_99 = value; } inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_100)); } inline __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_100() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_100; } inline __StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_100() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_100; } inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_100(__StaticArrayInitTypeSizeU3D94_t52D6560B7A2023DDDFDCF4D8F6C226742520B4C7 value) { ___F512A9ABF88066AAEB92684F95CC05D8101B462B_100 = value; } inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101)); } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101; } inline __StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101; } inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101(__StaticArrayInitTypeSizeU3D12_t5FA9A9D9E4F196768B874B61DC1C6549CB34A584 value) { ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_101 = value; } inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102)); } inline __StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102; } inline __StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102; } inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102(__StaticArrayInitTypeSizeU3D2350_t029525D9BCF84611FB610B9E4D13EE898E0B055D value) { ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102 = value; } }; // System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Object System.AppDomain::_evidence RuntimeObject * ____evidence_6; // System.Object System.AppDomain::_granted RuntimeObject * ____granted_7; // System.Int32 System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * ___AssemblyLoad_11; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___AssemblyResolve_12; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___DomainUnload_13; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___ProcessExit_14; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___ResourceResolve_15; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___TypeResolve_16; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * ___UnhandledException_17; // System.EventHandler`1 System.AppDomain::FirstChanceException EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * ___FirstChanceException_18; // System.Object System.AppDomain::_domain_manager RuntimeObject * ____domain_manager_19; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___ReflectionOnlyAssemblyResolve_20; // System.Object System.AppDomain::_activation RuntimeObject * ____activation_21; // System.Object System.AppDomain::_applicationIdentity RuntimeObject * ____applicationIdentity_22; // System.Collections.Generic.List`1 System.AppDomain::compatibility_switch List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____evidence_6)); } inline RuntimeObject * get__evidence_6() const { return ____evidence_6; } inline RuntimeObject ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(RuntimeObject * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_6), (void*)value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____granted_7)); } inline RuntimeObject * get__granted_7() const { return ____granted_7; } inline RuntimeObject ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(RuntimeObject * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_7), (void*)value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of_AssemblyLoad_11() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___AssemblyLoad_11)); } inline AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * get_AssemblyLoad_11() const { return ___AssemblyLoad_11; } inline AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C ** get_address_of_AssemblyLoad_11() { return &___AssemblyLoad_11; } inline void set_AssemblyLoad_11(AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * value) { ___AssemblyLoad_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyLoad_11), (void*)value); } inline static int32_t get_offset_of_AssemblyResolve_12() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___AssemblyResolve_12)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_AssemblyResolve_12() const { return ___AssemblyResolve_12; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_AssemblyResolve_12() { return &___AssemblyResolve_12; } inline void set_AssemblyResolve_12(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___AssemblyResolve_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyResolve_12), (void*)value); } inline static int32_t get_offset_of_DomainUnload_13() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___DomainUnload_13)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_DomainUnload_13() const { return ___DomainUnload_13; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_DomainUnload_13() { return &___DomainUnload_13; } inline void set_DomainUnload_13(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___DomainUnload_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DomainUnload_13), (void*)value); } inline static int32_t get_offset_of_ProcessExit_14() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ProcessExit_14)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_ProcessExit_14() const { return ___ProcessExit_14; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_ProcessExit_14() { return &___ProcessExit_14; } inline void set_ProcessExit_14(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___ProcessExit_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProcessExit_14), (void*)value); } inline static int32_t get_offset_of_ResourceResolve_15() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ResourceResolve_15)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_ResourceResolve_15() const { return ___ResourceResolve_15; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_ResourceResolve_15() { return &___ResourceResolve_15; } inline void set_ResourceResolve_15(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___ResourceResolve_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResourceResolve_15), (void*)value); } inline static int32_t get_offset_of_TypeResolve_16() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___TypeResolve_16)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_TypeResolve_16() const { return ___TypeResolve_16; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_TypeResolve_16() { return &___TypeResolve_16; } inline void set_TypeResolve_16(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___TypeResolve_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeResolve_16), (void*)value); } inline static int32_t get_offset_of_UnhandledException_17() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___UnhandledException_17)); } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * get_UnhandledException_17() const { return ___UnhandledException_17; } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 ** get_address_of_UnhandledException_17() { return &___UnhandledException_17; } inline void set_UnhandledException_17(UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * value) { ___UnhandledException_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnhandledException_17), (void*)value); } inline static int32_t get_offset_of_FirstChanceException_18() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___FirstChanceException_18)); } inline EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * get_FirstChanceException_18() const { return ___FirstChanceException_18; } inline EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 ** get_address_of_FirstChanceException_18() { return &___FirstChanceException_18; } inline void set_FirstChanceException_18(EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * value) { ___FirstChanceException_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___FirstChanceException_18), (void*)value); } inline static int32_t get_offset_of__domain_manager_19() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____domain_manager_19)); } inline RuntimeObject * get__domain_manager_19() const { return ____domain_manager_19; } inline RuntimeObject ** get_address_of__domain_manager_19() { return &____domain_manager_19; } inline void set__domain_manager_19(RuntimeObject * value) { ____domain_manager_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____domain_manager_19), (void*)value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_20() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ReflectionOnlyAssemblyResolve_20)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_ReflectionOnlyAssemblyResolve_20() const { return ___ReflectionOnlyAssemblyResolve_20; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_ReflectionOnlyAssemblyResolve_20() { return &___ReflectionOnlyAssemblyResolve_20; } inline void set_ReflectionOnlyAssemblyResolve_20(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___ReflectionOnlyAssemblyResolve_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReflectionOnlyAssemblyResolve_20), (void*)value); } inline static int32_t get_offset_of__activation_21() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____activation_21)); } inline RuntimeObject * get__activation_21() const { return ____activation_21; } inline RuntimeObject ** get_address_of__activation_21() { return &____activation_21; } inline void set__activation_21(RuntimeObject * value) { ____activation_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____activation_21), (void*)value); } inline static int32_t get_offset_of__applicationIdentity_22() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____applicationIdentity_22)); } inline RuntimeObject * get__applicationIdentity_22() const { return ____applicationIdentity_22; } inline RuntimeObject ** get_address_of__applicationIdentity_22() { return &____applicationIdentity_22; } inline void set__applicationIdentity_22(RuntimeObject * value) { ____applicationIdentity_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____applicationIdentity_22), (void*)value); } inline static int32_t get_offset_of_compatibility_switch_23() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___compatibility_switch_23)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_compatibility_switch_23() const { return ___compatibility_switch_23; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_compatibility_switch_23() { return &___compatibility_switch_23; } inline void set_compatibility_switch_23(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___compatibility_switch_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___compatibility_switch_23), (void*)value); } }; struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields, ____process_guid_2)); } inline String_t* get__process_guid_2() const { return ____process_guid_2; } inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; } inline void set__process_guid_2(String_t* value) { ____process_guid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____process_guid_2), (void*)value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields, ___default_domain_10)); } inline AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_domain_10), (void*)value); } }; struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields { public: // System.Collections.Generic.Dictionary`2 System.AppDomain::type_resolve_in_progress Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___type_resolve_in_progress_3; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___assembly_resolve_in_progress_4; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress_refonly Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___assembly_resolve_in_progress_refonly_5; // System.Object System.AppDomain::_principal RuntimeObject * ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_resolve_in_progress_3), (void*)value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_4), (void*)value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; } inline void set_assembly_resolve_in_progress_refonly_5(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_refonly_5), (void*)value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ____principal_9)); } inline RuntimeObject * get__principal_9() const { return ____principal_9; } inline RuntimeObject ** get_address_of__principal_9() { return &____principal_9; } inline void set__principal_9(RuntimeObject * value) { ____principal_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____principal_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_11; Il2CppMethodPointer ___AssemblyResolve_12; Il2CppMethodPointer ___DomainUnload_13; Il2CppMethodPointer ___ProcessExit_14; Il2CppMethodPointer ___ResourceResolve_15; Il2CppMethodPointer ___TypeResolve_16; Il2CppMethodPointer ___UnhandledException_17; Il2CppMethodPointer ___FirstChanceException_18; Il2CppIUnknown* ____domain_manager_19; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20; Il2CppIUnknown* ____activation_21; Il2CppIUnknown* ____applicationIdentity_22; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; }; // Native definition for COM marshalling of System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_11; Il2CppMethodPointer ___AssemblyResolve_12; Il2CppMethodPointer ___DomainUnload_13; Il2CppMethodPointer ___ProcessExit_14; Il2CppMethodPointer ___ResourceResolve_15; Il2CppMethodPointer ___TypeResolve_16; Il2CppMethodPointer ___UnhandledException_17; Il2CppMethodPointer ___FirstChanceException_18; Il2CppIUnknown* ____domain_manager_19; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20; Il2CppIUnknown* ____activation_21; Il2CppIUnknown* ____applicationIdentity_22; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___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; } }; // System.ConsoleColor struct ConsoleColor_t70ABA059B827F2A223299FBC4FD8D878518B2970 { public: // System.Int32 System.ConsoleColor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConsoleColor_t70ABA059B827F2A223299FBC4FD8D878518B2970, ___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; } }; // System.ConsoleKey struct ConsoleKey_t4708A928547D666CF632F6F46340F476155566D4 { public: // System.Int32 System.ConsoleKey::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConsoleKey_t4708A928547D666CF632F6F46340F476155566D4, ___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; } }; // System.ConsoleModifiers struct ConsoleModifiers_t8465A8BC80F4BDB8816D80AA7CBE483DC7D01EBE { public: // System.Int32 System.ConsoleModifiers::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConsoleModifiers_t8465A8BC80F4BDB8816D80AA7CBE483DC7D01EBE, ___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; } }; // System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 : public RuntimeObject { public: // System.Int32 System.Runtime.Remoting.Contexts.Context::domain_id int32_t ___domain_id_0; // System.Int32 System.Runtime.Remoting.Contexts.Context::context_id int32_t ___context_id_1; // System.UIntPtr System.Runtime.Remoting.Contexts.Context::static_data uintptr_t ___static_data_2; // System.UIntPtr System.Runtime.Remoting.Contexts.Context::data uintptr_t ___data_3; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::server_context_sink_chain RuntimeObject* ___server_context_sink_chain_6; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::client_context_sink_chain RuntimeObject* ___client_context_sink_chain_7; // System.Collections.Generic.List`1 System.Runtime.Remoting.Contexts.Context::context_properties List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * ___context_properties_8; // System.LocalDataStoreHolder modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Remoting.Contexts.Context::_localDataStore LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ____localDataStore_10; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::context_dynamic_properties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___context_dynamic_properties_13; // System.Runtime.Remoting.Contexts.ContextCallbackObject System.Runtime.Remoting.Contexts.Context::callback_object ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * ___callback_object_14; public: inline static int32_t get_offset_of_domain_id_0() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___domain_id_0)); } inline int32_t get_domain_id_0() const { return ___domain_id_0; } inline int32_t* get_address_of_domain_id_0() { return &___domain_id_0; } inline void set_domain_id_0(int32_t value) { ___domain_id_0 = value; } inline static int32_t get_offset_of_context_id_1() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___context_id_1)); } inline int32_t get_context_id_1() const { return ___context_id_1; } inline int32_t* get_address_of_context_id_1() { return &___context_id_1; } inline void set_context_id_1(int32_t value) { ___context_id_1 = value; } inline static int32_t get_offset_of_static_data_2() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___static_data_2)); } inline uintptr_t get_static_data_2() const { return ___static_data_2; } inline uintptr_t* get_address_of_static_data_2() { return &___static_data_2; } inline void set_static_data_2(uintptr_t value) { ___static_data_2 = value; } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___data_3)); } inline uintptr_t get_data_3() const { return ___data_3; } inline uintptr_t* get_address_of_data_3() { return &___data_3; } inline void set_data_3(uintptr_t value) { ___data_3 = value; } inline static int32_t get_offset_of_server_context_sink_chain_6() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___server_context_sink_chain_6)); } inline RuntimeObject* get_server_context_sink_chain_6() const { return ___server_context_sink_chain_6; } inline RuntimeObject** get_address_of_server_context_sink_chain_6() { return &___server_context_sink_chain_6; } inline void set_server_context_sink_chain_6(RuntimeObject* value) { ___server_context_sink_chain_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___server_context_sink_chain_6), (void*)value); } inline static int32_t get_offset_of_client_context_sink_chain_7() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___client_context_sink_chain_7)); } inline RuntimeObject* get_client_context_sink_chain_7() const { return ___client_context_sink_chain_7; } inline RuntimeObject** get_address_of_client_context_sink_chain_7() { return &___client_context_sink_chain_7; } inline void set_client_context_sink_chain_7(RuntimeObject* value) { ___client_context_sink_chain_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___client_context_sink_chain_7), (void*)value); } inline static int32_t get_offset_of_context_properties_8() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___context_properties_8)); } inline List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * get_context_properties_8() const { return ___context_properties_8; } inline List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 ** get_address_of_context_properties_8() { return &___context_properties_8; } inline void set_context_properties_8(List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * value) { ___context_properties_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_properties_8), (void*)value); } inline static int32_t get_offset_of__localDataStore_10() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ____localDataStore_10)); } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * get__localDataStore_10() const { return ____localDataStore_10; } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 ** get_address_of__localDataStore_10() { return &____localDataStore_10; } inline void set__localDataStore_10(LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * value) { ____localDataStore_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____localDataStore_10), (void*)value); } inline static int32_t get_offset_of_context_dynamic_properties_13() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___context_dynamic_properties_13)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get_context_dynamic_properties_13() const { return ___context_dynamic_properties_13; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of_context_dynamic_properties_13() { return &___context_dynamic_properties_13; } inline void set_context_dynamic_properties_13(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ___context_dynamic_properties_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_dynamic_properties_13), (void*)value); } inline static int32_t get_offset_of_callback_object_14() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___callback_object_14)); } inline ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * get_callback_object_14() const { return ___callback_object_14; } inline ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B ** get_address_of_callback_object_14() { return &___callback_object_14; } inline void set_callback_object_14(ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * value) { ___callback_object_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_object_14), (void*)value); } }; struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields { public: // System.Object[] System.Runtime.Remoting.Contexts.Context::local_slots ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___local_slots_4; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::default_server_context_sink RuntimeObject* ___default_server_context_sink_5; // System.Int32 System.Runtime.Remoting.Contexts.Context::global_count int32_t ___global_count_9; // System.LocalDataStoreMgr System.Runtime.Remoting.Contexts.Context::_localDataStoreMgr LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ____localDataStoreMgr_11; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::global_dynamic_properties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___global_dynamic_properties_12; public: inline static int32_t get_offset_of_local_slots_4() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___local_slots_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_local_slots_4() const { return ___local_slots_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_local_slots_4() { return &___local_slots_4; } inline void set_local_slots_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___local_slots_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___local_slots_4), (void*)value); } inline static int32_t get_offset_of_default_server_context_sink_5() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___default_server_context_sink_5)); } inline RuntimeObject* get_default_server_context_sink_5() const { return ___default_server_context_sink_5; } inline RuntimeObject** get_address_of_default_server_context_sink_5() { return &___default_server_context_sink_5; } inline void set_default_server_context_sink_5(RuntimeObject* value) { ___default_server_context_sink_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_server_context_sink_5), (void*)value); } inline static int32_t get_offset_of_global_count_9() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___global_count_9)); } inline int32_t get_global_count_9() const { return ___global_count_9; } inline int32_t* get_address_of_global_count_9() { return &___global_count_9; } inline void set_global_count_9(int32_t value) { ___global_count_9 = value; } inline static int32_t get_offset_of__localDataStoreMgr_11() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ____localDataStoreMgr_11)); } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * get__localDataStoreMgr_11() const { return ____localDataStoreMgr_11; } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A ** get_address_of__localDataStoreMgr_11() { return &____localDataStoreMgr_11; } inline void set__localDataStoreMgr_11(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * value) { ____localDataStoreMgr_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____localDataStoreMgr_11), (void*)value); } inline static int32_t get_offset_of_global_dynamic_properties_12() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___global_dynamic_properties_12)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get_global_dynamic_properties_12() const { return ___global_dynamic_properties_12; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of_global_dynamic_properties_12() { return &___global_dynamic_properties_12; } inline void set_global_dynamic_properties_12(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ___global_dynamic_properties_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___global_dynamic_properties_12), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke { int32_t ___domain_id_0; int32_t ___context_id_1; uintptr_t ___static_data_2; uintptr_t ___data_3; RuntimeObject* ___server_context_sink_chain_6; RuntimeObject* ___client_context_sink_chain_7; List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * ___context_properties_8; LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ____localDataStore_10; DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___context_dynamic_properties_13; ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * ___callback_object_14; }; // Native definition for COM marshalling of System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com { int32_t ___domain_id_0; int32_t ___context_id_1; uintptr_t ___static_data_2; uintptr_t ___data_3; RuntimeObject* ___server_context_sink_chain_6; RuntimeObject* ___client_context_sink_chain_7; List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * ___context_properties_8; LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ____localDataStore_10; DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___context_dynamic_properties_13; ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * ___callback_object_14; }; // System.Globalization.DateTimeFormatFlags struct DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7 { public: // System.Int32 System.Globalization.DateTimeFormatFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7, ___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; } }; // System.DateTimeKind struct DateTimeKind_tA0B5F3F88991AC3B7F24393E15B54062722571D0 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeKind_tA0B5F3F88991AC3B7F24393E15B54062722571D0, ___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; } }; // System.Globalization.DateTimeStyles struct DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4, ___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; } }; // System.DayOfWeek struct DayOfWeek_t9E9D87E7A85C119F741167E9F8C613ABFB0A4AC7 { public: // System.Int32 System.DayOfWeek::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DayOfWeek_t9E9D87E7A85C119F741167E9F8C613ABFB0A4AC7, ___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; } }; // 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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___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(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(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(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((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(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(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(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(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(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((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(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((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(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; } }; // 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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(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((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(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((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(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((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(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((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(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((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(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((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(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((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(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(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((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(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(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((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)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(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((void**)(&___s_EDILock_0), (void*)value); } }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.ExceptionArgument struct ExceptionArgument_t750CCD4C657BCB2C185560CC68330BC0313B8737 { public: // System.Int32 System.ExceptionArgument::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionArgument_t750CCD4C657BCB2C185560CC68330BC0313B8737, ___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; } }; // System.ExceptionResource struct ExceptionResource_tD29FDAA391137C7766FB63B5F13FA0F12AF6C3FA { public: // System.Int32 System.ExceptionResource::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionResource_tD29FDAA391137C7766FB63B5F13FA0F12AF6C3FA, ___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; } }; // System.IO.FileAccess struct FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B, ___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; } }; // System.Globalization.GregorianCalendarHelper struct GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 : public RuntimeObject { public: // System.Int32 System.Globalization.GregorianCalendarHelper::m_maxYear int32_t ___m_maxYear_2; // System.Int32 System.Globalization.GregorianCalendarHelper::m_minYear int32_t ___m_minYear_3; // System.Globalization.Calendar System.Globalization.GregorianCalendarHelper::m_Cal Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___m_Cal_4; // System.Globalization.EraInfo[] System.Globalization.GregorianCalendarHelper::m_EraInfo EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* ___m_EraInfo_5; // System.Int32[] System.Globalization.GregorianCalendarHelper::m_eras Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___m_eras_6; // System.DateTime System.Globalization.GregorianCalendarHelper::m_minDate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_minDate_7; public: inline static int32_t get_offset_of_m_maxYear_2() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85, ___m_maxYear_2)); } inline int32_t get_m_maxYear_2() const { return ___m_maxYear_2; } inline int32_t* get_address_of_m_maxYear_2() { return &___m_maxYear_2; } inline void set_m_maxYear_2(int32_t value) { ___m_maxYear_2 = value; } inline static int32_t get_offset_of_m_minYear_3() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85, ___m_minYear_3)); } inline int32_t get_m_minYear_3() const { return ___m_minYear_3; } inline int32_t* get_address_of_m_minYear_3() { return &___m_minYear_3; } inline void set_m_minYear_3(int32_t value) { ___m_minYear_3 = value; } inline static int32_t get_offset_of_m_Cal_4() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85, ___m_Cal_4)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_m_Cal_4() const { return ___m_Cal_4; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_m_Cal_4() { return &___m_Cal_4; } inline void set_m_Cal_4(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___m_Cal_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Cal_4), (void*)value); } inline static int32_t get_offset_of_m_EraInfo_5() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85, ___m_EraInfo_5)); } inline EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* get_m_EraInfo_5() const { return ___m_EraInfo_5; } inline EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A** get_address_of_m_EraInfo_5() { return &___m_EraInfo_5; } inline void set_m_EraInfo_5(EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* value) { ___m_EraInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EraInfo_5), (void*)value); } inline static int32_t get_offset_of_m_eras_6() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85, ___m_eras_6)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_m_eras_6() const { return ___m_eras_6; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_m_eras_6() { return &___m_eras_6; } inline void set_m_eras_6(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___m_eras_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_eras_6), (void*)value); } inline static int32_t get_offset_of_m_minDate_7() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85, ___m_minDate_7)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_minDate_7() const { return ___m_minDate_7; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_minDate_7() { return &___m_minDate_7; } inline void set_m_minDate_7(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_minDate_7 = value; } }; struct GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_StaticFields { public: // System.Int32[] System.Globalization.GregorianCalendarHelper::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_0; // System.Int32[] System.Globalization.GregorianCalendarHelper::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_1; public: inline static int32_t get_offset_of_DaysToMonth365_0() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_StaticFields, ___DaysToMonth365_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_0() const { return ___DaysToMonth365_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_0() { return &___DaysToMonth365_0; } inline void set_DaysToMonth365_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_0), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_1() { return static_cast(offsetof(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_StaticFields, ___DaysToMonth366_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_1() const { return ___DaysToMonth366_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_1() { return &___DaysToMonth366_1; } inline void set_DaysToMonth366_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_1), (void*)value); } }; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___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.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_8; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_0)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_0() const { return ___buckets_0; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___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(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___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(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___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(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___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(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___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(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___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(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___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((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of__keycomparer_8() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_8)); } inline RuntimeObject* get__keycomparer_8() const { return ____keycomparer_8; } inline RuntimeObject** get_address_of__keycomparer_8() { return &____keycomparer_8; } inline void set__keycomparer_8(RuntimeObject* value) { ____keycomparer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.PlatformID struct PlatformID_tAE7D984C08AF0DB2E5398AAE4842B704DBDDE159 { public: // System.Int32 System.PlatformID::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PlatformID_tAE7D984C08AF0DB2E5398AAE4842B704DBDDE159, ___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; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___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; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___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; } }; // System.Threading.SpinLock struct SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SpinLock::m_owner int32_t ___m_owner_0; public: inline static int32_t get_offset_of_m_owner_0() { return static_cast(offsetof(SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D, ___m_owner_0)); } inline int32_t get_m_owner_0() const { return ___m_owner_0; } inline int32_t* get_address_of_m_owner_0() { return &___m_owner_0; } inline void set_m_owner_0(int32_t value) { ___m_owner_0 = value; } }; struct SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_StaticFields { public: // System.Int32 System.Threading.SpinLock::MAXIMUM_WAITERS int32_t ___MAXIMUM_WAITERS_1; public: inline static int32_t get_offset_of_MAXIMUM_WAITERS_1() { return static_cast(offsetof(SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D_StaticFields, ___MAXIMUM_WAITERS_1)); } inline int32_t get_MAXIMUM_WAITERS_1() const { return ___MAXIMUM_WAITERS_1; } inline int32_t* get_address_of_MAXIMUM_WAITERS_1() { return &___MAXIMUM_WAITERS_1; } inline void set_MAXIMUM_WAITERS_1(int32_t value) { ___MAXIMUM_WAITERS_1 = value; } }; // System.Threading.StackCrawlMark struct StackCrawlMark_t2BEE6EC5F8EA322B986CA375A594BBD34B98EBA5 { public: // System.Int32 System.Threading.StackCrawlMark::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StackCrawlMark_t2BEE6EC5F8EA322B986CA375A594BBD34B98EBA5, ___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; } }; // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.IO.Stream System.IO.StreamReader::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_6; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_7; // System.Byte[] System.IO.StreamReader::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_8; // System.Char[] System.IO.StreamReader::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_9; // System.Byte[] System.IO.StreamReader::_preamble ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____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_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncReadTask_20; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_encoding_6() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___encoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_6() const { return ___encoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_6), (void*)value); } inline static int32_t get_offset_of_decoder_7() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___decoder_7)); } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * get_decoder_7() const { return ___decoder_7; } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 ** get_address_of_decoder_7() { return &___decoder_7; } inline void set_decoder_7(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * value) { ___decoder_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_7), (void*)value); } inline static int32_t get_offset_of_byteBuffer_8() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___byteBuffer_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_8() const { return ___byteBuffer_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_8() { return &___byteBuffer_8; } inline void set_byteBuffer_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_8), (void*)value); } inline static int32_t get_offset_of_charBuffer_9() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charBuffer_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_9() const { return ___charBuffer_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_9() { return &___charBuffer_9; } inline void set_charBuffer_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_9), (void*)value); } inline static int32_t get_offset_of__preamble_10() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____preamble_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__preamble_10() const { return ____preamble_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__preamble_10() { return &____preamble_10; } inline void set__preamble_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____preamble_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____preamble_10), (void*)value); } inline static int32_t get_offset_of_charPos_11() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___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(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___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(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___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(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___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(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____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(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____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(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____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(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____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(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____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(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____asyncReadTask_20)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncReadTask_20() const { return ____asyncReadTask_20; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; } inline void set__asyncReadTask_20(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncReadTask_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncReadTask_20), (void*)value); } }; struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * ___Null_4; public: inline static int32_t get_offset_of_Null_4() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_StaticFields, ___Null_4)); } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * get_Null_4() const { return ___Null_4; } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 ** get_address_of_Null_4() { return &___Null_4; } inline void set_Null_4(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * value) { ___Null_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_4), (void*)value); } }; // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 : public TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 { public: // System.IO.Stream System.IO.StreamWriter::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_12; // System.Text.Encoding System.IO.StreamWriter::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_13; // System.Text.Encoder System.IO.StreamWriter::encoder Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * ___encoder_14; // System.Byte[] System.IO.StreamWriter::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_15; // System.Char[] System.IO.StreamWriter::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncWriteTask_22; public: inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___stream_12)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_12() const { return ___stream_12; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_12() { return &___stream_12; } inline void set_stream_12(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_12), (void*)value); } inline static int32_t get_offset_of_encoding_13() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoding_13)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_13() const { return ___encoding_13; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_13() { return &___encoding_13; } inline void set_encoding_13(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_13), (void*)value); } inline static int32_t get_offset_of_encoder_14() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoder_14)); } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * get_encoder_14() const { return ___encoder_14; } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A ** get_address_of_encoder_14() { return &___encoder_14; } inline void set_encoder_14(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * value) { ___encoder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_14), (void*)value); } inline static int32_t get_offset_of_byteBuffer_15() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___byteBuffer_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_15() const { return ___byteBuffer_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_15() { return &___byteBuffer_15; } inline void set_byteBuffer_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_15), (void*)value); } inline static int32_t get_offset_of_charBuffer_16() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charBuffer_16)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_16() const { return ___charBuffer_16; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_16() { return &___charBuffer_16; } inline void set_charBuffer_16(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_16), (void*)value); } inline static int32_t get_offset_of_charPos_17() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___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(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___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(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___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(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___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(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___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(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ____asyncWriteTask_22)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; } inline void set__asyncWriteTask_22(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncWriteTask_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncWriteTask_22), (void*)value); } }; struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * ___Null_11; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ____UTF8NoBOM_23; public: inline static int32_t get_offset_of_Null_11() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ___Null_11)); } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * get_Null_11() const { return ___Null_11; } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 ** get_address_of_Null_11() { return &___Null_11; } inline void set_Null_11(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * value) { ___Null_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_11), (void*)value); } inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ____UTF8NoBOM_23)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; } inline void set__UTF8NoBOM_23(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ____UTF8NoBOM_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____UTF8NoBOM_23), (void*)value); } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { 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(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___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; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___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; } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_10; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_15; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_10() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_10)); } inline RuntimeObject * get_m_continuationObject_10() const { return ___m_continuationObject_10; } inline RuntimeObject ** get_address_of_m_continuationObject_10() { return &___m_continuationObject_10; } inline void set_m_continuationObject_10(RuntimeObject * value) { ___m_continuationObject_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_10), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_15() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_15)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_15() const { return ___m_contingentProperties_15; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_15() { return &___m_contingentProperties_15; } inline void set_m_contingentProperties_15(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_15), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_11; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_12; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_13; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_14; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_16; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_17; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_18; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_19; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_20; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_21; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_11() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_11)); } inline RuntimeObject * get_s_taskCompletionSentinel_11() const { return ___s_taskCompletionSentinel_11; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_11() { return &___s_taskCompletionSentinel_11; } inline void set_s_taskCompletionSentinel_11(RuntimeObject * value) { ___s_taskCompletionSentinel_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_11), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_12() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_12)); } inline bool get_s_asyncDebuggingEnabled_12() const { return ___s_asyncDebuggingEnabled_12; } inline bool* get_address_of_s_asyncDebuggingEnabled_12() { return &___s_asyncDebuggingEnabled_12; } inline void set_s_asyncDebuggingEnabled_12(bool value) { ___s_asyncDebuggingEnabled_12 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_13() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_13)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_13() const { return ___s_currentActiveTasks_13; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_13() { return &___s_currentActiveTasks_13; } inline void set_s_currentActiveTasks_13(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_13), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_14() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_14)); } inline RuntimeObject * get_s_activeTasksLock_14() const { return ___s_activeTasksLock_14; } inline RuntimeObject ** get_address_of_s_activeTasksLock_14() { return &___s_activeTasksLock_14; } inline void set_s_activeTasksLock_14(RuntimeObject * value) { ___s_activeTasksLock_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_14), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_16() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_16)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_16() const { return ___s_taskCancelCallback_16; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_16() { return &___s_taskCancelCallback_16; } inline void set_s_taskCancelCallback_16(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_16), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_17() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_17)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_17() const { return ___s_createContingentProperties_17; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_17() { return &___s_createContingentProperties_17; } inline void set_s_createContingentProperties_17(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_17), (void*)value); } inline static int32_t get_offset_of_s_completedTask_18() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_18)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_18() const { return ___s_completedTask_18; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_18() { return &___s_completedTask_18; } inline void set_s_completedTask_18(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_18), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_19() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_19)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_19() const { return ___s_IsExceptionObservedByParentPredicate_19; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_19() { return &___s_IsExceptionObservedByParentPredicate_19; } inline void set_s_IsExceptionObservedByParentPredicate_19(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_19), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_20() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_20)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_20() const { return ___s_ecCallback_20; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_20() { return &___s_ecCallback_20; } inline void set_s_ecCallback_20(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_20), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_21() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_21)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_21() const { return ___s_IsTaskContinuationNullPredicate_21; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_21() { return &___s_IsTaskContinuationNullPredicate_21; } inline void set_s_IsTaskContinuationNullPredicate_21(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_21), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.Threading.Tasks.TaskContinuationOptions struct TaskContinuationOptions_t9FC13DFA1FFAFD07FE9A19491D1DBEB48BFA8399 { public: // System.Int32 System.Threading.Tasks.TaskContinuationOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TaskContinuationOptions_t9FC13DFA1FFAFD07FE9A19491D1DBEB48BFA8399, ___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; } }; // System.Threading.Tasks.TaskCreationOptions struct TaskCreationOptions_t469019F1B0F93FA60337952E265311E8048D2112 { public: // System.Int32 System.Threading.Tasks.TaskCreationOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TaskCreationOptions_t469019F1B0F93FA60337952E265311E8048D2112, ___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; } }; // System.Threading.Tasks.TaskExceptionHolder struct TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 : public RuntimeObject { public: // System.Threading.Tasks.Task System.Threading.Tasks.TaskExceptionHolder::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_3; // System.Collections.Generic.List`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.TaskExceptionHolder::m_faultExceptions List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * ___m_faultExceptions_4; // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Threading.Tasks.TaskExceptionHolder::m_cancellationException ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___m_cancellationException_5; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.TaskExceptionHolder::m_isHandled bool ___m_isHandled_6; public: inline static int32_t get_offset_of_m_task_3() { return static_cast(offsetof(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684, ___m_task_3)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_3() const { return ___m_task_3; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_3() { return &___m_task_3; } inline void set_m_task_3(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_task_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_3), (void*)value); } inline static int32_t get_offset_of_m_faultExceptions_4() { return static_cast(offsetof(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684, ___m_faultExceptions_4)); } inline List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * get_m_faultExceptions_4() const { return ___m_faultExceptions_4; } inline List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 ** get_address_of_m_faultExceptions_4() { return &___m_faultExceptions_4; } inline void set_m_faultExceptions_4(List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * value) { ___m_faultExceptions_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_faultExceptions_4), (void*)value); } inline static int32_t get_offset_of_m_cancellationException_5() { return static_cast(offsetof(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684, ___m_cancellationException_5)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_m_cancellationException_5() const { return ___m_cancellationException_5; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_m_cancellationException_5() { return &___m_cancellationException_5; } inline void set_m_cancellationException_5(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___m_cancellationException_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cancellationException_5), (void*)value); } inline static int32_t get_offset_of_m_isHandled_6() { return static_cast(offsetof(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684, ___m_isHandled_6)); } inline bool get_m_isHandled_6() const { return ___m_isHandled_6; } inline bool* get_address_of_m_isHandled_6() { return &___m_isHandled_6; } inline void set_m_isHandled_6(bool value) { ___m_isHandled_6 = value; } }; struct TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_StaticFields { public: // System.Boolean System.Threading.Tasks.TaskExceptionHolder::s_failFastOnUnobservedException bool ___s_failFastOnUnobservedException_0; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.TaskExceptionHolder::s_domainUnloadStarted bool ___s_domainUnloadStarted_1; // System.EventHandler modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.TaskExceptionHolder::s_adUnloadEventHandler EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___s_adUnloadEventHandler_2; public: inline static int32_t get_offset_of_s_failFastOnUnobservedException_0() { return static_cast(offsetof(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_StaticFields, ___s_failFastOnUnobservedException_0)); } inline bool get_s_failFastOnUnobservedException_0() const { return ___s_failFastOnUnobservedException_0; } inline bool* get_address_of_s_failFastOnUnobservedException_0() { return &___s_failFastOnUnobservedException_0; } inline void set_s_failFastOnUnobservedException_0(bool value) { ___s_failFastOnUnobservedException_0 = value; } inline static int32_t get_offset_of_s_domainUnloadStarted_1() { return static_cast(offsetof(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_StaticFields, ___s_domainUnloadStarted_1)); } inline bool get_s_domainUnloadStarted_1() const { return ___s_domainUnloadStarted_1; } inline bool* get_address_of_s_domainUnloadStarted_1() { return &___s_domainUnloadStarted_1; } inline void set_s_domainUnloadStarted_1(bool value) { ___s_domainUnloadStarted_1 = value; } inline static int32_t get_offset_of_s_adUnloadEventHandler_2() { return static_cast(offsetof(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_StaticFields, ___s_adUnloadEventHandler_2)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_s_adUnloadEventHandler_2() const { return ___s_adUnloadEventHandler_2; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_s_adUnloadEventHandler_2() { return &___s_adUnloadEventHandler_2; } inline void set_s_adUnloadEventHandler_2(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___s_adUnloadEventHandler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_adUnloadEventHandler_2), (void*)value); } }; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.TaskScheduler::m_taskSchedulerId int32_t ___m_taskSchedulerId_3; public: inline static int32_t get_offset_of_m_taskSchedulerId_3() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D, ___m_taskSchedulerId_3)); } inline int32_t get_m_taskSchedulerId_3() const { return ___m_taskSchedulerId_3; } inline int32_t* get_address_of_m_taskSchedulerId_3() { return &___m_taskSchedulerId_3; } inline void set_m_taskSchedulerId_3(int32_t value) { ___m_taskSchedulerId_3 = value; } }; struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields { public: // System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Threading.Tasks.TaskScheduler::s_activeTaskSchedulers ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * ___s_activeTaskSchedulers_0; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::s_defaultTaskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___s_defaultTaskScheduler_1; // System.Int32 System.Threading.Tasks.TaskScheduler::s_taskSchedulerIdCounter int32_t ___s_taskSchedulerIdCounter_2; // System.EventHandler`1 System.Threading.Tasks.TaskScheduler::_unobservedTaskException EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * ____unobservedTaskException_4; // System.Object System.Threading.Tasks.TaskScheduler::_unobservedTaskExceptionLockObject RuntimeObject * ____unobservedTaskExceptionLockObject_5; public: inline static int32_t get_offset_of_s_activeTaskSchedulers_0() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ___s_activeTaskSchedulers_0)); } inline ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * get_s_activeTaskSchedulers_0() const { return ___s_activeTaskSchedulers_0; } inline ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 ** get_address_of_s_activeTaskSchedulers_0() { return &___s_activeTaskSchedulers_0; } inline void set_s_activeTaskSchedulers_0(ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * value) { ___s_activeTaskSchedulers_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTaskSchedulers_0), (void*)value); } inline static int32_t get_offset_of_s_defaultTaskScheduler_1() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ___s_defaultTaskScheduler_1)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_s_defaultTaskScheduler_1() const { return ___s_defaultTaskScheduler_1; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_s_defaultTaskScheduler_1() { return &___s_defaultTaskScheduler_1; } inline void set_s_defaultTaskScheduler_1(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___s_defaultTaskScheduler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultTaskScheduler_1), (void*)value); } inline static int32_t get_offset_of_s_taskSchedulerIdCounter_2() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ___s_taskSchedulerIdCounter_2)); } inline int32_t get_s_taskSchedulerIdCounter_2() const { return ___s_taskSchedulerIdCounter_2; } inline int32_t* get_address_of_s_taskSchedulerIdCounter_2() { return &___s_taskSchedulerIdCounter_2; } inline void set_s_taskSchedulerIdCounter_2(int32_t value) { ___s_taskSchedulerIdCounter_2 = value; } inline static int32_t get_offset_of__unobservedTaskException_4() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ____unobservedTaskException_4)); } inline EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * get__unobservedTaskException_4() const { return ____unobservedTaskException_4; } inline EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A ** get_address_of__unobservedTaskException_4() { return &____unobservedTaskException_4; } inline void set__unobservedTaskException_4(EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * value) { ____unobservedTaskException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____unobservedTaskException_4), (void*)value); } inline static int32_t get_offset_of__unobservedTaskExceptionLockObject_5() { return static_cast(offsetof(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields, ____unobservedTaskExceptionLockObject_5)); } inline RuntimeObject * get__unobservedTaskExceptionLockObject_5() const { return ____unobservedTaskExceptionLockObject_5; } inline RuntimeObject ** get_address_of__unobservedTaskExceptionLockObject_5() { return &____unobservedTaskExceptionLockObject_5; } inline void set__unobservedTaskExceptionLockObject_5(RuntimeObject * value) { ____unobservedTaskExceptionLockObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____unobservedTaskExceptionLockObject_5), (void*)value); } }; // System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation struct TaskSchedulerAwaitTaskContinuation_t3780019C37FAB558CDC5E0B7428FAC3DD1CB7D19 : public AwaitTaskContinuation_t1A2278C0F0612C10EEF2B2FF352D2833C53E86CB { public: // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation::m_scheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_scheduler_3; public: inline static int32_t get_offset_of_m_scheduler_3() { return static_cast(offsetof(TaskSchedulerAwaitTaskContinuation_t3780019C37FAB558CDC5E0B7428FAC3DD1CB7D19, ___m_scheduler_3)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_scheduler_3() const { return ___m_scheduler_3; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_scheduler_3() { return &___m_scheduler_3; } inline void set_m_scheduler_3(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_scheduler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_scheduler_3), (void*)value); } }; // System.Threading.Tasks.TaskStatus struct TaskStatus_t550D7DA3655E0A44C7B2925539A4025FB6BA9EF2 { public: // System.Int32 System.Threading.Tasks.TaskStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TaskStatus_t550D7DA3655E0A44C7B2925539A4025FB6BA9EF2, ___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; } }; // System.TermInfoNumbers struct TermInfoNumbers_t8DD3F0D75078B9A6494EC85B5C07995689EE8412 { public: // System.Int32 System.TermInfoNumbers::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TermInfoNumbers_t8DD3F0D75078B9A6494EC85B5C07995689EE8412, ___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; } }; // System.TermInfoStrings struct TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5 { public: // System.Int32 System.TermInfoStrings::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5, ___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; } }; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C : public RuntimeObject { public: // System.Boolean System.Globalization.TextInfo::m_isReadOnly bool ___m_isReadOnly_0; // System.String System.Globalization.TextInfo::m_cultureName String_t* ___m_cultureName_1; // System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_2; // System.String System.Globalization.TextInfo::m_textInfoName String_t* ___m_textInfoName_3; // System.Nullable`1 System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___m_IsAsciiCasingSameAsInvariant_4; // System.String System.Globalization.TextInfo::customCultureName String_t* ___customCultureName_6; // System.Boolean System.Globalization.TextInfo::m_useUserOverride bool ___m_useUserOverride_7; // System.Int32 System.Globalization.TextInfo::m_win32LangID int32_t ___m_win32LangID_8; public: inline static int32_t get_offset_of_m_isReadOnly_0() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_isReadOnly_0)); } inline bool get_m_isReadOnly_0() const { return ___m_isReadOnly_0; } inline bool* get_address_of_m_isReadOnly_0() { return &___m_isReadOnly_0; } inline void set_m_isReadOnly_0(bool value) { ___m_isReadOnly_0 = value; } inline static int32_t get_offset_of_m_cultureName_1() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureName_1)); } inline String_t* get_m_cultureName_1() const { return ___m_cultureName_1; } inline String_t** get_address_of_m_cultureName_1() { return &___m_cultureName_1; } inline void set_m_cultureName_1(String_t* value) { ___m_cultureName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureName_1), (void*)value); } inline static int32_t get_offset_of_m_cultureData_2() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureData_2)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_2() const { return ___m_cultureData_2; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_2() { return &___m_cultureData_2; } inline void set_m_cultureData_2(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_2), (void*)value); } inline static int32_t get_offset_of_m_textInfoName_3() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_textInfoName_3)); } inline String_t* get_m_textInfoName_3() const { return ___m_textInfoName_3; } inline String_t** get_address_of_m_textInfoName_3() { return &___m_textInfoName_3; } inline void set_m_textInfoName_3(String_t* value) { ___m_textInfoName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textInfoName_3), (void*)value); } inline static int32_t get_offset_of_m_IsAsciiCasingSameAsInvariant_4() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_IsAsciiCasingSameAsInvariant_4)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_m_IsAsciiCasingSameAsInvariant_4() const { return ___m_IsAsciiCasingSameAsInvariant_4; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_m_IsAsciiCasingSameAsInvariant_4() { return &___m_IsAsciiCasingSameAsInvariant_4; } inline void set_m_IsAsciiCasingSameAsInvariant_4(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___m_IsAsciiCasingSameAsInvariant_4 = value; } inline static int32_t get_offset_of_customCultureName_6() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___customCultureName_6)); } inline String_t* get_customCultureName_6() const { return ___customCultureName_6; } inline String_t** get_address_of_customCultureName_6() { return &___customCultureName_6; } inline void set_customCultureName_6(String_t* value) { ___customCultureName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCultureName_6), (void*)value); } inline static int32_t get_offset_of_m_useUserOverride_7() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_useUserOverride_7)); } inline bool get_m_useUserOverride_7() const { return ___m_useUserOverride_7; } inline bool* get_address_of_m_useUserOverride_7() { return &___m_useUserOverride_7; } inline void set_m_useUserOverride_7(bool value) { ___m_useUserOverride_7 = value; } inline static int32_t get_offset_of_m_win32LangID_8() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_win32LangID_8)); } inline int32_t get_m_win32LangID_8() const { return ___m_win32LangID_8; } inline int32_t* get_address_of_m_win32LangID_8() { return &___m_win32LangID_8; } inline void set_m_win32LangID_8(int32_t value) { ___m_win32LangID_8 = value; } }; struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields { public: // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___s_Invariant_5; public: inline static int32_t get_offset_of_s_Invariant_5() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields, ___s_Invariant_5)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_s_Invariant_5() const { return ___s_Invariant_5; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_s_Invariant_5() { return &___s_Invariant_5; } inline void set_s_Invariant_5(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___s_Invariant_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Invariant_5), (void*)value); } }; // System.Threading.ThreadPoolGlobals struct ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6 : public RuntimeObject { public: public: }; struct ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields { public: // System.UInt32 System.Threading.ThreadPoolGlobals::tpQuantum uint32_t ___tpQuantum_0; // System.Int32 System.Threading.ThreadPoolGlobals::processorCount int32_t ___processorCount_1; // System.Boolean System.Threading.ThreadPoolGlobals::tpHosted bool ___tpHosted_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolGlobals::vmTpInitialized bool ___vmTpInitialized_3; // System.Boolean System.Threading.ThreadPoolGlobals::enableWorkerTracking bool ___enableWorkerTracking_4; // System.Threading.ThreadPoolWorkQueue System.Threading.ThreadPoolGlobals::workQueue ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * ___workQueue_5; public: inline static int32_t get_offset_of_tpQuantum_0() { return static_cast(offsetof(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields, ___tpQuantum_0)); } inline uint32_t get_tpQuantum_0() const { return ___tpQuantum_0; } inline uint32_t* get_address_of_tpQuantum_0() { return &___tpQuantum_0; } inline void set_tpQuantum_0(uint32_t value) { ___tpQuantum_0 = value; } inline static int32_t get_offset_of_processorCount_1() { return static_cast(offsetof(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields, ___processorCount_1)); } inline int32_t get_processorCount_1() const { return ___processorCount_1; } inline int32_t* get_address_of_processorCount_1() { return &___processorCount_1; } inline void set_processorCount_1(int32_t value) { ___processorCount_1 = value; } inline static int32_t get_offset_of_tpHosted_2() { return static_cast(offsetof(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields, ___tpHosted_2)); } inline bool get_tpHosted_2() const { return ___tpHosted_2; } inline bool* get_address_of_tpHosted_2() { return &___tpHosted_2; } inline void set_tpHosted_2(bool value) { ___tpHosted_2 = value; } inline static int32_t get_offset_of_vmTpInitialized_3() { return static_cast(offsetof(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields, ___vmTpInitialized_3)); } inline bool get_vmTpInitialized_3() const { return ___vmTpInitialized_3; } inline bool* get_address_of_vmTpInitialized_3() { return &___vmTpInitialized_3; } inline void set_vmTpInitialized_3(bool value) { ___vmTpInitialized_3 = value; } inline static int32_t get_offset_of_enableWorkerTracking_4() { return static_cast(offsetof(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields, ___enableWorkerTracking_4)); } inline bool get_enableWorkerTracking_4() const { return ___enableWorkerTracking_4; } inline bool* get_address_of_enableWorkerTracking_4() { return &___enableWorkerTracking_4; } inline void set_enableWorkerTracking_4(bool value) { ___enableWorkerTracking_4 = value; } inline static int32_t get_offset_of_workQueue_5() { return static_cast(offsetof(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields, ___workQueue_5)); } inline ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * get_workQueue_5() const { return ___workQueue_5; } inline ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 ** get_address_of_workQueue_5() { return &___workQueue_5; } inline void set_workQueue_5(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * value) { ___workQueue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___workQueue_5), (void*)value); } }; // System.Threading.ThreadPoolWorkQueue struct ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 : public RuntimeObject { public: // System.Threading.ThreadPoolWorkQueue/QueueSegment modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue::queueHead QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * ___queueHead_0; // System.Threading.ThreadPoolWorkQueue/QueueSegment modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue::queueTail QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * ___queueTail_1; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue::numOutstandingThreadRequests int32_t ___numOutstandingThreadRequests_3; public: inline static int32_t get_offset_of_queueHead_0() { return static_cast(offsetof(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35, ___queueHead_0)); } inline QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * get_queueHead_0() const { return ___queueHead_0; } inline QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 ** get_address_of_queueHead_0() { return &___queueHead_0; } inline void set_queueHead_0(QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * value) { ___queueHead_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___queueHead_0), (void*)value); } inline static int32_t get_offset_of_queueTail_1() { return static_cast(offsetof(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35, ___queueTail_1)); } inline QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * get_queueTail_1() const { return ___queueTail_1; } inline QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 ** get_address_of_queueTail_1() { return &___queueTail_1; } inline void set_queueTail_1(QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * value) { ___queueTail_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___queueTail_1), (void*)value); } inline static int32_t get_offset_of_numOutstandingThreadRequests_3() { return static_cast(offsetof(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35, ___numOutstandingThreadRequests_3)); } inline int32_t get_numOutstandingThreadRequests_3() const { return ___numOutstandingThreadRequests_3; } inline int32_t* get_address_of_numOutstandingThreadRequests_3() { return &___numOutstandingThreadRequests_3; } inline void set_numOutstandingThreadRequests_3(int32_t value) { ___numOutstandingThreadRequests_3 = value; } }; struct ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_StaticFields { public: // System.Threading.ThreadPoolWorkQueue/SparseArray`1 System.Threading.ThreadPoolWorkQueue::allThreadQueues SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 * ___allThreadQueues_2; public: inline static int32_t get_offset_of_allThreadQueues_2() { return static_cast(offsetof(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_StaticFields, ___allThreadQueues_2)); } inline SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 * get_allThreadQueues_2() const { return ___allThreadQueues_2; } inline SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 ** get_address_of_allThreadQueues_2() { return &___allThreadQueues_2; } inline void set_allThreadQueues_2(SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 * value) { ___allThreadQueues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___allThreadQueues_2), (void*)value); } }; // System.Threading.ThreadState struct ThreadState_t905C3A57C9EAC95C7FC7202EEB6F25A106C0FD4C { public: // System.Int32 System.Threading.ThreadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ThreadState_t905C3A57C9EAC95C7FC7202EEB6F25A106C0FD4C, ___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; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_3; public: inline static int32_t get_offset_of__ticks_3() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____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_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___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(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_1)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_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(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_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; } }; // System.Globalization.TimeSpanFormat struct TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4 : public RuntimeObject { public: public: }; struct TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_StaticFields { public: // System.Globalization.TimeSpanFormat/FormatLiterals System.Globalization.TimeSpanFormat::PositiveInvariantFormatLiterals FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 ___PositiveInvariantFormatLiterals_0; // System.Globalization.TimeSpanFormat/FormatLiterals System.Globalization.TimeSpanFormat::NegativeInvariantFormatLiterals FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 ___NegativeInvariantFormatLiterals_1; public: inline static int32_t get_offset_of_PositiveInvariantFormatLiterals_0() { return static_cast(offsetof(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_StaticFields, ___PositiveInvariantFormatLiterals_0)); } inline FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 get_PositiveInvariantFormatLiterals_0() const { return ___PositiveInvariantFormatLiterals_0; } inline FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 * get_address_of_PositiveInvariantFormatLiterals_0() { return &___PositiveInvariantFormatLiterals_0; } inline void set_PositiveInvariantFormatLiterals_0(FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 value) { ___PositiveInvariantFormatLiterals_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PositiveInvariantFormatLiterals_0))->___AppCompatLiteral_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___PositiveInvariantFormatLiterals_0))->___literals_6), (void*)NULL); #endif } inline static int32_t get_offset_of_NegativeInvariantFormatLiterals_1() { return static_cast(offsetof(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_StaticFields, ___NegativeInvariantFormatLiterals_1)); } inline FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 get_NegativeInvariantFormatLiterals_1() const { return ___NegativeInvariantFormatLiterals_1; } inline FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 * get_address_of_NegativeInvariantFormatLiterals_1() { return &___NegativeInvariantFormatLiterals_1; } inline void set_NegativeInvariantFormatLiterals_1(FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 value) { ___NegativeInvariantFormatLiterals_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___NegativeInvariantFormatLiterals_1))->___AppCompatLiteral_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___NegativeInvariantFormatLiterals_1))->___literals_6), (void*)NULL); #endif } }; // System.TimeZoneInfoOptions struct TimeZoneInfoOptions_tF48851CCFC1456EEA16FB89983651FD6039AB4FB { public: // System.Int32 System.TimeZoneInfoOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TimeZoneInfoOptions_tF48851CCFC1456EEA16FB89983651FD6039AB4FB, ___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; } }; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.Threading.WaitHandle::waitHandle intptr_t ___waitHandle_3; // Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___safeWaitHandle_4; // System.Boolean System.Threading.WaitHandle::hasThreadAffinity bool ___hasThreadAffinity_5; public: inline static int32_t get_offset_of_waitHandle_3() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___waitHandle_3)); } inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; } inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; } inline void set_waitHandle_3(intptr_t value) { ___waitHandle_3 = value; } inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___safeWaitHandle_4)); } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___hasThreadAffinity_5)); } inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; } inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; } inline void set_hasThreadAffinity_5(bool value) { ___hasThreadAffinity_5 = value; } }; struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_10; public: inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields, ___InvalidHandle_10)); } inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; } inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; } inline void set_InvalidHandle_10(intptr_t value) { ___InvalidHandle_10 = value; } }; // Native definition for P/Invoke marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // System.Exception/ExceptionMessageKind struct ExceptionMessageKind_t61CE451DC0AD2042B16CC081FE8A13D5E806AE20 { public: // System.Int32 System.Exception/ExceptionMessageKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionMessageKind_t61CE451DC0AD2042B16CC081FE8A13D5E806AE20, ___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; } }; // System.Threading.ExecutionContext/CaptureOptions struct CaptureOptions_t9DBDF67BE8DFE3AC07C9AF489F95FC8C14CB9C9E { public: // System.Int32 System.Threading.ExecutionContext/CaptureOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CaptureOptions_t9DBDF67BE8DFE3AC07C9AF489F95FC8C14CB9C9E, ___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; } }; // System.Threading.ExecutionContext/Flags struct Flags_t84E4B7439C575026B3A9D10B43AC61B9709011E4 { public: // System.Int32 System.Threading.ExecutionContext/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t84E4B7439C575026B3A9D10B43AC61B9709011E4, ___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; } }; // System.IO.TextReader/NullTextReader struct NullTextReader_tFC192D86C5C095C98156DAF472F7520472039F95 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: public: }; // System.IO.TextReader/SyncTextReader struct SyncTextReader_tA4C7DEEF5A129E5D1287BDE2D5335AD7F8EEAA84 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.IO.TextReader System.IO.TextReader/SyncTextReader::_in TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ____in_4; public: inline static int32_t get_offset_of__in_4() { return static_cast(offsetof(SyncTextReader_tA4C7DEEF5A129E5D1287BDE2D5335AD7F8EEAA84, ____in_4)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get__in_4() const { return ____in_4; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of__in_4() { return &____in_4; } inline void set__in_4(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ____in_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____in_4), (void*)value); } }; // System.IO.TextWriter/NullTextWriter struct NullTextWriter_t1D00E99220711EA2E249B67A50372CED994A125F : public TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 { public: public: }; // System.IO.TextWriter/SyncTextWriter struct SyncTextWriter_t4B1FF6119ABECE598E0666C85337FA3F11FF785D : public TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 { public: // System.IO.TextWriter System.IO.TextWriter/SyncTextWriter::_out TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ____out_11; public: inline static int32_t get_offset_of__out_11() { return static_cast(offsetof(SyncTextWriter_t4B1FF6119ABECE598E0666C85337FA3F11FF785D, ____out_11)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get__out_11() const { return ____out_11; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of__out_11() { return &____out_11; } inline void set__out_11(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ____out_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____out_11), (void*)value); } }; // System.Threading.ThreadPoolWorkQueue/QueueSegment struct QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 : public RuntimeObject { public: // System.Threading.IThreadPoolWorkItem[] System.Threading.ThreadPoolWorkQueue/QueueSegment::nodes IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738* ___nodes_0; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue/QueueSegment::indexes int32_t ___indexes_1; // System.Threading.ThreadPoolWorkQueue/QueueSegment modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue/QueueSegment::Next QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * ___Next_2; public: inline static int32_t get_offset_of_nodes_0() { return static_cast(offsetof(QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4, ___nodes_0)); } inline IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738* get_nodes_0() const { return ___nodes_0; } inline IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738** get_address_of_nodes_0() { return &___nodes_0; } inline void set_nodes_0(IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738* value) { ___nodes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nodes_0), (void*)value); } inline static int32_t get_offset_of_indexes_1() { return static_cast(offsetof(QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4, ___indexes_1)); } inline int32_t get_indexes_1() const { return ___indexes_1; } inline int32_t* get_address_of_indexes_1() { return &___indexes_1; } inline void set_indexes_1(int32_t value) { ___indexes_1 = value; } inline static int32_t get_offset_of_Next_2() { return static_cast(offsetof(QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4, ___Next_2)); } inline QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * get_Next_2() const { return ___Next_2; } inline QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 ** get_address_of_Next_2() { return &___Next_2; } inline void set_Next_2(QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * value) { ___Next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Next_2), (void*)value); } }; // System.Globalization.TimeSpanFormat/Pattern struct Pattern_t5B2F35E57DF8A6B732D89E5723D12E2C100B6D2C { public: // System.Int32 System.Globalization.TimeSpanFormat/Pattern::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Pattern_t5B2F35E57DF8A6B732D89E5723D12E2C100B6D2C, ___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; } }; // System.TimeZoneInfo/TIME_ZONE_INFORMATION struct TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 { public: // System.Int32 System.TimeZoneInfo/TIME_ZONE_INFORMATION::Bias int32_t ___Bias_0; // System.String System.TimeZoneInfo/TIME_ZONE_INFORMATION::StandardName String_t* ___StandardName_1; // System.TimeZoneInfo/SYSTEMTIME System.TimeZoneInfo/TIME_ZONE_INFORMATION::StandardDate SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 ___StandardDate_2; // System.Int32 System.TimeZoneInfo/TIME_ZONE_INFORMATION::StandardBias int32_t ___StandardBias_3; // System.String System.TimeZoneInfo/TIME_ZONE_INFORMATION::DaylightName String_t* ___DaylightName_4; // System.TimeZoneInfo/SYSTEMTIME System.TimeZoneInfo/TIME_ZONE_INFORMATION::DaylightDate SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 ___DaylightDate_5; // System.Int32 System.TimeZoneInfo/TIME_ZONE_INFORMATION::DaylightBias int32_t ___DaylightBias_6; public: inline static int32_t get_offset_of_Bias_0() { return static_cast(offsetof(TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578, ___Bias_0)); } inline int32_t get_Bias_0() const { return ___Bias_0; } inline int32_t* get_address_of_Bias_0() { return &___Bias_0; } inline void set_Bias_0(int32_t value) { ___Bias_0 = value; } inline static int32_t get_offset_of_StandardName_1() { return static_cast(offsetof(TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578, ___StandardName_1)); } inline String_t* get_StandardName_1() const { return ___StandardName_1; } inline String_t** get_address_of_StandardName_1() { return &___StandardName_1; } inline void set_StandardName_1(String_t* value) { ___StandardName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___StandardName_1), (void*)value); } inline static int32_t get_offset_of_StandardDate_2() { return static_cast(offsetof(TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578, ___StandardDate_2)); } inline SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 get_StandardDate_2() const { return ___StandardDate_2; } inline SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 * get_address_of_StandardDate_2() { return &___StandardDate_2; } inline void set_StandardDate_2(SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 value) { ___StandardDate_2 = value; } inline static int32_t get_offset_of_StandardBias_3() { return static_cast(offsetof(TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578, ___StandardBias_3)); } inline int32_t get_StandardBias_3() const { return ___StandardBias_3; } inline int32_t* get_address_of_StandardBias_3() { return &___StandardBias_3; } inline void set_StandardBias_3(int32_t value) { ___StandardBias_3 = value; } inline static int32_t get_offset_of_DaylightName_4() { return static_cast(offsetof(TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578, ___DaylightName_4)); } inline String_t* get_DaylightName_4() const { return ___DaylightName_4; } inline String_t** get_address_of_DaylightName_4() { return &___DaylightName_4; } inline void set_DaylightName_4(String_t* value) { ___DaylightName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaylightName_4), (void*)value); } inline static int32_t get_offset_of_DaylightDate_5() { return static_cast(offsetof(TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578, ___DaylightDate_5)); } inline SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 get_DaylightDate_5() const { return ___DaylightDate_5; } inline SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 * get_address_of_DaylightDate_5() { return &___DaylightDate_5; } inline void set_DaylightDate_5(SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 value) { ___DaylightDate_5 = value; } inline static int32_t get_offset_of_DaylightBias_6() { return static_cast(offsetof(TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578, ___DaylightBias_6)); } inline int32_t get_DaylightBias_6() const { return ___DaylightBias_6; } inline int32_t* get_address_of_DaylightBias_6() { return &___DaylightBias_6; } inline void set_DaylightBias_6(int32_t value) { ___DaylightBias_6 = value; } }; // Native definition for P/Invoke marshalling of System.TimeZoneInfo/TIME_ZONE_INFORMATION struct TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_pinvoke { int32_t ___Bias_0; Il2CppChar ___StandardName_1[32]; SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 ___StandardDate_2; int32_t ___StandardBias_3; Il2CppChar ___DaylightName_4[32]; SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 ___DaylightDate_5; int32_t ___DaylightBias_6; }; // Native definition for COM marshalling of System.TimeZoneInfo/TIME_ZONE_INFORMATION struct TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_com { int32_t ___Bias_0; Il2CppChar ___StandardName_1[32]; SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 ___StandardDate_2; int32_t ___StandardBias_3; Il2CppChar ___DaylightName_4[32]; SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 ___DaylightDate_5; int32_t ___DaylightBias_6; }; // System.Threading.Tasks.Task`1 struct Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_result_22; public: inline static int32_t get_offset_of_m_result_22() { return static_cast(offsetof(Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284, ___m_result_22)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_result_22() const { return ___m_result_22; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_result_22() { return &___m_result_22; } inline void set_m_result_22(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_result_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_22), (void*)value); } }; struct Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t4720246ADD352D9004AFCAA652A1A240B620DE4E * ___s_Factory_23; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t59E5EE359C575BAE84083A82848C07C4F342D995 * ___TaskWhenAnyCast_24; public: inline static int32_t get_offset_of_s_Factory_23() { return static_cast(offsetof(Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284_StaticFields, ___s_Factory_23)); } inline TaskFactory_1_t4720246ADD352D9004AFCAA652A1A240B620DE4E * get_s_Factory_23() const { return ___s_Factory_23; } inline TaskFactory_1_t4720246ADD352D9004AFCAA652A1A240B620DE4E ** get_address_of_s_Factory_23() { return &___s_Factory_23; } inline void set_s_Factory_23(TaskFactory_1_t4720246ADD352D9004AFCAA652A1A240B620DE4E * value) { ___s_Factory_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_23), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast(offsetof(Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284_StaticFields, ___TaskWhenAnyCast_24)); } inline Func_2_t59E5EE359C575BAE84083A82848C07C4F342D995 * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; } inline Func_2_t59E5EE359C575BAE84083A82848C07C4F342D995 ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; } inline void set_TaskWhenAnyCast_24(Func_2_t59E5EE359C575BAE84083A82848C07C4F342D995 * value) { ___TaskWhenAnyCast_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value); } }; // System.AggregateException struct AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 : public Exception_t { public: // System.Collections.ObjectModel.ReadOnlyCollection`1 System.AggregateException::m_innerExceptions ReadOnlyCollection_1_t06CAAF5787D8FDE0CB0F04082673EC9B212451BE * ___m_innerExceptions_17; public: inline static int32_t get_offset_of_m_innerExceptions_17() { return static_cast(offsetof(AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1, ___m_innerExceptions_17)); } inline ReadOnlyCollection_1_t06CAAF5787D8FDE0CB0F04082673EC9B212451BE * get_m_innerExceptions_17() const { return ___m_innerExceptions_17; } inline ReadOnlyCollection_1_t06CAAF5787D8FDE0CB0F04082673EC9B212451BE ** get_address_of_m_innerExceptions_17() { return &___m_innerExceptions_17; } inline void set_m_innerExceptions_17(ReadOnlyCollection_1_t06CAAF5787D8FDE0CB0F04082673EC9B212451BE * value) { ___m_innerExceptions_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_innerExceptions_17), (void*)value); } }; // System.IO.CStreamWriter struct CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A : public StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 { public: // System.TermInfoDriver System.IO.CStreamWriter::driver TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * ___driver_24; public: inline static int32_t get_offset_of_driver_24() { return static_cast(offsetof(CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A, ___driver_24)); } inline TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * get_driver_24() const { return ___driver_24; } inline TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 ** get_address_of_driver_24() { return &___driver_24; } inline void set_driver_24(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * value) { ___driver_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___driver_24), (void*)value); } }; // System.ConsoleKeyInfo struct ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 { 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(offsetof(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88, ____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(offsetof(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88, ____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(offsetof(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88, ____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; } }; // Native definition for P/Invoke marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_marshaled_pinvoke { uint8_t ____keyChar_0; int32_t ____key_1; int32_t ____mods_2; }; // Native definition for COM marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_marshaled_com { uint8_t ____keyChar_0; int32_t ____key_1; int32_t ____mods_2; }; // System.DateTimeFormat struct DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A : public RuntimeObject { public: public: }; struct DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_StaticFields { public: // System.TimeSpan System.DateTimeFormat::NullOffset TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___NullOffset_0; // System.Char[] System.DateTimeFormat::allStandardFormats CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___allStandardFormats_1; // System.String[] System.DateTimeFormat::fixedNumberFormats StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___fixedNumberFormats_2; public: inline static int32_t get_offset_of_NullOffset_0() { return static_cast(offsetof(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_StaticFields, ___NullOffset_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_NullOffset_0() const { return ___NullOffset_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_NullOffset_0() { return &___NullOffset_0; } inline void set_NullOffset_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___NullOffset_0 = value; } inline static int32_t get_offset_of_allStandardFormats_1() { return static_cast(offsetof(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_StaticFields, ___allStandardFormats_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_allStandardFormats_1() const { return ___allStandardFormats_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_allStandardFormats_1() { return &___allStandardFormats_1; } inline void set_allStandardFormats_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___allStandardFormats_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___allStandardFormats_1), (void*)value); } inline static int32_t get_offset_of_fixedNumberFormats_2() { return static_cast(offsetof(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_StaticFields, ___fixedNumberFormats_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_fixedNumberFormats_2() const { return ___fixedNumberFormats_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_fixedNumberFormats_2() { return &___fixedNumberFormats_2; } inline void set_fixedNumberFormats_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___fixedNumberFormats_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___fixedNumberFormats_2), (void*)value); } }; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 : public RuntimeObject { public: // System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_compareInfo_4; // System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::m_cultureInfo CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___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_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedDayNames_21; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_superShortDayNames_22; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___dayNames_23; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedMonthNames_24; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___monthNames_25; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___genitiveMonthNames_26; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_genitiveAbbreviatedMonthNames_27; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allYearMonthPatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortDatePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongDatePatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortTimePatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongTimePatterns_38; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_eraNames_39; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEraNames_40; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEnglishEraNames_41; // System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___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_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* ___m_dtfiTokenHash_57; public: inline static int32_t get_offset_of_m_cultureData_1() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureData_1)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_1() const { return ___m_cultureData_1; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_1() { return &___m_cultureData_1; } inline void set_m_cultureData_1(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___m_name_2), (void*)value); } inline static int32_t get_offset_of_m_langName_3() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___m_langName_3), (void*)value); } inline static int32_t get_offset_of_m_compareInfo_4() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_compareInfo_4)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_m_compareInfo_4() const { return ___m_compareInfo_4; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_m_compareInfo_4() { return &___m_compareInfo_4; } inline void set_m_compareInfo_4(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___m_compareInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_4), (void*)value); } inline static int32_t get_offset_of_m_cultureInfo_5() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureInfo_5)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_cultureInfo_5() const { return ___m_cultureInfo_5; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_cultureInfo_5() { return &___m_cultureInfo_5; } inline void set_m_cultureInfo_5(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_cultureInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureInfo_5), (void*)value); } inline static int32_t get_offset_of_amDesignator_6() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___amDesignator_6), (void*)value); } inline static int32_t get_offset_of_pmDesignator_7() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___pmDesignator_7), (void*)value); } inline static int32_t get_offset_of_dateSeparator_8() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___dateSeparator_8), (void*)value); } inline static int32_t get_offset_of_generalShortTimePattern_9() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___generalShortTimePattern_9), (void*)value); } inline static int32_t get_offset_of_generalLongTimePattern_10() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___generalLongTimePattern_10), (void*)value); } inline static int32_t get_offset_of_timeSeparator_11() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___timeSeparator_11), (void*)value); } inline static int32_t get_offset_of_monthDayPattern_12() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___monthDayPattern_12), (void*)value); } inline static int32_t get_offset_of_dateTimeOffsetPattern_13() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___dateTimeOffsetPattern_13), (void*)value); } inline static int32_t get_offset_of_calendar_17() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___calendar_17)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_17() const { return ___calendar_17; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_17() { return &___calendar_17; } inline void set_calendar_17(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_17), (void*)value); } inline static int32_t get_offset_of_firstDayOfWeek_18() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___fullDateTimePattern_20), (void*)value); } inline static int32_t get_offset_of_abbreviatedDayNames_21() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedDayNames_21)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedDayNames_21() const { return ___abbreviatedDayNames_21; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedDayNames_21() { return &___abbreviatedDayNames_21; } inline void set_abbreviatedDayNames_21(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedDayNames_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedDayNames_21), (void*)value); } inline static int32_t get_offset_of_m_superShortDayNames_22() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_superShortDayNames_22)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_superShortDayNames_22() const { return ___m_superShortDayNames_22; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_superShortDayNames_22() { return &___m_superShortDayNames_22; } inline void set_m_superShortDayNames_22(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_superShortDayNames_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_superShortDayNames_22), (void*)value); } inline static int32_t get_offset_of_dayNames_23() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dayNames_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_dayNames_23() const { return ___dayNames_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_dayNames_23() { return &___dayNames_23; } inline void set_dayNames_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___dayNames_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___dayNames_23), (void*)value); } inline static int32_t get_offset_of_abbreviatedMonthNames_24() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedMonthNames_24)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedMonthNames_24() const { return ___abbreviatedMonthNames_24; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedMonthNames_24() { return &___abbreviatedMonthNames_24; } inline void set_abbreviatedMonthNames_24(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedMonthNames_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedMonthNames_24), (void*)value); } inline static int32_t get_offset_of_monthNames_25() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___monthNames_25)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_monthNames_25() const { return ___monthNames_25; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_monthNames_25() { return &___monthNames_25; } inline void set_monthNames_25(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___monthNames_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthNames_25), (void*)value); } inline static int32_t get_offset_of_genitiveMonthNames_26() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___genitiveMonthNames_26)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_genitiveMonthNames_26() const { return ___genitiveMonthNames_26; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_genitiveMonthNames_26() { return &___genitiveMonthNames_26; } inline void set_genitiveMonthNames_26(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___genitiveMonthNames_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___genitiveMonthNames_26), (void*)value); } inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_27() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_genitiveAbbreviatedMonthNames_27)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_genitiveAbbreviatedMonthNames_27() const { return ___m_genitiveAbbreviatedMonthNames_27; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_genitiveAbbreviatedMonthNames_27() { return &___m_genitiveAbbreviatedMonthNames_27; } inline void set_m_genitiveAbbreviatedMonthNames_27(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_genitiveAbbreviatedMonthNames_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_genitiveAbbreviatedMonthNames_27), (void*)value); } inline static int32_t get_offset_of_leapYearMonthNames_28() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___leapYearMonthNames_28)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_leapYearMonthNames_28() const { return ___leapYearMonthNames_28; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_leapYearMonthNames_28() { return &___leapYearMonthNames_28; } inline void set_leapYearMonthNames_28(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___leapYearMonthNames_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___leapYearMonthNames_28), (void*)value); } inline static int32_t get_offset_of_longDatePattern_29() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___longDatePattern_29), (void*)value); } inline static int32_t get_offset_of_shortDatePattern_30() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___shortDatePattern_30), (void*)value); } inline static int32_t get_offset_of_yearMonthPattern_31() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___yearMonthPattern_31), (void*)value); } inline static int32_t get_offset_of_longTimePattern_32() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___longTimePattern_32), (void*)value); } inline static int32_t get_offset_of_shortTimePattern_33() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___shortTimePattern_33), (void*)value); } inline static int32_t get_offset_of_allYearMonthPatterns_34() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allYearMonthPatterns_34)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allYearMonthPatterns_34() const { return ___allYearMonthPatterns_34; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allYearMonthPatterns_34() { return &___allYearMonthPatterns_34; } inline void set_allYearMonthPatterns_34(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allYearMonthPatterns_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___allYearMonthPatterns_34), (void*)value); } inline static int32_t get_offset_of_allShortDatePatterns_35() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortDatePatterns_35)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortDatePatterns_35() const { return ___allShortDatePatterns_35; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortDatePatterns_35() { return &___allShortDatePatterns_35; } inline void set_allShortDatePatterns_35(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortDatePatterns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortDatePatterns_35), (void*)value); } inline static int32_t get_offset_of_allLongDatePatterns_36() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongDatePatterns_36)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongDatePatterns_36() const { return ___allLongDatePatterns_36; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongDatePatterns_36() { return &___allLongDatePatterns_36; } inline void set_allLongDatePatterns_36(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongDatePatterns_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongDatePatterns_36), (void*)value); } inline static int32_t get_offset_of_allShortTimePatterns_37() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortTimePatterns_37)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortTimePatterns_37() const { return ___allShortTimePatterns_37; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortTimePatterns_37() { return &___allShortTimePatterns_37; } inline void set_allShortTimePatterns_37(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortTimePatterns_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortTimePatterns_37), (void*)value); } inline static int32_t get_offset_of_allLongTimePatterns_38() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongTimePatterns_38)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongTimePatterns_38() const { return ___allLongTimePatterns_38; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongTimePatterns_38() { return &___allLongTimePatterns_38; } inline void set_allLongTimePatterns_38(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongTimePatterns_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongTimePatterns_38), (void*)value); } inline static int32_t get_offset_of_m_eraNames_39() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_eraNames_39)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_eraNames_39() const { return ___m_eraNames_39; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_eraNames_39() { return &___m_eraNames_39; } inline void set_m_eraNames_39(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_eraNames_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_eraNames_39), (void*)value); } inline static int32_t get_offset_of_m_abbrevEraNames_40() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEraNames_40)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEraNames_40() const { return ___m_abbrevEraNames_40; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEraNames_40() { return &___m_abbrevEraNames_40; } inline void set_m_abbrevEraNames_40(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEraNames_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEraNames_40), (void*)value); } inline static int32_t get_offset_of_m_abbrevEnglishEraNames_41() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEnglishEraNames_41)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEnglishEraNames_41() const { return ___m_abbrevEnglishEraNames_41; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEnglishEraNames_41() { return &___m_abbrevEnglishEraNames_41; } inline void set_m_abbrevEnglishEraNames_41(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEnglishEraNames_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEnglishEraNames_41), (void*)value); } inline static int32_t get_offset_of_optionalCalendars_42() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___optionalCalendars_42)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_optionalCalendars_42() const { return ___optionalCalendars_42; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_optionalCalendars_42() { return &___optionalCalendars_42; } inline void set_optionalCalendars_42(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___optionalCalendars_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___optionalCalendars_42), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_44() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dateWords_53)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_dateWords_53() const { return ___m_dateWords_53; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_dateWords_53() { return &___m_dateWords_53; } inline void set_m_dateWords_53(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_dateWords_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dateWords_53), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanPositivePattern_54() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___m_fullTimeSpanPositivePattern_54), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanNegativePattern_55() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___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((void**)(&___m_fullTimeSpanNegativePattern_55), (void*)value); } inline static int32_t get_offset_of_m_dtfiTokenHash_57() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dtfiTokenHash_57)); } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* get_m_dtfiTokenHash_57() const { return ___m_dtfiTokenHash_57; } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3** get_address_of_m_dtfiTokenHash_57() { return &___m_dtfiTokenHash_57; } inline void set_m_dtfiTokenHash_57(TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* value) { ___m_dtfiTokenHash_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dtfiTokenHash_57), (void*)value); } }; struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields { public: // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::invariantInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___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_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___s_calendarNativeNames_52; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_jajpDTFI_82; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_zhtwDTFI_83; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___invariantInfo_0)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_invariantInfo_0() const { return ___invariantInfo_0; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } inline static int32_t get_offset_of_preferExistingTokens_46() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_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(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_calendarNativeNames_52)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_s_calendarNativeNames_52() const { return ___s_calendarNativeNames_52; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_s_calendarNativeNames_52() { return &___s_calendarNativeNames_52; } inline void set_s_calendarNativeNames_52(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___s_calendarNativeNames_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_calendarNativeNames_52), (void*)value); } inline static int32_t get_offset_of_s_jajpDTFI_82() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_jajpDTFI_82)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_jajpDTFI_82() const { return ___s_jajpDTFI_82; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_jajpDTFI_82() { return &___s_jajpDTFI_82; } inline void set_s_jajpDTFI_82(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_jajpDTFI_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_jajpDTFI_82), (void*)value); } inline static int32_t get_offset_of_s_zhtwDTFI_83() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_zhtwDTFI_83)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_zhtwDTFI_83() const { return ___s_zhtwDTFI_83; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_zhtwDTFI_83() { return &___s_zhtwDTFI_83; } inline void set_s_zhtwDTFI_83(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_zhtwDTFI_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_zhtwDTFI_83), (void*)value); } }; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 : public RuntimeObject { public: // System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContext SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ____syncContext_0; // System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContextNoFlow SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ____syncContextNoFlow_1; // System.Runtime.Remoting.Messaging.LogicalCallContext System.Threading.ExecutionContext::_logicalCallContext LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ____logicalCallContext_2; // System.Runtime.Remoting.Messaging.IllogicalCallContext System.Threading.ExecutionContext::_illogicalCallContext IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * ____illogicalCallContext_3; // System.Threading.ExecutionContext/Flags System.Threading.ExecutionContext::_flags int32_t ____flags_4; // System.Collections.Generic.Dictionary`2 System.Threading.ExecutionContext::_localValues Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 * ____localValues_5; // System.Collections.Generic.List`1 System.Threading.ExecutionContext::_localChangeNotifications List_1_t053589A158AAF0B471CF80825616560409AF43D4 * ____localChangeNotifications_6; public: inline static int32_t get_offset_of__syncContext_0() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____syncContext_0)); } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * get__syncContext_0() const { return ____syncContext_0; } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 ** get_address_of__syncContext_0() { return &____syncContext_0; } inline void set__syncContext_0(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * value) { ____syncContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncContext_0), (void*)value); } inline static int32_t get_offset_of__syncContextNoFlow_1() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____syncContextNoFlow_1)); } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * get__syncContextNoFlow_1() const { return ____syncContextNoFlow_1; } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 ** get_address_of__syncContextNoFlow_1() { return &____syncContextNoFlow_1; } inline void set__syncContextNoFlow_1(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * value) { ____syncContextNoFlow_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncContextNoFlow_1), (void*)value); } inline static int32_t get_offset_of__logicalCallContext_2() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____logicalCallContext_2)); } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * get__logicalCallContext_2() const { return ____logicalCallContext_2; } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 ** get_address_of__logicalCallContext_2() { return &____logicalCallContext_2; } inline void set__logicalCallContext_2(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * value) { ____logicalCallContext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____logicalCallContext_2), (void*)value); } inline static int32_t get_offset_of__illogicalCallContext_3() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____illogicalCallContext_3)); } inline IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * get__illogicalCallContext_3() const { return ____illogicalCallContext_3; } inline IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E ** get_address_of__illogicalCallContext_3() { return &____illogicalCallContext_3; } inline void set__illogicalCallContext_3(IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * value) { ____illogicalCallContext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____illogicalCallContext_3), (void*)value); } inline static int32_t get_offset_of__flags_4() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____flags_4)); } inline int32_t get__flags_4() const { return ____flags_4; } inline int32_t* get_address_of__flags_4() { return &____flags_4; } inline void set__flags_4(int32_t value) { ____flags_4 = value; } inline static int32_t get_offset_of__localValues_5() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____localValues_5)); } inline Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 * get__localValues_5() const { return ____localValues_5; } inline Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 ** get_address_of__localValues_5() { return &____localValues_5; } inline void set__localValues_5(Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 * value) { ____localValues_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____localValues_5), (void*)value); } inline static int32_t get_offset_of__localChangeNotifications_6() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____localChangeNotifications_6)); } inline List_1_t053589A158AAF0B471CF80825616560409AF43D4 * get__localChangeNotifications_6() const { return ____localChangeNotifications_6; } inline List_1_t053589A158AAF0B471CF80825616560409AF43D4 ** get_address_of__localChangeNotifications_6() { return &____localChangeNotifications_6; } inline void set__localChangeNotifications_6(List_1_t053589A158AAF0B471CF80825616560409AF43D4 * value) { ____localChangeNotifications_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____localChangeNotifications_6), (void*)value); } }; struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_StaticFields { public: // System.Threading.ExecutionContext System.Threading.ExecutionContext::s_dummyDefaultEC ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___s_dummyDefaultEC_7; public: inline static int32_t get_offset_of_s_dummyDefaultEC_7() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_StaticFields, ___s_dummyDefaultEC_7)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_s_dummyDefaultEC_7() const { return ___s_dummyDefaultEC_7; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_s_dummyDefaultEC_7() { return &___s_dummyDefaultEC_7; } inline void set_s_dummyDefaultEC_7(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___s_dummyDefaultEC_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_dummyDefaultEC_7), (void*)value); } }; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_6; // System.String System.IO.FileStream::name String_t* ___name_7; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * ___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(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_6() const { return ___buf_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_6() { return &___buf_6; } inline void set_buf_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___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((void**)(&___name_7), (void*)value); } inline static int32_t get_offset_of_safeHandle_8() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___safeHandle_8)); } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * get_safeHandle_8() const { return ___safeHandle_8; } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 ** get_address_of_safeHandle_8() { return &___safeHandle_8; } inline void set_safeHandle_8(SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * value) { ___safeHandle_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value); } inline static int32_t get_offset_of_isExposed_9() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___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(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___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(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___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(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___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(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___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(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___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(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___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(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___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(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___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(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___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(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___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(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___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_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___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(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_recycle_4() const { return ___buf_recycle_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_recycle_4() { return &___buf_recycle_4; } inline void set_buf_recycle_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_recycle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_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((void**)(&___buf_recycle_lock_5), (void*)value); } }; // System.Threading.InternalThread struct InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.Int32 System.Threading.InternalThread::lock_thread_id int32_t ___lock_thread_id_0; // System.IntPtr System.Threading.InternalThread::handle intptr_t ___handle_1; // System.IntPtr System.Threading.InternalThread::native_handle intptr_t ___native_handle_2; // System.IntPtr System.Threading.InternalThread::unused3 intptr_t ___unused3_3; // System.IntPtr System.Threading.InternalThread::name intptr_t ___name_4; // System.Int32 System.Threading.InternalThread::name_len int32_t ___name_len_5; // System.Threading.ThreadState System.Threading.InternalThread::state int32_t ___state_6; // System.Object System.Threading.InternalThread::abort_exc RuntimeObject * ___abort_exc_7; // System.Int32 System.Threading.InternalThread::abort_state_handle int32_t ___abort_state_handle_8; // System.Int64 System.Threading.InternalThread::thread_id int64_t ___thread_id_9; // System.IntPtr System.Threading.InternalThread::debugger_thread intptr_t ___debugger_thread_10; // System.UIntPtr System.Threading.InternalThread::static_data uintptr_t ___static_data_11; // System.IntPtr System.Threading.InternalThread::runtime_thread_info intptr_t ___runtime_thread_info_12; // System.Object System.Threading.InternalThread::current_appcontext RuntimeObject * ___current_appcontext_13; // System.Object System.Threading.InternalThread::root_domain_thread RuntimeObject * ___root_domain_thread_14; // System.Byte[] System.Threading.InternalThread::_serialized_principal ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____serialized_principal_15; // System.Int32 System.Threading.InternalThread::_serialized_principal_version int32_t ____serialized_principal_version_16; // System.IntPtr System.Threading.InternalThread::appdomain_refs intptr_t ___appdomain_refs_17; // System.Int32 System.Threading.InternalThread::interruption_requested int32_t ___interruption_requested_18; // System.IntPtr System.Threading.InternalThread::synch_cs intptr_t ___synch_cs_19; // System.Boolean System.Threading.InternalThread::threadpool_thread bool ___threadpool_thread_20; // System.Boolean System.Threading.InternalThread::thread_interrupt_requested bool ___thread_interrupt_requested_21; // System.Int32 System.Threading.InternalThread::stack_size int32_t ___stack_size_22; // System.Byte System.Threading.InternalThread::apartment_state uint8_t ___apartment_state_23; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.InternalThread::critical_region_level int32_t ___critical_region_level_24; // System.Int32 System.Threading.InternalThread::managed_id int32_t ___managed_id_25; // System.Int32 System.Threading.InternalThread::small_id int32_t ___small_id_26; // System.IntPtr System.Threading.InternalThread::manage_callback intptr_t ___manage_callback_27; // System.IntPtr System.Threading.InternalThread::unused4 intptr_t ___unused4_28; // System.IntPtr System.Threading.InternalThread::flags intptr_t ___flags_29; // System.IntPtr System.Threading.InternalThread::thread_pinning_ref intptr_t ___thread_pinning_ref_30; // System.IntPtr System.Threading.InternalThread::abort_protected_block_count intptr_t ___abort_protected_block_count_31; // System.Int32 System.Threading.InternalThread::priority int32_t ___priority_32; // System.IntPtr System.Threading.InternalThread::owned_mutex intptr_t ___owned_mutex_33; // System.IntPtr System.Threading.InternalThread::suspended_event intptr_t ___suspended_event_34; // System.Int32 System.Threading.InternalThread::self_suspended int32_t ___self_suspended_35; // System.IntPtr System.Threading.InternalThread::unused1 intptr_t ___unused1_36; // System.IntPtr System.Threading.InternalThread::unused2 intptr_t ___unused2_37; // System.IntPtr System.Threading.InternalThread::last intptr_t ___last_38; public: inline static int32_t get_offset_of_lock_thread_id_0() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___lock_thread_id_0)); } inline int32_t get_lock_thread_id_0() const { return ___lock_thread_id_0; } inline int32_t* get_address_of_lock_thread_id_0() { return &___lock_thread_id_0; } inline void set_lock_thread_id_0(int32_t value) { ___lock_thread_id_0 = value; } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___handle_1)); } inline intptr_t get_handle_1() const { return ___handle_1; } inline intptr_t* get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(intptr_t value) { ___handle_1 = value; } inline static int32_t get_offset_of_native_handle_2() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___native_handle_2)); } inline intptr_t get_native_handle_2() const { return ___native_handle_2; } inline intptr_t* get_address_of_native_handle_2() { return &___native_handle_2; } inline void set_native_handle_2(intptr_t value) { ___native_handle_2 = value; } inline static int32_t get_offset_of_unused3_3() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___unused3_3)); } inline intptr_t get_unused3_3() const { return ___unused3_3; } inline intptr_t* get_address_of_unused3_3() { return &___unused3_3; } inline void set_unused3_3(intptr_t value) { ___unused3_3 = value; } inline static int32_t get_offset_of_name_4() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___name_4)); } inline intptr_t get_name_4() const { return ___name_4; } inline intptr_t* get_address_of_name_4() { return &___name_4; } inline void set_name_4(intptr_t value) { ___name_4 = value; } inline static int32_t get_offset_of_name_len_5() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___name_len_5)); } inline int32_t get_name_len_5() const { return ___name_len_5; } inline int32_t* get_address_of_name_len_5() { return &___name_len_5; } inline void set_name_len_5(int32_t value) { ___name_len_5 = value; } inline static int32_t get_offset_of_state_6() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___state_6)); } inline int32_t get_state_6() const { return ___state_6; } inline int32_t* get_address_of_state_6() { return &___state_6; } inline void set_state_6(int32_t value) { ___state_6 = value; } inline static int32_t get_offset_of_abort_exc_7() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___abort_exc_7)); } inline RuntimeObject * get_abort_exc_7() const { return ___abort_exc_7; } inline RuntimeObject ** get_address_of_abort_exc_7() { return &___abort_exc_7; } inline void set_abort_exc_7(RuntimeObject * value) { ___abort_exc_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___abort_exc_7), (void*)value); } inline static int32_t get_offset_of_abort_state_handle_8() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___abort_state_handle_8)); } inline int32_t get_abort_state_handle_8() const { return ___abort_state_handle_8; } inline int32_t* get_address_of_abort_state_handle_8() { return &___abort_state_handle_8; } inline void set_abort_state_handle_8(int32_t value) { ___abort_state_handle_8 = value; } inline static int32_t get_offset_of_thread_id_9() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___thread_id_9)); } inline int64_t get_thread_id_9() const { return ___thread_id_9; } inline int64_t* get_address_of_thread_id_9() { return &___thread_id_9; } inline void set_thread_id_9(int64_t value) { ___thread_id_9 = value; } inline static int32_t get_offset_of_debugger_thread_10() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___debugger_thread_10)); } inline intptr_t get_debugger_thread_10() const { return ___debugger_thread_10; } inline intptr_t* get_address_of_debugger_thread_10() { return &___debugger_thread_10; } inline void set_debugger_thread_10(intptr_t value) { ___debugger_thread_10 = value; } inline static int32_t get_offset_of_static_data_11() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___static_data_11)); } inline uintptr_t get_static_data_11() const { return ___static_data_11; } inline uintptr_t* get_address_of_static_data_11() { return &___static_data_11; } inline void set_static_data_11(uintptr_t value) { ___static_data_11 = value; } inline static int32_t get_offset_of_runtime_thread_info_12() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___runtime_thread_info_12)); } inline intptr_t get_runtime_thread_info_12() const { return ___runtime_thread_info_12; } inline intptr_t* get_address_of_runtime_thread_info_12() { return &___runtime_thread_info_12; } inline void set_runtime_thread_info_12(intptr_t value) { ___runtime_thread_info_12 = value; } inline static int32_t get_offset_of_current_appcontext_13() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___current_appcontext_13)); } inline RuntimeObject * get_current_appcontext_13() const { return ___current_appcontext_13; } inline RuntimeObject ** get_address_of_current_appcontext_13() { return &___current_appcontext_13; } inline void set_current_appcontext_13(RuntimeObject * value) { ___current_appcontext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_appcontext_13), (void*)value); } inline static int32_t get_offset_of_root_domain_thread_14() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___root_domain_thread_14)); } inline RuntimeObject * get_root_domain_thread_14() const { return ___root_domain_thread_14; } inline RuntimeObject ** get_address_of_root_domain_thread_14() { return &___root_domain_thread_14; } inline void set_root_domain_thread_14(RuntimeObject * value) { ___root_domain_thread_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___root_domain_thread_14), (void*)value); } inline static int32_t get_offset_of__serialized_principal_15() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ____serialized_principal_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__serialized_principal_15() const { return ____serialized_principal_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__serialized_principal_15() { return &____serialized_principal_15; } inline void set__serialized_principal_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____serialized_principal_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____serialized_principal_15), (void*)value); } inline static int32_t get_offset_of__serialized_principal_version_16() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ____serialized_principal_version_16)); } inline int32_t get__serialized_principal_version_16() const { return ____serialized_principal_version_16; } inline int32_t* get_address_of__serialized_principal_version_16() { return &____serialized_principal_version_16; } inline void set__serialized_principal_version_16(int32_t value) { ____serialized_principal_version_16 = value; } inline static int32_t get_offset_of_appdomain_refs_17() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___appdomain_refs_17)); } inline intptr_t get_appdomain_refs_17() const { return ___appdomain_refs_17; } inline intptr_t* get_address_of_appdomain_refs_17() { return &___appdomain_refs_17; } inline void set_appdomain_refs_17(intptr_t value) { ___appdomain_refs_17 = value; } inline static int32_t get_offset_of_interruption_requested_18() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___interruption_requested_18)); } inline int32_t get_interruption_requested_18() const { return ___interruption_requested_18; } inline int32_t* get_address_of_interruption_requested_18() { return &___interruption_requested_18; } inline void set_interruption_requested_18(int32_t value) { ___interruption_requested_18 = value; } inline static int32_t get_offset_of_synch_cs_19() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___synch_cs_19)); } inline intptr_t get_synch_cs_19() const { return ___synch_cs_19; } inline intptr_t* get_address_of_synch_cs_19() { return &___synch_cs_19; } inline void set_synch_cs_19(intptr_t value) { ___synch_cs_19 = value; } inline static int32_t get_offset_of_threadpool_thread_20() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___threadpool_thread_20)); } inline bool get_threadpool_thread_20() const { return ___threadpool_thread_20; } inline bool* get_address_of_threadpool_thread_20() { return &___threadpool_thread_20; } inline void set_threadpool_thread_20(bool value) { ___threadpool_thread_20 = value; } inline static int32_t get_offset_of_thread_interrupt_requested_21() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___thread_interrupt_requested_21)); } inline bool get_thread_interrupt_requested_21() const { return ___thread_interrupt_requested_21; } inline bool* get_address_of_thread_interrupt_requested_21() { return &___thread_interrupt_requested_21; } inline void set_thread_interrupt_requested_21(bool value) { ___thread_interrupt_requested_21 = value; } inline static int32_t get_offset_of_stack_size_22() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___stack_size_22)); } inline int32_t get_stack_size_22() const { return ___stack_size_22; } inline int32_t* get_address_of_stack_size_22() { return &___stack_size_22; } inline void set_stack_size_22(int32_t value) { ___stack_size_22 = value; } inline static int32_t get_offset_of_apartment_state_23() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___apartment_state_23)); } inline uint8_t get_apartment_state_23() const { return ___apartment_state_23; } inline uint8_t* get_address_of_apartment_state_23() { return &___apartment_state_23; } inline void set_apartment_state_23(uint8_t value) { ___apartment_state_23 = value; } inline static int32_t get_offset_of_critical_region_level_24() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___critical_region_level_24)); } inline int32_t get_critical_region_level_24() const { return ___critical_region_level_24; } inline int32_t* get_address_of_critical_region_level_24() { return &___critical_region_level_24; } inline void set_critical_region_level_24(int32_t value) { ___critical_region_level_24 = value; } inline static int32_t get_offset_of_managed_id_25() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___managed_id_25)); } inline int32_t get_managed_id_25() const { return ___managed_id_25; } inline int32_t* get_address_of_managed_id_25() { return &___managed_id_25; } inline void set_managed_id_25(int32_t value) { ___managed_id_25 = value; } inline static int32_t get_offset_of_small_id_26() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___small_id_26)); } inline int32_t get_small_id_26() const { return ___small_id_26; } inline int32_t* get_address_of_small_id_26() { return &___small_id_26; } inline void set_small_id_26(int32_t value) { ___small_id_26 = value; } inline static int32_t get_offset_of_manage_callback_27() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___manage_callback_27)); } inline intptr_t get_manage_callback_27() const { return ___manage_callback_27; } inline intptr_t* get_address_of_manage_callback_27() { return &___manage_callback_27; } inline void set_manage_callback_27(intptr_t value) { ___manage_callback_27 = value; } inline static int32_t get_offset_of_unused4_28() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___unused4_28)); } inline intptr_t get_unused4_28() const { return ___unused4_28; } inline intptr_t* get_address_of_unused4_28() { return &___unused4_28; } inline void set_unused4_28(intptr_t value) { ___unused4_28 = value; } inline static int32_t get_offset_of_flags_29() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___flags_29)); } inline intptr_t get_flags_29() const { return ___flags_29; } inline intptr_t* get_address_of_flags_29() { return &___flags_29; } inline void set_flags_29(intptr_t value) { ___flags_29 = value; } inline static int32_t get_offset_of_thread_pinning_ref_30() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___thread_pinning_ref_30)); } inline intptr_t get_thread_pinning_ref_30() const { return ___thread_pinning_ref_30; } inline intptr_t* get_address_of_thread_pinning_ref_30() { return &___thread_pinning_ref_30; } inline void set_thread_pinning_ref_30(intptr_t value) { ___thread_pinning_ref_30 = value; } inline static int32_t get_offset_of_abort_protected_block_count_31() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___abort_protected_block_count_31)); } inline intptr_t get_abort_protected_block_count_31() const { return ___abort_protected_block_count_31; } inline intptr_t* get_address_of_abort_protected_block_count_31() { return &___abort_protected_block_count_31; } inline void set_abort_protected_block_count_31(intptr_t value) { ___abort_protected_block_count_31 = value; } inline static int32_t get_offset_of_priority_32() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___priority_32)); } inline int32_t get_priority_32() const { return ___priority_32; } inline int32_t* get_address_of_priority_32() { return &___priority_32; } inline void set_priority_32(int32_t value) { ___priority_32 = value; } inline static int32_t get_offset_of_owned_mutex_33() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___owned_mutex_33)); } inline intptr_t get_owned_mutex_33() const { return ___owned_mutex_33; } inline intptr_t* get_address_of_owned_mutex_33() { return &___owned_mutex_33; } inline void set_owned_mutex_33(intptr_t value) { ___owned_mutex_33 = value; } inline static int32_t get_offset_of_suspended_event_34() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___suspended_event_34)); } inline intptr_t get_suspended_event_34() const { return ___suspended_event_34; } inline intptr_t* get_address_of_suspended_event_34() { return &___suspended_event_34; } inline void set_suspended_event_34(intptr_t value) { ___suspended_event_34 = value; } inline static int32_t get_offset_of_self_suspended_35() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___self_suspended_35)); } inline int32_t get_self_suspended_35() const { return ___self_suspended_35; } inline int32_t* get_address_of_self_suspended_35() { return &___self_suspended_35; } inline void set_self_suspended_35(int32_t value) { ___self_suspended_35 = value; } inline static int32_t get_offset_of_unused1_36() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___unused1_36)); } inline intptr_t get_unused1_36() const { return ___unused1_36; } inline intptr_t* get_address_of_unused1_36() { return &___unused1_36; } inline void set_unused1_36(intptr_t value) { ___unused1_36 = value; } inline static int32_t get_offset_of_unused2_37() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___unused2_37)); } inline intptr_t get_unused2_37() const { return ___unused2_37; } inline intptr_t* get_address_of_unused2_37() { return &___unused2_37; } inline void set_unused2_37(intptr_t value) { ___unused2_37 = value; } inline static int32_t get_offset_of_last_38() { return static_cast(offsetof(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB, ___last_38)); } inline intptr_t get_last_38() const { return ___last_38; } inline intptr_t* get_address_of_last_38() { return &___last_38; } inline void set_last_38(intptr_t value) { ___last_38 = value; } }; // System.InvalidTimeZoneException struct InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 : public Exception_t { public: public: }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // 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; }; // System.OperatingSystem struct OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 : public RuntimeObject { public: // System.PlatformID System.OperatingSystem::_platform int32_t ____platform_0; // System.Version System.OperatingSystem::_version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ____version_1; // System.String System.OperatingSystem::_servicePack String_t* ____servicePack_2; public: inline static int32_t get_offset_of__platform_0() { return static_cast(offsetof(OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463, ____platform_0)); } inline int32_t get__platform_0() const { return ____platform_0; } inline int32_t* get_address_of__platform_0() { return &____platform_0; } inline void set__platform_0(int32_t value) { ____platform_0 = value; } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463, ____version_1)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get__version_1() const { return ____version_1; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of__version_1() { return &____version_1; } inline void set__version_1(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ____version_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_1), (void*)value); } inline static int32_t get_offset_of__servicePack_2() { return static_cast(offsetof(OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463, ____servicePack_2)); } inline String_t* get__servicePack_2() const { return ____servicePack_2; } inline String_t** get_address_of__servicePack_2() { return &____servicePack_2; } inline void set__servicePack_2(String_t* value) { ____servicePack_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____servicePack_2), (void*)value); } }; // System.Threading.RegisteredWaitHandle struct RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Threading.WaitHandle System.Threading.RegisteredWaitHandle::_waitObject WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ____waitObject_1; // System.Threading.WaitOrTimerCallback System.Threading.RegisteredWaitHandle::_callback WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * ____callback_2; // System.Object System.Threading.RegisteredWaitHandle::_state RuntimeObject * ____state_3; // System.Threading.WaitHandle System.Threading.RegisteredWaitHandle::_finalEvent WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ____finalEvent_4; // System.Threading.ManualResetEvent System.Threading.RegisteredWaitHandle::_cancelEvent ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ____cancelEvent_5; // System.TimeSpan System.Threading.RegisteredWaitHandle::_timeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____timeout_6; // System.Int32 System.Threading.RegisteredWaitHandle::_callsInProcess int32_t ____callsInProcess_7; // System.Boolean System.Threading.RegisteredWaitHandle::_executeOnlyOnce bool ____executeOnlyOnce_8; // System.Boolean System.Threading.RegisteredWaitHandle::_unregistered bool ____unregistered_9; public: inline static int32_t get_offset_of__waitObject_1() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____waitObject_1)); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * get__waitObject_1() const { return ____waitObject_1; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** get_address_of__waitObject_1() { return &____waitObject_1; } inline void set__waitObject_1(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { ____waitObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____waitObject_1), (void*)value); } inline static int32_t get_offset_of__callback_2() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____callback_2)); } inline WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * get__callback_2() const { return ____callback_2; } inline WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB ** get_address_of__callback_2() { return &____callback_2; } inline void set__callback_2(WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * value) { ____callback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____callback_2), (void*)value); } inline static int32_t get_offset_of__state_3() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____state_3)); } inline RuntimeObject * get__state_3() const { return ____state_3; } inline RuntimeObject ** get_address_of__state_3() { return &____state_3; } inline void set__state_3(RuntimeObject * value) { ____state_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____state_3), (void*)value); } inline static int32_t get_offset_of__finalEvent_4() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____finalEvent_4)); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * get__finalEvent_4() const { return ____finalEvent_4; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** get_address_of__finalEvent_4() { return &____finalEvent_4; } inline void set__finalEvent_4(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { ____finalEvent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____finalEvent_4), (void*)value); } inline static int32_t get_offset_of__cancelEvent_5() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____cancelEvent_5)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get__cancelEvent_5() const { return ____cancelEvent_5; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of__cancelEvent_5() { return &____cancelEvent_5; } inline void set__cancelEvent_5(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ____cancelEvent_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____cancelEvent_5), (void*)value); } inline static int32_t get_offset_of__timeout_6() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____timeout_6)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__timeout_6() const { return ____timeout_6; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__timeout_6() { return &____timeout_6; } inline void set__timeout_6(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____timeout_6 = value; } inline static int32_t get_offset_of__callsInProcess_7() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____callsInProcess_7)); } inline int32_t get__callsInProcess_7() const { return ____callsInProcess_7; } inline int32_t* get_address_of__callsInProcess_7() { return &____callsInProcess_7; } inline void set__callsInProcess_7(int32_t value) { ____callsInProcess_7 = value; } inline static int32_t get_offset_of__executeOnlyOnce_8() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____executeOnlyOnce_8)); } inline bool get__executeOnlyOnce_8() const { return ____executeOnlyOnce_8; } inline bool* get_address_of__executeOnlyOnce_8() { return &____executeOnlyOnce_8; } inline void set__executeOnlyOnce_8(bool value) { ____executeOnlyOnce_8 = value; } inline static int32_t get_offset_of__unregistered_9() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____unregistered_9)); } inline bool get__unregistered_9() const { return ____unregistered_9; } inline bool* get_address_of__unregistered_9() { return &____unregistered_9; } inline void set__unregistered_9(bool value) { ____unregistered_9 = value; } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { 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(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___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((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___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; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B : public RuntimeObject { public: // System.Threading.CancellationToken System.Threading.Tasks.TaskFactory::m_defaultCancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___m_defaultCancellationToken_0; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskFactory::m_defaultScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_defaultScheduler_1; // System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.TaskFactory::m_defaultCreationOptions int32_t ___m_defaultCreationOptions_2; // System.Threading.Tasks.TaskContinuationOptions System.Threading.Tasks.TaskFactory::m_defaultContinuationOptions int32_t ___m_defaultContinuationOptions_3; public: inline static int32_t get_offset_of_m_defaultCancellationToken_0() { return static_cast(offsetof(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B, ___m_defaultCancellationToken_0)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_m_defaultCancellationToken_0() const { return ___m_defaultCancellationToken_0; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_m_defaultCancellationToken_0() { return &___m_defaultCancellationToken_0; } inline void set_m_defaultCancellationToken_0(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___m_defaultCancellationToken_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_defaultCancellationToken_0))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_m_defaultScheduler_1() { return static_cast(offsetof(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B, ___m_defaultScheduler_1)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_defaultScheduler_1() const { return ___m_defaultScheduler_1; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_defaultScheduler_1() { return &___m_defaultScheduler_1; } inline void set_m_defaultScheduler_1(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_defaultScheduler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultScheduler_1), (void*)value); } inline static int32_t get_offset_of_m_defaultCreationOptions_2() { return static_cast(offsetof(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B, ___m_defaultCreationOptions_2)); } inline int32_t get_m_defaultCreationOptions_2() const { return ___m_defaultCreationOptions_2; } inline int32_t* get_address_of_m_defaultCreationOptions_2() { return &___m_defaultCreationOptions_2; } inline void set_m_defaultCreationOptions_2(int32_t value) { ___m_defaultCreationOptions_2 = value; } inline static int32_t get_offset_of_m_defaultContinuationOptions_3() { return static_cast(offsetof(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B, ___m_defaultContinuationOptions_3)); } inline int32_t get_m_defaultContinuationOptions_3() const { return ___m_defaultContinuationOptions_3; } inline int32_t* get_address_of_m_defaultContinuationOptions_3() { return &___m_defaultContinuationOptions_3; } inline void set_m_defaultContinuationOptions_3(int32_t value) { ___m_defaultContinuationOptions_3 = value; } }; // System.Threading.Tasks.TaskSchedulerException struct TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84 : public Exception_t { public: public: }; // System.TermInfoDriver struct TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 : public RuntimeObject { public: // System.TermInfoReader System.TermInfoDriver::reader TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * ___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_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * ___stdin_14; // System.IO.CStreamWriter System.TermInfoDriver::stdout CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A * ___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_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___keymap_36; // System.ByteMatcher System.TermInfoDriver::rootmap ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * ___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_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___control_characters_40; // System.Char[] System.TermInfoDriver::echobuf CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___echobuf_42; // System.Int32 System.TermInfoDriver::echon int32_t ___echon_43; public: inline static int32_t get_offset_of_reader_3() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___reader_3)); } inline TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * get_reader_3() const { return ___reader_3; } inline TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 ** get_address_of_reader_3() { return &___reader_3; } inline void set_reader_3(TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * value) { ___reader_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_3), (void*)value); } inline static int32_t get_offset_of_cursorLeft_4() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___cursorLeft_4)); } inline int32_t get_cursorLeft_4() const { return ___cursorLeft_4; } inline int32_t* get_address_of_cursorLeft_4() { return &___cursorLeft_4; } inline void set_cursorLeft_4(int32_t value) { ___cursorLeft_4 = value; } inline static int32_t get_offset_of_cursorTop_5() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___cursorTop_5)); } inline int32_t get_cursorTop_5() const { return ___cursorTop_5; } inline int32_t* get_address_of_cursorTop_5() { return &___cursorTop_5; } inline void set_cursorTop_5(int32_t value) { ___cursorTop_5 = value; } inline static int32_t get_offset_of_title_6() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___title_6), (void*)value); } inline static int32_t get_offset_of_titleFormat_7() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___titleFormat_7), (void*)value); } inline static int32_t get_offset_of_cursorVisible_8() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___cursorVisible_8)); } inline bool get_cursorVisible_8() const { return ___cursorVisible_8; } inline bool* get_address_of_cursorVisible_8() { return &___cursorVisible_8; } inline void set_cursorVisible_8(bool value) { ___cursorVisible_8 = value; } inline static int32_t get_offset_of_csrVisible_9() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___csrVisible_9), (void*)value); } inline static int32_t get_offset_of_csrInvisible_10() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___csrInvisible_10), (void*)value); } inline static int32_t get_offset_of_clear_11() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___clear_11), (void*)value); } inline static int32_t get_offset_of_bell_12() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___bell_12), (void*)value); } inline static int32_t get_offset_of_term_13() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___term_13), (void*)value); } inline static int32_t get_offset_of_stdin_14() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___stdin_14)); } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * get_stdin_14() const { return ___stdin_14; } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 ** get_address_of_stdin_14() { return &___stdin_14; } inline void set_stdin_14(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * value) { ___stdin_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___stdin_14), (void*)value); } inline static int32_t get_offset_of_stdout_15() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___stdout_15)); } inline CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A * get_stdout_15() const { return ___stdout_15; } inline CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A ** get_address_of_stdout_15() { return &___stdout_15; } inline void set_stdout_15(CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A * value) { ___stdout_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___stdout_15), (void*)value); } inline static int32_t get_offset_of_windowWidth_16() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___windowWidth_16)); } inline int32_t get_windowWidth_16() const { return ___windowWidth_16; } inline int32_t* get_address_of_windowWidth_16() { return &___windowWidth_16; } inline void set_windowWidth_16(int32_t value) { ___windowWidth_16 = value; } inline static int32_t get_offset_of_windowHeight_17() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___windowHeight_17)); } inline int32_t get_windowHeight_17() const { return ___windowHeight_17; } inline int32_t* get_address_of_windowHeight_17() { return &___windowHeight_17; } inline void set_windowHeight_17(int32_t value) { ___windowHeight_17 = value; } inline static int32_t get_offset_of_bufferHeight_18() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___bufferHeight_18)); } inline int32_t get_bufferHeight_18() const { return ___bufferHeight_18; } inline int32_t* get_address_of_bufferHeight_18() { return &___bufferHeight_18; } inline void set_bufferHeight_18(int32_t value) { ___bufferHeight_18 = value; } inline static int32_t get_offset_of_bufferWidth_19() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___bufferWidth_19)); } inline int32_t get_bufferWidth_19() const { return ___bufferWidth_19; } inline int32_t* get_address_of_bufferWidth_19() { return &___bufferWidth_19; } inline void set_bufferWidth_19(int32_t value) { ___bufferWidth_19 = value; } inline static int32_t get_offset_of_buffer_20() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___buffer_20)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_buffer_20() const { return ___buffer_20; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_buffer_20() { return &___buffer_20; } inline void set_buffer_20(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___buffer_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_20), (void*)value); } inline static int32_t get_offset_of_readpos_21() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___readpos_21)); } inline int32_t get_readpos_21() const { return ___readpos_21; } inline int32_t* get_address_of_readpos_21() { return &___readpos_21; } inline void set_readpos_21(int32_t value) { ___readpos_21 = value; } inline static int32_t get_offset_of_writepos_22() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___writepos_22)); } inline int32_t get_writepos_22() const { return ___writepos_22; } inline int32_t* get_address_of_writepos_22() { return &___writepos_22; } inline void set_writepos_22(int32_t value) { ___writepos_22 = value; } inline static int32_t get_offset_of_keypadXmit_23() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___keypadXmit_23), (void*)value); } inline static int32_t get_offset_of_keypadLocal_24() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___keypadLocal_24), (void*)value); } inline static int32_t get_offset_of_inited_25() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___inited_25)); } inline bool get_inited_25() const { return ___inited_25; } inline bool* get_address_of_inited_25() { return &___inited_25; } inline void set_inited_25(bool value) { ___inited_25 = value; } inline static int32_t get_offset_of_initLock_26() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___initLock_26), (void*)value); } inline static int32_t get_offset_of_initKeys_27() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___initKeys_27)); } inline bool get_initKeys_27() const { return ___initKeys_27; } inline bool* get_address_of_initKeys_27() { return &___initKeys_27; } inline void set_initKeys_27(bool value) { ___initKeys_27 = value; } inline static int32_t get_offset_of_origPair_28() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___origPair_28), (void*)value); } inline static int32_t get_offset_of_origColors_29() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___origColors_29), (void*)value); } inline static int32_t get_offset_of_cursorAddress_30() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___cursorAddress_30), (void*)value); } inline static int32_t get_offset_of_fgcolor_31() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___setfgcolor_32), (void*)value); } inline static int32_t get_offset_of_setbgcolor_33() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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((void**)(&___setbgcolor_33), (void*)value); } inline static int32_t get_offset_of_maxColors_34() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___keymap_36)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_keymap_36() const { return ___keymap_36; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_keymap_36() { return &___keymap_36; } inline void set_keymap_36(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___keymap_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___keymap_36), (void*)value); } inline static int32_t get_offset_of_rootmap_37() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___rootmap_37)); } inline ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * get_rootmap_37() const { return ___rootmap_37; } inline ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 ** get_address_of_rootmap_37() { return &___rootmap_37; } inline void set_rootmap_37(ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * value) { ___rootmap_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___rootmap_37), (void*)value); } inline static int32_t get_offset_of_rl_startx_38() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___control_characters_40)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_control_characters_40() const { return ___control_characters_40; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_control_characters_40() { return &___control_characters_40; } inline void set_control_characters_40(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___control_characters_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___control_characters_40), (void*)value); } inline static int32_t get_offset_of_echobuf_42() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___echobuf_42)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_echobuf_42() const { return ___echobuf_42; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_echobuf_42() { return &___echobuf_42; } inline void set_echobuf_42(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___echobuf_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___echobuf_42), (void*)value); } inline static int32_t get_offset_of_echon_43() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03, ___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_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___locations_2; // System.Int32[] System.TermInfoDriver::_consoleColorToAnsiCode Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____consoleColorToAnsiCode_41; public: inline static int32_t get_offset_of_native_terminal_size_0() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields, ___native_terminal_size_0)); } inline int32_t* get_native_terminal_size_0() const { return ___native_terminal_size_0; } inline int32_t** get_address_of_native_terminal_size_0() { return &___native_terminal_size_0; } inline void set_native_terminal_size_0(int32_t* value) { ___native_terminal_size_0 = value; } inline static int32_t get_offset_of_terminal_size_1() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields, ___terminal_size_1)); } inline int32_t get_terminal_size_1() const { return ___terminal_size_1; } inline int32_t* get_address_of_terminal_size_1() { return &___terminal_size_1; } inline void set_terminal_size_1(int32_t value) { ___terminal_size_1 = value; } inline static int32_t get_offset_of_locations_2() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields, ___locations_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_locations_2() const { return ___locations_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_locations_2() { return &___locations_2; } inline void set_locations_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___locations_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___locations_2), (void*)value); } inline static int32_t get_offset_of__consoleColorToAnsiCode_41() { return static_cast(offsetof(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields, ____consoleColorToAnsiCode_41)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__consoleColorToAnsiCode_41() const { return ____consoleColorToAnsiCode_41; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__consoleColorToAnsiCode_41() { return &____consoleColorToAnsiCode_41; } inline void set__consoleColorToAnsiCode_41(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____consoleColorToAnsiCode_41 = value; Il2CppCodeGenWriteBarrier((void**)(&____consoleColorToAnsiCode_41), (void*)value); } }; // System.Threading.Tasks.ThreadPoolTaskScheduler struct ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA : public TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D { public: public: }; struct ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA_StaticFields { public: // System.Threading.ParameterizedThreadStart System.Threading.Tasks.ThreadPoolTaskScheduler::s_longRunningThreadWork ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * ___s_longRunningThreadWork_6; public: inline static int32_t get_offset_of_s_longRunningThreadWork_6() { return static_cast(offsetof(ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA_StaticFields, ___s_longRunningThreadWork_6)); } inline ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * get_s_longRunningThreadWork_6() const { return ___s_longRunningThreadWork_6; } inline ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 ** get_address_of_s_longRunningThreadWork_6() { return &___s_longRunningThreadWork_6; } inline void set_s_longRunningThreadWork_6(ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * value) { ___s_longRunningThreadWork_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_longRunningThreadWork_6), (void*)value); } }; // System.TimeZoneInfo struct TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 : public RuntimeObject { public: // System.TimeSpan System.TimeZoneInfo::baseUtcOffset TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___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.TimeZoneInfo::transitions List_1_t960AA958F641EF26613957B203B645E693F9430D * ___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_t13A903FE644194C2CAF6698B6890B32A226FD19F* ___adjustmentRules_11; public: inline static int32_t get_offset_of_baseUtcOffset_0() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___baseUtcOffset_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_baseUtcOffset_0() const { return ___baseUtcOffset_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_baseUtcOffset_0() { return &___baseUtcOffset_0; } inline void set_baseUtcOffset_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___baseUtcOffset_0 = value; } inline static int32_t get_offset_of_daylightDisplayName_1() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___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((void**)(&___daylightDisplayName_1), (void*)value); } inline static int32_t get_offset_of_displayName_2() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___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((void**)(&___displayName_2), (void*)value); } inline static int32_t get_offset_of_id_3() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___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((void**)(&___id_3), (void*)value); } inline static int32_t get_offset_of_transitions_5() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___transitions_5)); } inline List_1_t960AA958F641EF26613957B203B645E693F9430D * get_transitions_5() const { return ___transitions_5; } inline List_1_t960AA958F641EF26613957B203B645E693F9430D ** get_address_of_transitions_5() { return &___transitions_5; } inline void set_transitions_5(List_1_t960AA958F641EF26613957B203B645E693F9430D * value) { ___transitions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___transitions_5), (void*)value); } inline static int32_t get_offset_of_standardDisplayName_7() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___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((void**)(&___standardDisplayName_7), (void*)value); } inline static int32_t get_offset_of_supportsDaylightSavingTime_8() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___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(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074, ___adjustmentRules_11)); } inline AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* get_adjustmentRules_11() const { return ___adjustmentRules_11; } inline AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F** get_address_of_adjustmentRules_11() { return &___adjustmentRules_11; } inline void set_adjustmentRules_11(AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* value) { ___adjustmentRules_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___adjustmentRules_11), (void*)value); } }; struct TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields { public: // System.TimeZoneInfo System.TimeZoneInfo::local TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___local_4; // System.Boolean System.TimeZoneInfo::readlinkNotFound bool ___readlinkNotFound_6; // System.TimeZoneInfo System.TimeZoneInfo::utc TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___utc_9; // System.String System.TimeZoneInfo::timeZoneDirectory String_t* ___timeZoneDirectory_10; // Microsoft.Win32.RegistryKey System.TimeZoneInfo::timeZoneKey RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___timeZoneKey_12; // Microsoft.Win32.RegistryKey System.TimeZoneInfo::localZoneKey RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___localZoneKey_13; // System.Collections.ObjectModel.ReadOnlyCollection`1 System.TimeZoneInfo::systemTimeZones ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * ___systemTimeZones_14; public: inline static int32_t get_offset_of_local_4() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields, ___local_4)); } inline TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * get_local_4() const { return ___local_4; } inline TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 ** get_address_of_local_4() { return &___local_4; } inline void set_local_4(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * value) { ___local_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___local_4), (void*)value); } inline static int32_t get_offset_of_readlinkNotFound_6() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_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(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields, ___utc_9)); } inline TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * get_utc_9() const { return ___utc_9; } inline TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 ** get_address_of_utc_9() { return &___utc_9; } inline void set_utc_9(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * value) { ___utc_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___utc_9), (void*)value); } inline static int32_t get_offset_of_timeZoneDirectory_10() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_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((void**)(&___timeZoneDirectory_10), (void*)value); } inline static int32_t get_offset_of_timeZoneKey_12() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields, ___timeZoneKey_12)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_timeZoneKey_12() const { return ___timeZoneKey_12; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_timeZoneKey_12() { return &___timeZoneKey_12; } inline void set_timeZoneKey_12(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___timeZoneKey_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeZoneKey_12), (void*)value); } inline static int32_t get_offset_of_localZoneKey_13() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields, ___localZoneKey_13)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_localZoneKey_13() const { return ___localZoneKey_13; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_localZoneKey_13() { return &___localZoneKey_13; } inline void set_localZoneKey_13(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___localZoneKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___localZoneKey_13), (void*)value); } inline static int32_t get_offset_of_systemTimeZones_14() { return static_cast(offsetof(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields, ___systemTimeZones_14)); } inline ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * get_systemTimeZones_14() const { return ___systemTimeZones_14; } inline ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 ** get_address_of_systemTimeZones_14() { return &___systemTimeZones_14; } inline void set_systemTimeZones_14(ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * value) { ___systemTimeZones_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemTimeZones_14), (void*)value); } }; // System.TimeZoneNotFoundException struct TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(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((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(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(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Threading.ThreadPoolWorkQueue/WorkStealingQueue struct WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 : public RuntimeObject { public: // System.Threading.IThreadPoolWorkItem[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::m_array IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738* ___m_array_0; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::m_mask int32_t ___m_mask_1; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::m_headIndex int32_t ___m_headIndex_2; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::m_tailIndex int32_t ___m_tailIndex_3; // System.Threading.SpinLock System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::m_foreignLock SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D ___m_foreignLock_4; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0, ___m_array_0)); } inline IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738* get_m_array_0() const { return ___m_array_0; } inline IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(IThreadPoolWorkItemU5BU5D_tA8F5E15B9A678486C494BA29BA2B36165FF28738* value) { ___m_array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_array_0), (void*)value); } inline static int32_t get_offset_of_m_mask_1() { return static_cast(offsetof(WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0, ___m_mask_1)); } inline int32_t get_m_mask_1() const { return ___m_mask_1; } inline int32_t* get_address_of_m_mask_1() { return &___m_mask_1; } inline void set_m_mask_1(int32_t value) { ___m_mask_1 = value; } inline static int32_t get_offset_of_m_headIndex_2() { return static_cast(offsetof(WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0, ___m_headIndex_2)); } inline int32_t get_m_headIndex_2() const { return ___m_headIndex_2; } inline int32_t* get_address_of_m_headIndex_2() { return &___m_headIndex_2; } inline void set_m_headIndex_2(int32_t value) { ___m_headIndex_2 = value; } inline static int32_t get_offset_of_m_tailIndex_3() { return static_cast(offsetof(WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0, ___m_tailIndex_3)); } inline int32_t get_m_tailIndex_3() const { return ___m_tailIndex_3; } inline int32_t* get_address_of_m_tailIndex_3() { return &___m_tailIndex_3; } inline void set_m_tailIndex_3(int32_t value) { ___m_tailIndex_3 = value; } inline static int32_t get_offset_of_m_foreignLock_4() { return static_cast(offsetof(WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0, ___m_foreignLock_4)); } inline SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D get_m_foreignLock_4() const { return ___m_foreignLock_4; } inline SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D * get_address_of_m_foreignLock_4() { return &___m_foreignLock_4; } inline void set_m_foreignLock_4(SpinLock_t9860D503E59EFE08CF5241E2BA0C33397BF78F5D value) { ___m_foreignLock_4 = value; } }; // System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION struct DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 { public: // System.TimeZoneInfo/TIME_ZONE_INFORMATION System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION::TZI TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 ___TZI_0; // System.String System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION::TimeZoneKeyName String_t* ___TimeZoneKeyName_1; // System.Byte System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION::DynamicDaylightTimeDisabled uint8_t ___DynamicDaylightTimeDisabled_2; public: inline static int32_t get_offset_of_TZI_0() { return static_cast(offsetof(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895, ___TZI_0)); } inline TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 get_TZI_0() const { return ___TZI_0; } inline TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 * get_address_of_TZI_0() { return &___TZI_0; } inline void set_TZI_0(TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 value) { ___TZI_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___TZI_0))->___StandardName_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___TZI_0))->___DaylightName_4), (void*)NULL); #endif } inline static int32_t get_offset_of_TimeZoneKeyName_1() { return static_cast(offsetof(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895, ___TimeZoneKeyName_1)); } inline String_t* get_TimeZoneKeyName_1() const { return ___TimeZoneKeyName_1; } inline String_t** get_address_of_TimeZoneKeyName_1() { return &___TimeZoneKeyName_1; } inline void set_TimeZoneKeyName_1(String_t* value) { ___TimeZoneKeyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeZoneKeyName_1), (void*)value); } inline static int32_t get_offset_of_DynamicDaylightTimeDisabled_2() { return static_cast(offsetof(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895, ___DynamicDaylightTimeDisabled_2)); } inline uint8_t get_DynamicDaylightTimeDisabled_2() const { return ___DynamicDaylightTimeDisabled_2; } inline uint8_t* get_address_of_DynamicDaylightTimeDisabled_2() { return &___DynamicDaylightTimeDisabled_2; } inline void set_DynamicDaylightTimeDisabled_2(uint8_t value) { ___DynamicDaylightTimeDisabled_2 = value; } }; // Native definition for P/Invoke marshalling of System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION struct DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke { TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_pinvoke ___TZI_0; Il2CppChar ___TimeZoneKeyName_1[128]; uint8_t ___DynamicDaylightTimeDisabled_2; }; // Native definition for COM marshalling of System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION struct DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_com { TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_com ___TZI_0; Il2CppChar ___TimeZoneKeyName_1[128]; uint8_t ___DynamicDaylightTimeDisabled_2; }; // System.TimeZoneInfo/TransitionTime struct TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A { public: // System.DateTime System.TimeZoneInfo/TransitionTime::m_timeOfDay DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_timeOfDay_0; // System.Byte System.TimeZoneInfo/TransitionTime::m_month uint8_t ___m_month_1; // System.Byte System.TimeZoneInfo/TransitionTime::m_week uint8_t ___m_week_2; // System.Byte System.TimeZoneInfo/TransitionTime::m_day uint8_t ___m_day_3; // System.DayOfWeek System.TimeZoneInfo/TransitionTime::m_dayOfWeek int32_t ___m_dayOfWeek_4; // System.Boolean System.TimeZoneInfo/TransitionTime::m_isFixedDateRule bool ___m_isFixedDateRule_5; public: inline static int32_t get_offset_of_m_timeOfDay_0() { return static_cast(offsetof(TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A, ___m_timeOfDay_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_timeOfDay_0() const { return ___m_timeOfDay_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_timeOfDay_0() { return &___m_timeOfDay_0; } inline void set_m_timeOfDay_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_timeOfDay_0 = value; } inline static int32_t get_offset_of_m_month_1() { return static_cast(offsetof(TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A, ___m_month_1)); } inline uint8_t get_m_month_1() const { return ___m_month_1; } inline uint8_t* get_address_of_m_month_1() { return &___m_month_1; } inline void set_m_month_1(uint8_t value) { ___m_month_1 = value; } inline static int32_t get_offset_of_m_week_2() { return static_cast(offsetof(TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A, ___m_week_2)); } inline uint8_t get_m_week_2() const { return ___m_week_2; } inline uint8_t* get_address_of_m_week_2() { return &___m_week_2; } inline void set_m_week_2(uint8_t value) { ___m_week_2 = value; } inline static int32_t get_offset_of_m_day_3() { return static_cast(offsetof(TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A, ___m_day_3)); } inline uint8_t get_m_day_3() const { return ___m_day_3; } inline uint8_t* get_address_of_m_day_3() { return &___m_day_3; } inline void set_m_day_3(uint8_t value) { ___m_day_3 = value; } inline static int32_t get_offset_of_m_dayOfWeek_4() { return static_cast(offsetof(TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A, ___m_dayOfWeek_4)); } inline int32_t get_m_dayOfWeek_4() const { return ___m_dayOfWeek_4; } inline int32_t* get_address_of_m_dayOfWeek_4() { return &___m_dayOfWeek_4; } inline void set_m_dayOfWeek_4(int32_t value) { ___m_dayOfWeek_4 = value; } inline static int32_t get_offset_of_m_isFixedDateRule_5() { return static_cast(offsetof(TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A, ___m_isFixedDateRule_5)); } inline bool get_m_isFixedDateRule_5() const { return ___m_isFixedDateRule_5; } inline bool* get_address_of_m_isFixedDateRule_5() { return &___m_isFixedDateRule_5; } inline void set_m_isFixedDateRule_5(bool value) { ___m_isFixedDateRule_5 = value; } }; // Native definition for P/Invoke marshalling of System.TimeZoneInfo/TransitionTime struct TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A_marshaled_pinvoke { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_timeOfDay_0; uint8_t ___m_month_1; uint8_t ___m_week_2; uint8_t ___m_day_3; int32_t ___m_dayOfWeek_4; int32_t ___m_isFixedDateRule_5; }; // Native definition for COM marshalling of System.TimeZoneInfo/TransitionTime struct TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A_marshaled_com { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_timeOfDay_0; uint8_t ___m_month_1; uint8_t ___m_week_2; uint8_t ___m_day_3; int32_t ___m_dayOfWeek_4; int32_t ___m_isFixedDateRule_5; }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC : public MulticastDelegate_t { public: public: }; // System.Comparison`1 struct Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 : public MulticastDelegate_t { public: public: }; // System.EventHandler`1 struct EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { 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(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___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((void**)(&___m_paramName_17), (void*)value); } }; // System.ArithmeticException struct ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B : public MulticastDelegate_t { public: public: }; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B : public MulticastDelegate_t { public: public: }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____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((void**)(&____maybeFullPath_17), (void*)value); } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.OperationCanceledException struct OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.Threading.CancellationToken System.OperationCanceledException::_cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ____cancellationToken_17; public: inline static int32_t get_offset_of__cancellationToken_17() { return static_cast(offsetof(OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB, ____cancellationToken_17)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get__cancellationToken_17() const { return ____cancellationToken_17; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of__cancellationToken_17() { return &____cancellationToken_17; } inline void set__cancellationToken_17(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ____cancellationToken_17 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____cancellationToken_17))->___m_source_0), (void*)NULL); } }; // System.Threading.ParameterizedThreadStart struct ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 : public MulticastDelegate_t { public: public: }; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_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(offsetof(SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_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((void**)(&____nullMessage_17), (void*)value); } }; // System.Threading.ThreadAbortException struct ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.ThreadInterruptedException struct ThreadInterruptedException_t79671BFC28D9946768F83A1CFE78A2D586FF02DD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.ThreadStart struct ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 : public MulticastDelegate_t { public: public: }; // System.Threading.ThreadStateException struct ThreadStateException_t99CA51DDC7644BF3CD58ED773C9FA3F22EE2B3EA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.TypeLoadException struct TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.TypeLoadException::ClassName String_t* ___ClassName_17; // System.String System.TypeLoadException::AssemblyName String_t* ___AssemblyName_18; // System.String System.TypeLoadException::MessageArg String_t* ___MessageArg_19; // System.Int32 System.TypeLoadException::ResourceId int32_t ___ResourceId_20; public: inline static int32_t get_offset_of_ClassName_17() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___ClassName_17)); } inline String_t* get_ClassName_17() const { return ___ClassName_17; } inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; } inline void set_ClassName_17(String_t* value) { ___ClassName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value); } inline static int32_t get_offset_of_AssemblyName_18() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___AssemblyName_18)); } inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; } inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; } inline void set_AssemblyName_18(String_t* value) { ___AssemblyName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyName_18), (void*)value); } inline static int32_t get_offset_of_MessageArg_19() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___MessageArg_19)); } inline String_t* get_MessageArg_19() const { return ___MessageArg_19; } inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; } inline void set_MessageArg_19(String_t* value) { ___MessageArg_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___MessageArg_19), (void*)value); } inline static int32_t get_offset_of_ResourceId_20() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___ResourceId_20)); } inline int32_t get_ResourceId_20() const { return ___ResourceId_20; } inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; } inline void set_ResourceId_20(int32_t value) { ___ResourceId_20 = value; } }; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 : public MulticastDelegate_t { public: public: }; // System.Threading.WaitOrTimerCallback struct WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB : public MulticastDelegate_t { public: public: }; // System.Threading.Tasks.TaskFactory/CompleteOnInvokePromise struct CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18 : public Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 { public: // System.Collections.Generic.IList`1 System.Threading.Tasks.TaskFactory/CompleteOnInvokePromise::_tasks RuntimeObject* ____tasks_25; // System.Int32 System.Threading.Tasks.TaskFactory/CompleteOnInvokePromise::m_firstTaskAlreadyCompleted int32_t ___m_firstTaskAlreadyCompleted_26; public: inline static int32_t get_offset_of__tasks_25() { return static_cast(offsetof(CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18, ____tasks_25)); } inline RuntimeObject* get__tasks_25() const { return ____tasks_25; } inline RuntimeObject** get_address_of__tasks_25() { return &____tasks_25; } inline void set__tasks_25(RuntimeObject* value) { ____tasks_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____tasks_25), (void*)value); } inline static int32_t get_offset_of_m_firstTaskAlreadyCompleted_26() { return static_cast(offsetof(CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18, ___m_firstTaskAlreadyCompleted_26)); } inline int32_t get_m_firstTaskAlreadyCompleted_26() const { return ___m_firstTaskAlreadyCompleted_26; } inline int32_t* get_address_of_m_firstTaskAlreadyCompleted_26() { return &___m_firstTaskAlreadyCompleted_26; } inline void set_m_firstTaskAlreadyCompleted_26(int32_t value) { ___m_firstTaskAlreadyCompleted_26 = value; } }; // System.TimeZoneInfo/AdjustmentRule struct AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 : public RuntimeObject { public: // System.DateTime System.TimeZoneInfo/AdjustmentRule::m_dateStart DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_dateStart_0; // System.DateTime System.TimeZoneInfo/AdjustmentRule::m_dateEnd DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_dateEnd_1; // System.TimeSpan System.TimeZoneInfo/AdjustmentRule::m_daylightDelta TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___m_daylightDelta_2; // System.TimeZoneInfo/TransitionTime System.TimeZoneInfo/AdjustmentRule::m_daylightTransitionStart TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A ___m_daylightTransitionStart_3; // System.TimeZoneInfo/TransitionTime System.TimeZoneInfo/AdjustmentRule::m_daylightTransitionEnd TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A ___m_daylightTransitionEnd_4; // System.TimeSpan System.TimeZoneInfo/AdjustmentRule::m_baseUtcOffsetDelta TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___m_baseUtcOffsetDelta_5; public: inline static int32_t get_offset_of_m_dateStart_0() { return static_cast(offsetof(AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304, ___m_dateStart_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_dateStart_0() const { return ___m_dateStart_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_dateStart_0() { return &___m_dateStart_0; } inline void set_m_dateStart_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_dateStart_0 = value; } inline static int32_t get_offset_of_m_dateEnd_1() { return static_cast(offsetof(AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304, ___m_dateEnd_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_dateEnd_1() const { return ___m_dateEnd_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_dateEnd_1() { return &___m_dateEnd_1; } inline void set_m_dateEnd_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_dateEnd_1 = value; } inline static int32_t get_offset_of_m_daylightDelta_2() { return static_cast(offsetof(AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304, ___m_daylightDelta_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_m_daylightDelta_2() const { return ___m_daylightDelta_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_m_daylightDelta_2() { return &___m_daylightDelta_2; } inline void set_m_daylightDelta_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___m_daylightDelta_2 = value; } inline static int32_t get_offset_of_m_daylightTransitionStart_3() { return static_cast(offsetof(AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304, ___m_daylightTransitionStart_3)); } inline TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A get_m_daylightTransitionStart_3() const { return ___m_daylightTransitionStart_3; } inline TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * get_address_of_m_daylightTransitionStart_3() { return &___m_daylightTransitionStart_3; } inline void set_m_daylightTransitionStart_3(TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A value) { ___m_daylightTransitionStart_3 = value; } inline static int32_t get_offset_of_m_daylightTransitionEnd_4() { return static_cast(offsetof(AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304, ___m_daylightTransitionEnd_4)); } inline TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A get_m_daylightTransitionEnd_4() const { return ___m_daylightTransitionEnd_4; } inline TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * get_address_of_m_daylightTransitionEnd_4() { return &___m_daylightTransitionEnd_4; } inline void set_m_daylightTransitionEnd_4(TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A value) { ___m_daylightTransitionEnd_4 = value; } inline static int32_t get_offset_of_m_baseUtcOffsetDelta_5() { return static_cast(offsetof(AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304, ___m_baseUtcOffsetDelta_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_m_baseUtcOffsetDelta_5() const { return ___m_baseUtcOffsetDelta_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_m_baseUtcOffsetDelta_5() { return &___m_baseUtcOffsetDelta_5; } inline void set_m_baseUtcOffsetDelta_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___m_baseUtcOffsetDelta_5 = value; } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { 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(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___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((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_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(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_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((void**)(&____rangeMessage_18), (void*)value); } }; // System.DllNotFoundException struct DllNotFoundException_tD2224C1993151B8CCF9938FD62649816CF977596 : public TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 { public: public: }; // System.EntryPointNotFoundException struct EntryPointNotFoundException_tD0666CDCBD81C969BAAC14899569BFED2E05F9DC : public TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 { public: public: }; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: // System.String System.ObjectDisposedException::objectName String_t* ___objectName_17; public: inline static int32_t get_offset_of_objectName_17() { return static_cast(offsetof(ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A, ___objectName_17)); } inline String_t* get_objectName_17() const { return ___objectName_17; } inline String_t** get_address_of_objectName_17() { return &___objectName_17; } inline void set_objectName_17(String_t* value) { ___objectName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value); } }; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 : public ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 { public: public: }; // System.PlatformNotSupportedException struct PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E : public NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 { public: public: }; // System.Threading.Tasks.TaskCanceledException struct TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B : public OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB { public: // System.Threading.Tasks.Task System.Threading.Tasks.TaskCanceledException::m_canceledTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_canceledTask_18; public: inline static int32_t get_offset_of_m_canceledTask_18() { return static_cast(offsetof(TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B, ___m_canceledTask_18)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_canceledTask_18() const { return ___m_canceledTask_18; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_canceledTask_18() { return &___m_canceledTask_18; } inline void set_m_canceledTask_18(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_canceledTask_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_canceledTask_18), (void*)value); } }; // Unity.ThrowStub struct ThrowStub_t0243BF83C6DC8911C3DE1D3F1C924D0C6BEF2098 : public ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Exception[] struct ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D : public RuntimeArray { public: ALIGN_FIELD (8) Exception_t * m_Items[1]; public: inline Exception_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Exception_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, Exception_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Exception_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Exception_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Exception_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : 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((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : 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.ParameterizedStrings/FormatParam[] struct FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB : public RuntimeArray { public: ALIGN_FIELD (8) FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE m_Items[1]; public: inline FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE * 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, FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____string_1), (void*)NULL); } inline FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____string_1), (void*)NULL); } }; // System.TermInfoStrings[] struct TermInfoStringsU5BU5D_t7D32777EDB395F67874076A465C39EE74494548A : 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.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : 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.Globalization.EraInfo[] struct EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A : public RuntimeArray { public: ALIGN_FIELD (8) EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * m_Items[1]; public: inline EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD ** 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, EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Threading.ThreadPoolWorkQueue/WorkStealingQueue[] struct WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C : public RuntimeArray { public: ALIGN_FIELD (8) WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * m_Items[1]; public: inline WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 ** 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, WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : 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((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value); } }; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : 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.TimeZoneInfo/AdjustmentRule[] struct AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F : public RuntimeArray { public: ALIGN_FIELD (8) AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * m_Items[1]; public: inline AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 ** 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, AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 m_Items[1]; public: inline KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * 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, KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); } inline KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); } }; IL2CPP_EXTERN_C void DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke(const DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895& unmarshaled, DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke_back(const DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke& marshaled, DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895& unmarshaled); IL2CPP_EXTERN_C void DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke_cleanup(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshal_pinvoke(const TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578& unmarshaled, TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshal_pinvoke_back(const TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_pinvoke& marshaled, TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578& unmarshaled); IL2CPP_EXTERN_C void TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshal_pinvoke_cleanup(TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_pinvoke& marshaled); // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_get_Count_m2D719EE02B7FE98B5D6E9515334C594836D2C0C7_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, const RuntimeMethod* method); // T System.Collections.ObjectModel.ReadOnlyCollection`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_get_Item_m92C5369651F9216CBCAD03983F2F34C5C3BF0744_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // T System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m0CE931B041CCAD14563EF1808A3182A88EF2B812_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m6465DEF706EB529B4227F2AF79338419D517EDF9_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // T System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::.ctor(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1__ctor_mED7425C8A39DDAE57BB831E4903F987E9D033BF2_gshared (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * __this, RuntimeObject* ___list0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalWeakTable_2__ctor_m8E40E9007C1DDFA6CBFECFEB3DB8B073A935C874_gshared (ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalWeakTable_2_Add_m92A993D020EA2EE92A0C05D9AA35E65E043E7805_gshared (ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.EventHandler`1::Invoke(System.Object,TEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_1_Invoke_mEAFD7F9E52E7DF356F3C4F0262BCFBA7769C83C0_gshared (EventHandler_1_tFA1C30E54FA1061D79E711F65F9A174BFBD8CDCB * __this, RuntimeObject * ___sender0, RuntimeObject * ___e1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method); // T System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_gshared (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // T[] System.Threading.ThreadPoolWorkQueue/SparseArray`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* SparseArray_1_get_Current_m25F9E3ACF8D3CA2611F95C633A4C6AEB3B0B6D73_gshared (SparseArray_1_t0EBA1596FB6FD2DC6F89C27334AFE9C976DBD259 * __this, const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SparseArray_1__ctor_m73CC33002A0329EBD6BD0836220C3A637C40178A_gshared (SparseArray_1_t0EBA1596FB6FD2DC6F89C27334AFE9C976DBD259 * __this, int32_t ___initialSize0, const RuntimeMethod* method); // System.Int32 System.Threading.ThreadPoolWorkQueue/SparseArray`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SparseArray_1_Add_m6F50AAC239FDD8AAE9EBFC2B3F3F2016629DEC5D_gshared (SparseArray_1_t0EBA1596FB6FD2DC6F89C27334AFE9C976DBD259 * __this, RuntimeObject * ___e0, const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1::Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SparseArray_1_Remove_mE2B0F58E246578556EF983DF5186A2BA917B81D8_gshared (SparseArray_1_t0EBA1596FB6FD2DC6F89C27334AFE9C976DBD259 * __this, RuntimeObject * ___e0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparison_1__ctor_mDE1798563694D30022D3B7E1010347C573690B4A_gshared (Comparison_1_tB56E8E7C2BF431D44E8EBD15EA3E6F41AAFF03D2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_m5EB3F127CD42F1ACA97F4DB8754C49F23B64D750_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, Comparison_1_tB56E8E7C2BF431D44E8EBD15EA3E6F41AAFF03D2 * ___comparison0, const RuntimeMethod* method); // T[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* List_1_ToArray_mA737986DE6389E9DD8FA8E3D4E222DE4DA34958D_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m12374F2F6F3D2DE9CBF98D3BD63CBB0DA19C69C5_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_mD43F161D674E625D0DA61EE00A30B1EF39ECA8C6_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, int32_t ___key0, const RuntimeMethod* method); // T System.Collections.Generic.List`1>::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 List_1_get_Item_m9C08DEEC45DFAC0741F047200A07FD43B9A8F6B9_gshared_inline (List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7 * __this, int32_t ___index0, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 KeyValuePair_2_get_Key_mBEDC6BEC4BF28502CFBB86706275492049BDBCF6_gshared_inline (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m244C9DDEE1055D648230C1EA0405CA7FBEB24CCE_gshared_inline (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1>::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m90123498C9C4C120131E73B3ED3BE021C509CB45_gshared_inline (List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mE7F9D51201F5A72BF4995CA0F3F0E866DB21E638_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m39BC00F21EE9459BB8DEF5479F95F79C5C740682_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mC005492A35FF3810936B20F0D2CB95C92703DD39_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m26649CC81E6E841879C726F4B0713A31F580A556_gshared (List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m43F9961C3271E4A415221EDB2EA196165E8D204B_gshared (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m510FF466C1BB8A0CA4CBA691BCEF00C3230C2336_gshared (List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7 * __this, KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 ___item0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.TaskAwaiter::OnCompletedInternal(System.Threading.Tasks.Task,System.Action,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TaskAwaiter_OnCompletedInternal_m6B7D35FFFF726F689EABF9A513DF885B84CF790D (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___continuation1, bool ___continueOnCapturedContext2, bool ___flowExecutionContext3, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.TaskAwaiter::UnsafeOnCompleted(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskAwaiter_UnsafeOnCompleted_m4AC803A6118C13715CE0DF81D765EBE2608C8677 (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * __this, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___continuation0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsWaitNotificationEnabledOrNotRanToCompletion() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Task_get_IsWaitNotificationEnabledOrNotRanToCompletion_m08AE8FC3C2730156E5244176D8DABEE9741D1B6B_inline (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.TaskAwaiter::HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskAwaiter_HandleNonSuccessAndDebuggerNotification_mC15EB7975359781DB6D5116689FE3950BDC326F0 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCompleted_m7EF73EE6C4F400997345371FFB10137D8E9B4E1E (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::InternalWait(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_InternalWait_mE57EF4D36E52156CE56428699F713D69BFF2C4B0 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, int32_t ___millisecondsTimeout0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken1, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::NotifyDebuggerOfWaitCompletionIfNecessary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_NotifyDebuggerOfWaitCompletionIfNecessary_m566B12643DFD769D51D3CC476B00528CF658CABC (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsRanToCompletion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsRanToCompletion_m8DFA37869119617244BA82A09040A8495E031619 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.TaskAwaiter::ThrowForNonSuccess(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskAwaiter_ThrowForNonSuccess_m4C05A06A6C8EB1787D0DAB901714A6ECB23CC8D5 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method); // System.Threading.Tasks.TaskStatus System.Threading.Tasks.Task::get_Status() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_Status_m322B3FEDAED081C1EA55F6E2922007475E7CAAED (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Threading.Tasks.Task::GetCancellationExceptionDispatchInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * Task_GetCancellationExceptionDispatchInfo_mA814E950BDF6926C765498C6EBD4BD7AEC9049F8 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Void System.Runtime.ExceptionServices.ExceptionDispatchInfo::Throw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095 (ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskCanceledException::.ctor(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCanceledException__ctor_m80EB46EF14E52AD10EF2F85D9736E2E056E00B8C (TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method); // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Threading.Tasks.Task::GetExceptionDispatchInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 * Task_GetExceptionDispatchInfos_mA9149E4C9DDC833EE7BA35D4B0DB948709A77403 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::get_Count() inline int32_t ReadOnlyCollection_1_get_Count_m50CCE73BA6E5F7A70E98B4609F8C502AB185317F (ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 *, const RuntimeMethod*))ReadOnlyCollection_1_get_Count_m2D719EE02B7FE98B5D6E9515334C594836D2C0C7_gshared)(__this, method); } // T System.Collections.ObjectModel.ReadOnlyCollection`1::get_Item(System.Int32) inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ReadOnlyCollection_1_get_Item_m9CC93AE940BF7F2FF355CADB19E2FBC2B3774BE2 (ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * (*) (ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 *, int32_t, const RuntimeMethod*))ReadOnlyCollection_1_get_Item_m92C5369651F9216CBCAD03983F2F34C5C3BF0744_gshared)(__this, ___index0, method); } // System.AggregateException System.Threading.Tasks.Task::get_Exception() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * Task_get_Exception_m53945993385D4031240B0DB2C0585ABBFB8CFA81 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::SetContinuationForAwait(System.Action,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_SetContinuationForAwait_mA9BC53CDC336C1D209D8F5CEAB30ACDC43C19B63 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___continuationAction0, bool ___continueOnCapturedContext1, bool ___flowExecutionContext2, int32_t* ___stackMark3, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617 (String_t* ___key0, const RuntimeMethod* method); // System.Void System.OperationCanceledException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_mC695DBC8DD0A75A7AFA1D6912B4A5037E6379753 (OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Threading.CancellationToken System.Threading.Tasks.Task::get_CancellationToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD Task_get_CancellationToken_m95864774C9D967684A3BE04AC9A1F80874B19CC1 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Void System.OperationCanceledException::.ctor(System.String,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_m56FFE1DDC33A14CAAC5C357C0E4EA82087998B1A (OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * __this, String_t* ___message0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___token1, const RuntimeMethod* method); // System.Void System.OperationCanceledException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_mE6EFD52313978474A808793C67569169542B8B35 (OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::MarkStarted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_MarkStarted_m6D0917EFC5023434BDDEA2206E581511F16CA9C2 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.TaskScheduler::TryRunInline(System.Threading.Tasks.Task,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskScheduler_TryRunInline_mAE5CEB696574068BAE57840E70443A27C36DF289 (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, bool ___taskWasPreviouslyQueued1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskScheduler::InternalQueueTask(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler_InternalQueueTask_m7AA81A2B22AF99DA0A4B4EA250E86E490AA8E5FD (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskSchedulerException::.ctor(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskSchedulerException__ctor_m3447C3D50F4E7737126A9C15FC625F884DAA6AD3 (TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84 * __this, Exception_t * ___innerException0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::AddException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddException_mF68C273C2777513AD41B2064C15889F2D978173E (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, RuntimeObject * ___exceptionObject0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::Finish(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Finish_m924F5D1414BDC1A572D3C925CD9FBD4147C09FD5 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, bool ___bUserDelegateExecuted0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskExceptionHolder::EnsureADUnloadCallbackRegistered() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_EnsureADUnloadCallbackRegistered_m84A349AA195EEFFA2EDC4299EB3C9F578F275773 (const RuntimeMethod* method); // System.Boolean System.CLRConfig::CheckThrowUnobservedTaskExceptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CLRConfig_CheckThrowUnobservedTaskExceptions_mBBEE5B2CA413D04FE405E89AC8BEE783314F0277 (const RuntimeMethod* method); // System.Void System.EventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler__ctor_m9D4CC7B806AFF3B790E5E1A3B891F6775A146B78 (EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E (const RuntimeMethod* method); // System.Void System.AppDomain::add_DomainUnload(System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppDomain_add_DomainUnload_mE808522233A3DFCFBC771C2CB69544808938A134 (AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * __this, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___value0, const RuntimeMethod* method); // System.Boolean System.Environment::get_HasShutdownStarted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Environment_get_HasShutdownStarted_m6B1EC485BF4C4E7F355F9A715E9B4F6A6B069F6A (const RuntimeMethod* method); // System.Boolean System.AppDomain::IsFinalizingForUnload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppDomain_IsFinalizingForUnload_mF5BE1A88C86F123D397B5D9EA4644AE1849D2B2E (AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F List_1_GetEnumerator_m0C5C3BAB79C20FC08E2F7EEBE7990261D29CB4BC (List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * __this, const RuntimeMethod* method) { return (( Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F (*) (List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * Enumerator_get_Current_mCCF62DC0601C1C17B1606D341FB35491C1E70B62_inline (Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F * __this, const RuntimeMethod* method) { return (( ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * (*) (Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // System.Exception System.Runtime.ExceptionServices.ExceptionDispatchInfo::get_SourceException() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * ExceptionDispatchInfo_get_SourceException_m461A8748D61FCC7EF8D71D2784D851B0523B9B30_inline (ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * __this, const RuntimeMethod* method); // System.AggregateException System.AggregateException::Flatten() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * AggregateException_Flatten_mE14D462A6ADE827340E60E73AB20C254C5800A4F (AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * __this, const RuntimeMethod* method); // System.Collections.ObjectModel.ReadOnlyCollection`1 System.AggregateException::get_InnerExceptions() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t06CAAF5787D8FDE0CB0F04082673EC9B212451BE * AggregateException_get_InnerExceptions_m2020FC3A2334DDB72FEBFB2BF4CFE088FF83FEFE_inline (AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1::GetEnumerator() inline RuntimeObject* ReadOnlyCollection_1_GetEnumerator_mE42E479B8A2A33528AD4D666E2BF9740CE5F1983 (ReadOnlyCollection_1_t06CAAF5787D8FDE0CB0F04082673EC9B212451BE * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ReadOnlyCollection_1_t06CAAF5787D8FDE0CB0F04082673EC9B212451BE *, const RuntimeMethod*))ReadOnlyCollection_1_GetEnumerator_m0CE931B041CCAD14563EF1808A3182A88EF2B812_gshared)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m4A38643DA8B5DBAB71EB5BB2ECB92FCA590E5A16 (Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mE5221FF68D260DB8BD032B57CA41EF38FE777107 (Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void System.AggregateException::.ctor(System.String,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m9A3EC8C177CC1E6F04AC19EDE79E5367E82F3042 (AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * __this, String_t* ___message0, RuntimeObject* ___innerExceptionInfos1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.UnobservedTaskExceptionEventArgs::.ctor(System.AggregateException) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnobservedTaskExceptionEventArgs__ctor_m04C31C39F7FCE7BABABA3A283C8A3E82110AA734 (UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41 * __this, AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * ___exception0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskScheduler::PublishUnobservedTaskException(System.Object,System.Threading.Tasks.UnobservedTaskExceptionEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler_PublishUnobservedTaskException_m1AC1B6AC6FF22C3AD093BD75D30968FFE5709F23 (RuntimeObject * ___sender0, UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41 * ___ueea1, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskExceptionHolder::SetCancellationException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_SetCancellationException_mDF595E301DAFE052D5E1088F6EF7C561E5493DE6 (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, RuntimeObject * ___exceptionObject0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskExceptionHolder::AddFaultException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_AddFaultException_m54D4156B052D1EF35A8B020036BE34BC34C9A448 (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, RuntimeObject * ___exceptionObject0, const RuntimeMethod* method); // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Runtime.ExceptionServices.ExceptionDispatchInfo::Capture(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ExceptionDispatchInfo_Capture_m972BB7AC3DEF807C66DD794FA29D48829252F40B (Exception_t * ___source0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskExceptionHolder::MarkAsHandled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_MarkAsHandled_m071FA704017944E5AF822BCD87BBEEBDC263666B (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, bool ___calledFromFinalizer0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mD6F40E7D1F626B2B098C65B3F3EABB70001C5117 (List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_m0DA40F6F27AA1192418F9F47AC798FA842175A3E (List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * __this, ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 *, ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_mC15BD5D0E0CB06484024100DC1EFA5E9A34DB214 (List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m6465DEF706EB529B4227F2AF79338419D517EDF9_gshared)(__this, ___collection0, method); } // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // T System.Collections.Generic.List`1::get_Item(System.Int32) inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * List_1_get_Item_mD1CA893F80FE0EF058BAF21A2F31C0C9BDC4C1F1_inline (List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * (*) (List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Type System.Exception::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F (Exception_t * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskExceptionHolder::MarkAsUnhandled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_MarkAsUnhandled_m262C075B96C82B15E8A8C3ECD94BC5A0FD4DED75 (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m02128FCB76FE24790DE98A15378502DBF3941B51_inline (List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.GC::ReRegisterForFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_ReRegisterForFinalize_mF38F6AEB6887F6F83CD2644D3D3A5762D9E191C2 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.AggregateException::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m20262C91C3F1247E4B49C8D66B8F3632D825CAB2 (AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * __this, RuntimeObject* ___innerExceptionInfos0, const RuntimeMethod* method); // System.Void System.AggregateException::.ctor(System.Exception[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m7F54BA001B4F8E287293E1D5C6EB73D5CCB917DC (AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * __this, ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* ___innerExceptions0, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::.ctor(System.Collections.Generic.IList`1) inline void ReadOnlyCollection_1__ctor_m9B349B8F1B3B37E9161F2DBCAE8468D541D0C458 (ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 * __this, RuntimeObject* ___list0, const RuntimeMethod* method) { (( void (*) (ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 *, RuntimeObject*, const RuntimeMethod*))ReadOnlyCollection_1__ctor_mED7425C8A39DDAE57BB831E4903F987E9D033BF2_gshared)(__this, ___list0, method); } // System.Boolean System.Threading.Tasks.TaskExceptionHolder::ShouldFailFastOnUnobservedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskExceptionHolder_ShouldFailFastOnUnobservedException_m4DB89F74CC9B00D3D336F96103D837E1F5F02C8B (const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskFactory::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskFactory__ctor_m7D4C55DC68BDCF94C1086C83E29BBD4993528E1D (TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, int32_t ___creationOptions1, int32_t ___continuationOptions2, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___scheduler3, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskFactory::CheckMultiTaskContinuationOptions(System.Threading.Tasks.TaskContinuationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskFactory_CheckMultiTaskContinuationOptions_m592473AB47584DE6B8C032335E63798E2737D40A (int32_t ___continuationOptions0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskFactory::CheckCreationOptions(System.Threading.Tasks.TaskCreationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskFactory_CheckCreationOptions_mB5BA78C895925094C20D93F462BB06FFE47AFB65 (int32_t ___creationOptions0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskFactory/CompleteOnInvokePromise::.ctor(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompleteOnInvokePromise__ctor_m01E9A704FD15B314769F6A1BA0FF765C53C2D751 (CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18 * __this, RuntimeObject* ___tasks0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskFactory/CompleteOnInvokePromise::Invoke(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompleteOnInvokePromise_Invoke_m18B7ECE0269649D7BB3FF6A39ED8066D22B7ED1D (CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18 * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___completingTask0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::AddCompletionAction(System.Threading.Tasks.ITaskCompletionAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddCompletionAction_mE1E799EDCDFA115D1FAC40C8A5AA07403C1289F5 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, RuntimeObject* ___action0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::RemoveContinuation(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_RemoveContinuation_m94A37A95DB74604DD0B72D23D007C205B2FE6F41 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, RuntimeObject * ___continuationObject0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::get_ExecutingTaskScheduler() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * Task_get_ExecutingTaskScheduler_m95D238D843CD999FD8899BF6A98F5E84F4212C4C_inline (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsDelegateInvoked() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsDelegateInvoked_m3F4A281F187D0971A4AAE4810E4A6327A7A6DFDE (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCanceled_m4D3446507B67CD13F0A7A50D0299105E2817FC66 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::get_CurrentStackGuard() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * Task_get_CurrentStackGuard_m6DBCD68B1A6677D6DB6D7E2921400209A71D91A4 (const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.StackGuard::TryBeginInliningScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackGuard_TryBeginInliningScope_m663FAF52A48EEE22EAE1DFA69E167AF82F090AAF (StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::FireTaskScheduledIfNeeded(System.Threading.Tasks.TaskScheduler) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Task_FireTaskScheduledIfNeeded_m7A6B18BF76D32C198B1FF67EEE03D85C7E070EC3_inline (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___ts0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.StackGuard::EndInliningScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackGuard_EndInliningScope_m4EA0F5072CB4F1BC6C131A998DF50AB8E5546957 (StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Diagnostics.Debugger::get_IsAttached() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debugger_get_IsAttached_mA30EFEC2ACD57D13B23899EF19D452AC9ED7210E (const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskScheduler::AddToActiveTaskSchedulers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler_AddToActiveTaskSchedulers_mE6AC64739835C5448615921260EF0AE30B84E713 (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::.ctor() inline void ConditionalWeakTable_2__ctor_mC2E955C5BE3D2F48E5B491CF549DEF98A2B2F50F (ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * __this, const RuntimeMethod* method) { (( void (*) (ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 *, const RuntimeMethod*))ConditionalWeakTable_2__ctor_m8E40E9007C1DDFA6CBFECFEB3DB8B073A935C874_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::Add(TKey,TValue) inline void ConditionalWeakTable_2_Add_m4623FEE1B614D35A72EA11366842CA2F61A81E17 (ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * __this, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 *, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D *, RuntimeObject *, const RuntimeMethod*))ConditionalWeakTable_2_Add_m92A993D020EA2EE92A0C05D9AA35E65E043E7805_gshared)(__this, ___key0, ___value1, method); } // System.Threading.Tasks.Task System.Threading.Tasks.Task::get_InternalCurrent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Task_get_InternalCurrent_m557FDDC9AA0F289D2E00266B3E231DF5299A719D_inline (const RuntimeMethod* method); // System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.Task::get_CreationOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_CreationOptions_mFFFB200145023232580498A32BCEC3263F915E16 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Increment(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8 (int32_t* ___location0, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382 (int32_t* ___location10, int32_t ___value1, int32_t ___comparand2, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.EventHandler`1::Invoke(System.Object,TEventArgs) inline void EventHandler_1_Invoke_m722271173D2FAA7E60AC610CE292DE560AF47D1A (EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * __this, RuntimeObject * ___sender0, UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41 * ___e1, const RuntimeMethod* method) { (( void (*) (EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A *, RuntimeObject *, UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41 *, const RuntimeMethod*))EventHandler_1_Invoke_mEAFD7F9E52E7DF356F3C4F0262BCFBA7769C83C0_gshared)(__this, ___sender0, ___e1, method); } // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.ThreadPoolTaskScheduler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolTaskScheduler__ctor_mF6C9744A8A0B97A78428B2EC5703EEAAB9D5DE64 (ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AwaitTaskContinuation::.ctor(System.Action,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation__ctor_m1EF0CE6A7D92958E3694213B10448ED281733752 (AwaitTaskContinuation_t1A2278C0F0612C10EEF2B2FF352D2833C53E86CB * __this, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action0, bool ___flowExecutionContext1, int32_t* ___stackMark2, const RuntimeMethod* method); // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_Default() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * TaskScheduler_get_Default_m3FAE18B08A620C75BF0256917EFB236D30AB6BCB_inline (const RuntimeMethod* method); // System.Void System.Threading.Tasks.AwaitTaskContinuation::Run(System.Threading.Tasks.Task,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_Run_mAF1F4E1755EC81415DB4D65AE8BF129B6AD059F5 (AwaitTaskContinuation_t1A2278C0F0612C10EEF2B2FF352D2833C53E86CB * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, bool ___canInlineContinuationTask1, const RuntimeMethod* method); // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_InternalCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * TaskScheduler_get_InternalCurrent_m20E21A21ACD67F1B84CB8AD9E79335A8F19A7BB6 (const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::get_CurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC (const RuntimeMethod* method); // System.Boolean System.Threading.Thread::get_IsThreadPoolThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_get_IsThreadPoolThread_m8A97A856E4A2CD78FC799E9A21E63ED86262B5C6 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158 (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Threading.Tasks.Task System.Threading.Tasks.AwaitTaskContinuation::CreateTask(System.Action`1,System.Object,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * AwaitTaskContinuation_CreateTask_m00279C305E3B906B1247B8CC2ECAAEAAE93AE6AD (AwaitTaskContinuation_t1A2278C0F0612C10EEF2B2FF352D2833C53E86CB * __this, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___action0, RuntimeObject * ___state1, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___scheduler2, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskContinuation::InlineIfPossibleOrElseQueue(System.Threading.Tasks.Task,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskContinuation_InlineIfPossibleOrElseQueue_m47E7CB75F767486FE96A533D91CDA3B784FAC596 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, bool ___needsProtection1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::ScheduleAndStart(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ScheduleAndStart_m8B0BB3CA33030ADE7C6873A4F2CEEC7D50A070CB (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, bool ___needsProtection0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080 (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m0CD24092BF55B8EDE25AED989ACADB80298EF917 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_mDAEBF2732BC830270FD98346F069B04E97BB1D5B (String_t* ___path0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_m7A2F79646794E197E588558EE81971A0C32A2A6A (String_t* ___path10, String_t* ___path21, String_t* ___path32, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.String System.Environment::GetEnvironmentVariable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mBDE19BD883E2D01AEA6DD1667D5E97941558C7A3 (String_t* ___variable0, const RuntimeMethod* method); // System.Boolean System.IO.Directory::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_m17E38B91F6D9A0064D614FF2237BBFC0127468FE (String_t* ___path0, const RuntimeMethod* method); // System.String System.TermInfoDriver::TryTermInfoDir(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_TryTermInfoDir_m87F573ADFF568FB5ECFC03D9558E94E41959ABC8 (String_t* ___dir0, String_t* ___term1, const RuntimeMethod* method); // System.Void System.IO.CStreamWriter::InternalWriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteString_m9AF77B6AD303A0432032DEB1C8528DE2BD2047BB (CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A * __this, String_t* ___val0, const RuntimeMethod* method); // System.String System.TermInfoDriver::SearchTerminfo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_SearchTerminfo_mE1F9E8C566D3D1B09E1DA837AEA6759BDEB38F8C (String_t* ___term0, const RuntimeMethod* method); // System.Void System.TermInfoReader::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mAB6AE176A1B6E80CBC49F88DF34B286784C82EF9 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, String_t* ___term0, String_t* ___filename1, const RuntimeMethod* method); // System.Byte[] System.KnownTerminals::get_xterm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KnownTerminals_get_xterm_m1C46DA4EE4F1AD49C768E2E1EF1B021FFCA3D0D3 (const RuntimeMethod* method); // System.Void System.TermInfoReader::.ctor(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader__ctor_m6965170336B3540CF6ED8CE2DE74A2ECEF3177BC (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, String_t* ___term0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, const RuntimeMethod* method); // System.Byte[] System.KnownTerminals::get_linux() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KnownTerminals_get_linux_mC782F1F728D0179B98980C7FB785D9C1378AF56B (const RuntimeMethod* method); // System.Byte[] System.KnownTerminals::get_ansi() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KnownTerminals_get_ansi_m35053A87F0AE1409620A9692E907C011F1CA3C51 (const RuntimeMethod* method); // System.IO.Stream System.Console::OpenStandardOutput(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * Console_OpenStandardOutput_m801990D7D01C7E9E29CEFC1CAB10938F01117369 (int32_t ___bufferSize0, const RuntimeMethod* method); // System.Text.Encoding System.Console::get_OutputEncoding() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Console_get_OutputEncoding_m002C265931AC07332512A8EEB77DB62555C8CAB6_inline (const RuntimeMethod* method); // System.Void System.IO.CStreamWriter::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter__ctor_mDEC4D7D0987E42004657A6F4F91124135420266F (CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, bool ___leaveOpen2, const RuntimeMethod* method); // System.Boolean System.ConsoleDriver::get_IsConsole() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConsoleDriver_get_IsConsole_mA5DEADCDDEA8FEAC6A24D4421CDBC5D561E6E8A7 (const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.ConsoleDriver::SetEcho(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConsoleDriver_SetEcho_m804951E968E20213D629F74BBF8A124347BE49B5 (bool ___wantEcho0, const RuntimeMethod* method); // System.String System.TermInfoReader::Get(System.TermInfoStrings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, int32_t ___tstr0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::WriteConsole(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteConsole_m8A19EB8A0FAC1D6FCE6EFAD9820214E4AF24331D (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, String_t* ___str0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Int32 System.TermInfoReader::Get(System.TermInfoNumbers) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoReader_Get_mB132FEC9E77A3DFEE4300EBB5DF08497809319E4 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, int32_t ___number0, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Boolean System.ConsoleDriver::TtySetup(System.String,System.String,System.Byte[]&,System.Int32*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConsoleDriver_TtySetup_m24F068A0527B20A3866F411A5E905740B4E167A2 (String_t* ___keypadXmit0, String_t* ___teardown1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** ___control_characters2, int32_t** ___address3, const RuntimeMethod* method); // System.IO.Stream System.Console::OpenStandardInput(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * Console_OpenStandardInput_m47D9D3DD0745CB6189F44538B13E0279104CCC48 (int32_t ___bufferSize0, const RuntimeMethod* method); // System.Text.Encoding System.Console::get_InputEncoding() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Console_get_InputEncoding_m5D112AC436D4AA9D148B012047DC54C4129CE987_inline (const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_mFA7564812FC1200208BCC51CF24D3BE25BD15497 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::GetCursorPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_GetCursorPosition_m05C3C783D8AB50B1CFD899415E0B19F3E85A0942 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method); // System.Int32 System.TermInfoDriver::get_WindowWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowWidth_m6CDC5CDA6063B81E4FFFA80FB6ECE6CB00C672FE (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method); // System.Int32 System.TermInfoDriver::get_WindowHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowHeight_m5D177E6B98F95C07DE7AEA6A5F9ED93E0C25D61C (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method); // System.ConsoleKey System.ConsoleKeyInfo::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_get_Key_m55835EA07741BFE8C6E035A124507DF196010011_inline (ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::SetCursorPosition(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_SetCursorPosition_mFEFDF7E4307F5345D72C292A80CC52C7CD83E8D0 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, int32_t ___left0, int32_t ___top1, const RuntimeMethod* method); // System.Void System.TermInfoDriver::IncrementX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_IncrementX_mE07FD95AD18DFA04A2586AB8A3712D30C3C13204 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method); // System.ConsoleKeyInfo System.TermInfoDriver::CreateKeyInfoFromInt(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 TermInfoDriver_CreateKeyInfoFromInt_mFC8D60BCEE76F3FCFAE3476DFEBDAF09EEA54D2F (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, int32_t ___n0, bool ___alt1, const RuntimeMethod* method); // System.Void System.TermInfoDriver::WriteSpecialKey(System.ConsoleKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m0D328517899AF9E9259825B782077DDD87EC56F5 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 ___key0, const RuntimeMethod* method); // System.Boolean System.TermInfoDriver::IsSpecialKey(System.ConsoleKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m185C9ECCA69FA5855A7E54DC095CA0D07271A42B (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 ___key0, const RuntimeMethod* method); // System.Int32 System.ConsoleDriver::InternalKeyAvailable(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConsoleDriver_InternalKeyAvailable_mE1FAFB8BF63D206B47698F9FD342845231A63722 (int32_t ___ms_timeout0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::AddToBuffer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AddToBuffer_mB33DA28768364626F07A606BCDCAAD795BF054A8 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, int32_t ___b0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_Init_m367EC5A4D447ED486151E824D1AF496B8FC23063 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::CheckWindowDimensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_CheckWindowDimensions_mF2B9429E390596539A85499E768ED9F7A318ED14 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Void System.ConsoleKeyInfo::.ctor(System.Char,System.ConsoleKey,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC (ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 * __this, Il2CppChar ___keyChar0, int32_t ___key1, bool ___shift2, bool ___alt3, bool ___control4, const RuntimeMethod* method); // System.Boolean System.ByteMatcher::StartsWith(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteMatcher_StartsWith_m3FD18279359D5E475EA2028AA6A38B1F8B4986C2 (ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * __this, int32_t ___c0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::AdjustBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AdjustBuffer_m73706E222982CC99D87C5F8A7FDE7B1D84FA44A0 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method); // System.TermInfoStrings System.ByteMatcher::Match(System.Char[],System.Int32,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteMatcher_Match_m73533801AD0EA6452604CB13FD048E3C52AD8C5D (ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___offset1, int32_t ___length2, int32_t* ___used3, const RuntimeMethod* method); // System.Void System.TermInfoDriver::InitKeys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_InitKeys_m54113C1C09A868AF8044F92940AA59FC48A07FFE (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method); // System.Object System.TermInfoDriver::GetKeyFromBuffer(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TermInfoDriver_GetKeyFromBuffer_m4017D6046129ABB4AE0635761C2A385DF47DDD15 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, bool ___cooked0, const RuntimeMethod* method); // System.Boolean System.IO.StreamReader::DataAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamReader_DataAvailable_mDF170AD19376B66641FA8CD9A7FAFAE782CA36CF (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, const RuntimeMethod* method); // System.Boolean System.TermInfoDriver::InputPending() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_InputPending_m2A3CCCFE1A965AEB16DFBE1CF383A8A1B1D80B67 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method); // System.Void System.IO.CStreamWriter::InternalWriteChars(System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteChars_m64775CD216B4A0F1BE0ECD0A9B92EA9E6198AB9D (CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___n1, const RuntimeMethod* method); // System.Char System.ConsoleKeyInfo::get_KeyChar() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m85F4AA380907696C19C1BFFB73FA5DCA0975A82D_inline (ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::QueueEcho(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_QueueEcho_mD113DEE664E58B1596F3352662735DC8B8E22D75 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::EchoFlush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_EchoFlush_m47A61D19C8817F0B44D123DA39DEFBCE9B2D6436 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.ConsoleKeyInfo System.TermInfoDriver::ReadKeyInternal(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 TermInfoDriver_ReadKeyInternal_mD27C4B25FCD843C14A83893A10F467DBF77C870B (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, bool* ___fresh0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::Echo(System.ConsoleKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_Echo_m8FB7032AD695C2B085918B1B5981A0E735D0DC97 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 ___key0, const RuntimeMethod* method); // System.Char System.Text.StringBuilder::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3 (StringBuilder_t * __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.TermInfoDriver::ReadUntilConditionInternal(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadUntilConditionInternal_m183C233B79887480D093830ED43FBE01398EA590 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, bool ___haltOnNewLine0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.ParameterizedStrings/FormatParam System.ParameterizedStrings/FormatParam::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897 (int32_t ___value0, const RuntimeMethod* method); // System.String System.ParameterizedStrings::Evaluate(System.String,System.ParameterizedStrings/FormatParam[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_Evaluate_mFE97AAD1C46EEDA5284D925B2EE14155D5FE22CA (String_t* ___format0, FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* ___args1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::CreateKeyMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_CreateKeyMap_m1A1F91C69C11E715DDD32409021BF26E6EB1B469 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method); // System.Void System.ByteMatcher::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteMatcher__ctor_m75A6660FF59B6009D9A64072CB3AD8D4A3170124 (ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Void System.TermInfoDriver::AddStringMapping(System.TermInfoStrings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AddStringMapping_m4FA1626CE4D7F2964FD139CBD92867A602CF8DE6 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, int32_t ___s0, const RuntimeMethod* method); // System.Void System.ByteMatcher::AddMapping(System.TermInfoStrings,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteMatcher_AddMapping_m72BCCDBE2E1473253FF0E2A77A3A9584448E3899 (ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * __this, int32_t ___key0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___val1, const RuntimeMethod* method); // System.Void System.ByteMatcher::Sort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteMatcher_Sort_m57D3139BB02ACEF4D957C94D53D5676BD3BE89EE (ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * __this, const RuntimeMethod* method); // System.Byte[] System.TermInfoReader::GetStringBytes(System.TermInfoStrings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TermInfoReader_GetStringBytes_mD8753613BFBA0FD30D2C5DAD60DEE36E525C0258 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, int32_t ___tstr0, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::OpenRead(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * File_OpenRead_m1D51CE0C5E960271D955F49EDF68EABF60E4DF6B (String_t* ___path0, const RuntimeMethod* method); // System.Void System.TermInfoReader::ReadHeader(System.Byte[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_ReadHeader_mCEE18D158781360ABEBE557480428E62AF8BFFF8 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___position1, const RuntimeMethod* method); // System.Void System.TermInfoReader::ReadNames(System.Byte[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_ReadNames_mCC1296454CD4CCBC0F0177E26D5F03EBD1EE20F8 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___position1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Int16 System.TermInfoReader::GetInt16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TermInfoReader_GetInt16_m53144A391C11C2301B527BF108775B3D95F20456 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, const RuntimeMethod* method); // System.Void System.TermInfoReader::DetermineVersion(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_DetermineVersion_m83AD38B61F5823087192F1A643CD36596178C28C (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, int16_t ___magic0, const RuntimeMethod* method); // System.String System.TermInfoReader::GetString(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoReader_GetString_m504024DDD3C76CC1B22A1F6AF4FBE6B60C316F8F (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Int32 System.TermInfoReader::GetInteger(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoReader_GetInteger_m219B72CBF36C33D57EA9587962F075E03C6ECB75 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, const RuntimeMethod* method); // System.Byte[] System.TermInfoReader::GetStringBytes(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TermInfoReader_GetStringBytes_m1F38E7F0B1CF59B8A142F5B19080E93DC1BCBA44 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, const RuntimeMethod* method); // System.Int32 System.TermInfoReader::GetInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoReader_GetInt32_mAA3101EF588913BA9C4382151E59B5991B619B61 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_ASCII() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173 (const RuntimeMethod* method); // System.Boolean System.Buffer::InternalBlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97 (RuntimeArray * ___src0, int32_t ___srcOffsetBytes1, RuntimeArray * ___dst2, int32_t ___dstOffsetBytes3, int32_t ___byteCount4, const RuntimeMethod* method); // System.Globalization.CultureData System.Globalization.CultureData::get_Invariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * CultureData_get_Invariant_m691DD086A42421A73E091169E1D280122EA298BF (const RuntimeMethod* method); // System.Void System.Globalization.TextInfo::.ctor(System.Globalization.CultureData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo__ctor_m508B936EA438F37591CCE37041B1273A9283F67B (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___cultureData0, const RuntimeMethod* method); // System.String System.Globalization.CultureData::get_CultureName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CultureData_get_CultureName_m03D4BB35D349D0463EE9338FCE2C2424876C9B55_inline (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method); // System.String System.Globalization.CultureData::get_STEXTINFO() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CultureData_get_STEXTINFO_m8FAF1D39FCD0E26DC5B38781E548E0C8C8468B63_inline (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::GetCultureInfo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_GetCultureInfo_mB0697F9A11B0ECED167EF993E87AF22C201A16A6 (int32_t ___culture0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::GetCultureInfo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_GetCultureInfo_m757F4A8A690B1CDA1A498EBD2ED031B7A76546F3 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.Globalization.TextInfo::OnDeserialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo_OnDeserialized_mE7B72CB672622925D9B0854C661C8EB8332A4C83 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, const RuntimeMethod* method); // System.Int32 System.Globalization.TextInfo::GetHashCodeOrdinalIgnoreCase(System.String,System.Boolean,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_GetHashCodeOrdinalIgnoreCase_m1D391DDF8902C0ECF13C97743F5300BF791316C6 (String_t* ___s0, bool ___forceRandomizedHashing1, int64_t ___additionalEntropy2, const RuntimeMethod* method); // System.Globalization.TextInfo System.Globalization.TextInfo::get_Invariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * TextInfo_get_Invariant_mEC603FEC2335D1CD5D827C4ECA44D7DC815B3C43 (const RuntimeMethod* method); // System.Int32 System.Globalization.TextInfo::GetCaseInsensitiveHashCode(System.String,System.Boolean,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_GetCaseInsensitiveHashCode_m2CFD5D8ABE39B3BA2F8D2FE9E47C7F26A09B677C (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, String_t* ___str0, bool ___forceRandomizedHashing1, int64_t ___additionalEntropy2, const RuntimeMethod* method); // System.Int32 System.Globalization.TextInfo::InternalCompareStringOrdinalIgnoreCase(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_InternalCompareStringOrdinalIgnoreCase_mC0981EBE7BAFA597CE44AAE21AF088A20C528E6A (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___lenA4, int32_t ___lenB5, const RuntimeMethod* method); // System.Int32 System.Globalization.TextInfo::CompareOrdinalIgnoreCaseEx(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_CompareOrdinalIgnoreCaseEx_m09B5C40CC607DF4984D90DB06E5B2E442E10ECC9 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___lengthA4, int32_t ___lengthB5, const RuntimeMethod* method); // System.Object System.Object::MemberwiseClone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m0AEE84C38E9A87C372139B4C342454553F0F6392 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Globalization.TextInfo::SetReadOnlyState(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextInfo_SetReadOnlyState_m48F81D66BBBE5AC95CC1FB7E17885672F7A14CA9_inline (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, bool ___readOnly0, const RuntimeMethod* method); // System.Boolean System.Globalization.TextInfo::IsAscii(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextInfo_IsAscii_mF8EFEE7E3F36F87DA81816314281051483C3A4DF (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Globalization.TextInfo::get_IsAsciiCasingSameAsInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextInfo_get_IsAsciiCasingSameAsInvariant_m0C6A2D5B33D87C5F27AA92B1CE48597B569A1510 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, const RuntimeMethod* method); // System.Char System.Globalization.TextInfo::ToLowerAsciiInvariant(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TextInfo_ToLowerAsciiInvariant_m3D4332A5E4B21B42AF6B1984401B3FA03B128150 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Char System.Globalization.TextInfo::ToLowerInternal(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TextInfo_ToLowerInternal_mCD42C6E3E4AD02FB1CDB863D72E2F18ECFD0DE23 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.String System.Globalization.TextInfo::ToLowerInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextInfo_ToLowerInternal_m052C579EC5D1F4CF477FBBA4F714AEDBBC0F0803 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, String_t* ___str0, const RuntimeMethod* method); // System.Char System.Globalization.TextInfo::ToUpperAsciiInvariant(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TextInfo_ToUpperAsciiInvariant_mEE29EBA42D42164BC9411F65459425704EB69783 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Char System.Globalization.TextInfo::ToUpperInternal(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TextInfo_ToUpperInternal_m1F340D7890FADDF5E0AF3077C16A66DF11E80084 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.String System.Globalization.TextInfo::ToUpperInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextInfo_ToUpperInternal_m860B6BBAB8D066383F7C82C41370BC7BB0ADA239 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, String_t* ___str0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline)(__this, method); } // System.String System.Globalization.CultureData::get_SISO639LANGNAME() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CultureData_get_SISO639LANGNAME_mFB04163860A69BEB7CD234229219D396121B040E_inline (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) inline void Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, bool, const RuntimeMethod*))Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_gshared)(__this, ___value0, method); } // T System.Nullable`1::get_Value() inline bool Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378 (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_gshared)(__this, method); } // System.String System.Globalization.TextInfo::get_CultureName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TextInfo_get_CultureName_mFA2382305F84A045CE80275A913A5F1EE9A60D03_inline (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.StringComparer System.StringComparer::get_CurrentCultureIgnoreCase() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_CurrentCultureIgnoreCase_mD1BB04FD7310F04F99AC4F8F8A3C5BD6FCCCBA56 (const RuntimeMethod* method); // System.Int32 System.Globalization.TextInfo::GetInvariantCaseInsensitiveHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_GetInvariantCaseInsensitiveHashCode_m9B0C4535D23A788D293941F29C5C4EFDC1AF01C1 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, String_t* ___str0, const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42 (const RuntimeMethod* method); // System.Char System.Char::ToUpperInvariant(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpperInvariant_mC633E91835362149763FD5541D09574AF05D541D (Il2CppChar ___c0, const RuntimeMethod* method); // System.String System.String::FastAllocateString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FastAllocateString_m5213341BD4443FBC04DB1D11EE6270FFB355D432 (int32_t ___length0, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureData::get_IsInvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureData_get_IsInvariantCulture_m5900D149867D3560BDB1276490B00060ED885E64 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB (StringBuilder_t * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___value0, int32_t ___startIndex1, int32_t ___charCount2, const RuntimeMethod* method); // System.Void System.IO.TextReader/SyncTextReader::.ctor(System.IO.TextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncTextReader__ctor_m7B72734A7D04A300E3B68A6F14CF4BDFB049FE8B (SyncTextReader_tA4C7DEEF5A129E5D1287BDE2D5335AD7F8EEAA84 * __this, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___t0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m5DB0F7F826FFCB704F566795D5DA5A1F5ABD313D (Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92 (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_gshared)(__this, ___object0, ___method1, method); } // System.Void System.IO.TextReader/NullTextReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullTextReader__ctor_m3CE6B1DC97A121C3DC449F72E8AF4855BBBF5FE6 (NullTextReader_tFC192D86C5C095C98156DAF472F7520472039F95 * __this, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4 (const RuntimeMethod* method); // System.String System.IO.TextWriter::get_InitialNewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextWriter_get_InitialNewLine_m8A8CA4D9FB5A1FFD5D2647C190D830F017985CF4 (const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C (String_t* __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Threading.Thread::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * Thread_get_CurrentCulture_m08B216EA7CE554F98EB601108206C01A54CAAC5F (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Void System.IO.TextWriter/SyncTextWriter::.ctor(System.IO.TextWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncTextWriter__ctor_m1775BA6F4E71F5D255B9658621EC0EFEA66D448B (SyncTextWriter_t4B1FF6119ABECE598E0666C85337FA3F11FF785D * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___t0, const RuntimeMethod* method); // System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method); // System.Void System.IO.TextWriter/NullTextWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullTextWriter__ctor_m33C654ED7A4B2CBB6C50AE4865CA0FB8878D50E7 (NullTextWriter_t1D00E99220711EA2E249B67A50372CED994A125F * __this, const RuntimeMethod* method); // System.Void System.Globalization.Calendar::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Calendar__ctor_m47E3F85BE41EAA1FB9D82DA56647EF6481CF6EAD (Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * __this, const RuntimeMethod* method); // System.Void System.Globalization.GregorianCalendarHelper::.ctor(System.Globalization.Calendar,System.Globalization.EraInfo[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GregorianCalendarHelper__ctor_mA20BA428607ABCC2B7E0B7589A2727A6D39B4417 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___cal0, EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* ___eraInfo1, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetDaysInMonth(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetDaysInMonth_m3C3346A69DD4B0340A8843365A8A79019D1FC02C (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, int32_t ___year0, int32_t ___month1, int32_t ___era2, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetDaysInYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetDaysInYear_m420F069CAEECF1B00DCF044B739F18C8DCB66AAD (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetDayOfMonth(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetDayOfMonth_mB84A8BCAC7BFBFCE7FCC495384F0130FCAA564E4 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method); // System.DayOfWeek System.Globalization.GregorianCalendarHelper::GetDayOfWeek(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetDayOfWeek_m1BF3F3019DD8C5B77530ED8CC8D3C1C4B3880B73 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetMonthsInYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetMonthsInYear_m76A565F51AE3478044D72FD41CEDA3D9317C6E70 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetEra(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetEra_m0835BBC2AD61809E2E0A08C8141504D7BEF646C7 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetMonth(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetMonth_m64F622A332B13336A741E7D12CE2463E8B686EDE (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::GetYear(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_GetYear_m44399F1087967FA42CD6F1D238A9921DBA3627B0 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method); // System.Boolean System.Globalization.GregorianCalendarHelper::IsLeapYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GregorianCalendarHelper_IsLeapYear_mED7D5688E213906F25B45C69BEE45F0152121CCB (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method); // System.DateTime System.Globalization.GregorianCalendarHelper::ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 GregorianCalendarHelper_ToDateTime_m8856A497F14D31D3F5BB45B9F7090ABE6441C440 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, int32_t ___era7, const RuntimeMethod* method); // System.Int32[] System.Globalization.GregorianCalendarHelper::get_Eras() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GregorianCalendarHelper_get_Eras_mAB955309D5D6FF1DF4BE01044E68270E31985849 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, const RuntimeMethod* method); // System.Int32 System.Globalization.Calendar::GetSystemTwoDigitYearSetting(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Calendar_GetSystemTwoDigitYearSetting_mF12E6A472DAC24009E72B4B95CF451F80CCB1CD8 (int32_t ___CalID0, int32_t ___defaultYearValue1, const RuntimeMethod* method); // System.Int32 System.Globalization.GregorianCalendarHelper::ToFourDigitYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GregorianCalendarHelper_ToFourDigitYear_mD1AF6924BA61E7A5C15B10E277C05EE77B73A824 (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * __this, int32_t ___year0, int32_t ___twoDigitYearMax1, const RuntimeMethod* method); // System.Void System.Globalization.EraInfo::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EraInfo__ctor_mE49DB7D0F7F2E3665C6E6165FAB70C344CB917D0 (EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * __this, int32_t ___era0, int32_t ___startYear1, int32_t ___startMonth2, int32_t ___startDay3, int32_t ___yearOffset4, int32_t ___minEraYear5, int32_t ___maxEraYear6, const RuntimeMethod* method); // System.Void System.Runtime.ConstrainedExecution.CriticalFinalizerObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CriticalFinalizerObject__ctor_mB2B61C36ED7031FDCD35E835B7FB94CE326F67D9 (CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 * __this, const RuntimeMethod* method); // System.Void System.Threading.Thread::SetStartHelper(System.Delegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SetStartHelper_mF220371721B37699B91A97B0C4EAD6B7A4A29A55 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, Delegate_t * ___start0, int32_t ___maxStackSize1, const RuntimeMethod* method); // System.Void System.Threading.Thread::Start(System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Start_m9F0FE46EB610A4542D230843F092DFEDD4E85CD7 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, int32_t* ___stackMark0, const RuntimeMethod* method); // System.Object System.Delegate::get_Target() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_mA4C35D598EE379F0F1D49EA8670620792D25EAB1_inline (Delegate_t * __this, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.ExecutionContext::Capture(System.Threading.StackCrawlMark&,System.Threading.ExecutionContext/CaptureOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ExecutionContext_Capture_m7D895FB8D9C0005CF084E521BA4F030148D984A3 (int32_t* ___stackMark0, int32_t ___options1, const RuntimeMethod* method); // System.Void System.Threading.ThreadHelper::SetExecutionContextHelper(System.Threading.ExecutionContext) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ThreadHelper_SetExecutionContextHelper_m1D8E57074148759BE3C547E5267F980366B3E107_inline (ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * __this, ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___ec0, const RuntimeMethod* method); // System.Void System.Threading.Thread::StartInternal(System.Security.Principal.IPrincipal,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_StartInternal_m46583A4FDAB0814782F402660633D459352BCE06 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, RuntimeObject* ___principal0, int32_t* ___stackMark1, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext/Reader::.ctor(System.Threading.ExecutionContext) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Reader__ctor_m31D3B8298BE90B3841905D3A4B9D7C12A681752A_inline (Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C * __this, ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___ec0, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext__ctor_mF53D40B3E8DB27C5CB9311B46B644F0899DE0D7B (ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Thread::get_ExecutionContextBelongsToCurrentScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_get_ExecutionContextBelongsToCurrentScope_m731979DB291C7749EA0A6A2F9D194397900DD212 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.ExecutionContext::CreateMutableCopy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ExecutionContext_CreateMutableCopy_m70D178BF5DF703ECBB49F124C8BA39CBBDEC1358 (ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * __this, const RuntimeMethod* method); // System.Void System.Threading.Thread::set_ExecutionContextBelongsToCurrentScope(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_ExecutionContextBelongsToCurrentScope_mB329BF83A4BE8A820316160F324B4DE0E6092EDB (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, bool ___value0, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.ExecutionContext/Reader::DangerousGetRawExecutionContext() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * Reader_DangerousGetRawExecutionContext_m775C6561EDC04E929913B71591495000DB9DD994_inline (Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C * __this, const RuntimeMethod* method); // System.Void System.Threading.Thread::SleepInternal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SleepInternal_mDB2C6429F45C1AA313CB4033A165DC9051F631DE (int32_t ___millisecondsTimeout0, const RuntimeMethod* method); // System.Boolean System.Threading.Thread::YieldInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_YieldInternal_m9457FAB8C1CE5B0F9C5BADD9753B01A4ADCBF51E (const RuntimeMethod* method); // System.Int32 System.Threading.Thread::GetProcessDefaultStackSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_GetProcessDefaultStackSize_m0BF123DBBA91A298EE92891D5D8DEC94AD4BCC9C (int32_t ___maxStackSize0, const RuntimeMethod* method); // System.Void System.Threading.ThreadHelper::.ctor(System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadHelper__ctor_mC771EA2D730813F9F8432BD64D72D53298854CE9 (ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * __this, Delegate_t * ___start0, const RuntimeMethod* method); // System.Void System.Threading.ThreadStart::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart__ctor_m360F4EED0AD96A27D6A9612BF79671F26B30411F (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.Thread::SetStart(System.MulticastDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SetStart_m1730D3799CAF944368555AED7E29F162F665BB4D (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, MulticastDelegate_t * ___start0, int32_t ___maxStackSize1, const RuntimeMethod* method); // System.Void System.Threading.ParameterizedThreadStart::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterizedThreadStart__ctor_m6F49448AAE802068CE1DB1BE519962708DA871B0 (ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Threading.Thread::GetCurrentUICultureNoAppX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * Thread_GetCurrentUICultureNoAppX_m343742878BAD829DD4D1DD15B9123D43755B8E67 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_DefaultThreadCurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_DefaultThreadCurrentUICulture_m92E21699424FEFC0A15D065CC11AF73919484AE9 (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_UserDefaultUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_UserDefaultUICulture_mC4D48983323DDBBFC96829FA0837C6D48470E237 (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Threading.Thread::GetCurrentCultureNoAppX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * Thread_GetCurrentCultureNoAppX_m3AB67E590CEA74BFD0B4F61F2309A83160F0D821 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_DefaultThreadCurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_DefaultThreadCurrentCulture_mA8E3D80BFECBF1DAF917B9FD43225B32CE7EC832 (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_UserDefaultCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_UserDefaultCulture_m1E51BCF0DD908958638CA18EC9CFEB1F931A6F86 (const RuntimeMethod* method); // System.Void System.Threading.Thread::ConstructInternalThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_ConstructInternalThread_m883372DF18FE644D1795EFB731DEBE6FC78F6A08 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Contexts.Context System.AppDomain::InternalGetContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * AppDomain_InternalGetContext_mB5465B9028EAD260AC45FA7B9155CF9C24C79651 (const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::GetCurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * Thread_GetCurrentThread_m45A10CFE861D404D754FB078683AE64675B39264 (const RuntimeMethod* method); // System.Void System.Runtime.ConstrainedExecution.CriticalFinalizerObject::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CriticalFinalizerObject_Finalize_m74EDAAC1806CF742F4016552520D67EB88606F72 (CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Thread::get_IsThreadPoolThreadInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_get_IsThreadPoolThreadInternal_mF910C6F78E2B582E494E82EC9AC461D296FBE09E (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Threading.InternalThread System.Threading.Thread::get_Internal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * Thread_get_Internal_mE38B0B156077D36444ABCAEEE168CC1EA671C49D (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Threading.ThreadState System.Threading.Thread::ValidateThreadState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_ValidateThreadState_mF13C280C1274B5E755EF8F110C50A9AC131D70E0 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Void System.Threading.Thread::SetState(System.Threading.InternalThread,System.Threading.ThreadState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SetState_mF616E631B38E427BE8B4C12237AB1969E170D2F9 (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___thread0, int32_t ___set1, const RuntimeMethod* method); // System.Void System.Threading.Thread::ClrState(System.Threading.InternalThread,System.Threading.ThreadState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_ClrState_mF64C6A9727BC53506FC450531996469EAA8C08C5 (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___thread0, int32_t ___clr1, const RuntimeMethod* method); // System.Void System.Threading.Thread::SetName_internal(System.Threading.InternalThread,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SetName_internal_m37A2005D94E334D9258EC046F9E1BB1623E0A3BB (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___thread0, String_t* ___name1, const RuntimeMethod* method); // System.Threading.ThreadState System.Threading.Thread::GetState(System.Threading.InternalThread) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_GetState_mC24B6A2A6B3DF1E62FD3A07BCCD0166E995DF320 (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___thread0, const RuntimeMethod* method); // System.Void System.Threading.Thread::SpinWait_nop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SpinWait_nop_mFDA675C53A58946E95D89A564D6B0FBB0108857E (const RuntimeMethod* method); // System.IntPtr System.Threading.Thread::Thread_internal(System.MulticastDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Thread_Thread_internal_mE8A676915A6B4B3416A99009AB89EA20606DFFC0 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, MulticastDelegate_t * ___start0, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Environment::GetPageSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_GetPageSize_m0414FF2E42E4AC376ED8908506D49209198D06FE (const RuntimeMethod* method); // System.Int32 System.Threading.Thread::SystemMaxStackStize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_SystemMaxStackStize_mCAED31719F159EB63E2E1EC671BAAFFE07B340BE (const RuntimeMethod* method); // System.Int32 System.Threading.Thread::get_ManagedThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_ManagedThreadId_m7818C94F78A2DE2C7C278F6EA24B31F2BB758FD0 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Void System.Threading.ThreadStateException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStateException__ctor_mFF9477D7911F7FE61D099728A99223DA6B1E34CB (ThreadStateException_t99CA51DDC7644BF3CD58ED773C9FA3F22EE2B3EA * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Exception::GetMessageFromNativeResources(System.Exception/ExceptionMessageKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_GetMessageFromNativeResources_m7FBF7F85AA0B495142B3B6E5AA10FEB43F51A8F1 (int32_t ___kind0, const RuntimeMethod* method); // System.Void System.Exception::SetErrorCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D (Exception_t * __this, int32_t ___hr0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Threading.ContextCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextCallback__ctor_mC019DFC7EF9F0900B3B8915F92706BC3BC4EB477 (ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.ThreadStart::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart_Invoke_m784444605A7ADF6A9948A4587DF33CDAC1B06536 (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * __this, const RuntimeMethod* method); // System.Void System.Threading.ParameterizedThreadStart::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterizedThreadStart_Invoke_m1293332FBB6F4432B40B60F7349571D3633CFC26 (ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::Run(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_Run_m818AB2408824BF47B0D639082CDC164DBF9259D4 (ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___executionContext0, ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_mFE30160F8A810C83375D9A98580BDD8CAE58BE14 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int32_t ___days0, int32_t ___hours1, int32_t ___minutes2, int32_t ___seconds3, int32_t ___milliseconds4, const RuntimeMethod* method); // System.Void System.Threading.RegisteredWaitHandle::.ctor(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegisteredWaitHandle__ctor_mB2B63126CBE0B0DF7B30D8E63C7FC37FF071693A (RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * __this, WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ___waitObject0, WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * ___callback1, RuntimeObject * ___state2, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeout3, bool ___executeOnlyOnce4, const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_mA55899F403EAC69AE3C72A4F3E5FD207C131616C (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::UnsafeQueueUserWorkItem(System.Threading.WaitCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_UnsafeQueueUserWorkItem_m9B9388DD623D33685D415D639455591D4DD967C6 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalMilliseconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Threading.RegisteredWaitHandle System.Threading.ThreadPool::RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean,System.Threading.StackCrawlMark&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * ThreadPool_RegisterWaitForSingleObject_mE3C263E1E2295697627173BA28DB19626D4D36B5 (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ___waitObject0, WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * ___callBack1, RuntimeObject * ___state2, uint32_t ___millisecondsTimeOutInterval3, bool ___executeOnlyOnce4, int32_t* ___stackMark5, bool ___compressStack6, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::QueueUserWorkItemHelper(System.Threading.WaitCallback,System.Object,System.Threading.StackCrawlMark&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItemHelper_m7E8B39794A51130AAD44C98C0BBAD51BCCC7F20B (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, RuntimeObject * ___state1, int32_t* ___stackMark2, bool ___compressStack3, const RuntimeMethod* method); // System.Void System.Threading.ThreadPool::EnsureVMInitialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_EnsureVMInitialized_m1054DBA955415A36B3445AE6D78C71971AC4D8CB (const RuntimeMethod* method); // System.Void System.Threading.QueueUserWorkItemCallback::.ctor(System.Threading.WaitCallback,System.Object,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueUserWorkItemCallback__ctor_m2621197A5C39DC2D114DF287E9A862345DC18960 (QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A * __this, WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___waitCallback0, RuntimeObject * ___stateObj1, bool ___compressStack2, int32_t* ___stackMark3, const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue::Enqueue(System.Threading.IThreadPoolWorkItem,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue_Enqueue_mED7EFC6D6E5F0B0B6D47FA6CF756DFD0347E65B8 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, RuntimeObject* ___callback0, bool ___forceGlobal1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPoolWorkQueue::LocalFindAndPop(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPoolWorkQueue_LocalFindAndPop_m0DDFA0EA51FE301283FA4E2A5F1DA8BB0260DEA3 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, RuntimeObject* ___callback0, const RuntimeMethod* method); // T[] System.Threading.ThreadPoolWorkQueue/SparseArray`1::get_Current() inline WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* SparseArray_1_get_Current_mEC23BD67D0DADCC4FEE14D2C5F95B45505202F8B (SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 * __this, const RuntimeMethod* method) { return (( WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* (*) (SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 *, const RuntimeMethod*))SparseArray_1_get_Current_m25F9E3ACF8D3CA2611F95C633A4C6AEB3B0B6D73_gshared)(__this, method); } // System.Collections.Generic.IEnumerable`1 System.Threading.ThreadPool::EnumerateQueuedWorkItems(System.Threading.ThreadPoolWorkQueue/WorkStealingQueue[],System.Threading.ThreadPoolWorkQueue/QueueSegment) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ThreadPool_EnumerateQueuedWorkItems_m475BB4813C4BB979AFF554ADDD17074E0C9A60B2 (WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* ___wsQueues0, QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * ___globalQueueTail1, const RuntimeMethod* method); // System.Void System.Threading.ThreadPool/d__21::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEnumerateQueuedWorkItemsU3Ed__21__ctor_m2522F8A938E01AC237E0B403198B366F5E139A24 (U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void System.Threading.ThreadPool::InitializeVMTp(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_InitializeVMTp_m8D82D37BCCA3E287A8A62FDFFCF8D924E4C5DC2A (bool* ___enableWorkerTracking0, const RuntimeMethod* method); // System.Void System.Threading.ThreadPool::NotifyWorkItemProgressNative() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_NotifyWorkItemProgressNative_mFC03AA807F078CA62DB114FF56077427BE16ED54 (const RuntimeMethod* method); // System.Int32 System.Environment::get_ProcessorCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_ProcessorCount_m32354B9724A21AE041AC75C0E470687E33B93D33 (const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::IsThreadPoolHosted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_IsThreadPoolHosted_m963E15B11AA36E906C564907479E53C3888DF85D (const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue__ctor_m42FBF1BBECA10A28D05BF0E0B2A7EC8063C74546 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskScheduler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler__ctor_mA7283D246E3C2E6AB7040D67B5BC4160EA5E99E7 (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Tasks.TaskScheduler::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaskScheduler_get_Id_m2DC6D2CF6E1D683698EDBE0EA8CEB7E27919FA3F (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::ExecuteEntry(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_ExecuteEntry_m55634616576BB085EF3CEDB04801C4183FE1B053 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, bool ___bPreventDoubleExecution0, const RuntimeMethod* method); // System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.Task::get_Options() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_Options_m180AFCE34C4FBABB5F90B27A3CC4E1574C37E4A8 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Void System.Threading.Thread::.ctor(System.Threading.ParameterizedThreadStart) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_m4E8C9D36164CFCFD65989CAE0F6456AC40BC4492 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * ___start0, const RuntimeMethod* method); // System.Void System.Threading.Thread::set_IsBackground(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_IsBackground_m8CAEC157A236A574FE83FDB22D693AB1681B01B0 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Start(System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Thread_Start_m11EE2B4E0C1BC8520655644C1C31C0CFFC23B5B7 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, RuntimeObject * ___parameter0, const RuntimeMethod* method); // System.Void System.Threading.ThreadPool::UnsafeQueueCustomWorkItem(System.Threading.IThreadPoolWorkItem,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_UnsafeQueueCustomWorkItem_m577D7B58F5E11C8D582C600F2E94033BDB9B93EE (RuntimeObject* ___workItem0, bool ___forceGlobal1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::TryPopCustomWorkItem(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_TryPopCustomWorkItem_mD5F9DEE34EB53BFC184D22A4425E4761092E4DED (RuntimeObject* ___workItem0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Threading.ThreadPool::GetQueuedWorkItems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ThreadPool_GetQueuedWorkItems_m408AC58FD2162CEA35A930F47D335EA92DA2100F (const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Threading.Tasks.ThreadPoolTaskScheduler::FilterTasksFromWorkItems(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ThreadPoolTaskScheduler_FilterTasksFromWorkItems_m1ED6CEAE99D019923A9B46F08AF4E8F5BB222144 (ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA * __this, RuntimeObject* ___tpwItems0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.ThreadPoolTaskScheduler/d__7::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFilterTasksFromWorkItemsU3Ed__7__ctor_m03A64629D95A588A0FFE43D8881C698928A4173E (U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void System.Threading.ThreadPool::NotifyWorkItemProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_NotifyWorkItemProgress_m0CEC02510478B9444C0D8F98D28305517F8632A7 (const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue/QueueSegment::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueSegment__ctor_mD1DED97C8BC1FBD4987B5A706AAFAD02EE6FAA0B (QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * __this, const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueueThreadLocals::.ctor(System.Threading.ThreadPoolWorkQueue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueueThreadLocals__ctor_mD92E45C7184452686C2E0B2F32B6D1BEC6C67B6D (ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * __this, ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * ___tpq0, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::RequestWorkerThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_RequestWorkerThread_m3F01E90DA40D1B95B6CAC3E5DDD42DB086D943DB (const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::LocalPush(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkStealingQueue_LocalPush_m92BFE3A4F13F918D1EDF904FA311778CFEA58918 (WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * __this, RuntimeObject* ___obj0, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPoolWorkQueue/QueueSegment::TryEnqueue(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueueSegment_TryEnqueue_m4E5A4C5317AF2C3367C1F1F88F332E9B0A2FA6A0 (QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * __this, RuntimeObject* ___node0, const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue::EnsureThreadRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue_EnsureThreadRequested_mD876AB12D2060D5F81B3DA70E0877B30CD013057 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::LocalFindAndPop(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WorkStealingQueue_LocalFindAndPop_mE985D8B9C6B06F5B009A7CF9DDB2834452EA84A5 (WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * __this, RuntimeObject* ___obj0, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::LocalPop(System.Threading.IThreadPoolWorkItem&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WorkStealingQueue_LocalPop_mAEB4C62E33AEED00E90F4FA1B027A9F1BCA450F8 (WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * __this, RuntimeObject** ___obj0, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPoolWorkQueue/QueueSegment::TryDequeue(System.Threading.IThreadPoolWorkItem&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueueSegment_TryDequeue_m0D0D6C2BB643668C3C76779A03B4323FB736EEAD (QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * __this, RuntimeObject** ___node0, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPoolWorkQueue/QueueSegment::IsUsedUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueueSegment_IsUsedUp_m842AA2F2528B7FECFD6915AA125C8BD001EDB1F6 (QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::TrySteal(System.Threading.IThreadPoolWorkItem&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WorkStealingQueue_TrySteal_m0AD529C05511D53702FFD7E2BF7FC84ED4F94201 (WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * __this, RuntimeObject** ___obj0, bool* ___missedSteal1, const RuntimeMethod* method); // System.Int32 System.Environment::get_TickCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E (const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue::MarkThreadRequestSatisfied() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue_MarkThreadRequestSatisfied_mC9A7D064083F91572F6105CC2177ECE80A21F241 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, const RuntimeMethod* method); // System.Threading.ThreadPoolWorkQueueThreadLocals System.Threading.ThreadPoolWorkQueue::EnsureCurrentThreadHasQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * ThreadPoolWorkQueue_EnsureCurrentThreadHasQueue_m9EDE31806D6F0AB2A80F2B907549B2268839FDA5 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue::Dequeue(System.Threading.ThreadPoolWorkQueueThreadLocals,System.Threading.IThreadPoolWorkItem&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue_Dequeue_mA874EF418DD0D8101FFF6194B8A6B4021E19F2C4 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * ___tl0, RuntimeObject** ___callback1, bool* ___missedSteal2, const RuntimeMethod* method); // System.Void System.Threading.ThreadPool::ReportThreadStatus(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_ReportThreadStatus_m084CA12FEC79C6F8988C81D9182B0DED4EA6A622 (bool ___isWorking0, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::NotifyWorkItemComplete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_NotifyWorkItemComplete_m6D7E9EA6A236D2F5616ECC3AC87B312DCD6A9FF0 (const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1::.ctor(System.Int32) inline void SparseArray_1__ctor_mD77DEFF7FD091CCAFD5CDEA42BBFFF0526B4E727 (SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 * __this, int32_t ___initialSize0, const RuntimeMethod* method) { (( void (*) (SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 *, int32_t, const RuntimeMethod*))SparseArray_1__ctor_m73CC33002A0329EBD6BD0836220C3A637C40178A_gshared)(__this, ___initialSize0, method); } // System.Void System.Random::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_m4372E46E0155A2BA0FA18FB6C0244C6AF650FBB4 (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, int32_t ___Seed0, const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkStealingQueue__ctor_m985BDA69E6EEE3BCC352B6BF8BC4D24C11E8F988 (WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.ThreadPoolWorkQueue/SparseArray`1::Add(T) inline int32_t SparseArray_1_Add_m35DEA998B9901C61D4BA7368447DC0C6567BEBA7 (SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 * __this, WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * ___e0, const RuntimeMethod* method) { return (( int32_t (*) (SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 *, WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 *, const RuntimeMethod*))SparseArray_1_Add_m6F50AAC239FDD8AAE9EBFC2B3F3F2016629DEC5D_gshared)(__this, ___e0, method); } // System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1::Remove(T) inline void SparseArray_1_Remove_mCA594492D591E1835E222FE7EE228791C1D4105F (SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 * __this, WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * ___e0, const RuntimeMethod* method) { (( void (*) (SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 *, WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 *, const RuntimeMethod*))SparseArray_1_Remove_mE2B0F58E246578556EF983DF5186A2BA917B81D8_gshared)(__this, ___e0, method); } // System.Void System.Threading.ThreadPoolWorkQueueThreadLocals::CleanUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueueThreadLocals_CleanUp_m46DA85AEC7ED86CC52031FBD83DE011BF1C2920C (ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * __this, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Exception System.ThrowHelper::CreateArgumentNullException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentNullException_m75C265DBF9B492BB4277F47C11CFC5EA7AC7F534 (int32_t ___argument0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument,System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11 (int32_t ___argument0, int32_t ___resource1, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602 (String_t* ___key0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values1, const RuntimeMethod* method); // System.String System.ThrowHelper::GetResourceName(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ThrowHelper_GetResourceName_m9F47ECD475D252FAAD3624DA8822BAD9F3260D7C (int32_t ___resource0, const RuntimeMethod* method); // System.String System.ThrowHelper::GetArgumentName(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ThrowHelper_GetArgumentName_m1AA13B29673F91DDD5998534CBEFB614BD48EAE2 (int32_t ___argument0, const RuntimeMethod* method); // System.Void System.PlatformNotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05 (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * __this, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.Int64 System.TimeSpan::TimeToTicks(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TimeSpan_TimeToTicks_m9387E044F9538B540C350194C1E6C5274206BF66 (int32_t ___hour0, int32_t ___minute1, int32_t ___second2, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int32_t ___hours0, int32_t ___minutes1, int32_t ___seconds2, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Hours() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Hours_m39AFD957DF1247125409ADD8525550863D08AB6E (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Minutes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Minutes_mF5A78108FEB64953C298CEC19637378380881202 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalDays() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalDays_m5FEDF95BC1223D6F96BF1500453B993926A1FA51 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalHours() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalHours_mE58EBCC460F12B66CEFB7FBDF4F6ACCD5B4AF6FA (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalMinutes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMinutes_m96E1D555D4663771C703D7F9A5D8F775E27853C3 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalSeconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalSeconds_m28CDC7B9ADFEAFF912CC9B66984090CFE60B9AA4 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * __this, String_t* ___message0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Add(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Add_mDCC748CCB5DC086402E7E2FFBB2B2CB9A2BD7471 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___ts0, const RuntimeMethod* method); // System.Int32 System.TimeSpan::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_mCB474BCE6EBA4EAF3CF5D8B31D9F6434073529CA (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.TimeSpan::CompareTo(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_m5B811E4E0F9BB45CDBF9E46558E4B0A56BDDBBEF (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Interval(System.Double,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Interval_mA3A0B253FA0B17E7B6BC663A25212F1B0A765874 (double ___value0, int32_t ___scale1, const RuntimeMethod* method); // System.Boolean System.TimeSpan::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_Equals_mA6C1142BA5CE288C611C23FFB3AEAD90A2E3E7A4 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.TimeSpan::Equals(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_Equals_m3E522F46633858022FB90A997A61D3F5497A42F4 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___obj0, const RuntimeMethod* method); // System.Int32 System.TimeSpan::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_GetHashCode_m907A5F2E995A63D5DCBF39AB6D26D382CD83F873 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Boolean System.Double::IsNaN(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347 (double ___d0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Negate_mD19FC9B8BCD075EFF67AE2AE9A8CB749F03F6897 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Subtract(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Subtract_mD042897A054B1B8E19C8635E799A7C42F37910FC (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___ts0, const RuntimeMethod* method); // System.String System.Globalization.TimeSpanFormat::Format(System.TimeSpan,System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_Format_mCA2875A73DD7FF3B65F97F958078FF36C7263659 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, String_t* ___format1, RuntimeObject* ___formatProvider2, const RuntimeMethod* method); // System.String System.TimeSpan::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_mB89DE4C354B8A29F627C22FA7EA31E94B1DA884B (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.String System.TimeSpan::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m7EA7DE3511D395B11A477C384FFFC40B40D3BA9F (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, String_t* ___format0, const RuntimeMethod* method); // System.Boolean System.TimeSpan::get_LegacyMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_get_LegacyMode_m4D5FD435CB81292BC7366FC17B6AFFA1C9395DE5 (const RuntimeMethod* method); // System.String System.TimeSpan::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_mF6AE9A46A7CA323D46792A62E1A06B61D8E1A412 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.Boolean System.TimeSpan::GetLegacyFormatMode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TimeSpan_GetLegacyFormatMode_m4051C9E33D1A5EC26DEDD0788936C1795B4D2B7E_inline (const RuntimeMethod* method); // System.String System.ParseNumbers::IntToString(System.Int32,System.Int32,System.Int32,System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParseNumbers_IntToString_m1D5D470EE1BBD97C83D555B210102C2DAD2BEEA4 (int32_t ___value0, int32_t ___toBase1, int32_t ___width2, Il2CppChar ___paddingChar3, int32_t ___flags4, const RuntimeMethod* method); // System.String System.Globalization.TimeSpanFormat::FormatStandard(System.TimeSpan,System.Boolean,System.String,System.Globalization.TimeSpanFormat/Pattern) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_FormatStandard_m637E7450103C3DFB71BFB990DDC9A885A70926F1 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, bool ___isInvariant1, String_t* ___format2, int32_t ___pattern3, const RuntimeMethod* method); // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::GetInstance(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * DateTimeFormatInfo_GetInstance_m05A24BBAABFE8260BC87D8ACABA138B0044E5BB3 (RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_FullTimeSpanNegativePattern() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_FullTimeSpanNegativePattern_mA342EFBB377645AFC9AA46EE478A93F1215492DB (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_FullTimeSpanPositivePattern() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_FullTimeSpanPositivePattern_m311D2B2A617806348644E1AA009AAA0CAE240FCB (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * __this, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Globalization.TimeSpanFormat::FormatCustomized(System.TimeSpan,System.String,System.Globalization.DateTimeFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, String_t* ___format1, DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dtfi2, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilderCache::Acquire(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilderCache_Acquire_mC7C5506CB542A20FEEBF48E654255C5368462D1A (int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Globalization.TimeSpanFormat/FormatLiterals::Init(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatLiterals_Init_m7359DC89B4E47BCC6116B0D67E3C2C329BBF3D8A (FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 * __this, String_t* ___format0, bool ___useInvariantFieldLengths1, const RuntimeMethod* method); // System.Double System.Math::Pow(System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F (double ___x0, double ___y1, const RuntimeMethod* method); // System.String System.Globalization.TimeSpanFormat/FormatLiterals::get_Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_Start_mB169F5FF4FD7C471F34E7EE859C5CA7F8432E512 (FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m796285D173EEA5261E85B95FC79DD4F996CC93DD (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.Globalization.TimeSpanFormat/FormatLiterals::get_DayHourSep() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_DayHourSep_m2A4A99E937519106A2AA821B9C8928D736697C68 (FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 * __this, const RuntimeMethod* method); // System.String System.Globalization.TimeSpanFormat::IntToString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_IntToString_m13D7F936697CE92203055D2294A054227E422E96 (int32_t ___n0, int32_t ___digits1, const RuntimeMethod* method); // System.String System.Globalization.TimeSpanFormat/FormatLiterals::get_HourMinuteSep() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_HourMinuteSep_m123BD98C8CF1851406FF198FEA43C4C9593DDD00 (FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 * __this, const RuntimeMethod* method); // System.String System.Globalization.TimeSpanFormat/FormatLiterals::get_MinuteSecondSep() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_MinuteSecondSep_m2E9860660A09ABE847E39D1277964283BC4EF376 (FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 * __this, const RuntimeMethod* method); // System.String System.Globalization.TimeSpanFormat/FormatLiterals::get_SecondFractionSep() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_SecondFractionSep_m72BAC4DFC9E58C6772D714202BAB62B743E2F74B (FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.String System.Int32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Globalization.TimeSpanFormat/FormatLiterals::get_End() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_End_mE6A0DE290B82190D563606780CA7AA9FA847443B (FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 * __this, const RuntimeMethod* method); // System.String System.Text.StringBuilderCache::GetStringAndRelease(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilderCache_GetStringAndRelease_m388380FCDB6AA02F394DDC1E2D67D2D3F94E15D3 (StringBuilder_t * ___sb0, const RuntimeMethod* method); // System.Int32 System.DateTimeFormat::ParseRepeatPattern(System.String,System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseRepeatPattern_m735863048DB6D3EE15B32DCD8E8B190F95B5EF6A (String_t* ___format0, int32_t ___pos1, Il2CppChar ___patternChar2, const RuntimeMethod* method); // System.Void System.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m1C16AAEF47FE806359417B4DAE91B14051F082AC (StringBuilder_t * ___outputBuffer0, int32_t ___value1, int32_t ___len2, const RuntimeMethod* method); // System.String System.Int64::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m7D336E8DDEB43FC06A3AEE62072C899CBD0012AE (int64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m440E3AA51604A8EFA7DFE3C4DFACC8C714D647E0 (StringBuilder_t * ___outputBuffer0, int32_t ___value1, int32_t ___len2, bool ___overrideLengthLimit3, const RuntimeMethod* method); // System.Int32 System.DateTimeFormat::ParseQuoteString(System.String,System.Int32,System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseQuoteString_m159E585EB77057FD1EA97638CD52E9279B244168 (String_t* ___format0, int32_t ___pos1, StringBuilder_t * ___result2, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.DateTimeFormat::ParseNextChar(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseNextChar_mFB9BF280CDC354061757AE36AE2AF9794A993135 (String_t* ___format0, int32_t ___pos1, const RuntimeMethod* method); // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8 (Il2CppChar* __this, const RuntimeMethod* method); // System.Globalization.TimeSpanFormat/FormatLiterals System.Globalization.TimeSpanFormat/FormatLiterals::InitInvariant(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 FormatLiterals_InitInvariant_m4226445E4D67334664CD64ABE404916DCAAAD8CF (bool ___isNegative0, const RuntimeMethod* method); // System.String System.Boolean::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C (bool* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m6F0ED62933448F8B944E52872E1EE86F6705D306 (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Boolean System.CurrentSystemTimeZone::GetTimeZoneData(System.Int32,System.Int64[]&,System.String[]&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CurrentSystemTimeZone_GetTimeZoneData_mB8DBC355131D62B9C956252F6724668A8C8746C4 (int32_t ___year0, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** ___data1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___names2, bool* ___daylight_inverted3, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m14D7C60472AE477F824F8BEE8830C5F5D4FCA16A (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean System.DateTime::Equals(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_Equals_m22392E29066D685DB7DD20CB022B101E0CC244EA (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m0FFFFEA32E380156E1FB4224D50CD0B16707E61C (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __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.Int32 System.DateTime::DaysInMonth(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_DaysInMonth_m64931EEDA4428AD99566FCF0434BA298153E4531 (int32_t ___year0, int32_t ___month1, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method); // System.TimeSpan System.DateTime::get_TimeOfDay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTime_get_TimeOfDay_mE6A177963C8D8AA8AA2830239F1C7B3D11AFC645 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::Add(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_Add_m317E517C3818A7EF09BB4D0E5547FF791814777D (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Month() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Day() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m9D698CA2A7D1FBEE7BEC0A982A119239F513CBA8 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.TimeZoneInfo/TransitionTime System.TimeZoneInfo/TransitionTime::CreateFixedDateRule(System.DateTime,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___timeOfDay0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method); // System.TimeZoneInfo/AdjustmentRule System.TimeZoneInfo/AdjustmentRule::CreateAdjustmentRule(System.DateTime,System.DateTime,System.TimeSpan,System.TimeZoneInfo/TransitionTime,System.TimeZoneInfo/TransitionTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * AdjustmentRule_CreateAdjustmentRule_mC90086998B3DF5F9492A4B2281CFEDED04E1E6AE (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateStart0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateEnd1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___daylightDelta2, TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A ___daylightTransitionStart3, TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A ___daylightTransitionEnd4, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * __this, AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 *, AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Int32 System.DateTime::get_Year() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::AddDays(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_AddDays_mEB8882A3289F39D7B10E5A1FB36A2ABF80328368 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, double ___value0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090 (const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromTicks(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromTicks_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C (int64_t ___value0, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThanOrEqual(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.TimeZoneInfo::CreateAdjustmentRule(System.Int32,System.Int64[]&,System.String[]&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * TimeZoneInfo_CreateAdjustmentRule_m6ED0A0CB70C67B848918B6A8D24755D0C2603E82 (int32_t ___year0, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** ___data1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___names2, String_t* ___standardNameCurrentYear3, String_t* ___daylightNameCurrentYear4, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_inline (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_mE923F7A281EFBFE0EF62DF628B72AFDB6EE4C08B (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m6465DEF706EB529B4227F2AF79338419D517EDF9_gshared)(__this, ___collection0, method); } // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) inline void Comparison_1__ctor_mD4538EA2F9B176AEF9F2E200CD85FE8ACECB5137 (Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_mDE1798563694D30022D3B7E1010347C573690B4A_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) inline void List_1_Sort_m7AA50535C098E6D2767C6B9D1ED1CF769F77A60D (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * __this, Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 * ___comparison0, const RuntimeMethod* method) { (( void (*) (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 *, Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 *, const RuntimeMethod*))List_1_Sort_m5EB3F127CD42F1ACA97F4DB8754C49F23B64D750_gshared)(__this, ___comparison0, method); } // T[] System.Collections.Generic.List`1::ToArray() inline AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* List_1_ToArray_m61E604EF0C1062E085FD829670AAC948F27EE9A3 (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * __this, const RuntimeMethod* method) { return (( AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* (*) (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 *, const RuntimeMethod*))List_1_ToArray_mA737986DE6389E9DD8FA8E3D4E222DE4DA34958D_gshared)(__this, method); } // System.TimeZoneInfo System.TimeZoneInfo::CreateCustomTimeZone(System.String,System.TimeSpan,System.String,System.String,System.String,System.TimeZoneInfo/AdjustmentRule[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_CreateCustomTimeZone_m071F4F561E53BC9A5A4B9061B58A68C36BCF5D83 (String_t* ___id0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___baseUtcOffset1, String_t* ___displayName2, String_t* ___standardDisplayName3, String_t* ___daylightDisplayName4, AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* ___adjustmentRules5, bool ___disableDaylightSavingTime6, const RuntimeMethod* method); // System.DateTime System.DateTime::AddMilliseconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_AddMilliseconds_m74B689CDAFB7ABEEF56827D8777B7C95C89C3154 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, double ___value0, const RuntimeMethod* method); // System.TimeZoneInfo/AdjustmentRule System.TimeZoneInfo/AdjustmentRule::CreateAdjustmentRule(System.DateTime,System.DateTime,System.TimeSpan,System.TimeZoneInfo/TransitionTime,System.TimeZoneInfo/TransitionTime,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * AdjustmentRule_CreateAdjustmentRule_mE956FDCAA996EA7E7B089C145F754A8FB88CB7EA (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateStart0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateEnd1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___daylightDelta2, TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A ___daylightTransitionStart3, TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A ___daylightTransitionEnd4, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___baseUtcOffsetDelta5, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::TransitionTimeFromTimeZoneInformation(System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION,System.TimeZoneInfo/TransitionTime&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_TransitionTimeFromTimeZoneInformation_mFAE3D1A488125C9ABB48DDC01296480602421D99 (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 ___timeZoneInformation0, TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * ___transitionTime1, bool ___readStartDate2, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo/TransitionTime::Equals(System.TimeZoneInfo/TransitionTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransitionTime_Equals_m4976405B1B8F5E7A5C269D4760CD239DC18E5631 (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * __this, TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A ___other0, const RuntimeMethod* method); // System.TimeZoneInfo/TransitionTime System.TimeZoneInfo/TransitionTime::CreateFloatingDateRule(System.DateTime,System.Int32,System.Int32,System.DayOfWeek) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A TransitionTime_CreateFloatingDateRule_m220371E134BAF150869D46F849F4A099DE063B3A (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___timeOfDay0, int32_t ___month1, int32_t ___week2, int32_t ___dayOfWeek3, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.UInt32 System.TimeZoneInfo::GetDynamicTimeZoneInformationEffectiveYears(System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TimeZoneInfo_GetDynamicTimeZoneInformationEffectiveYears_mE1B3318FA28C2BFA6A58A842D25EAB5A0D1D931C (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * ___lpTimeZoneInformation0, uint32_t* ___FirstYear1, uint32_t* ___LastYear2, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Date() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_Date_m8650BEE59889347B31E204806C88AB51E6F1E325 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.TimeZoneInfo/AdjustmentRule System.TimeZoneInfo::CreateAdjustmentRuleFromTimeZoneInformation(System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION&,System.DateTime,System.DateTime,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * TimeZoneInfo_CreateAdjustmentRuleFromTimeZoneInformation_mBF76CC3B9161AA6156F78EFF6CB8D70BCC07C57B (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * ___timeZoneInformation0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___startDate1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___endDate2, int32_t ___defaultBaseUtcOffset3, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::GetTimeZoneInformationForYear(System.UInt16,System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION&,System.TimeZoneInfo/TIME_ZONE_INFORMATION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_GetTimeZoneInformationForYear_mB7CCB150CAAAD1933598A563FBBF5B1345B78A79 (uint16_t ___wYear0, DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * ___pdtzi1, TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 * ___ptzi2, const RuntimeMethod* method); // System.Void System.TimeZoneInfo::.ctor(System.String,System.TimeSpan,System.String,System.String,System.String,System.TimeZoneInfo/AdjustmentRule[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, String_t* ___id0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___baseUtcOffset1, String_t* ___displayName2, String_t* ___standardDisplayName3, String_t* ___daylightDisplayName4, AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* ___adjustmentRules5, bool ___disableDaylightSavingTime6, const RuntimeMethod* method); // System.UInt32 System.TimeZoneInfo::GetDynamicTimeZoneInformation(System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TimeZoneInfo_GetDynamicTimeZoneInformation_m506A989526AED11B750D9CE78ED14F98FD20CBAA (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * ___pTimeZoneInformation0, const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::get_Utc() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4 (const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::TryCreateTimeZone(System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_TryCreateTimeZone_m9C5A9D048EF72C02CB284DFC401EF745CEA3AFC3 (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 ___timeZoneInformation0, const RuntimeMethod* method); // System.UInt32 System.TimeZoneInfo::GetDynamicTimeZoneInformationWin32(System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TimeZoneInfo_GetDynamicTimeZoneInformationWin32_m676678B2C3085EC8172D08B264CF3DE6F85210C8 (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * ___pTimeZoneInformation0, const RuntimeMethod* method); // System.Collections.ObjectModel.ReadOnlyCollection`1 System.TimeZoneInfo::GetSystemTimeZones() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * TimeZoneInfo_GetSystemTimeZones_m6944A5812FA3AA587FB8BE7CFB2E209EE6FDC92A (const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1::GetEnumerator() inline RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m42DA9D79C0B88ABCF236068158456AD45CA1EC4A (ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 *, const RuntimeMethod*))ReadOnlyCollection_1_GetEnumerator_m0CE931B041CCAD14563EF1808A3182A88EF2B812_gshared)(__this, method); } // System.String System.TimeZoneInfo::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_get_Id_m8F572A86ECA6ACA2FA6025DFF147BAFA1CF9CB69_inline (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Void System.TimeZoneNotFoundException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneNotFoundException__ctor_m51754BC1B67D9548E47C1A1D2278C1C1A6F74E5F (TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mB020658682201F43FBB63B260A0DCD0F33FE8280 (List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mD0E00420B796DFDBC6ED9055EC43BBE4A8004964 (List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * __this, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 *, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.UInt32 System.TimeZoneInfo::EnumDynamicTimeZoneInformation(System.UInt32,System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TimeZoneInfo_EnumDynamicTimeZoneInformation_m5BD6353BB87D591EC214D51E1BC2B4FE4BCAB78F (uint32_t ___dwIndex0, DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * ___lpTimeZoneInformation1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m64EDE1B7CD96820C6D67BE9DDDBD54DDA17B8862_inline (List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.TimeZoneInfo System.TimeZoneInfo::GetLocalTimeZoneInfoWinRTFallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_GetLocalTimeZoneInfoWinRTFallback_m92590D5E9A138A3887E6759C45BE062996CABD1E (const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::CreateLocal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_CreateLocal_mD3D9431E8B195C7F509B23B864179888F59122C5 (const RuntimeMethod* method); // System.Int32 System.TimeZoneInfo::readlink(System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeZoneInfo_readlink_m32CEE2FF3CCAA80EC95FC3193EE9CBC1FA7379D5 (String_t* ___path0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, int32_t ___buflen2, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_Default_mD23CF53E5DA0AEFBB43AA971685B67EABE5FC7A2 (const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.String System.TimeZoneInfo::readlink(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_readlink_mFF55D76775FFC0A62D11AC5D987ABF9B64E9565B (String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.IO.Path::IsPathRooted(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Path_IsPathRooted_m7AE5EE2D8E5FA9F9D6FD0AA840C532D1F6CD4EA3 (String_t* ___path0, const RuntimeMethod* method); // System.String System.IO.Path::GetDirectoryName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_mFF7B47C1E2D3A3FD4B769257808A619D7117BEDE (String_t* ___path0, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method); // System.String System.IO.Path::GetFullPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m4AECE56CB0187AD8375137200EDA24AE4F317963 (String_t* ___path0, const RuntimeMethod* method); // System.String System.TimeZoneInfo::get_TimeZoneDirectory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_get_TimeZoneDirectory_m27B5D66F9BDD680D1BD40491DDC456F5A48D9C73 (const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::get_IsWindows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_get_IsWindows_m38613053F5F9533A0B24337651A31187F478D446 (const RuntimeMethod* method); // Microsoft.Win32.RegistryKey System.TimeZoneInfo::get_LocalZoneKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * TimeZoneInfo_get_LocalZoneKey_m31D5E8D1BFFF50F81F71E68E3D0545F95C462BE1 (const RuntimeMethod* method); // System.Object Microsoft.Win32.RegistryKey::GetValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RegistryKey_GetValue_mF56DCCAEBD376BAA377B402C384B4E0F457A869A (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.TimeZoneInfo::TrimSpecial(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_TrimSpecial_mD20B89B2D3BD8BBB5EEEA8A028693EE85F1A6A1B (String_t* ___str0, const RuntimeMethod* method); // System.String System.TimeZoneInfo::GetLocalTimeZoneKeyNameWin32Fallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_GetLocalTimeZoneKeyNameWin32Fallback_mC662B16788AA02463A16D38E34FCE3F0343C2A77 (const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::FindSystemTimeZoneById(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_FindSystemTimeZoneById_m1B3F91F805451B17B1D63EF30572A67768241987 (String_t* ___id0, const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::CreateLocalUnity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_CreateLocalUnity_mFAA3244580776472BC45D7F1D52C9D066594CF49 (const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::FindSystemTimeZoneByFileName(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_FindSystemTimeZoneByFileName_m6379C45B7B5F7B8F182BA900704060F5B9DA995B (String_t* ___id0, String_t* ___filepath1, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::TryGetNameFromPath(System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_TryGetNameFromPath_mC6E92888D8233809C64E940409E06863BE924CB5 (String_t* ___path0, String_t** ___name1, const RuntimeMethod* method); // Microsoft.Win32.RegistryKey System.TimeZoneInfo::get_TimeZoneKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * TimeZoneInfo_get_TimeZoneKey_m9D8EC5E61D1A6D5A37BF7391BE296F7E13C900A3 (const RuntimeMethod* method); // System.String[] Microsoft.Win32.RegistryKey::GetSubKeyNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* RegistryKey_GetSubKeyNames_m05F1F2EEB18B7EF0116C457BBDE5C87029563F67 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method); // Microsoft.Win32.RegistryKey Microsoft.Win32.RegistryKey::OpenSubKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * RegistryKey_OpenSubKey_mA907B6A8D9F072935175555DF145ADCF133DD120 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.TimeZoneInfo::GetSystemTimeZonesWinRTFallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * TimeZoneInfo_GetSystemTimeZonesWinRTFallback_m667988CDDDDEA62AAA2BADF9FC06C4DFAF71F8EF (const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_m932625BC1380FA11284545170632EE6FCBCA91DF (List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m6465DEF706EB529B4227F2AF79338419D517EDF9_gshared)(__this, ___collection0, method); } // System.String[] System.IO.Directory::GetFiles(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* Directory_GetFiles_m832F37C2ABC12EEAB3B1736C5196C50C0B65C1DC (String_t* ___path0, const RuntimeMethod* method); // System.String System.IO.Path::GetFileName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFileName_m4CCFEEE8CA42DE16FCAF05D765EFB88E7086744A (String_t* ___path0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::CreateCustomTimeZone(System.String,System.TimeSpan,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_CreateCustomTimeZone_m18247BA38FBC500B7FE224B186638B5E0D20BA54 (String_t* ___id0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___baseUtcOffset1, String_t* ___displayName2, String_t* ___standardDisplayName3, const RuntimeMethod* method); // System.OperatingSystem System.Environment::get_OSVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * Environment_get_OSVersion_m9C59BAF537F0A8B51ABC3BEE212F08DCC498F64E (const RuntimeMethod* method); // System.PlatformID System.OperatingSystem::get_Platform() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline (OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsLetterOrDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6 (Il2CppChar ___c0, const RuntimeMethod* method); // Microsoft.Win32.RegistryKey Microsoft.Win32.RegistryKey::OpenSubKey(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * RegistryKey_OpenSubKey_m0B7F69ADBD8792F7732F385E7BADE776754A5575 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, String_t* ___name0, bool ___writable1, const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::SpecifyKind(System.DateTime,System.DateTimeKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_SpecifyKind_mF5D1EF51222BC7BD594907722AC0A60EABDCC038 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, int32_t ___kind1, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method); // System.DateTimeKind System.DateTime::get_Kind() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::get_Local() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9 (const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::IsInvalidTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_IsInvalidTime_mD053AD3F8E1EEAF96B077BA6D7DA8264DE3C27F6 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.DateTime System.TimeZoneInfo::ConvertTimeToUtc(System.DateTime,System.TimeZoneInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_ConvertTimeToUtc_m3E7A6EB60EAE9C42B7F8C4ECFF5FB4CD01258668 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___sourceTimeZone1, const RuntimeMethod* method); // System.DateTime System.TimeZoneInfo::ConvertTimeFromUtc(System.DateTime,System.TimeZoneInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_ConvertTimeFromUtc_m929048E1149E543A1DEF59DF80AF0215C3CDA94D (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___destinationTimeZone1, const RuntimeMethod* method); // System.TimeSpan System.TimeZoneInfo::GetUtcOffset(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_GetUtcOffset_m141D157CBED31EEB89D133955485874F235DAACA (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::TryAddTicks(System.DateTime,System.Int64,System.DateTime&,System.DateTimeKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___date0, int64_t ___ticks1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___result2, int32_t ___kind3, const RuntimeMethod* method); // System.DateTime System.TimeZoneInfo::ConvertTimeFromUtc(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_ConvertTimeFromUtc_m1CC27C7C9897560CCFC97DC18C336C0C66D9825F (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.DateTime System.TimeZoneInfo::ConvertTimeToUtc(System.DateTime,System.TimeZoneInfo,System.TimeZoneInfoOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_ConvertTimeToUtc_m7C9A9F10779D82BE29C7830A5946639DD5516F52 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___sourceTimeZone1, int32_t ___flags2, const RuntimeMethod* method); // System.TimeSpan System.TimeZoneInfo::GetUtcOffset(System.DateTime,System.Boolean&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_GetUtcOffset_m8BF42836E267242E64450036F79FB3F1AA2BA127 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, bool* ___isDST1, bool ___forOffset2, const RuntimeMethod* method); // System.TimeSpan System.TimeZoneInfo::GetUtcOffsetFromUtc(System.DateTime,System.TimeZoneInfo,System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_GetUtcOffsetFromUtc_m1B6E6EF126B2A2598677CF3E60F91A08CF01E965 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___zone1, bool* ___isDaylightSavings2, bool* ___isAmbiguousLocalDst3, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::Equals(System.TimeZoneInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_Equals_m4104234AA2CC524A4D5F9D3B4AB080C6BF15A004 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___other0, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::HasSameRules(System.TimeZoneInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_HasSameRules_mD7C18837EB4FD4ABDD0F28C7B47010996ED757B3 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___other0, const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::FromRegistryKey(System.String,Microsoft.Win32.RegistryKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_FromRegistryKey_mA1AAB760C780782125F54D11ECFF6C51586B1371 (String_t* ___id0, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___key1, const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::FindSystemTimeZoneByIdWinRTFallback(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_FindSystemTimeZoneByIdWinRTFallback_m036822C7F030F533815F7F14F001EB06B51F8885 (String_t* ___id0, const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::FindSystemTimeZoneByIdCore(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_FindSystemTimeZoneByIdCore_m07B779D26A0B695F5D217F6E75288ECEB91BF981 (String_t* ___id0, const RuntimeMethod* method); // System.Void System.TimeZoneNotFoundException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneNotFoundException__ctor_m089DC2BD2051D20924EAF1A29D3496DBE5460238 (TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::BuildFromStream(System.String,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_BuildFromStream_mC62C55A93795817FD9D3A75AFCE45A574BD522D3 (String_t* ___id0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Void System.InvalidTimeZoneException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTimeZoneException__ctor_m32C1B8AADB1E2DE1462EB26B4B9033BD97EB9BCA (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * __this, const RuntimeMethod* method); // System.Int32 System.BitConverter::ToInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitConverter_ToInt32_m09562D0C66673FA4883600754E82F22CAFED8892 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Void System.TimeZoneInfo::ParseRegTzi(System.Collections.Generic.List`1,System.Int32,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneInfo_ParseRegTzi_mAE50709AAE417C6D90049FA4AC2D9C7E209ACA81 (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * ___adjustmentRules0, int32_t ___start_year1, int32_t ___end_year2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer3, const RuntimeMethod* method); // System.TimeZoneInfo/AdjustmentRule[] System.TimeZoneInfo::ValidateRules(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* TimeZoneInfo_ValidateRules_m7B52D32FBFA06E57C7E265950435AF982F0388A6 (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * ___adjustmentRules0, const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::CreateCustomTimeZone(System.String,System.TimeSpan,System.String,System.String,System.String,System.TimeZoneInfo/AdjustmentRule[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_CreateCustomTimeZone_m0C71E857FF379CB81685D4086BC7CFB3B7E36077 (String_t* ___id0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___baseUtcOffset1, String_t* ___displayName2, String_t* ___standardDisplayName3, String_t* ___daylightDisplayName4, AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* ___adjustmentRules5, const RuntimeMethod* method); // System.Int16 System.BitConverter::ToInt16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.TimeZoneInfo/AdjustmentRule[] System.TimeZoneInfo::GetAdjustmentRules() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* TimeZoneInfo_GetAdjustmentRules_mA0786397D9472C47343E16B200B406F8ADBB6B6F (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::get_SupportsDaylightSavingTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TimeZoneInfo_get_SupportsDaylightSavingTime_m758D25DB319198F82CA6FC6E7C808FE1C94F4950_inline (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m324F3E0B02B746D5F460499F5A25988FD608AD7B (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method); // System.Void System.TimeZoneInfo::GetSystemTimeZonesCore(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneInfo_GetSystemTimeZonesCore_m6723C4EF0D33E6801C896D6A9F5D139C796B3AD1 (List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * ___systemTimeZones0, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::.ctor(System.Collections.Generic.IList`1) inline void ReadOnlyCollection_1__ctor_m19F82F5A8B0B76BE1ECB4529F3306AFE8ABB6BB4 (ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * __this, RuntimeObject* ___list0, const RuntimeMethod* method) { (( void (*) (ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 *, RuntimeObject*, const RuntimeMethod*))ReadOnlyCollection_1__ctor_mED7425C8A39DDAE57BB831E4903F987E9D033BF2_gshared)(__this, ___list0, method); } // System.TimeSpan System.TimeZoneInfo::GetUtcOffsetHelper(System.DateTime,System.TimeZoneInfo,System.Boolean&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_GetUtcOffsetHelper_m56AD58D6001590477E408E1F3DBDA739906CA883 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___tz1, bool* ___isDST2, bool ___forOffset3, const RuntimeMethod* method); // System.TimeSpan System.TimeZoneInfo::get_BaseUtcOffset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m0E9BEC861F6DBED197960E5BA23149543B1D7F5B (Exception_t * __this, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::TryGetTransitionOffset(System.DateTime,System.TimeSpan&,System.Boolean&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_TryGetTransitionOffset_m20E151A5D915CE9269B4415FB8E5155673D94768 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___offset1, bool* ___isDst2, bool ___forOffset3, const RuntimeMethod* method); // System.TimeZoneInfo/AdjustmentRule System.TimeZoneInfo::GetApplicableRule(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * TimeZoneInfo_GetApplicableRule_mDD5FFC563555B49E31D1ADA59047978B27934BEA (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::IsInDST(System.TimeZoneInfo/AdjustmentRule,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_IsInDST_m79F138F876CE4F3F6012FB894E0EFEE6730920D4 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * ___rule0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime1, const RuntimeMethod* method); // System.TimeSpan System.TimeZoneInfo/AdjustmentRule::get_DaylightDelta() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * __this, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::op_Addition(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_op_Addition_mBF0190F67F6882232A9E20DDB5F0ACF25D2F6327 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_Inequality(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_Inequality_mDE127E1886D092054E24EA873CEE64D0857CD04C (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo/AdjustmentRule::Equals(System.TimeZoneInfo/AdjustmentRule) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdjustmentRule_Equals_m51F598650B478A0A86830DF8445D12D7C6A0CE41 (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * __this, AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * ___other0, const RuntimeMethod* method); // System.DateTime System.TimeZoneInfo::ConvertTime(System.DateTime,System.TimeZoneInfo,System.TimeZoneInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_ConvertTime_m662B15E611A88D3D66989C82378219FEE6543FDD (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___sourceTimeZone1, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___destinationTimeZone2, const RuntimeMethod* method); // System.TimeZoneInfo/TransitionTime System.TimeZoneInfo/AdjustmentRule::get_DaylightTransitionEnd() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A AdjustmentRule_get_DaylightTransitionEnd_m219FBBD247700BDFF251BCB5A0ADE7C622AC2111_inline (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * __this, const RuntimeMethod* method); // System.DateTime System.TimeZoneInfo::TransitionPoint(System.TimeZoneInfo/TransitionTime,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_TransitionPoint_m801E1F2943286F093C0D9EE70797817BB71E4737 (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A ___transition0, int32_t ___year1, const RuntimeMethod* method); // System.DateTime System.DateTime::op_Subtraction(System.DateTime,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_op_Subtraction_mFF3EE9E2EB7AAFF084A1104FD1C718B1B3DBC208 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t1, const RuntimeMethod* method); // System.Boolean System.DateTime::op_GreaterThanOrEqual(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThanOrEqual_mB7C78A9E8E0004F447A9E2735FB33E20005C96C0 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t21, const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t21, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::IsInDSTForYear(System.TimeZoneInfo/AdjustmentRule,System.DateTime,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_IsInDSTForYear_mD19BBA7DD84C6582CEA1351FAAF2C464D5E8282E (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * ___rule0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime1, int32_t ___year2, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::IsAmbiguousTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_IsAmbiguousTime_m916604199812419EBDE02258F91381208AA7CDC8 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.Boolean System.DateTime::IsAmbiguousDaylightSavingTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_IsAmbiguousDaylightSavingTime_m409E3926D2705852BDDBF9323DC4937EAE9DFE0C (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.TimeZoneInfo/TransitionTime System.TimeZoneInfo/AdjustmentRule::get_DaylightTransitionStart() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A AdjustmentRule_get_DaylightTransitionStart_m5B17370369E5E5671EF1EF5F3C99AF4B39275B81_inline (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * __this, const RuntimeMethod* method); // System.Int32 System.TimeZoneInfo/TransitionTime::get_Month() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TransitionTime_get_Month_m1E127ECF7312277ED31CEB769A6DC0503F1FAB2B_inline (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t1, const RuntimeMethod* method); // System.Void System.TimeZoneInfo::Validate(System.String,System.TimeSpan,System.TimeZoneInfo/AdjustmentRule[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneInfo_Validate_mE5E62C2FCF855BBE71ED2D84C36FA294D8774C89 (String_t* ___id0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___baseUtcOffset1, AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* ___adjustmentRules2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m03F01FDBEB6469CCD85942C5C62BD46FFC6CE11C (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThan(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_LessThan(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThan_m585756B1EABD0B2BF89F6BDAD62E7C34BCE59E28 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Void System.InvalidTimeZoneException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTimeZoneException__ctor_mF89D515B84C47916FA07B7EFA41851CE35BB72E4 (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * __this, String_t* ___message0, const RuntimeMethod* method); // System.DateTime System.TimeZoneInfo/AdjustmentRule::get_DateStart() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 AdjustmentRule_get_DateStart_m05FFD9D69391EC287D299B23A549FFB1F9FB14EE_inline (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_GreaterThan(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThan_m87A988E247EFDFFE61474088700F29840758E3DD (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t21, const RuntimeMethod* method); // System.DateTime System.TimeZoneInfo/AdjustmentRule::get_DateEnd() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 AdjustmentRule_get_DateEnd_mE011DEEF8AB4DE944C2FF5F45112F468A92492BC_inline (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.String System.TimeZoneInfo::get_DisplayName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_get_DisplayName_m15A88C8DE3387D24B9CFC5CE4645FDA01D0C10B6_inline (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThanOrEqual(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThanOrEqual_mC1E034B3799905E42ACA29F05FDBB7F651E68541 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t21, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo/TransitionTime::get_IsFixedDateRule() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TransitionTime_get_IsFixedDateRule_m4E7A489F0B8E60893C80A70E768F36A10258E9FB_inline (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * __this, const RuntimeMethod* method); // System.Int32 System.TimeZoneInfo/TransitionTime::get_Day() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TransitionTime_get_Day_mF663C24FEFF09012299FA76BE6D65CC6C455C87C_inline (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * __this, const RuntimeMethod* method); // System.DateTime System.TimeZoneInfo/TransitionTime::get_TimeOfDay() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TransitionTime_get_TimeOfDay_m95ECA2E981CA772D9D1DECC7F7421241D4144F44_inline (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * __this, const RuntimeMethod* method); // System.DayOfWeek System.DateTime::get_DayOfWeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_DayOfWeek_m7323645A95CB8290D3162F43B12E6A36A6413839 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int32 System.TimeZoneInfo/TransitionTime::get_Week() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TransitionTime_get_Week_m9271C2A79DC390EF07020F63CAB641FA36E304BA_inline (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * __this, const RuntimeMethod* method); // System.DayOfWeek System.TimeZoneInfo/TransitionTime::get_DayOfWeek() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TransitionTime_get_DayOfWeek_mDC32F75FFCC4AAE5826AFBBC11840C8290E08E52_inline (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(T) inline bool List_1_Remove_m386CA240C117BB0BA4846AC6AF2538ACDD80EBD3 (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * __this, AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 *, AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *, const RuntimeMethod*))List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_gshared)(__this, ___item0, method); } // System.Boolean System.TimeZoneInfo::ValidTZFile(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_ValidTZFile_m308989071249E99D18EF35E20AC6DFC42ADBA399 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.TimeZoneInfo System.TimeZoneInfo::ParseTZBuffer(System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_ParseTZBuffer_mA32246AA931F36895F716D3664BE545DF6C1A56B (String_t* ___id0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.InvalidTimeZoneException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidTimeZoneException__ctor_m635D30C4384618C91F1A90F410AF9D039E2BC660 (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Int32 System.TimeZoneInfo::SwapInt32(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeZoneInfo_SwapInt32_m10519FDEF425C10912D73F7124DE94273644B6DF (int32_t ___i0, const RuntimeMethod* method); // System.Int32 System.TimeZoneInfo::ReadBigEndianInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeZoneInfo_ReadBigEndianInt32_m4CE3FE35D31FCC32034A3750362869286DDD6537 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___start1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.TimeZoneInfo::ParseAbbreviations(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * TimeZoneInfo_ParseAbbreviations_m5C798F3D7151586FD8A44DF6416A421B5D9A85FF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.TimeZoneInfo::ParseTimesTypes(System.Byte[],System.Int32,System.Int32,System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * TimeZoneInfo_ParseTimesTypes_m934AB7A6138DE16EACBE9273CE7E5313876BB898 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * ___abbreviations3, const RuntimeMethod* method); // System.Collections.Generic.List`1> System.TimeZoneInfo::ParseTransitions(System.Byte[],System.Int32,System.Int32,System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t960AA958F641EF26613957B203B645E693F9430D * TimeZoneInfo_ParseTransitions_m0598391651C96C37D6416647966B64980EEB159B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * ___time_types3, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_mBF15D2EF8C313964D0A92C9F7165433E68E821CB (Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 *, const RuntimeMethod*))Dictionary_2_get_Count_m12374F2F6F3D2DE9CBF98D3BD63CBB0DA19C69C5_gshared)(__this, method); } // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) inline TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * Dictionary_2_get_Item_m71B9315D4F2735F21362246F358D35F906D6BAA7 (Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * __this, int32_t ___key0, const RuntimeMethod* method) { return (( TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * (*) (Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mD43F161D674E625D0DA61EE00A30B1EF39ECA8C6_gshared)(__this, ___key0, method); } // T System.Collections.Generic.List`1>::get_Item(System.Int32) inline KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD List_1_get_Item_m20C8DEEE2BA433267D0E7E4F9DDA5E5DA977A52B_inline (List_1_t960AA958F641EF26613957B203B645E693F9430D * __this, int32_t ___index0, const RuntimeMethod* method) { return (( KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD (*) (List_1_t960AA958F641EF26613957B203B645E693F9430D *, int32_t, const RuntimeMethod*))List_1_get_Item_m9C08DEEC45DFAC0741F047200A07FD43B9A8F6B9_gshared_inline)(__this, ___index0, method); } // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 KeyValuePair_2_get_Key_m9CAFFEA98191CB68C8E1DEAA692BF13B6C04F5DF_inline (KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD * __this, const RuntimeMethod* method) { return (( DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 (*) (KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD *, const RuntimeMethod*))KeyValuePair_2_get_Key_mBEDC6BEC4BF28502CFBB86706275492049BDBCF6_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * KeyValuePair_2_get_Value_mAD42F4030E9058AA29B7A1991420EE3C1EF228C8_inline (KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD * __this, const RuntimeMethod* method) { return (( TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * (*) (KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD *, const RuntimeMethod*))KeyValuePair_2_get_Value_m244C9DDEE1055D648230C1EA0405CA7FBEB24CCE_gshared_inline)(__this, method); } // System.DateTime System.DateTime::AddYears(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_AddYears_m9F1541DE0F82F1278ECC5216337FD3263A279695 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo/TransitionTime::op_Inequality(System.TimeZoneInfo/TransitionTime,System.TimeZoneInfo/TransitionTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransitionTime_op_Inequality_m30F06DED443B1F09A34F16DCB60E11414945C2FB (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A ___t10, TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A ___t21, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::op_Subtraction(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_op_Subtraction_mA4ACA1A4349FA026D9F3DE12E4E1DC180832CA62 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromMinutes(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMinutes_mAB9F93263460C5FE2BC56C34F268C97EB6035958 (double ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1>::get_Count() inline int32_t List_1_get_Count_m79F465401C84ED3C9EC0C8AF46747ED8D1FD3B2A_inline (List_1_t960AA958F641EF26613957B203B645E693F9430D * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t960AA958F641EF26613957B203B645E693F9430D *, const RuntimeMethod*))List_1_get_Count_m90123498C9C4C120131E73B3ED3BE021C509CB45_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mB40672A269C34DB22BA5BFAF2511631483E1690E (Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB *, const RuntimeMethod*))Dictionary_2__ctor_mE7F9D51201F5A72BF4995CA0F3F0E866DB21E638_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_m1F0637B069C2F1C8CFC43C8B2D8C5564FA7013B0 (Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * __this, int32_t ___key0, String_t* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB *, int32_t, String_t*, const RuntimeMethod*))Dictionary_2_Add_m39BC00F21EE9459BB8DEF5479F95F79C5C740682_gshared)(__this, ___key0, ___value1, method); } // System.String System.Text.StringBuilder::ToString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_mF3154CCF8250170547C4EC74C4A8DBCA00F34453 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_m09041DB7548BFD9868E791D912FDDFDA99D4E577 (Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mC005492A35FF3810936B20F0D2CB95C92703DD39_gshared)(__this, ___capacity0, method); } // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) inline String_t* Dictionary_2_get_Item_m47040F6DF204BD0EB1F3FC11096C4C236DED9C24 (Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * __this, int32_t ___key0, const RuntimeMethod* method) { return (( String_t* (*) (Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mD43F161D674E625D0DA61EE00A30B1EF39ECA8C6_gshared)(__this, ___key0, method); } // System.Void System.TimeType::.ctor(System.Int32,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeType__ctor_mD0DECB503E195CD1A08ED0CB5FD046F6D27A2205 (TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * __this, int32_t ___offset0, bool ___is_dst1, String_t* ___abbrev2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_m0B8DAB2160C8D1053E5A2388684FF80C5C877546 (Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * __this, int32_t ___key0, TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 *, int32_t, TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF *, const RuntimeMethod*))Dictionary_2_Add_m39BC00F21EE9459BB8DEF5479F95F79C5C740682_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.List`1>::.ctor(System.Int32) inline void List_1__ctor_m38A3433E70A9AC1563E1305E6C090E2B8B8D6CF7 (List_1_t960AA958F641EF26613957B203B645E693F9430D * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t960AA958F641EF26613957B203B645E693F9430D *, int32_t, const RuntimeMethod*))List_1__ctor_m26649CC81E6E841879C726F4B0713A31F580A556_gshared)(__this, ___capacity0, method); } // System.DateTime System.TimeZoneInfo::DateTimeFromUnixTime(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_DateTimeFromUnixTime_mCDDF21F58829DD68874E75E8DD75FCD38502B863 (int64_t ___unix_time0, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_mC6638BB696AB08547385E5DC66DCB3060DFA091D (KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___key0, TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF *, const RuntimeMethod*))KeyValuePair_2__ctor_m43F9961C3271E4A415221EDB2EA196165E8D204B_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.List`1>::Add(T) inline void List_1_Add_mB97096E98A2307188EDA1D0C81D8BDC5D54C6F91 (List_1_t960AA958F641EF26613957B203B645E693F9430D * __this, KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t960AA958F641EF26613957B203B645E693F9430D *, KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD , const RuntimeMethod*))List_1_Add_m510FF466C1BB8A0CA4CBA691BCEF00C3230C2336_gshared)(__this, ___item0, method); } // System.DateTime System.DateTime::AddSeconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_AddSeconds_mCA0940A7E7C3ED40A86532349B7D4CB3A0F0DEAF (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, double ___value0, const RuntimeMethod* method); // System.Boolean System.TimeZoneInfo::IsAmbiguousLocalDstFromUtc(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_IsAmbiguousLocalDstFromUtc_m7EFA80A0C0823411578E9790ABA7BC14B0F3219D (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_api_ms_win_core_timezone_l1_1_0_INTERNAL IL2CPP_EXTERN_C uint32_t DEFAULT_CALL EnumDynamicTimeZoneInformation(uint32_t, DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_api_ms_win_core_timezone_l1_1_0_INTERNAL IL2CPP_EXTERN_C uint32_t DEFAULT_CALL GetDynamicTimeZoneInformation(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_api_ms_win_core_timezone_l1_1_0_INTERNAL IL2CPP_EXTERN_C uint32_t DEFAULT_CALL GetDynamicTimeZoneInformationEffectiveYears(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*, uint32_t*, uint32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_api_ms_win_core_timezone_l1_1_0_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL GetTimeZoneInformationForYear(uint16_t, DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*, TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_pinvoke*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL readlink(char*, uint8_t*, int32_t); #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.Runtime.CompilerServices.TaskAwaiter IL2CPP_EXTERN_C void TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshal_pinvoke(const TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C& unmarshaled, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshaled_pinvoke& marshaled) { Exception_t* ___m_task_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_task' of type 'TaskAwaiter': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_task_0Exception, NULL); } IL2CPP_EXTERN_C void TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshal_pinvoke_back(const TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshaled_pinvoke& marshaled, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C& unmarshaled) { Exception_t* ___m_task_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_task' of type 'TaskAwaiter': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_task_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Runtime.CompilerServices.TaskAwaiter IL2CPP_EXTERN_C void TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshal_pinvoke_cleanup(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Runtime.CompilerServices.TaskAwaiter IL2CPP_EXTERN_C void TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshal_com(const TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C& unmarshaled, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshaled_com& marshaled) { Exception_t* ___m_task_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_task' of type 'TaskAwaiter': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_task_0Exception, NULL); } IL2CPP_EXTERN_C void TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshal_com_back(const TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshaled_com& marshaled, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C& unmarshaled) { Exception_t* ___m_task_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_task' of type 'TaskAwaiter': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_task_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Runtime.CompilerServices.TaskAwaiter IL2CPP_EXTERN_C void TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshal_com_cleanup(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshaled_com& marshaled) { } // System.Void System.Runtime.CompilerServices.TaskAwaiter::UnsafeOnCompleted(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskAwaiter_UnsafeOnCompleted_m4AC803A6118C13715CE0DF81D765EBE2608C8677 (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * __this, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___continuation0, const RuntimeMethod* method) { { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = __this->get_m_task_0(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = ___continuation0; TaskAwaiter_OnCompletedInternal_m6B7D35FFFF726F689EABF9A513DF885B84CF790D(L_0, L_1, (bool)1, (bool)0, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void TaskAwaiter_UnsafeOnCompleted_m4AC803A6118C13715CE0DF81D765EBE2608C8677_AdjustorThunk (RuntimeObject * __this, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___continuation0, const RuntimeMethod* method) { int32_t _offset = 1; TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * _thisAdjusted = reinterpret_cast(__this + _offset); TaskAwaiter_UnsafeOnCompleted_m4AC803A6118C13715CE0DF81D765EBE2608C8677(_thisAdjusted, ___continuation0, method); } // System.Void System.Runtime.CompilerServices.TaskAwaiter::ValidateEnd(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskAwaiter_ValidateEnd_m8C8532E03B6F655525AB87D420CACE753DC1CD3B (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method) { { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ___task0; bool L_1; L_1 = Task_get_IsWaitNotificationEnabledOrNotRanToCompletion_m08AE8FC3C2730156E5244176D8DABEE9741D1B6B_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2 = ___task0; TaskAwaiter_HandleNonSuccessAndDebuggerNotification_mC15EB7975359781DB6D5116689FE3950BDC326F0(L_2, /*hidden argument*/NULL); } IL_000e: { return; } } // System.Void System.Runtime.CompilerServices.TaskAwaiter::HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskAwaiter_HandleNonSuccessAndDebuggerNotification_mC15EB7975359781DB6D5116689FE3950BDC326F0 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ___task0; bool L_1; L_1 = Task_get_IsCompleted_m7EF73EE6C4F400997345371FFB10137D8E9B4E1E(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0019; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2 = ___task0; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; bool L_4; L_4 = Task_InternalWait_mE57EF4D36E52156CE56428699F713D69BFF2C4B0(L_2, (-1), L_3, /*hidden argument*/NULL); } IL_0019: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_5 = ___task0; bool L_6; L_6 = Task_NotifyDebuggerOfWaitCompletionIfNecessary_m566B12643DFD769D51D3CC476B00528CF658CABC(L_5, /*hidden argument*/NULL); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_7 = ___task0; bool L_8; L_8 = Task_get_IsRanToCompletion_m8DFA37869119617244BA82A09040A8495E031619(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_002e; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_9 = ___task0; TaskAwaiter_ThrowForNonSuccess_m4C05A06A6C8EB1787D0DAB901714A6ECB23CC8D5(L_9, /*hidden argument*/NULL); } IL_002e: { return; } } // System.Void System.Runtime.CompilerServices.TaskAwaiter::ThrowForNonSuccess(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskAwaiter_ThrowForNonSuccess_m4C05A06A6C8EB1787D0DAB901714A6ECB23CC8D5 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_m50CCE73BA6E5F7A70E98B4609F8C502AB185317F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Item_m9CC93AE940BF7F2FF355CADB19E2FBC2B3774BE2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * V_1 = NULL; ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 * V_2 = NULL; { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ___task0; int32_t L_1; L_1 = Task_get_Status_m322B3FEDAED081C1EA55F6E2922007475E7CAAED(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)6))) { goto IL_0010; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)7))) { goto IL_0027; } } { return; } IL_0010: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_4 = ___task0; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_5; L_5 = Task_GetCancellationExceptionDispatchInfo_mA814E950BDF6926C765498C6EBD4BD7AEC9049F8(L_4, /*hidden argument*/NULL); V_1 = L_5; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_6 = V_1; if (!L_6) { goto IL_0020; } } { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_7 = V_1; ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095(L_7, /*hidden argument*/NULL); } IL_0020: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_8 = ___task0; TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B * L_9 = (TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B_il2cpp_TypeInfo_var))); TaskCanceledException__ctor_m80EB46EF14E52AD10EF2F85D9736E2E056E00B8C(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskAwaiter_ThrowForNonSuccess_m4C05A06A6C8EB1787D0DAB901714A6ECB23CC8D5_RuntimeMethod_var))); } IL_0027: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_10 = ___task0; ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 * L_11; L_11 = Task_GetExceptionDispatchInfos_mA9149E4C9DDC833EE7BA35D4B0DB948709A77403(L_10, /*hidden argument*/NULL); V_2 = L_11; ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 * L_12 = V_2; int32_t L_13; L_13 = ReadOnlyCollection_1_get_Count_m50CCE73BA6E5F7A70E98B4609F8C502AB185317F(L_12, /*hidden argument*/ReadOnlyCollection_1_get_Count_m50CCE73BA6E5F7A70E98B4609F8C502AB185317F_RuntimeMethod_var); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0044; } } { ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 * L_14 = V_2; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_15; L_15 = ReadOnlyCollection_1_get_Item_m9CC93AE940BF7F2FF355CADB19E2FBC2B3774BE2(L_14, 0, /*hidden argument*/ReadOnlyCollection_1_get_Item_m9CC93AE940BF7F2FF355CADB19E2FBC2B3774BE2_RuntimeMethod_var); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095(L_15, /*hidden argument*/NULL); return; } IL_0044: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16 = ___task0; AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * L_17; L_17 = Task_get_Exception_m53945993385D4031240B0DB2C0585ABBFB8CFA81(L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskAwaiter_ThrowForNonSuccess_m4C05A06A6C8EB1787D0DAB901714A6ECB23CC8D5_RuntimeMethod_var))); } } // System.Void System.Runtime.CompilerServices.TaskAwaiter::OnCompletedInternal(System.Threading.Tasks.Task,System.Action,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TaskAwaiter_OnCompletedInternal_m6B7D35FFFF726F689EABF9A513DF885B84CF790D (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___continuation1, bool ___continueOnCapturedContext2, bool ___flowExecutionContext3, const RuntimeMethod* method) { int32_t V_0 = 0; { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_0 = ___continuation1; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F57E36217901A5B3A93DB73B6E3E63001C94CD4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskAwaiter_OnCompletedInternal_m6B7D35FFFF726F689EABF9A513DF885B84CF790D_RuntimeMethod_var))); } IL_000e: { V_0 = 1; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2 = ___task0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = ___continuation1; bool L_4 = ___continueOnCapturedContext2; bool L_5 = ___flowExecutionContext3; Task_SetContinuationForAwait_mA9BC53CDC336C1D209D8F5CEAB30ACDC43C19B63(L_2, L_3, L_4, L_5, (int32_t*)(&V_0), /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.TaskCanceledException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCanceledException__ctor_m85C6A5F106CF42378C514C30082953953BF90637 (TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B808C2F3A39DD605327C2B21790D44333B101FE); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral4B808C2F3A39DD605327C2B21790D44333B101FE, /*hidden argument*/NULL); OperationCanceledException__ctor_mC695DBC8DD0A75A7AFA1D6912B4A5037E6379753(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.TaskCanceledException::.ctor(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCanceledException__ctor_m80EB46EF14E52AD10EF2F85D9736E2E056E00B8C (TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B808C2F3A39DD605327C2B21790D44333B101FE); s_Il2CppMethodInitialized = true; } CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); String_t* G_B2_0 = NULL; TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B * G_B2_1 = NULL; String_t* G_B1_0 = NULL; TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B * G_B1_1 = NULL; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); String_t* G_B3_1 = NULL; TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B * G_B3_2 = NULL; { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral4B808C2F3A39DD605327C2B21790D44333B101FE, /*hidden argument*/NULL); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_1 = ___task0; G_B1_0 = L_0; G_B1_1 = __this; if (L_1) { G_B2_0 = L_0; G_B2_1 = __this; goto IL_0019; } } { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; G_B3_0 = L_2; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_001f; } IL_0019: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_3 = ___task0; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4; L_4 = Task_get_CancellationToken_m95864774C9D967684A3BE04AC9A1F80874B19CC1(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_001f: { OperationCanceledException__ctor_m56FFE1DDC33A14CAAC5C357C0E4EA82087998B1A(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_5 = ___task0; __this->set_m_canceledTask_18(L_5); return; } } // System.Void System.Threading.Tasks.TaskCanceledException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCanceledException__ctor_mC6254BAECC10D862D19250239A94133A81DB70B5 (TaskCanceledException_t8C4641920752790DEE40C9F907D7E10F90DE072B * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; OperationCanceledException__ctor_mE6EFD52313978474A808793C67569169542B8B35(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.TaskContinuation::InlineIfPossibleOrElseQueue(System.Threading.Tasks.Task,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskContinuation_InlineIfPossibleOrElseQueue_m47E7CB75F767486FE96A533D91CDA3B784FAC596 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, bool ___needsProtection1, const RuntimeMethod* method) { Exception_t * V_0 = NULL; TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = ___needsProtection1; if (!L_0) { goto IL_000c; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_1 = ___task0; bool L_2; L_2 = Task_MarkStarted_m6D0917EFC5023434BDDEA2206E581511F16CA9C2(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { return; } IL_000c: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_3 = ___task0; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_4 = L_3; int32_t L_5 = L_4->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); L_4->set_m_stateFlags_9(((int32_t)((int32_t)L_5|(int32_t)((int32_t)65536)))); } IL_0022: { } IL_0023: try { // begin try (depth: 1) { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_6 = ___task0; TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_7 = L_6->get_m_taskScheduler_7(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_8 = ___task0; bool L_9; L_9 = TaskScheduler_TryRunInline_mAE5CEB696574068BAE57840E70443A27C36DF289(L_7, L_8, (bool)0, /*hidden argument*/NULL); if (L_9) { goto IL_003e; } } IL_0032: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_10 = ___task0; TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_11 = L_10->get_m_taskScheduler_7(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_12 = ___task0; TaskScheduler_InternalQueueTask_m7AA81A2B22AF99DA0A4B4EA250E86E490AA8E5FD(L_11, L_12, /*hidden argument*/NULL); } IL_003e: { goto IL_0070; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0040; } throw e; } CATCH_0040: { // begin catch(System.Exception) { V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_13 = V_0; if (!((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_13, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_0059; } } IL_0049: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_14 = ___task0; int32_t L_15 = L_14->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); if (((int32_t)((int32_t)L_15&(int32_t)((int32_t)134217728)))) { goto IL_006e; } } IL_0059: { Exception_t * L_16 = V_0; TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84 * L_17 = (TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84_il2cpp_TypeInfo_var))); TaskSchedulerException__ctor_m3447C3D50F4E7737126A9C15FC625F884DAA6AD3(L_17, L_16, /*hidden argument*/NULL); V_1 = L_17; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_18 = ___task0; TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84 * L_19 = V_1; Task_AddException_mF68C273C2777513AD41B2064C15889F2D978173E(L_18, L_19, /*hidden argument*/NULL); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_20 = ___task0; Task_Finish_m924F5D1414BDC1A572D3C925CD9FBD4147C09FD5(L_20, (bool)0, /*hidden argument*/NULL); } IL_006e: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0070; } } // end catch (depth: 1) IL_0070: { return; } } // System.Void System.Threading.Tasks.TaskContinuation::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskContinuation__ctor_m45EB0CD0E7B5BCD8A08DE772D13C0D108E9439B8 (TaskContinuation_t7DB04E82749A3EF935DB28E54C213451D635E7C0 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.Threading.Tasks.TaskExceptionHolder::.ctor(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder__ctor_m034C59D52C6B2B589A0AD59754BD509D83007568 (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ___task0; __this->set_m_task_3(L_0); IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var); TaskExceptionHolder_EnsureADUnloadCallbackRegistered_m84A349AA195EEFFA2EDC4299EB3C9F578F275773(/*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Tasks.TaskExceptionHolder::ShouldFailFastOnUnobservedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskExceptionHolder_ShouldFailFastOnUnobservedException_m4DB89F74CC9B00D3D336F96103D837E1F5F02C8B (const RuntimeMethod* method) { { bool L_0; L_0 = CLRConfig_CheckThrowUnobservedTaskExceptions_mBBEE5B2CA413D04FE405E89AC8BEE783314F0277(/*hidden argument*/NULL); return L_0; } } // System.Void System.Threading.Tasks.TaskExceptionHolder::EnsureADUnloadCallbackRegistered() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_EnsureADUnloadCallbackRegistered_m84A349AA195EEFFA2EDC4299EB3C9F578F275773 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskExceptionHolder_AppDomainUnloadCallback_m423B04B28297721336B3F3B54A65C59B8F03B459_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_0 = ((TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var))->get_s_adUnloadEventHandler_2(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_1 = (EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B *)il2cpp_codegen_object_new(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var); EventHandler__ctor_m9D4CC7B806AFF3B790E5E1A3B891F6775A146B78(L_1, NULL, (intptr_t)((intptr_t)TaskExceptionHolder_AppDomainUnloadCallback_m423B04B28297721336B3F3B54A65C59B8F03B459_RuntimeMethod_var), /*hidden argument*/NULL); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_2; L_2 = InterlockedCompareExchangeImpl((EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B **)(((TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var))->get_address_of_s_adUnloadEventHandler_2()), L_1, (EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B *)NULL); if (L_2) { goto IL_0033; } } { AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * L_3; L_3 = AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_4 = ((TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var))->get_s_adUnloadEventHandler_2(); il2cpp_codegen_memory_barrier(); AppDomain_add_DomainUnload_mE808522233A3DFCFBC771C2CB69544808938A134(L_3, L_4, /*hidden argument*/NULL); } IL_0033: { return; } } // System.Void System.Threading.Tasks.TaskExceptionHolder::AppDomainUnloadCallback(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_AppDomainUnloadCallback_m423B04B28297721336B3F3B54A65C59B8F03B459 (RuntimeObject * ___sender0, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var))->set_s_domainUnloadStarted_1(1); return; } } // System.Void System.Threading.Tasks.TaskExceptionHolder::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_Finalize_m024D2AB52BCD8FF399EA2CD614AA3CFFDF896113 (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mE5221FF68D260DB8BD032B57CA41EF38FE777107_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m4A38643DA8B5DBAB71EB5BB2ECB92FCA590E5A16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCCF62DC0601C1C17B1606D341FB35491C1E70B62_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t6539F48B1663C43B3427FA51934B89F85F6D3898_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m0C5C3BAB79C20FC08E2F7EEBE7990261D29CB4BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_mE42E479B8A2A33528AD4D666E2BF9740CE5F1983_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DE91389EA6A54655F4905170C2CBF92348FC79A); s_Il2CppMethodInitialized = true; } AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * V_0 = NULL; UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41 * V_1 = NULL; Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * V_3 = NULL; AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_0 = __this->get_m_faultExceptions_4(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_0103; } } IL_000d: { bool L_1 = __this->get_m_isHandled_6(); il2cpp_codegen_memory_barrier(); if (L_1) { goto IL_0103; } } IL_001a: { bool L_2; L_2 = Environment_get_HasShutdownStarted_m6B1EC485BF4C4E7F355F9A715E9B4F6A6B069F6A(/*hidden argument*/NULL); if (L_2) { goto IL_0103; } } IL_0024: { AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * L_3; L_3 = AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E(/*hidden argument*/NULL); bool L_4; L_4 = AppDomain_IsFinalizingForUnload_mF5BE1A88C86F123D397B5D9EA4644AE1849D2B2E(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0103; } } IL_0033: { IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var); bool L_5 = ((TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var))->get_s_domainUnloadStarted_1(); il2cpp_codegen_memory_barrier(); if (L_5) { goto IL_0103; } } IL_003f: { List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_6 = __this->get_m_faultExceptions_4(); il2cpp_codegen_memory_barrier(); Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F L_7; L_7 = List_1_GetEnumerator_m0C5C3BAB79C20FC08E2F7EEBE7990261D29CB4BC(L_6, /*hidden argument*/List_1_GetEnumerator_m0C5C3BAB79C20FC08E2F7EEBE7990261D29CB4BC_RuntimeMethod_var); V_2 = L_7; } IL_004d: try { // begin try (depth: 2) { goto IL_00ae; } IL_004f: { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_8; L_8 = Enumerator_get_Current_mCCF62DC0601C1C17B1606D341FB35491C1E70B62_inline((Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F *)(&V_2), /*hidden argument*/Enumerator_get_Current_mCCF62DC0601C1C17B1606D341FB35491C1E70B62_RuntimeMethod_var); Exception_t * L_9; L_9 = ExceptionDispatchInfo_get_SourceException_m461A8748D61FCC7EF8D71D2784D851B0523B9B30_inline(L_8, /*hidden argument*/NULL); V_3 = L_9; Exception_t * L_10 = V_3; V_4 = ((AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 *)IsInstClass((RuntimeObject*)L_10, AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1_il2cpp_TypeInfo_var)); AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * L_11 = V_4; if (!L_11) { goto IL_00a4; } } IL_0068: { AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * L_12 = V_4; AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * L_13; L_13 = AggregateException_Flatten_mE14D462A6ADE827340E60E73AB20C254C5800A4F(L_12, /*hidden argument*/NULL); ReadOnlyCollection_1_t06CAAF5787D8FDE0CB0F04082673EC9B212451BE * L_14; L_14 = AggregateException_get_InnerExceptions_m2020FC3A2334DDB72FEBFB2BF4CFE088FF83FEFE_inline(L_13, /*hidden argument*/NULL); RuntimeObject* L_15; L_15 = ReadOnlyCollection_1_GetEnumerator_mE42E479B8A2A33528AD4D666E2BF9740CE5F1983(L_14, /*hidden argument*/ReadOnlyCollection_1_GetEnumerator_mE42E479B8A2A33528AD4D666E2BF9740CE5F1983_RuntimeMethod_var); V_5 = L_15; } IL_007b: try { // begin try (depth: 3) { goto IL_008d; } IL_007d: { RuntimeObject* L_16 = V_5; Exception_t * L_17; L_17 = InterfaceFuncInvoker0< Exception_t * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t6539F48B1663C43B3427FA51934B89F85F6D3898_il2cpp_TypeInfo_var, L_16); if (!((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_17, ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))) { goto IL_008d; } } IL_008b: { IL2CPP_LEAVE(0x10C, FINALLY_0098); } IL_008d: { RuntimeObject* L_18 = V_5; bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_007d; } } IL_0096: { IL2CPP_LEAVE(0xAE, FINALLY_0098); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0098; } FINALLY_0098: { // begin finally (depth: 3) { RuntimeObject* L_20 = V_5; if (!L_20) { goto IL_00a3; } } IL_009c: { RuntimeObject* L_21 = V_5; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_21); } IL_00a3: { IL2CPP_END_FINALLY(152) } } // end finally (depth: 3) IL2CPP_CLEANUP(152) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x10C, FINALLY_00b9); IL2CPP_JUMP_TBL(0xAE, IL_00ae) } IL_00a4: { Exception_t * L_22 = V_3; if (!((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_22, ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))) { goto IL_00ae; } } IL_00ac: { IL2CPP_LEAVE(0x10C, FINALLY_00b9); } IL_00ae: { bool L_23; L_23 = Enumerator_MoveNext_m4A38643DA8B5DBAB71EB5BB2ECB92FCA590E5A16((Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m4A38643DA8B5DBAB71EB5BB2ECB92FCA590E5A16_RuntimeMethod_var); if (L_23) { goto IL_004f; } } IL_00b7: { IL2CPP_LEAVE(0xC7, FINALLY_00b9); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b9; } FINALLY_00b9: { // begin finally (depth: 2) Enumerator_Dispose_mE5221FF68D260DB8BD032B57CA41EF38FE777107((Enumerator_t4AB9BE43A12E13AB6BAF7284B0B753D18D2DAC1F *)(&V_2), /*hidden argument*/Enumerator_Dispose_mE5221FF68D260DB8BD032B57CA41EF38FE777107_RuntimeMethod_var); IL2CPP_END_FINALLY(185) } // end finally (depth: 2) IL2CPP_CLEANUP(185) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x10C, FINALLY_0105); IL2CPP_JUMP_TBL(0xC7, IL_00c7) } IL_00c7: { String_t* L_24; L_24 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral6DE91389EA6A54655F4905170C2CBF92348FC79A, /*hidden argument*/NULL); List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_25 = __this->get_m_faultExceptions_4(); il2cpp_codegen_memory_barrier(); AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * L_26 = (AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 *)il2cpp_codegen_object_new(AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1_il2cpp_TypeInfo_var); AggregateException__ctor_m9A3EC8C177CC1E6F04AC19EDE79E5367E82F3042(L_26, L_24, L_25, /*hidden argument*/NULL); V_0 = L_26; AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * L_27 = V_0; UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41 * L_28 = (UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41 *)il2cpp_codegen_object_new(UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41_il2cpp_TypeInfo_var); UnobservedTaskExceptionEventArgs__ctor_m04C31C39F7FCE7BABABA3A283C8A3E82110AA734(L_28, L_27, /*hidden argument*/NULL); V_1 = L_28; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_29 = __this->get_m_task_3(); UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41 * L_30 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); TaskScheduler_PublishUnobservedTaskException_m1AC1B6AC6FF22C3AD093BD75D30968FFE5709F23(L_29, L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var); bool L_31 = ((TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var))->get_s_failFastOnUnobservedException_0(); if (!L_31) { goto IL_0103; } } IL_00f9: { UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41 * L_32 = V_1; bool L_33 = L_32->get_m_observed_2(); if (L_33) { goto IL_0103; } } IL_0101: { AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * L_34 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskExceptionHolder_Finalize_m024D2AB52BCD8FF399EA2CD614AA3CFFDF896113_RuntimeMethod_var))); } IL_0103: { IL2CPP_LEAVE(0x10C, FINALLY_0105); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0105; } FINALLY_0105: { // begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(261) } // end finally (depth: 1) IL2CPP_CLEANUP(261) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10C, IL_010c) } IL_010c: { return; } } // System.Boolean System.Threading.Tasks.TaskExceptionHolder::get_ContainsFaultList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskExceptionHolder_get_ContainsFaultList_mE44E0325312748CD4647555123602C8D1B2241B2 (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, const RuntimeMethod* method) { { List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_0 = __this->get_m_faultExceptions_4(); il2cpp_codegen_memory_barrier(); return (bool)((!(((RuntimeObject*)(List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Threading.Tasks.TaskExceptionHolder::Add(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_Add_mC5DBC5809B714F95969C41B43B1EAADAFE8D1C1E (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, RuntimeObject * ___exceptionObject0, bool ___representsCancellation1, const RuntimeMethod* method) { { bool L_0 = ___representsCancellation1; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___exceptionObject0; TaskExceptionHolder_SetCancellationException_mDF595E301DAFE052D5E1088F6EF7C561E5493DE6(__this, L_1, /*hidden argument*/NULL); return; } IL_000b: { RuntimeObject * L_2 = ___exceptionObject0; TaskExceptionHolder_AddFaultException_m54D4156B052D1EF35A8B020036BE34BC34C9A448(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.TaskExceptionHolder::SetCancellationException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_SetCancellationException_mDF595E301DAFE052D5E1088F6EF7C561E5493DE6 (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, RuntimeObject * ___exceptionObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * V_0 = NULL; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * V_1 = NULL; { RuntimeObject * L_0 = ___exceptionObject0; V_0 = ((OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB *)IsInstClass((RuntimeObject*)L_0, OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var)); OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * L_1 = V_0; if (!L_1) { goto IL_0018; } } { OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB * L_2 = V_0; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_3; L_3 = ExceptionDispatchInfo_Capture_m972BB7AC3DEF807C66DD794FA29D48829252F40B(L_2, /*hidden argument*/NULL); __this->set_m_cancellationException_5(L_3); goto IL_0026; } IL_0018: { RuntimeObject * L_4 = ___exceptionObject0; V_1 = ((ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)IsInstSealed((RuntimeObject*)L_4, ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09_il2cpp_TypeInfo_var)); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_5 = V_1; __this->set_m_cancellationException_5(L_5); } IL_0026: { TaskExceptionHolder_MarkAsHandled_m071FA704017944E5AF822BCD87BBEEBDC263666B(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.TaskExceptionHolder::AddFaultException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_AddFaultException_m54D4156B052D1EF35A8B020036BE34BC34C9A448 (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, RuntimeObject * ___exceptionObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppDomainUnloadedException_t6B36261EB2D2A6F1C85923F6C702DC756B56B074_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t0A3175E42D7B4FC8B83BCBF384D9202A04B1A5BE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t1F9B81EB08200946D06A609E250122229A0F76D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t6539F48B1663C43B3427FA51934B89F85F6D3898_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mC15BD5D0E0CB06484024100DC1EFA5E9A34DB214_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0DA40F6F27AA1192418F9F47AC798FA842175A3E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD6F40E7D1F626B2B098C65B3F3EABB70001C5117_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m02128FCB76FE24790DE98A15378502DBF3941B51_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD1CA893F80FE0EF058BAF21A2F31C0C9BDC4C1F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * V_0 = NULL; Exception_t * V_1 = NULL; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * V_5 = NULL; RuntimeObject* V_6 = NULL; int32_t V_7 = 0; Type_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_0 = __this->get_m_faultExceptions_4(); il2cpp_codegen_memory_barrier(); V_0 = L_0; List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_1 = V_0; if (L_1) { goto IL_001c; } } { List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_2 = (List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 *)il2cpp_codegen_object_new(List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17_il2cpp_TypeInfo_var); List_1__ctor_mD6F40E7D1F626B2B098C65B3F3EABB70001C5117(L_2, 1, /*hidden argument*/List_1__ctor_mD6F40E7D1F626B2B098C65B3F3EABB70001C5117_RuntimeMethod_var); List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_3 = L_2; V_0 = L_3; il2cpp_codegen_memory_barrier(); __this->set_m_faultExceptions_4(L_3); } IL_001c: { RuntimeObject * L_4 = ___exceptionObject0; V_1 = ((Exception_t *)IsInstClass((RuntimeObject*)L_4, Exception_t_il2cpp_TypeInfo_var)); Exception_t * L_5 = V_1; if (!L_5) { goto IL_0034; } } { List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_6 = V_0; Exception_t * L_7 = V_1; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_8; L_8 = ExceptionDispatchInfo_Capture_m972BB7AC3DEF807C66DD794FA29D48829252F40B(L_7, /*hidden argument*/NULL); List_1_Add_m0DA40F6F27AA1192418F9F47AC798FA842175A3E(L_6, L_8, /*hidden argument*/List_1_Add_m0DA40F6F27AA1192418F9F47AC798FA842175A3E_RuntimeMethod_var); goto IL_00b3; } IL_0034: { RuntimeObject * L_9 = ___exceptionObject0; V_2 = ((ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)IsInstSealed((RuntimeObject*)L_9, ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09_il2cpp_TypeInfo_var)); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_10 = V_2; if (!L_10) { goto IL_0047; } } { List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_11 = V_0; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_12 = V_2; List_1_Add_m0DA40F6F27AA1192418F9F47AC798FA842175A3E(L_11, L_12, /*hidden argument*/List_1_Add_m0DA40F6F27AA1192418F9F47AC798FA842175A3E_RuntimeMethod_var); goto IL_00b3; } IL_0047: { RuntimeObject * L_13 = ___exceptionObject0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IEnumerable_1_t0A3175E42D7B4FC8B83BCBF384D9202A04B1A5BE_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_3; if (!L_14) { goto IL_0088; } } { RuntimeObject* L_15 = V_3; RuntimeObject* L_16; L_16 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t0A3175E42D7B4FC8B83BCBF384D9202A04B1A5BE_il2cpp_TypeInfo_var, L_15); V_4 = L_16; } IL_0059: try { // begin try (depth: 1) { goto IL_0071; } IL_005b: { RuntimeObject* L_17 = V_4; Exception_t * L_18; L_18 = InterfaceFuncInvoker0< Exception_t * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t6539F48B1663C43B3427FA51934B89F85F6D3898_il2cpp_TypeInfo_var, L_17); V_5 = L_18; List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_19 = V_0; Exception_t * L_20 = V_5; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_21; L_21 = ExceptionDispatchInfo_Capture_m972BB7AC3DEF807C66DD794FA29D48829252F40B(L_20, /*hidden argument*/NULL); List_1_Add_m0DA40F6F27AA1192418F9F47AC798FA842175A3E(L_19, L_21, /*hidden argument*/List_1_Add_m0DA40F6F27AA1192418F9F47AC798FA842175A3E_RuntimeMethod_var); } IL_0071: { RuntimeObject* L_22 = V_4; bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_005b; } } IL_007a: { IL2CPP_LEAVE(0xB3, FINALLY_007c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007c; } FINALLY_007c: { // begin finally (depth: 1) { RuntimeObject* L_24 = V_4; if (!L_24) { goto IL_0087; } } IL_0080: { RuntimeObject* L_25 = V_4; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_25); } IL_0087: { IL2CPP_END_FINALLY(124) } } // end finally (depth: 1) IL2CPP_CLEANUP(124) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB3, IL_00b3) } IL_0088: { RuntimeObject * L_26 = ___exceptionObject0; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IEnumerable_1_t1F9B81EB08200946D06A609E250122229A0F76D1_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_6; if (!L_27) { goto IL_009e; } } { List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_28 = V_0; RuntimeObject* L_29 = V_6; List_1_AddRange_mC15BD5D0E0CB06484024100DC1EFA5E9A34DB214(L_28, L_29, /*hidden argument*/List_1_AddRange_mC15BD5D0E0CB06484024100DC1EFA5E9A34DB214_RuntimeMethod_var); goto IL_00b3; } IL_009e: { String_t* L_30; L_30 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral09A56795737D10F72BC92D56BE7196E5F0B469EC)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_31 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_31, L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral174D4EE67DC2F3FD26D81E3A4A379FA03D42861D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskExceptionHolder_AddFaultException_m54D4156B052D1EF35A8B020036BE34BC34C9A448_RuntimeMethod_var))); } IL_00b3: { V_7 = 0; goto IL_0112; } IL_00b8: { List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_32 = V_0; int32_t L_33 = V_7; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_34; L_34 = List_1_get_Item_mD1CA893F80FE0EF058BAF21A2F31C0C9BDC4C1F1_inline(L_32, L_33, /*hidden argument*/List_1_get_Item_mD1CA893F80FE0EF058BAF21A2F31C0C9BDC4C1F1_RuntimeMethod_var); Exception_t * L_35; L_35 = ExceptionDispatchInfo_get_SourceException_m461A8748D61FCC7EF8D71D2784D851B0523B9B30_inline(L_34, /*hidden argument*/NULL); Type_t * L_36; L_36 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F(L_35, /*hidden argument*/NULL); V_8 = L_36; Type_t * L_37 = V_8; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39; L_39 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_38, /*hidden argument*/NULL); bool L_40; L_40 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_37, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00f9; } } { Type_t * L_41 = V_8; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_42 = { reinterpret_cast (AppDomainUnloadedException_t6B36261EB2D2A6F1C85923F6C702DC756B56B074_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_43; L_43 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_42, /*hidden argument*/NULL); bool L_44; L_44 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_41, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_00f9; } } { TaskExceptionHolder_MarkAsUnhandled_m262C075B96C82B15E8A8C3ECD94BC5A0FD4DED75(__this, /*hidden argument*/NULL); return; } IL_00f9: { int32_t L_45 = V_7; List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_46 = V_0; int32_t L_47; L_47 = List_1_get_Count_m02128FCB76FE24790DE98A15378502DBF3941B51_inline(L_46, /*hidden argument*/List_1_get_Count_m02128FCB76FE24790DE98A15378502DBF3941B51_RuntimeMethod_var); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)))))) { goto IL_010c; } } { TaskExceptionHolder_MarkAsHandled_m071FA704017944E5AF822BCD87BBEEBDC263666B(__this, (bool)0, /*hidden argument*/NULL); } IL_010c: { int32_t L_48 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_0112: { int32_t L_49 = V_7; List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_50 = V_0; int32_t L_51; L_51 = List_1_get_Count_m02128FCB76FE24790DE98A15378502DBF3941B51_inline(L_50, /*hidden argument*/List_1_get_Count_m02128FCB76FE24790DE98A15378502DBF3941B51_RuntimeMethod_var); if ((((int32_t)L_49) < ((int32_t)L_51))) { goto IL_00b8; } } { return; } } // System.Void System.Threading.Tasks.TaskExceptionHolder::MarkAsUnhandled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_MarkAsUnhandled_m262C075B96C82B15E8A8C3ECD94BC5A0FD4DED75 (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_isHandled_6(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_ReRegisterForFinalize_mF38F6AEB6887F6F83CD2644D3D3A5762D9E191C2(__this, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_m_isHandled_6(0); } IL_0019: { return; } } // System.Void System.Threading.Tasks.TaskExceptionHolder::MarkAsHandled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_MarkAsHandled_m071FA704017944E5AF822BCD87BBEEBDC263666B (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, bool ___calledFromFinalizer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_isHandled_6(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001c; } } { bool L_1 = ___calledFromFinalizer0; if (L_1) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); } IL_0013: { il2cpp_codegen_memory_barrier(); __this->set_m_isHandled_6(1); } IL_001c: { return; } } // System.AggregateException System.Threading.Tasks.TaskExceptionHolder::CreateExceptionObject(System.Boolean,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * TaskExceptionHolder_CreateExceptionObject_mBB4B7AF64B27E437849BE4120AA6B52B08C348F7 (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, bool ___calledFromFinalizer0, Exception_t * ___includeThisException1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m02128FCB76FE24790DE98A15378502DBF3941B51_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD1CA893F80FE0EF058BAF21A2F31C0C9BDC4C1F1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * V_0 = NULL; ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* V_1 = NULL; int32_t V_2 = 0; { List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_0 = __this->get_m_faultExceptions_4(); il2cpp_codegen_memory_barrier(); V_0 = L_0; bool L_1 = ___calledFromFinalizer0; TaskExceptionHolder_MarkAsHandled_m071FA704017944E5AF822BCD87BBEEBDC263666B(__this, L_1, /*hidden argument*/NULL); Exception_t * L_2 = ___includeThisException1; if (L_2) { goto IL_001a; } } { List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_3 = V_0; AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * L_4 = (AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 *)il2cpp_codegen_object_new(AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1_il2cpp_TypeInfo_var); AggregateException__ctor_m20262C91C3F1247E4B49C8D66B8F3632D825CAB2(L_4, L_3, /*hidden argument*/NULL); return L_4; } IL_001a: { List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_5 = V_0; int32_t L_6; L_6 = List_1_get_Count_m02128FCB76FE24790DE98A15378502DBF3941B51_inline(L_5, /*hidden argument*/List_1_get_Count_m02128FCB76FE24790DE98A15378502DBF3941B51_RuntimeMethod_var); ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* L_7 = (ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D*)(ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D*)SZArrayNew(ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); V_1 = L_7; V_2 = 0; goto IL_003f; } IL_002c: { ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* L_8 = V_1; int32_t L_9 = V_2; List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_10 = V_0; int32_t L_11 = V_2; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_12; L_12 = List_1_get_Item_mD1CA893F80FE0EF058BAF21A2F31C0C9BDC4C1F1_inline(L_10, L_11, /*hidden argument*/List_1_get_Item_mD1CA893F80FE0EF058BAF21A2F31C0C9BDC4C1F1_RuntimeMethod_var); Exception_t * L_13; L_13 = ExceptionDispatchInfo_get_SourceException_m461A8748D61FCC7EF8D71D2784D851B0523B9B30_inline(L_12, /*hidden argument*/NULL); ArrayElementTypeCheck (L_8, L_13); (L_8)->SetAtUnchecked(static_cast(L_9), (Exception_t *)L_13); int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_003f: { int32_t L_15 = V_2; ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* L_16 = V_1; if ((((int32_t)L_15) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), (int32_t)1))))) { goto IL_002c; } } { ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* L_17 = V_1; ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* L_18 = V_1; Exception_t * L_19 = ___includeThisException1; ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAtUnchecked(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), (int32_t)1))), (Exception_t *)L_19); ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* L_20 = V_1; AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * L_21 = (AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 *)il2cpp_codegen_object_new(AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1_il2cpp_TypeInfo_var); AggregateException__ctor_m7F54BA001B4F8E287293E1D5C6EB73D5CCB917DC(L_21, L_20, /*hidden argument*/NULL); return L_21; } } // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Threading.Tasks.TaskExceptionHolder::GetExceptionDispatchInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 * TaskExceptionHolder_GetExceptionDispatchInfos_mE041BB23E80B702E46BA42D0551CAE709FEA36F9 (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1__ctor_m9B349B8F1B3B37E9161F2DBCAE8468D541D0C458_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_tF1A7EE4FBAFE8B979C23198BA20A21E50C92CA17 * L_0 = __this->get_m_faultExceptions_4(); il2cpp_codegen_memory_barrier(); TaskExceptionHolder_MarkAsHandled_m071FA704017944E5AF822BCD87BBEEBDC263666B(__this, (bool)0, /*hidden argument*/NULL); ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 * L_1 = (ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80 *)il2cpp_codegen_object_new(ReadOnlyCollection_1_tE4F4AF26C53FE635F7A2ABDA686B166581386E80_il2cpp_TypeInfo_var); ReadOnlyCollection_1__ctor_m9B349B8F1B3B37E9161F2DBCAE8468D541D0C458(L_1, L_0, /*hidden argument*/ReadOnlyCollection_1__ctor_m9B349B8F1B3B37E9161F2DBCAE8468D541D0C458_RuntimeMethod_var); return L_1; } } // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Threading.Tasks.TaskExceptionHolder::GetCancellationExceptionDispatchInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * TaskExceptionHolder_GetCancellationExceptionDispatchInfo_m656DA1359EA2A1220C6ADCD2E0C0ADDE030604BA (TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684 * __this, const RuntimeMethod* method) { { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_0 = __this->get_m_cancellationException_5(); return L_0; } } // System.Void System.Threading.Tasks.TaskExceptionHolder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder__cctor_mD833ED4A1AA18C6D8F65F9F4216E959B34871F3F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = TaskExceptionHolder_ShouldFailFastOnUnobservedException_m4DB89F74CC9B00D3D336F96103D837E1F5F02C8B(/*hidden argument*/NULL); ((TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_tDB382D854702E5F90A8C3764236EF24FD6016684_il2cpp_TypeInfo_var))->set_s_failFastOnUnobservedException_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.Threading.Tasks.TaskFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskFactory__ctor_m452206D8EC6793BA031A29D29D6FEAB3171586D0 (TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * __this, const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; TaskFactory__ctor_m7D4C55DC68BDCF94C1086C83E29BBD4993528E1D(__this, L_0, 0, 0, (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.TaskFactory::.ctor(System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskFactory__ctor_m7D4C55DC68BDCF94C1086C83E29BBD4993528E1D (TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, int32_t ___creationOptions1, int32_t ___continuationOptions2, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___scheduler3, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___continuationOptions2; TaskFactory_CheckMultiTaskContinuationOptions_m592473AB47584DE6B8C032335E63798E2737D40A(L_0, /*hidden argument*/NULL); int32_t L_1 = ___creationOptions1; TaskFactory_CheckCreationOptions_mB5BA78C895925094C20D93F462BB06FFE47AFB65(L_1, /*hidden argument*/NULL); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = ___cancellationToken0; __this->set_m_defaultCancellationToken_0(L_2); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_3 = ___scheduler3; __this->set_m_defaultScheduler_1(L_3); int32_t L_4 = ___creationOptions1; __this->set_m_defaultCreationOptions_2(L_4); int32_t L_5 = ___continuationOptions2; __this->set_m_defaultContinuationOptions_3(L_5); return; } } // System.Void System.Threading.Tasks.TaskFactory::CheckCreationOptions(System.Threading.Tasks.TaskCreationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskFactory_CheckCreationOptions_mB5BA78C895925094C20D93F462BB06FFE47AFB65 (int32_t ___creationOptions0, const RuntimeMethod* method) { { int32_t L_0 = ___creationOptions0; if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)-96)))) { goto IL_0011; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral57C7DAC31FE47C45D5BF06DA958542F4BFAFD003)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskFactory_CheckCreationOptions_mB5BA78C895925094C20D93F462BB06FFE47AFB65_RuntimeMethod_var))); } IL_0011: { return; } } // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskFactory::CommonCWAnyLogic(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * TaskFactory_CommonCWAnyLogic_m930C22E40A4D8E6BA47544C9E2F1350F448E0D2B (RuntimeObject* ___tasks0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t170EC74C9EBD063821F8431C6A942A9387BC7BAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_tE4D1BB8BFE34E53959D1BBDB304176E3D5816699_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * V_4 = NULL; { RuntimeObject* L_0 = ___tasks0; CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18 * L_1 = (CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18 *)il2cpp_codegen_object_new(CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18_il2cpp_TypeInfo_var); CompleteOnInvokePromise__ctor_m01E9A704FD15B314769F6A1BA0FF765C53C2D751(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = (bool)0; RuntimeObject* L_2 = ___tasks0; int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t170EC74C9EBD063821F8431C6A942A9387BC7BAB_il2cpp_TypeInfo_var, L_2); V_2 = L_3; V_3 = 0; goto IL_0076; } IL_0014: { RuntimeObject* L_4 = ___tasks0; int32_t L_5 = V_3; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_6; L_6 = InterfaceFuncInvoker1< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_tE4D1BB8BFE34E53959D1BBDB304176E3D5816699_il2cpp_TypeInfo_var, L_4, L_5); V_4 = L_6; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_7 = V_4; if (L_7) { goto IL_0036; } } { String_t* L_8; L_8 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF447999A2AF9FA9970C00C1E4DC79FDBFDE5D85)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65D5B5441DA4282A52587047FB91F5E9FF3E2882)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskFactory_CommonCWAnyLogic_m930C22E40A4D8E6BA47544C9E2F1350F448E0D2B_RuntimeMethod_var))); } IL_0036: { bool L_10 = V_1; if (L_10) { goto IL_0072; } } { CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18 * L_11 = V_0; bool L_12; L_12 = Task_get_IsCompleted_m7EF73EE6C4F400997345371FFB10137D8E9B4E1E(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0045; } } { V_1 = (bool)1; goto IL_0072; } IL_0045: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_13 = V_4; bool L_14; L_14 = Task_get_IsCompleted_m7EF73EE6C4F400997345371FFB10137D8E9B4E1E(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_005a; } } { CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18 * L_15 = V_0; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16 = V_4; CompleteOnInvokePromise_Invoke_m18B7ECE0269649D7BB3FF6A39ED8066D22B7ED1D(L_15, L_16, /*hidden argument*/NULL); V_1 = (bool)1; goto IL_0072; } IL_005a: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_17 = V_4; CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18 * L_18 = V_0; Task_AddCompletionAction_mE1E799EDCDFA115D1FAC40C8A5AA07403C1289F5(L_17, L_18, /*hidden argument*/NULL); CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18 * L_19 = V_0; bool L_20; L_20 = Task_get_IsCompleted_m7EF73EE6C4F400997345371FFB10137D8E9B4E1E(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0072; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_21 = V_4; CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18 * L_22 = V_0; Task_RemoveContinuation_m94A37A95DB74604DD0B72D23D007C205B2FE6F41(L_21, L_22, /*hidden argument*/NULL); } IL_0072: { int32_t L_23 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0076: { int32_t L_24 = V_3; int32_t L_25 = V_2; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0014; } } { CompleteOnInvokePromise_tCEBDCB9BD36D0EF373E5ACBC9262935A6EED4C18 * L_26 = V_0; return L_26; } } // System.Void System.Threading.Tasks.TaskFactory::CheckMultiTaskContinuationOptions(System.Threading.Tasks.TaskContinuationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskFactory_CheckMultiTaskContinuationOptions_m592473AB47584DE6B8C032335E63798E2737D40A (int32_t ___continuationOptions0, const RuntimeMethod* method) { { int32_t L_0 = ___continuationOptions0; if ((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)524290)))) == ((uint32_t)((int32_t)524290))))) { goto IL_0023; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral020E615649937BE38B7631FD6225E74637565030)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3678284737F61ED78D44042D617FDEBCEEE502E4)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskFactory_CheckMultiTaskContinuationOptions_m592473AB47584DE6B8C032335E63798E2737D40A_RuntimeMethod_var))); } IL_0023: { int32_t L_3 = ___continuationOptions0; if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)-983104)))) { goto IL_0037; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3678284737F61ED78D44042D617FDEBCEEE502E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskFactory_CheckMultiTaskContinuationOptions_m592473AB47584DE6B8C032335E63798E2737D40A_RuntimeMethod_var))); } IL_0037: { int32_t L_5 = ___continuationOptions0; if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)458752)))) { goto IL_0055; } } { String_t* L_6; L_6 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF108A354FC6D0194E8D029122AAACC184146F13B)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3678284737F61ED78D44042D617FDEBCEEE502E4)), L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskFactory_CheckMultiTaskContinuationOptions_m592473AB47584DE6B8C032335E63798E2737D40A_RuntimeMethod_var))); } 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 // System.Boolean System.Threading.Tasks.TaskScheduler::TryRunInline(System.Threading.Tasks.Task,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskScheduler_TryRunInline_mAE5CEB696574068BAE57840E70443A27C36DF289 (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, bool ___taskWasPreviouslyQueued1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * V_0 = NULL; StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ___task0; TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_1; L_1 = Task_get_ExecutingTaskScheduler_m95D238D843CD999FD8899BF6A98F5E84F4212C4C_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_2 = V_0; if ((((RuntimeObject*)(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D *)L_2) == ((RuntimeObject*)(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D *)__this))) { goto IL_0017; } } { TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_3 = V_0; if (!L_3) { goto IL_0017; } } { TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_4 = V_0; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_5 = ___task0; bool L_6 = ___taskWasPreviouslyQueued1; bool L_7; L_7 = TaskScheduler_TryRunInline_mAE5CEB696574068BAE57840E70443A27C36DF289(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0017: { TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_8 = V_0; if (!L_8) { goto IL_0040; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_9 = ___task0; RuntimeObject * L_10 = L_9->get_m_action_5(); if (!L_10) { goto IL_0040; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_11 = ___task0; bool L_12; L_12 = Task_get_IsDelegateInvoked_m3F4A281F187D0971A4AAE4810E4A6327A7A6DFDE(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0040; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_13 = ___task0; bool L_14; L_14 = Task_get_IsCanceled_m4D3446507B67CD13F0A7A50D0299105E2817FC66(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0040; } } { IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * L_15; L_15 = Task_get_CurrentStackGuard_m6DBCD68B1A6677D6DB6D7E2921400209A71D91A4(/*hidden argument*/NULL); StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * L_16 = L_15; V_1 = L_16; bool L_17; L_17 = StackGuard_TryBeginInliningScope_m663FAF52A48EEE22EAE1DFA69E167AF82F090AAF(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0042; } } IL_0040: { return (bool)0; } IL_0042: { V_2 = (bool)0; } IL_0044: try { // begin try (depth: 1) Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_18 = ___task0; bool L_19; L_19 = Task_FireTaskScheduledIfNeeded_m7A6B18BF76D32C198B1FF67EEE03D85C7E070EC3_inline(L_18, __this, /*hidden argument*/NULL); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_20 = ___task0; bool L_21 = ___taskWasPreviouslyQueued1; bool L_22; L_22 = VirtFuncInvoker2< bool, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, bool >::Invoke(5 /* System.Boolean System.Threading.Tasks.TaskScheduler::TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean) */, __this, L_20, L_21); V_2 = L_22; IL2CPP_LEAVE(0x5E, FINALLY_0057); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0057; } FINALLY_0057: { // begin finally (depth: 1) StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * L_23 = V_1; StackGuard_EndInliningScope_m4EA0F5072CB4F1BC6C131A998DF50AB8E5546957(L_23, /*hidden argument*/NULL); IL2CPP_END_FINALLY(87) } // end finally (depth: 1) IL2CPP_CLEANUP(87) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5E, IL_005e) } IL_005e: { bool L_24 = V_2; if (!L_24) { goto IL_0081; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_25 = ___task0; bool L_26; L_26 = Task_get_IsDelegateInvoked_m3F4A281F187D0971A4AAE4810E4A6327A7A6DFDE(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0081; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_27 = ___task0; bool L_28; L_28 = Task_get_IsCanceled_m4D3446507B67CD13F0A7A50D0299105E2817FC66(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_0081; } } { String_t* L_29; L_29 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36B3172C31D039F0635CA707DA050FD5C3C76625)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_30 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_30, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskScheduler_TryRunInline_mAE5CEB696574068BAE57840E70443A27C36DF289_RuntimeMethod_var))); } IL_0081: { bool L_31 = V_2; return L_31; } } // System.Boolean System.Threading.Tasks.TaskScheduler::TryDequeue(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskScheduler_TryDequeue_m1FE8F3698509896499B786ACF02DA478680245A2 (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Threading.Tasks.TaskScheduler::NotifyWorkItemProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler_NotifyWorkItemProgress_m3D69FAAC5BCB2B28870CAB0DA5E0EFC0529AA07A (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Threading.Tasks.TaskScheduler::get_RequiresAtomicStartTransition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskScheduler_get_RequiresAtomicStartTransition_m6376681D011F04DC924B8725889F15A756D357C2 (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Threading.Tasks.TaskScheduler::InternalQueueTask(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler_InternalQueueTask_m7AA81A2B22AF99DA0A4B4EA250E86E490AA8E5FD (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method) { { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ___task0; bool L_1; L_1 = Task_FireTaskScheduledIfNeeded_m7A6B18BF76D32C198B1FF67EEE03D85C7E070EC3_inline(L_0, __this, /*hidden argument*/NULL); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2 = ___task0; VirtActionInvoker1< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * >::Invoke(4 /* System.Void System.Threading.Tasks.TaskScheduler::QueueTask(System.Threading.Tasks.Task) */, __this, L_2); return; } } // System.Void System.Threading.Tasks.TaskScheduler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler__ctor_mA7283D246E3C2E6AB7040D67B5BC4160EA5E99E7 (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debugger_tB9DDF100D6DE6EA38D21A1801D59BAA57631653A_il2cpp_TypeInfo_var); bool L_0; L_0 = Debugger_get_IsAttached_mA30EFEC2ACD57D13B23899EF19D452AC9ED7210E(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { TaskScheduler_AddToActiveTaskSchedulers_mE6AC64739835C5448615921260EF0AE30B84E713(__this, /*hidden argument*/NULL); } IL_0013: { return; } } // System.Void System.Threading.Tasks.TaskScheduler::AddToActiveTaskSchedulers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler_AddToActiveTaskSchedulers_mE6AC64739835C5448615921260EF0AE30B84E713 (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2_Add_m4623FEE1B614D35A72EA11366842CA2F61A81E17_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2__ctor_mC2E955C5BE3D2F48E5B491CF549DEF98A2B2F50F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * L_0 = ((TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var))->get_s_activeTaskSchedulers_0(); V_0 = L_0; ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * L_1 = V_0; if (L_1) { goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * L_2 = (ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 *)il2cpp_codegen_object_new(ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8_il2cpp_TypeInfo_var); ConditionalWeakTable_2__ctor_mC2E955C5BE3D2F48E5B491CF549DEF98A2B2F50F(L_2, /*hidden argument*/ConditionalWeakTable_2__ctor_mC2E955C5BE3D2F48E5B491CF549DEF98A2B2F50F_RuntimeMethod_var); ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * L_3; L_3 = InterlockedCompareExchangeImpl((ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 **)(((TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var))->get_address_of_s_activeTaskSchedulers_0()), L_2, (ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 *)NULL); ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * L_4 = ((TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var))->get_s_activeTaskSchedulers_0(); V_0 = L_4; } IL_0020: { ConditionalWeakTable_2_t93AD246458B1FCACF9EE33160B2DB2E06AB42CD8 * L_5 = V_0; ConditionalWeakTable_2_Add_m4623FEE1B614D35A72EA11366842CA2F61A81E17(L_5, __this, NULL, /*hidden argument*/ConditionalWeakTable_2_Add_m4623FEE1B614D35A72EA11366842CA2F61A81E17_RuntimeMethod_var); return; } } // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * TaskScheduler_get_Default_m3FAE18B08A620C75BF0256917EFB236D30AB6BCB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_0 = ((TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var))->get_s_defaultTaskScheduler_1(); return L_0; } } // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_InternalCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * TaskScheduler_get_InternalCurrent_m20E21A21ACD67F1B84CB8AD9E79335A8F19A7BB6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0; L_0 = Task_get_InternalCurrent_m557FDDC9AA0F289D2E00266B3E231DF5299A719D_inline(/*hidden argument*/NULL); V_0 = L_0; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_1 = V_0; if (!L_1) { goto IL_0014; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2 = V_0; int32_t L_3; L_3 = Task_get_CreationOptions_mFFFB200145023232580498A32BCEC3263F915E16(L_2, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)16)))) { goto IL_0016; } } IL_0014: { return (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D *)NULL; } IL_0016: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_4 = V_0; TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_5; L_5 = Task_get_ExecutingTaskScheduler_m95D238D843CD999FD8899BF6A98F5E84F4212C4C_inline(L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 System.Threading.Tasks.TaskScheduler::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaskScheduler_get_Id_m2DC6D2CF6E1D683698EDBE0EA8CEB7E27919FA3F (TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_m_taskSchedulerId_3(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0028; } } { V_0 = 0; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8((int32_t*)(((TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var))->get_address_of_s_taskSchedulerIdCounter_2()), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_000c; } } { int32_t* L_3 = __this->get_address_of_m_taskSchedulerId_3(); il2cpp_codegen_memory_barrier(); int32_t L_4 = V_0; int32_t L_5; L_5 = Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382((int32_t*)L_3, L_4, 0, /*hidden argument*/NULL); } IL_0028: { int32_t L_6 = __this->get_m_taskSchedulerId_3(); il2cpp_codegen_memory_barrier(); return L_6; } } // System.Void System.Threading.Tasks.TaskScheduler::PublishUnobservedTaskException(System.Object,System.Threading.Tasks.UnobservedTaskExceptionEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler_PublishUnobservedTaskException_m1AC1B6AC6FF22C3AD093BD75D30968FFE5709F23 (RuntimeObject * ___sender0, UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41 * ___ueea1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_1_Invoke_m722271173D2FAA7E60AC610CE292DE560AF47D1A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var))->get__unobservedTaskExceptionLockObject_5(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * L_2 = ((TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var))->get__unobservedTaskException_4(); V_2 = L_2; EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * L_3 = V_2; if (!L_3) { goto IL_0021; } } IL_0019: { EventHandler_1_t7DFDECE3AD515844324382F8BBCAC2975ABEE63A * L_4 = V_2; RuntimeObject * L_5 = ___sender0; UnobservedTaskExceptionEventArgs_t413C54706A9A73531F54F8216DF12027AFC63A41 * L_6 = ___ueea1; EventHandler_1_Invoke_m722271173D2FAA7E60AC610CE292DE560AF47D1A(L_4, L_5, L_6, /*hidden argument*/EventHandler_1_Invoke_m722271173D2FAA7E60AC610CE292DE560AF47D1A_RuntimeMethod_var); } IL_0021: { 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_7 = V_1; if (!L_7) { goto IL_002c; } } IL_0026: { RuntimeObject * L_8 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_8, /*hidden argument*/NULL); } IL_002c: { IL2CPP_END_FINALLY(35) } } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2D, IL_002d) } IL_002d: { return; } } // System.Void System.Threading.Tasks.TaskScheduler::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler__cctor_mA87399482F463175C11099554F0FE3CC54EF9E6E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA * L_0 = (ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA *)il2cpp_codegen_object_new(ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA_il2cpp_TypeInfo_var); ThreadPoolTaskScheduler__ctor_mF6C9744A8A0B97A78428B2EC5703EEAAB9D5DE64(L_0, /*hidden argument*/NULL); ((TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var))->set_s_defaultTaskScheduler_1(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); ((TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var))->set__unobservedTaskExceptionLockObject_5(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.Threading.Tasks.TaskSchedulerAwaitTaskContinuation::.ctor(System.Threading.Tasks.TaskScheduler,System.Action,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskSchedulerAwaitTaskContinuation__ctor_m69EC75C62C00270B71D69C80F195CF2254391A55 (TaskSchedulerAwaitTaskContinuation_t3780019C37FAB558CDC5E0B7428FAC3DD1CB7D19 * __this, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___scheduler0, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action1, bool ___flowExecutionContext2, int32_t* ___stackMark3, const RuntimeMethod* method) { { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_0 = ___action1; bool L_1 = ___flowExecutionContext2; int32_t* L_2 = ___stackMark3; AwaitTaskContinuation__ctor_m1EF0CE6A7D92958E3694213B10448ED281733752(__this, L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_3 = ___scheduler0; __this->set_m_scheduler_3(L_3); return; } } // System.Void System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation::Run(System.Threading.Tasks.Task,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskSchedulerAwaitTaskContinuation_Run_mDB5B04B80D9D07898B9D70F35C1576027829DA13 (TaskSchedulerAwaitTaskContinuation_t3780019C37FAB558CDC5E0B7428FAC3DD1CB7D19 * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___ignored0, bool ___canInlineContinuationTask1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRunU3Eb__2_0_mB045B5DF114E6640C1B2744806A379BB8ADEE951_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B7_0 = 0; Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * G_B9_0 = NULL; TaskSchedulerAwaitTaskContinuation_t3780019C37FAB558CDC5E0B7428FAC3DD1CB7D19 * G_B9_1 = NULL; int32_t G_B9_2 = 0; Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * G_B8_0 = NULL; TaskSchedulerAwaitTaskContinuation_t3780019C37FAB558CDC5E0B7428FAC3DD1CB7D19 * G_B8_1 = NULL; int32_t G_B8_2 = 0; { TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_0 = __this->get_m_scheduler_3(); IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_1; L_1 = TaskScheduler_get_Default_m3FAE18B08A620C75BF0256917EFB236D30AB6BCB_inline(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D *)L_0) == ((RuntimeObject*)(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D *)L_1)))) { goto IL_0016; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2 = ___ignored0; bool L_3 = ___canInlineContinuationTask1; AwaitTaskContinuation_Run_mAF1F4E1755EC81415DB4D65AE8BF129B6AD059F5(__this, L_2, L_3, /*hidden argument*/NULL); return; } IL_0016: { bool L_4 = ___canInlineContinuationTask1; if (!L_4) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_5; L_5 = TaskScheduler_get_InternalCurrent_m20E21A21ACD67F1B84CB8AD9E79335A8F19A7BB6(/*hidden argument*/NULL); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_6 = __this->get_m_scheduler_3(); if ((((RuntimeObject*)(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D *)L_5) == ((RuntimeObject*)(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D *)L_6))) { goto IL_0032; } } { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_7; L_7 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); bool L_8; L_8 = Thread_get_IsThreadPoolThread_m8A97A856E4A2CD78FC799E9A21E63ED86262B5C6(L_7, /*hidden argument*/NULL); G_B7_0 = ((int32_t)(L_8)); goto IL_0036; } IL_0032: { G_B7_0 = 1; goto IL_0036; } IL_0035: { G_B7_0 = 0; } IL_0036: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_il2cpp_TypeInfo_var); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_9 = ((U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_il2cpp_TypeInfo_var))->get_U3CU3E9__2_0_1(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_10 = L_9; G_B8_0 = L_10; G_B8_1 = __this; G_B8_2 = G_B7_0; if (L_10) { G_B9_0 = L_10; G_B9_1 = __this; G_B9_2 = G_B7_0; goto IL_0056; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_il2cpp_TypeInfo_var); U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE * L_11 = ((U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_12 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_il2cpp_TypeInfo_var); Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158(L_12, L_11, (intptr_t)((intptr_t)U3CU3Ec_U3CRunU3Eb__2_0_mB045B5DF114E6640C1B2744806A379BB8ADEE951_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_13 = L_12; ((U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t832C49A1D40F5D7429F13CAA78ADF77459CA87FE_il2cpp_TypeInfo_var))->set_U3CU3E9__2_0_1(L_13); G_B9_0 = L_13; G_B9_1 = G_B8_1; G_B9_2 = G_B8_2; } IL_0056: { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_14 = ((AwaitTaskContinuation_t1A2278C0F0612C10EEF2B2FF352D2833C53E86CB *)__this)->get_m_action_1(); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_15 = __this->get_m_scheduler_3(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_16; L_16 = AwaitTaskContinuation_CreateTask_m00279C305E3B906B1247B8CC2ECAAEAAE93AE6AD(G_B9_1, G_B9_0, L_14, L_15, /*hidden argument*/NULL); V_0 = L_16; if (!G_B9_2) { goto IL_0072; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_17 = V_0; TaskContinuation_InlineIfPossibleOrElseQueue_m47E7CB75F767486FE96A533D91CDA3B784FAC596(L_17, (bool)0, /*hidden argument*/NULL); return; } IL_0072: { } IL_0073: try { // begin try (depth: 1) Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_18 = V_0; Task_ScheduleAndStart_m8B0BB3CA33030ADE7C6873A4F2CEEC7D50A070CB(L_18, (bool)0, /*hidden argument*/NULL); goto IL_007f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_007c; } throw e; } CATCH_007c: { // begin catch(System.Threading.Tasks.TaskSchedulerException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_007f; } // end catch (depth: 1) IL_007f: { 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.Threading.Tasks.TaskSchedulerException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskSchedulerException__ctor_mF49C71C631161DBFBA92B25E205A552321F82E06 (TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE141F88F498837C1D6DF191EF29EBF1383CC303); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteralBE141F88F498837C1D6DF191EF29EBF1383CC303, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.TaskSchedulerException::.ctor(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskSchedulerException__ctor_m3447C3D50F4E7737126A9C15FC625F884DAA6AD3 (TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84 * __this, Exception_t * ___innerException0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE141F88F498837C1D6DF191EF29EBF1383CC303); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteralBE141F88F498837C1D6DF191EF29EBF1383CC303, /*hidden argument*/NULL); Exception_t * L_1 = ___innerException0; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.TaskSchedulerException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskSchedulerException__ctor_mCADDC13263B1BAB271248D978B0A0BED3BD5E8D4 (TaskSchedulerException_t79D87FA65C9362FA90709229B2015FC06C28AE84 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m0CD24092BF55B8EDE25AED989ACADB80298EF917(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.TermInfoDriver::TryTermInfoDir(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_TryTermInfoDir_m87F573ADFF568FB5ECFC03D9558E94E41959ABC8 (String_t* ___dir0, String_t* ___term1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A8D7B31451F13502C5CECD5783C1D78D77C9F44); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___dir0; String_t* L_1 = ___term1; Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, 0, /*hidden argument*/NULL); int32_t L_3 = ((int32_t)L_2); RuntimeObject * L_4 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_3); String_t* L_5 = ___term1; String_t* L_6; L_6 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral6A8D7B31451F13502C5CECD5783C1D78D77C9F44, L_0, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = V_0; bool L_8; L_8 = File_Exists_mDAEBF2732BC830270FD98346F069B04E97BB1D5B(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0023; } } { String_t* L_9 = V_0; return L_9; } IL_0023: { String_t* L_10 = ___dir0; String_t* L_11 = ___term1; String_t* L_12; L_12 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_11, 0, 1, /*hidden argument*/NULL); String_t* L_13 = ___term1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_14; L_14 = Path_Combine_m7A2F79646794E197E588558EE81971A0C32A2A6A(L_10, L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; String_t* L_15 = V_0; bool L_16; L_16 = File_Exists_mDAEBF2732BC830270FD98346F069B04E97BB1D5B(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_003d; } } { String_t* L_17 = V_0; return L_17; } IL_003d: { return (String_t*)NULL; } } // System.String System.TermInfoDriver::SearchTerminfo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_SearchTerminfo_mE1F9E8C566D3D1B09E1DA837AEA6759BDEB38F8C (String_t* ___term0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0AF56074C0958A03405D75041D257D3754342EB); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; { String_t* L_0 = ___term0; if (!L_0) { goto IL_0010; } } { String_t* L_1 = ___term0; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0012; } } IL_0010: { return (String_t*)NULL; } IL_0012: { String_t* L_4; L_4 = Environment_GetEnvironmentVariable_mBDE19BD883E2D01AEA6DD1667D5E97941558C7A3(_stringLiteralD0AF56074C0958A03405D75041D257D3754342EB, /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = V_1; if (!L_5) { goto IL_0035; } } { String_t* L_6 = V_1; bool L_7; L_7 = Directory_Exists_m17E38B91F6D9A0064D614FF2237BBFC0127468FE(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0035; } } { String_t* L_8 = V_1; String_t* L_9 = ___term0; IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); String_t* L_10; L_10 = TermInfoDriver_TryTermInfoDir_m87F573ADFF568FB5ECFC03D9558E94E41959ABC8(L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; if (!L_11) { goto IL_0035; } } { String_t* L_12 = V_0; return L_12; } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = ((TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var))->get_locations_2(); V_2 = L_13; V_3 = 0; goto IL_005f; } IL_003f: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = V_2; int32_t L_15 = V_3; int32_t L_16 = L_15; String_t* L_17 = (L_14)->GetAtUnchecked(static_cast(L_16)); V_4 = L_17; String_t* L_18 = V_4; bool L_19; L_19 = Directory_Exists_m17E38B91F6D9A0064D614FF2237BBFC0127468FE(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_005b; } } { String_t* L_20 = V_4; String_t* L_21 = ___term0; IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); String_t* L_22; L_22 = TermInfoDriver_TryTermInfoDir_m87F573ADFF568FB5ECFC03D9558E94E41959ABC8(L_20, L_21, /*hidden argument*/NULL); V_0 = L_22; String_t* L_23 = V_0; if (!L_23) { goto IL_005b; } } { String_t* L_24 = V_0; return L_24; } IL_005b: { int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_005f: { int32_t L_26 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = V_2; if ((((int32_t)L_26) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))))) { goto IL_003f; } } { return (String_t*)NULL; } } // System.Void System.TermInfoDriver::WriteConsole(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteConsole_m8A19EB8A0FAC1D6FCE6EFAD9820214E4AF24331D (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A * L_1 = __this->get_stdout_15(); String_t* L_2 = ___str0; CStreamWriter_InternalWriteString_m9AF77B6AD303A0432032DEB1C8528DE2BD2047BB(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.TermInfoDriver::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver__ctor_mCCF2E19998742EB9F6B7AAE136D9AEB8BB5FCFA7 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, String_t* ___term0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DEC82C9E366C7C21523D70BFE2D95EC335D3D55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99C826604CE55A7F56BA506D0C62AD8445AB39DD); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_title_6(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_titleFormat_7(L_1); __this->set_cursorVisible_8((bool)1); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_2, /*hidden argument*/NULL); __this->set_initLock_26(L_2); __this->set_fgcolor_31(((int32_t)15)); __this->set_rl_startx_38((-1)); __this->set_rl_starty_39((-1)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_3 = ___term0; __this->set_term_13(L_3); String_t* L_4 = ___term0; IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); String_t* L_5; L_5 = TermInfoDriver_SearchTerminfo_mE1F9E8C566D3D1B09E1DA837AEA6759BDEB38F8C(L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; if (!L_6) { goto IL_0064; } } { String_t* L_7 = ___term0; String_t* L_8 = V_0; TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_9 = (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 *)il2cpp_codegen_object_new(TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62_il2cpp_TypeInfo_var); TermInfoReader__ctor_mAB6AE176A1B6E80CBC49F88DF34B286784C82EF9(L_9, L_7, L_8, /*hidden argument*/NULL); __this->set_reader_3(L_9); goto IL_00a2; } IL_0064: { String_t* L_10 = ___term0; bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_10, _stringLiteral8DEC82C9E366C7C21523D70BFE2D95EC335D3D55, /*hidden argument*/NULL); if (!L_11) { goto IL_0084; } } { String_t* L_12 = ___term0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = KnownTerminals_get_xterm_m1C46DA4EE4F1AD49C768E2E1EF1B021FFCA3D0D3(/*hidden argument*/NULL); TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_14 = (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 *)il2cpp_codegen_object_new(TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62_il2cpp_TypeInfo_var); TermInfoReader__ctor_m6965170336B3540CF6ED8CE2DE74A2ECEF3177BC(L_14, L_12, L_13, /*hidden argument*/NULL); __this->set_reader_3(L_14); goto IL_00a2; } IL_0084: { String_t* L_15 = ___term0; bool L_16; L_16 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_15, _stringLiteral99C826604CE55A7F56BA506D0C62AD8445AB39DD, /*hidden argument*/NULL); if (!L_16) { goto IL_00a2; } } { String_t* L_17 = ___term0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18; L_18 = KnownTerminals_get_linux_mC782F1F728D0179B98980C7FB785D9C1378AF56B(/*hidden argument*/NULL); TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_19 = (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 *)il2cpp_codegen_object_new(TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62_il2cpp_TypeInfo_var); TermInfoReader__ctor_m6965170336B3540CF6ED8CE2DE74A2ECEF3177BC(L_19, L_17, L_18, /*hidden argument*/NULL); __this->set_reader_3(L_19); } IL_00a2: { TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_20 = __this->get_reader_3(); if (L_20) { goto IL_00bb; } } { String_t* L_21 = ___term0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22; L_22 = KnownTerminals_get_ansi_m35053A87F0AE1409620A9692E907C011F1CA3C51(/*hidden argument*/NULL); TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_23 = (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 *)il2cpp_codegen_object_new(TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62_il2cpp_TypeInfo_var); TermInfoReader__ctor_m6965170336B3540CF6ED8CE2DE74A2ECEF3177BC(L_23, L_21, L_22, /*hidden argument*/NULL); __this->set_reader_3(L_23); } IL_00bb: { IL2CPP_RUNTIME_CLASS_INIT(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_24 = ((Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields*)il2cpp_codegen_static_fields_for(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var))->get_stdout_0(); if (((CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A *)IsInstClass((RuntimeObject*)L_24, CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A_il2cpp_TypeInfo_var))) { goto IL_00eb; } } { IL2CPP_RUNTIME_CLASS_INIT(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_25; L_25 = Console_OpenStandardOutput_m801990D7D01C7E9E29CEFC1CAB10938F01117369(0, /*hidden argument*/NULL); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_26; L_26 = Console_get_OutputEncoding_m002C265931AC07332512A8EEB77DB62555C8CAB6_inline(/*hidden argument*/NULL); CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A * L_27 = (CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A *)il2cpp_codegen_object_new(CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A_il2cpp_TypeInfo_var); CStreamWriter__ctor_mDEC4D7D0987E42004657A6F4F91124135420266F(L_27, L_25, L_26, (bool)0, /*hidden argument*/NULL); __this->set_stdout_15(L_27); CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A * L_28 = __this->get_stdout_15(); VirtActionInvoker1< bool >::Invoke(20 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, L_28, (bool)1); return; } IL_00eb: { IL2CPP_RUNTIME_CLASS_INIT(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_29 = ((Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields*)il2cpp_codegen_static_fields_for(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var))->get_stdout_0(); __this->set_stdout_15(((CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A *)CastclassClass((RuntimeObject*)L_29, CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A_il2cpp_TypeInfo_var))); return; } } // System.Boolean System.TermInfoDriver::get_Initialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_get_Initialized_m638E51B051705D6784651A9FD9B75983D2674E8E (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_inited_25(); return L_0; } } // System.Void System.TermInfoDriver::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_Init_m367EC5A4D447ED486151E824D1AF496B8FC23063 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsoleDriver_tFC1E81F456E9440AB760A599AA5BB301BBD12B11_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral027439111DE43B86D329F842A2899845A3959CE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14783D27CEBF814875223699F723EBFB0D5E6C88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14C1094A86B2CD2442B181DC77F6C94BE6CFBCCD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17B1D212D83AB789FB14735235F3FF84E2EC150D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ABE1890DA46AD4B6A1477D54CB23D64FAE12565); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B18DB7EDE37358F0EB0045E43F7E97BF6AEC842); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DEC82C9E366C7C21523D70BFE2D95EC335D3D55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99C826604CE55A7F56BA506D0C62AD8445AB39DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1DBD10DFDFA1A97ADD22605083C716ABD8B0727); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8447FFE280D37E63BBD953D81C214C2004D10E0); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; String_t* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B13_0 = NULL; { bool L_0 = __this->get_inited_25(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { RuntimeObject * L_1 = __this->get_initLock_26(); V_0 = L_1; V_1 = (bool)0; } IL_0012: try { // begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); bool L_3 = __this->get_inited_25(); if (!L_3) { goto IL_0027; } } IL_0022: { IL2CPP_LEAVE(0x310, FINALLY_0306); } IL_0027: { __this->set_inited_25((bool)1); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_tFC1E81F456E9440AB760A599AA5BB301BBD12B11_il2cpp_TypeInfo_var); bool L_4; L_4 = ConsoleDriver_get_IsConsole_mA5DEADCDDEA8FEAC6A24D4421CDBC5D561E6E8A7(/*hidden argument*/NULL); if (L_4) { goto IL_0040; } } IL_0035: { IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_5 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral951B6AF1974476A4679F787E7AC7E79C9F8642B6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TermInfoDriver_Init_m367EC5A4D447ED486151E824D1AF496B8FC23063_RuntimeMethod_var))); } IL_0040: { IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_tFC1E81F456E9440AB760A599AA5BB301BBD12B11_il2cpp_TypeInfo_var); bool L_6; L_6 = ConsoleDriver_SetEcho_m804951E968E20213D629F74BBF8A124347BE49B5((bool)0, /*hidden argument*/NULL); V_2 = (String_t*)NULL; TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_7 = __this->get_reader_3(); String_t* L_8; L_8 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_7, ((int32_t)89), /*hidden argument*/NULL); __this->set_keypadXmit_23(L_8); TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_9 = __this->get_reader_3(); String_t* L_10; L_10 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_9, ((int32_t)88), /*hidden argument*/NULL); __this->set_keypadLocal_24(L_10); String_t* L_11 = __this->get_keypadXmit_23(); if (!L_11) { goto IL_0098; } } IL_0077: { String_t* L_12 = __this->get_keypadXmit_23(); TermInfoDriver_WriteConsole_m8A19EB8A0FAC1D6FCE6EFAD9820214E4AF24331D(__this, L_12, /*hidden argument*/NULL); String_t* L_13 = __this->get_keypadLocal_24(); if (!L_13) { goto IL_0098; } } IL_008b: { String_t* L_14 = V_2; String_t* L_15 = __this->get_keypadLocal_24(); String_t* L_16; L_16 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; } IL_0098: { TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_17 = __this->get_reader_3(); String_t* L_18; L_18 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_17, ((int32_t)297), /*hidden argument*/NULL); __this->set_origPair_28(L_18); TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_19 = __this->get_reader_3(); String_t* L_20; L_20 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_19, ((int32_t)298), /*hidden argument*/NULL); __this->set_origColors_29(L_20); TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_21 = __this->get_reader_3(); String_t* L_22; L_22 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_21, ((int32_t)359), /*hidden argument*/NULL); __this->set_setfgcolor_32(L_22); TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_23 = __this->get_reader_3(); String_t* L_24; L_24 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_23, ((int32_t)360), /*hidden argument*/NULL); __this->set_setbgcolor_33(L_24); TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_25 = __this->get_reader_3(); int32_t L_26; L_26 = TermInfoReader_Get_mB132FEC9E77A3DFEE4300EBB5DF08497809319E4(L_25, ((int32_t)13), /*hidden argument*/NULL); __this->set_maxColors_34(L_26); int32_t L_27 = __this->get_maxColors_34(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_28; L_28 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_27, ((int32_t)16), /*hidden argument*/NULL); int32_t L_29; L_29 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_28, 1, /*hidden argument*/NULL); __this->set_maxColors_34(L_29); String_t* L_30 = __this->get_origColors_29(); if (!L_30) { goto IL_012c; } } IL_0124: { String_t* L_31 = __this->get_origColors_29(); G_B13_0 = L_31; goto IL_0132; } IL_012c: { String_t* L_32 = __this->get_origPair_28(); G_B13_0 = L_32; } IL_0132: { V_3 = G_B13_0; String_t* L_33 = V_3; if (!L_33) { goto IL_013e; } } IL_0136: { String_t* L_34 = V_2; String_t* L_35 = V_3; String_t* L_36; L_36 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_34, L_35, /*hidden argument*/NULL); V_2 = L_36; } IL_013e: { String_t* L_37 = __this->get_keypadXmit_23(); String_t* L_38 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_39 = __this->get_address_of_control_characters_40(); IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_tFC1E81F456E9440AB760A599AA5BB301BBD12B11_il2cpp_TypeInfo_var); bool L_40; L_40 = ConsoleDriver_TtySetup_m24F068A0527B20A3866F411A5E905740B4E167A2(L_37, L_38, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_39, (int32_t**)(((TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var))->get_address_of_native_terminal_size_0()), /*hidden argument*/NULL); if (L_40) { goto IL_016b; } } IL_0157: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17)); __this->set_control_characters_40(L_41); IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); ((TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var))->set_native_terminal_size_0((int32_t*)((uintptr_t)0)); } IL_016b: { IL2CPP_RUNTIME_CLASS_INIT(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_42; L_42 = Console_OpenStandardInput_m47D9D3DD0745CB6189F44538B13E0279104CCC48(0, /*hidden argument*/NULL); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_43; L_43 = Console_get_InputEncoding_m5D112AC436D4AA9D148B012047DC54C4129CE987_inline(/*hidden argument*/NULL); StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_44 = (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 *)il2cpp_codegen_object_new(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); StreamReader__ctor_mFA7564812FC1200208BCC51CF24D3BE25BD15497(L_44, L_42, L_43, /*hidden argument*/NULL); __this->set_stdin_14(L_44); TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_45 = __this->get_reader_3(); String_t* L_46; L_46 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_45, 5, /*hidden argument*/NULL); __this->set_clear_11(L_46); TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_47 = __this->get_reader_3(); String_t* L_48; L_48 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_47, 1, /*hidden argument*/NULL); __this->set_bell_12(L_48); String_t* L_49 = __this->get_clear_11(); if (L_49) { goto IL_01dd; } } IL_01ad: { TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_50 = __this->get_reader_3(); String_t* L_51; L_51 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_50, ((int32_t)12), /*hidden argument*/NULL); __this->set_clear_11(L_51); String_t* L_52 = __this->get_clear_11(); TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_53 = __this->get_reader_3(); String_t* L_54; L_54 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_53, 7, /*hidden argument*/NULL); String_t* L_55; L_55 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_52, L_54, /*hidden argument*/NULL); __this->set_clear_11(L_55); } IL_01dd: { TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_56 = __this->get_reader_3(); String_t* L_57; L_57 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_56, ((int32_t)16), /*hidden argument*/NULL); __this->set_csrVisible_9(L_57); String_t* L_58 = __this->get_csrVisible_9(); if (L_58) { goto IL_020b; } } IL_01f8: { TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_59 = __this->get_reader_3(); String_t* L_60; L_60 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_59, ((int32_t)20), /*hidden argument*/NULL); __this->set_csrVisible_9(L_60); } IL_020b: { TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_61 = __this->get_reader_3(); String_t* L_62; L_62 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_61, ((int32_t)13), /*hidden argument*/NULL); __this->set_csrInvisible_10(L_62); String_t* L_63 = __this->get_term_13(); bool L_64; L_64 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_63, _stringLiteralD8447FFE280D37E63BBD953D81C214C2004D10E0, /*hidden argument*/NULL); if (L_64) { goto IL_0280; } } IL_0230: { String_t* L_65 = __this->get_term_13(); bool L_66; L_66 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_65, _stringLiteral99C826604CE55A7F56BA506D0C62AD8445AB39DD, /*hidden argument*/NULL); if (L_66) { goto IL_0280; } } IL_0242: { String_t* L_67 = __this->get_term_13(); if (!L_67) { goto IL_025c; } } IL_024a: { String_t* L_68 = __this->get_term_13(); bool L_69; L_69 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_68, _stringLiteral8DEC82C9E366C7C21523D70BFE2D95EC335D3D55, /*hidden argument*/NULL); if (L_69) { goto IL_0280; } } IL_025c: { String_t* L_70 = __this->get_term_13(); bool L_71; L_71 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_70, _stringLiteralA1DBD10DFDFA1A97ADD22605083C716ABD8B0727, /*hidden argument*/NULL); if (L_71) { goto IL_0280; } } IL_026e: { String_t* L_72 = __this->get_term_13(); bool L_73; L_73 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_72, _stringLiteral17B1D212D83AB789FB14735235F3FF84E2EC150D, /*hidden argument*/NULL); if (!L_73) { goto IL_028d; } } IL_0280: { __this->set_titleFormat_7(_stringLiteral027439111DE43B86D329F842A2899845A3959CE1); goto IL_02c9; } IL_028d: { String_t* L_74 = __this->get_term_13(); bool L_75; L_75 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_74, _stringLiteral8B18DB7EDE37358F0EB0045E43F7E97BF6AEC842, /*hidden argument*/NULL); if (!L_75) { goto IL_02ac; } } IL_029f: { __this->set_titleFormat_7(_stringLiteral2ABE1890DA46AD4B6A1477D54CB23D64FAE12565); goto IL_02c9; } IL_02ac: { String_t* L_76 = __this->get_term_13(); bool L_77; L_77 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_76, _stringLiteral14783D27CEBF814875223699F723EBFB0D5E6C88, /*hidden argument*/NULL); if (!L_77) { goto IL_02c9; } } IL_02be: { __this->set_titleFormat_7(_stringLiteral14C1094A86B2CD2442B181DC77F6C94BE6CFBCCD); } IL_02c9: { TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_78 = __this->get_reader_3(); String_t* L_79; L_79 = TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C(L_78, ((int32_t)10), /*hidden argument*/NULL); __this->set_cursorAddress_30(L_79); TermInfoDriver_GetCursorPosition_m05C3C783D8AB50B1CFD899415E0B19F3E85A0942(__this, /*hidden argument*/NULL); bool L_80 = __this->get_noGetPosition_35(); if (!L_80) { goto IL_0304; } } IL_02ea: { String_t* L_81 = __this->get_clear_11(); TermInfoDriver_WriteConsole_m8A19EB8A0FAC1D6FCE6EFAD9820214E4AF24331D(__this, L_81, /*hidden argument*/NULL); __this->set_cursorLeft_4(0); __this->set_cursorTop_5(0); } IL_0304: { IL2CPP_LEAVE(0x310, FINALLY_0306); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0306; } FINALLY_0306: { // begin finally (depth: 1) { bool L_82 = V_1; if (!L_82) { goto IL_030f; } } IL_0309: { RuntimeObject * L_83 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_83, /*hidden argument*/NULL); } IL_030f: { IL2CPP_END_FINALLY(774) } } // end finally (depth: 1) IL2CPP_CLEANUP(774) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x310, IL_0310) } IL_0310: { return; } } // System.Void System.TermInfoDriver::IncrementX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_IncrementX_mE07FD95AD18DFA04A2586AB8A3712D30C3C13204 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cursorLeft_4(); __this->set_cursorLeft_4(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_cursorLeft_4(); int32_t L_2; L_2 = TermInfoDriver_get_WindowWidth_m6CDC5CDA6063B81E4FFFA80FB6ECE6CB00C672FE(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0064; } } { int32_t L_3 = __this->get_cursorTop_5(); __this->set_cursorTop_5(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); __this->set_cursorLeft_4(0); int32_t L_4 = __this->get_cursorTop_5(); int32_t L_5; L_5 = TermInfoDriver_get_WindowHeight_m5D177E6B98F95C07DE7AEA6A5F9ED93E0C25D61C(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0064; } } { int32_t L_6 = __this->get_rl_starty_39(); if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_0056; } } { int32_t L_7 = __this->get_rl_starty_39(); __this->set_rl_starty_39(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))); } IL_0056: { int32_t L_8 = __this->get_cursorTop_5(); __this->set_cursorTop_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))); } IL_0064: { return; } } // System.Void System.TermInfoDriver::WriteSpecialKey(System.ConsoleKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m0D328517899AF9E9259825B782077DDD87EC56F5 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24313380B89749FA23D81C8CFE7ECADF5F282DF3); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0; L_0 = ConsoleKeyInfo_get_Key_m55835EA07741BFE8C6E035A124507DF196010011_inline((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)(&___key0), /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)8))) { case 0: { goto IL_0029; } case 1: { goto IL_0092; } case 2: { goto IL_00d5; } case 3: { goto IL_00d5; } case 4: { goto IL_00bb; } case 5: { goto IL_00d5; } } } { return; } IL_0029: { int32_t L_2 = __this->get_cursorLeft_4(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_00d5; } } { int32_t L_3 = __this->get_cursorLeft_4(); int32_t L_4 = __this->get_rl_startx_38(); if ((((int32_t)L_3) > ((int32_t)L_4))) { goto IL_0054; } } { int32_t L_5 = __this->get_cursorTop_5(); int32_t L_6 = __this->get_rl_starty_39(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_00d5; } } IL_0054: { int32_t L_7 = __this->get_cursorLeft_4(); __this->set_cursorLeft_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))); int32_t L_8 = __this->get_cursorLeft_4(); int32_t L_9 = __this->get_cursorTop_5(); TermInfoDriver_SetCursorPosition_mFEFDF7E4307F5345D72C292A80CC52C7CD83E8D0(__this, L_8, L_9, /*hidden argument*/NULL); TermInfoDriver_WriteConsole_m8A19EB8A0FAC1D6FCE6EFAD9820214E4AF24331D(__this, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); int32_t L_10 = __this->get_cursorLeft_4(); int32_t L_11 = __this->get_cursorTop_5(); TermInfoDriver_SetCursorPosition_mFEFDF7E4307F5345D72C292A80CC52C7CD83E8D0(__this, L_10, L_11, /*hidden argument*/NULL); return; } IL_0092: { int32_t L_12 = __this->get_cursorLeft_4(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)((int32_t)((int32_t)L_12%(int32_t)8)))); V_2 = 0; goto IL_00ab; } IL_00a1: { TermInfoDriver_IncrementX_mE07FD95AD18DFA04A2586AB8A3712D30C3C13204(__this, /*hidden argument*/NULL); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_00ab: { int32_t L_14 = V_2; int32_t L_15 = V_1; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_00a1; } } { TermInfoDriver_WriteConsole_m8A19EB8A0FAC1D6FCE6EFAD9820214E4AF24331D(__this, _stringLiteral24313380B89749FA23D81C8CFE7ECADF5F282DF3, /*hidden argument*/NULL); return; } IL_00bb: { String_t* L_16 = __this->get_clear_11(); TermInfoDriver_WriteConsole_m8A19EB8A0FAC1D6FCE6EFAD9820214E4AF24331D(__this, L_16, /*hidden argument*/NULL); __this->set_cursorLeft_4(0); __this->set_cursorTop_5(0); } IL_00d5: { return; } } // System.Void System.TermInfoDriver::WriteSpecialKey(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_mA87BA57992559C1E3389ED4E3518AC522A7EC99E (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_1; L_1 = TermInfoDriver_CreateKeyInfoFromInt_mFC8D60BCEE76F3FCFAE3476DFEBDAF09EEA54D2F(__this, L_0, (bool)0, /*hidden argument*/NULL); TermInfoDriver_WriteSpecialKey_m0D328517899AF9E9259825B782077DDD87EC56F5(__this, L_1, /*hidden argument*/NULL); return; } } // System.Boolean System.TermInfoDriver::IsSpecialKey(System.ConsoleKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m185C9ECCA69FA5855A7E54DC095CA0D07271A42B (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { int32_t L_1; L_1 = ConsoleKeyInfo_get_Key_m55835EA07741BFE8C6E035A124507DF196010011_inline((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)(&___key0), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)8))) { case 0: { goto IL_0034; } case 1: { goto IL_0036; } case 2: { goto IL_006d; } case 3: { goto IL_006d; } case 4: { goto IL_0038; } case 5: { goto IL_003a; } } } { goto IL_006d; } IL_0034: { return (bool)1; } IL_0036: { return (bool)1; } IL_0038: { return (bool)1; } IL_003a: { __this->set_cursorLeft_4(0); int32_t L_3 = __this->get_cursorTop_5(); __this->set_cursorTop_5(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = __this->get_cursorTop_5(); int32_t L_5; L_5 = TermInfoDriver_get_WindowHeight_m5D177E6B98F95C07DE7AEA6A5F9ED93E0C25D61C(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_006b; } } { int32_t L_6 = __this->get_cursorTop_5(); __this->set_cursorTop_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))); } IL_006b: { return (bool)0; } IL_006d: { TermInfoDriver_IncrementX_mE07FD95AD18DFA04A2586AB8A3712D30C3C13204(__this, /*hidden argument*/NULL); return (bool)0; } } // System.Boolean System.TermInfoDriver::IsSpecialKey(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m28A4E7401DEF858F48BDF8F5F8D79AFC00E97E79 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_1; L_1 = TermInfoDriver_CreateKeyInfoFromInt_mFC8D60BCEE76F3FCFAE3476DFEBDAF09EEA54D2F(__this, L_0, (bool)0, /*hidden argument*/NULL); bool L_2; L_2 = TermInfoDriver_IsSpecialKey_m185C9ECCA69FA5855A7E54DC095CA0D07271A42B(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.TermInfoDriver::GetCursorPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_GetCursorPosition_m05C3C783D8AB50B1CFD899415E0B19F3E85A0942 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsoleDriver_tFC1E81F456E9440AB760A599AA5BB301BBD12B11_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFB994E6FF4327E20E6958956C9491193AA4082A); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; V_1 = 0; IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_tFC1E81F456E9440AB760A599AA5BB301BBD12B11_il2cpp_TypeInfo_var); int32_t L_0; L_0 = ConsoleDriver_InternalKeyAvailable_mE1FAFB8BF63D206B47698F9FD342845231A63722(0, /*hidden argument*/NULL); V_3 = L_0; goto IL_0020; } IL_000d: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_1 = __this->get_stdin_14(); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_1); V_2 = L_2; int32_t L_3 = V_2; TermInfoDriver_AddToBuffer_mB33DA28768364626F07A606BCDCAAD795BF054A8(__this, L_3, /*hidden argument*/NULL); } IL_0020: { int32_t L_4 = V_3; int32_t L_5 = L_4; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_000d; } } { TermInfoDriver_WriteConsole_m8A19EB8A0FAC1D6FCE6EFAD9820214E4AF24331D(__this, _stringLiteralDFB994E6FF4327E20E6958956C9491193AA4082A, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_tFC1E81F456E9440AB760A599AA5BB301BBD12B11_il2cpp_TypeInfo_var); int32_t L_6; L_6 = ConsoleDriver_InternalKeyAvailable_mE1FAFB8BF63D206B47698F9FD342845231A63722(((int32_t)1000), /*hidden argument*/NULL); if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_0048; } } { __this->set_noGetPosition_35((bool)1); return; } IL_0048: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_7 = __this->get_stdin_14(); int32_t L_8; L_8 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_7); V_2 = L_8; goto IL_0074; } IL_0056: { int32_t L_9 = V_2; TermInfoDriver_AddToBuffer_mB33DA28768364626F07A606BCDCAAD795BF054A8(__this, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_tFC1E81F456E9440AB760A599AA5BB301BBD12B11_il2cpp_TypeInfo_var); int32_t L_10; L_10 = ConsoleDriver_InternalKeyAvailable_mE1FAFB8BF63D206B47698F9FD342845231A63722(((int32_t)100), /*hidden argument*/NULL); if ((((int32_t)L_10) > ((int32_t)0))) { goto IL_0068; } } { return; } IL_0068: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_11 = __this->get_stdin_14(); int32_t L_12; L_12 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_11); V_2 = L_12; } IL_0074: { int32_t L_13 = V_2; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)27))))) { goto IL_0056; } } { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_14 = __this->get_stdin_14(); int32_t L_15; L_15 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_14); V_2 = L_15; int32_t L_16 = V_2; if ((((int32_t)L_16) == ((int32_t)((int32_t)91)))) { goto IL_009a; } } { TermInfoDriver_AddToBuffer_mB33DA28768364626F07A606BCDCAAD795BF054A8(__this, ((int32_t)27), /*hidden argument*/NULL); int32_t L_17 = V_2; TermInfoDriver_AddToBuffer_mB33DA28768364626F07A606BCDCAAD795BF054A8(__this, L_17, /*hidden argument*/NULL); return; } IL_009a: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_18 = __this->get_stdin_14(); int32_t L_19; L_19 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_18); V_2 = L_19; int32_t L_20 = V_2; if ((((int32_t)L_20) == ((int32_t)((int32_t)59)))) { goto IL_00e2; } } { int32_t L_21 = V_2; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)48))); StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_22 = __this->get_stdin_14(); int32_t L_23; L_23 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_22); V_2 = L_23; goto IL_00d4; } IL_00be: { int32_t L_24 = V_0; int32_t L_25 = V_2; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)10))), (int32_t)L_25)), (int32_t)((int32_t)48))); StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_26 = __this->get_stdin_14(); int32_t L_27; L_27 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_26); V_2 = L_27; } IL_00d4: { int32_t L_28 = V_2; if ((((int32_t)L_28) < ((int32_t)((int32_t)48)))) { goto IL_00de; } } { int32_t L_29 = V_2; if ((((int32_t)L_29) <= ((int32_t)((int32_t)57)))) { goto IL_00be; } } IL_00de: { int32_t L_30 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)); } IL_00e2: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_31 = __this->get_stdin_14(); int32_t L_32; L_32 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_31); V_2 = L_32; int32_t L_33 = V_2; if ((((int32_t)L_33) == ((int32_t)((int32_t)82)))) { goto IL_012a; } } { int32_t L_34 = V_2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)48))); StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_35 = __this->get_stdin_14(); int32_t L_36; L_36 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_35); V_2 = L_36; goto IL_011c; } IL_0106: { int32_t L_37 = V_1; int32_t L_38 = V_2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_37, (int32_t)((int32_t)10))), (int32_t)L_38)), (int32_t)((int32_t)48))); StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_39 = __this->get_stdin_14(); int32_t L_40; L_40 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_39); V_2 = L_40; } IL_011c: { int32_t L_41 = V_2; if ((((int32_t)L_41) < ((int32_t)((int32_t)48)))) { goto IL_0126; } } { int32_t L_42 = V_2; if ((((int32_t)L_42) <= ((int32_t)((int32_t)57)))) { goto IL_0106; } } IL_0126: { int32_t L_43 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)); } IL_012a: { int32_t L_44 = V_1; __this->set_cursorLeft_4(L_44); int32_t L_45 = V_0; __this->set_cursorTop_5(L_45); return; } } // System.Void System.TermInfoDriver::CheckWindowDimensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_CheckWindowDimensions_mF2B9429E390596539A85499E768ED9F7A318ED14 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); int32_t* L_0 = ((TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var))->get_native_terminal_size_0(); if ((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); int32_t L_1 = ((TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var))->get_terminal_size_1(); int32_t* L_2 = ((TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var))->get_native_terminal_size_0(); int32_t L_3 = *((int32_t*)L_2); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0017; } } IL_0016: { return; } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); int32_t* L_4 = ((TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var))->get_native_terminal_size_0(); int32_t L_5 = *((int32_t*)L_4); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0050; } } { TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_6 = __this->get_reader_3(); int32_t L_7; L_7 = TermInfoReader_Get_mB132FEC9E77A3DFEE4300EBB5DF08497809319E4(L_6, 0, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; if (!L_8) { goto IL_0037; } } { int32_t L_9 = V_0; __this->set_windowWidth_16(L_9); } IL_0037: { TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_10 = __this->get_reader_3(); int32_t L_11; L_11 = TermInfoReader_Get_mB132FEC9E77A3DFEE4300EBB5DF08497809319E4(L_10, 2, /*hidden argument*/NULL); V_0 = L_11; int32_t L_12 = V_0; if (!L_12) { goto IL_007a; } } { int32_t L_13 = V_0; __this->set_windowHeight_17(L_13); goto IL_007a; } IL_0050: { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); int32_t* L_14 = ((TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var))->get_native_terminal_size_0(); int32_t L_15 = *((int32_t*)L_14); ((TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var))->set_terminal_size_1(L_15); int32_t L_16 = ((TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var))->get_terminal_size_1(); __this->set_windowWidth_16(((int32_t)((int32_t)L_16>>(int32_t)((int32_t)16)))); int32_t L_17 = ((TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var))->get_terminal_size_1(); __this->set_windowHeight_17(((int32_t)((int32_t)L_17&(int32_t)((int32_t)65535)))); } IL_007a: { int32_t L_18 = __this->get_windowHeight_17(); __this->set_bufferHeight_18(L_18); int32_t L_19 = __this->get_windowWidth_16(); __this->set_bufferWidth_19(L_19); return; } } // System.Int32 System.TermInfoDriver::get_WindowHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowHeight_m5D177E6B98F95C07DE7AEA6A5F9ED93E0C25D61C (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_000e; } } { TermInfoDriver_Init_m367EC5A4D447ED486151E824D1AF496B8FC23063(__this, /*hidden argument*/NULL); } IL_000e: { TermInfoDriver_CheckWindowDimensions_mF2B9429E390596539A85499E768ED9F7A318ED14(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_windowHeight_17(); return L_1; } } // System.Int32 System.TermInfoDriver::get_WindowWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowWidth_m6CDC5CDA6063B81E4FFFA80FB6ECE6CB00C672FE (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_000e; } } { TermInfoDriver_Init_m367EC5A4D447ED486151E824D1AF496B8FC23063(__this, /*hidden argument*/NULL); } IL_000e: { TermInfoDriver_CheckWindowDimensions_mF2B9429E390596539A85499E768ED9F7A318ED14(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_windowWidth_16(); return L_1; } } // System.Void System.TermInfoDriver::AddToBuffer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AddToBuffer_mB33DA28768364626F07A606BCDCAAD795BF054A8 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, int32_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_buffer_20(); if (L_0) { goto IL_001a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024)); __this->set_buffer_20(L_1); goto IL_0057; } IL_001a: { int32_t L_2 = __this->get_writepos_22(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = __this->get_buffer_20(); if ((((int32_t)L_2) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))) { goto IL_0057; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = __this->get_buffer_20(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)2))); V_0 = L_5; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = __this->get_buffer_20(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = __this->get_buffer_20(); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = V_0; __this->set_buffer_20(L_9); } IL_0057: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = __this->get_buffer_20(); int32_t L_11 = __this->get_writepos_22(); V_1 = L_11; int32_t L_12 = V_1; __this->set_writepos_22(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_1; int32_t L_14 = ___b0; (L_10)->SetAtUnchecked(static_cast(L_13), (Il2CppChar)((int32_t)((uint16_t)L_14))); return; } } // System.Void System.TermInfoDriver::AdjustBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AdjustBuffer_m73706E222982CC99D87C5F8A7FDE7B1D84FA44A0 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_readpos_21(); int32_t L_1 = __this->get_writepos_22(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_001e; } } { int32_t L_2 = 0; V_0 = L_2; __this->set_writepos_22(L_2); int32_t L_3 = V_0; __this->set_readpos_21(L_3); } IL_001e: { return; } } // System.ConsoleKeyInfo System.TermInfoDriver::CreateKeyInfoFromInt(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 TermInfoDriver_CreateKeyInfoFromInt_mFC8D60BCEE76F3FCFAE3476DFEBDAF09EEA54D2F (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, int32_t ___n0, bool ___alt1, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; { int32_t L_0 = ___n0; V_0 = ((int32_t)((uint16_t)L_0)); int32_t L_1 = ___n0; V_1 = L_1; V_2 = (bool)0; V_3 = (bool)0; int32_t L_2 = ___n0; if ((((int32_t)L_2) > ((int32_t)((int32_t)19)))) { goto IL_0038; } } { int32_t L_3 = ___n0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)8))) { case 0: { goto IL_00c7; } case 1: { goto IL_00c7; } case 2: { goto IL_0065; } case 3: { goto IL_0088; } case 4: { goto IL_00c7; } case 5: { goto IL_00c7; } } } { int32_t L_4 = ___n0; if ((((int32_t)L_4) == ((int32_t)((int32_t)19)))) { goto IL_00c7; } } { goto IL_0088; } IL_0038: { int32_t L_5 = ___n0; if ((((int32_t)L_5) == ((int32_t)((int32_t)27)))) { goto IL_0083; } } { int32_t L_6 = ___n0; if ((((int32_t)L_6) == ((int32_t)((int32_t)32)))) { goto IL_006a; } } { int32_t L_7 = ___n0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)42)))) { case 0: { goto IL_007e; } case 1: { goto IL_0074; } case 2: { goto IL_0088; } case 3: { goto IL_006f; } case 4: { goto IL_0088; } case 5: { goto IL_0079; } } } { goto IL_0088; } IL_0065: { V_1 = ((int32_t)13); goto IL_00c7; } IL_006a: { V_1 = ((int32_t)32); goto IL_00c7; } IL_006f: { V_1 = ((int32_t)109); goto IL_00c7; } IL_0074: { V_1 = ((int32_t)107); goto IL_00c7; } IL_0079: { V_1 = ((int32_t)111); goto IL_00c7; } IL_007e: { V_1 = ((int32_t)106); goto IL_00c7; } IL_0083: { V_1 = ((int32_t)27); goto IL_00c7; } IL_0088: { int32_t L_8 = ___n0; if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_009c; } } { int32_t L_9 = ___n0; if ((((int32_t)L_9) > ((int32_t)((int32_t)26)))) { goto IL_009c; } } { V_3 = (bool)1; int32_t L_10 = ___n0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)65), (int32_t)L_10)), (int32_t)1)); goto IL_00c7; } IL_009c: { int32_t L_11 = ___n0; if ((((int32_t)L_11) < ((int32_t)((int32_t)97)))) { goto IL_00ad; } } { int32_t L_12 = ___n0; if ((((int32_t)L_12) > ((int32_t)((int32_t)122)))) { goto IL_00ad; } } { int32_t L_13 = ___n0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-32), (int32_t)L_13)); goto IL_00c7; } IL_00ad: { int32_t L_14 = ___n0; if ((((int32_t)L_14) < ((int32_t)((int32_t)65)))) { goto IL_00bb; } } { int32_t L_15 = ___n0; if ((((int32_t)L_15) > ((int32_t)((int32_t)90)))) { goto IL_00bb; } } { V_2 = (bool)1; goto IL_00c7; } IL_00bb: { int32_t L_16 = ___n0; if ((((int32_t)L_16) < ((int32_t)((int32_t)48)))) { goto IL_00c5; } } { int32_t L_17 = ___n0; if ((((int32_t)L_17) <= ((int32_t)((int32_t)57)))) { goto IL_00c7; } } IL_00c5: { V_1 = 0; } IL_00c7: { Il2CppChar L_18 = V_0; int32_t L_19 = V_1; bool L_20 = V_2; bool L_21 = ___alt1; bool L_22 = V_3; ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_23; memset((&L_23), 0, sizeof(L_23)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_23), L_18, L_19, L_20, L_21, L_22, /*hidden argument*/NULL); return L_23; } } // System.Object System.TermInfoDriver::GetKeyFromBuffer(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TermInfoDriver_GetKeyFromBuffer_m4017D6046129ABB4AE0635761C2A385DF47DDD15 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, bool ___cooked0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 V_3; memset((&V_3), 0, sizeof(V_3)); { int32_t L_0 = __this->get_readpos_21(); int32_t L_1 = __this->get_writepos_22(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0010; } } { return NULL; } IL_0010: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get_buffer_20(); int32_t L_3 = __this->get_readpos_21(); int32_t L_4 = L_3; uint16_t L_5 = (uint16_t)(L_2)->GetAtUnchecked(static_cast(L_4)); V_0 = L_5; bool L_6 = ___cooked0; if (!L_6) { goto IL_002f; } } { ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * L_7 = __this->get_rootmap_37(); int32_t L_8 = V_0; bool L_9; L_9 = ByteMatcher_StartsWith_m3FD18279359D5E475EA2028AA6A38B1F8B4986C2(L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0051; } } IL_002f: { int32_t L_10 = __this->get_readpos_21(); __this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); TermInfoDriver_AdjustBuffer_m73706E222982CC99D87C5F8A7FDE7B1D84FA44A0(__this, /*hidden argument*/NULL); int32_t L_11 = V_0; ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_12; L_12 = TermInfoDriver_CreateKeyInfoFromInt_mFC8D60BCEE76F3FCFAE3476DFEBDAF09EEA54D2F(__this, L_11, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_13 = L_12; RuntimeObject * L_14 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_13); return L_14; } IL_0051: { ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * L_15 = __this->get_rootmap_37(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = __this->get_buffer_20(); int32_t L_17 = __this->get_readpos_21(); int32_t L_18 = __this->get_writepos_22(); int32_t L_19 = __this->get_readpos_21(); int32_t L_20; L_20 = ByteMatcher_Match_m73533801AD0EA6452604CB13FD048E3C52AD8C5D(L_15, L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), (int32_t*)(&V_1), /*hidden argument*/NULL); V_2 = L_20; int32_t L_21 = V_2; if ((!(((uint32_t)L_21) == ((uint32_t)(-1))))) { goto IL_00f2; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = __this->get_buffer_20(); int32_t L_23 = __this->get_readpos_21(); int32_t L_24 = L_23; uint16_t L_25 = (uint16_t)(L_22)->GetAtUnchecked(static_cast(L_24)); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)27))))) { goto IL_00f0; } } { int32_t L_26 = __this->get_writepos_22(); int32_t L_27 = __this->get_readpos_21(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27))) < ((int32_t)2))) { goto IL_00f0; } } { int32_t L_28 = __this->get_readpos_21(); __this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)2))); TermInfoDriver_AdjustBuffer_m73706E222982CC99D87C5F8A7FDE7B1D84FA44A0(__this, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = __this->get_buffer_20(); int32_t L_30 = __this->get_readpos_21(); int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); uint16_t L_32 = (uint16_t)(L_29)->GetAtUnchecked(static_cast(L_31)); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)127))))) { goto IL_00d4; } } { ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_33; memset((&L_33), 0, sizeof(L_33)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_33), 8, 8, (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_34 = L_33; RuntimeObject * L_35 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_34); return L_35; } IL_00d4: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_36 = __this->get_buffer_20(); int32_t L_37 = __this->get_readpos_21(); int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); uint16_t L_39 = (uint16_t)(L_36)->GetAtUnchecked(static_cast(L_38)); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_40; L_40 = TermInfoDriver_CreateKeyInfoFromInt_mFC8D60BCEE76F3FCFAE3476DFEBDAF09EEA54D2F(__this, L_39, (bool)1, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_41 = L_40; RuntimeObject * L_42 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_41); return L_42; } IL_00f0: { return NULL; } IL_00f2: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_43 = __this->get_keymap_36(); int32_t L_44 = V_2; int32_t L_45 = L_44; RuntimeObject * L_46 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_45); RuntimeObject * L_47; L_47 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_43, L_46); if (!L_47) { goto IL_011e; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_48 = __this->get_keymap_36(); int32_t L_49 = V_2; int32_t L_50 = L_49; RuntimeObject * L_51 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_50); RuntimeObject * L_52; L_52 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_48, L_51); V_3 = ((*(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)UnBox(L_52, ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var)))); goto IL_0140; } IL_011e: { int32_t L_53 = __this->get_readpos_21(); __this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); TermInfoDriver_AdjustBuffer_m73706E222982CC99D87C5F8A7FDE7B1D84FA44A0(__this, /*hidden argument*/NULL); int32_t L_54 = V_0; ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_55; L_55 = TermInfoDriver_CreateKeyInfoFromInt_mFC8D60BCEE76F3FCFAE3476DFEBDAF09EEA54D2F(__this, L_54, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_56 = L_55; RuntimeObject * L_57 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_56); return L_57; } IL_0140: { int32_t L_58 = __this->get_readpos_21(); int32_t L_59 = V_1; __this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59))); TermInfoDriver_AdjustBuffer_m73706E222982CC99D87C5F8A7FDE7B1D84FA44A0(__this, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_60 = V_3; ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_61 = L_60; RuntimeObject * L_62 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_61); return L_62; } } // System.ConsoleKeyInfo System.TermInfoDriver::ReadKeyInternal(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 TermInfoDriver_ReadKeyInternal_mD27C4B25FCD843C14A83893A10F467DBF77C870B (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, bool* ___fresh0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsoleDriver_tFC1E81F456E9440AB760A599AA5BB301BBD12B11_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_000e; } } { TermInfoDriver_Init_m367EC5A4D447ED486151E824D1AF496B8FC23063(__this, /*hidden argument*/NULL); } IL_000e: { TermInfoDriver_InitKeys_m54113C1C09A868AF8044F92940AA59FC48A07FFE(__this, /*hidden argument*/NULL); RuntimeObject * L_1; L_1 = TermInfoDriver_GetKeyFromBuffer_m4017D6046129ABB4AE0635761C2A385DF47DDD15(__this, (bool)1, /*hidden argument*/NULL); RuntimeObject * L_2 = L_1; V_0 = L_2; if (L_2) { goto IL_00a4; } } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_tFC1E81F456E9440AB760A599AA5BB301BBD12B11_il2cpp_TypeInfo_var); int32_t L_3; L_3 = ConsoleDriver_InternalKeyAvailable_mE1FAFB8BF63D206B47698F9FD342845231A63722(((int32_t)150), /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_004b; } } IL_002f: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_4 = __this->get_stdin_14(); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_4); TermInfoDriver_AddToBuffer_mB33DA28768364626F07A606BCDCAAD795BF054A8(__this, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_tFC1E81F456E9440AB760A599AA5BB301BBD12B11_il2cpp_TypeInfo_var); int32_t L_6; L_6 = ConsoleDriver_InternalKeyAvailable_mE1FAFB8BF63D206B47698F9FD342845231A63722(0, /*hidden argument*/NULL); if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_002f; } } { goto IL_0094; } IL_004b: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_7 = __this->get_stdin_14(); bool L_8; L_8 = StreamReader_DataAvailable_mDF170AD19376B66641FA8CD9A7FAFAE782CA36CF(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0078; } } IL_0058: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_9 = __this->get_stdin_14(); int32_t L_10; L_10 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_9); TermInfoDriver_AddToBuffer_mB33DA28768364626F07A606BCDCAAD795BF054A8(__this, L_10, /*hidden argument*/NULL); StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_11 = __this->get_stdin_14(); bool L_12; L_12 = StreamReader_DataAvailable_mDF170AD19376B66641FA8CD9A7FAFAE782CA36CF(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0058; } } { goto IL_0094; } IL_0078: { RuntimeObject * L_13; L_13 = TermInfoDriver_GetKeyFromBuffer_m4017D6046129ABB4AE0635761C2A385DF47DDD15(__this, (bool)0, /*hidden argument*/NULL); RuntimeObject * L_14 = L_13; V_0 = L_14; if (L_14) { goto IL_009f; } } { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_15 = __this->get_stdin_14(); int32_t L_16; L_16 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_15); TermInfoDriver_AddToBuffer_mB33DA28768364626F07A606BCDCAAD795BF054A8(__this, L_16, /*hidden argument*/NULL); } IL_0094: { RuntimeObject * L_17; L_17 = TermInfoDriver_GetKeyFromBuffer_m4017D6046129ABB4AE0635761C2A385DF47DDD15(__this, (bool)1, /*hidden argument*/NULL); V_0 = L_17; RuntimeObject * L_18 = V_0; if (!L_18) { goto IL_0022; } } IL_009f: { bool* L_19 = ___fresh0; *((int8_t*)L_19) = (int8_t)1; goto IL_00a7; } IL_00a4: { bool* L_20 = ___fresh0; *((int8_t*)L_20) = (int8_t)0; } IL_00a7: { RuntimeObject * L_21 = V_0; return ((*(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)UnBox(L_21, ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var)))); } } // System.Boolean System.TermInfoDriver::InputPending() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_InputPending_m2A3CCCFE1A965AEB16DFBE1CF383A8A1B1D80B67 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_readpos_21(); int32_t L_1 = __this->get_writepos_22(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_001a; } } { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_2 = __this->get_stdin_14(); bool L_3; L_3 = StreamReader_DataAvailable_mDF170AD19376B66641FA8CD9A7FAFAE782CA36CF(L_2, /*hidden argument*/NULL); return L_3; } IL_001a: { return (bool)1; } } // System.Void System.TermInfoDriver::QueueEcho(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_QueueEcho_mD113DEE664E58B1596F3352662735DC8B8E22D75 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_echobuf_42(); if (L_0) { goto IL_0018; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024)); __this->set_echobuf_42(L_1); } IL_0018: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get_echobuf_42(); int32_t L_3 = __this->get_echon_43(); V_0 = L_3; int32_t L_4 = V_0; __this->set_echon_43(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; Il2CppChar L_6 = ___c0; (L_2)->SetAtUnchecked(static_cast(L_5), (Il2CppChar)L_6); int32_t L_7 = __this->get_echon_43(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = __this->get_echobuf_42(); if ((((int32_t)L_7) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0049; } } { bool L_9; L_9 = TermInfoDriver_InputPending_m2A3CCCFE1A965AEB16DFBE1CF383A8A1B1D80B67(__this, /*hidden argument*/NULL); if (L_9) { goto IL_0067; } } IL_0049: { CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A * L_10 = __this->get_stdout_15(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = __this->get_echobuf_42(); int32_t L_12 = __this->get_echon_43(); CStreamWriter_InternalWriteChars_m64775CD216B4A0F1BE0ECD0A9B92EA9E6198AB9D(L_10, L_11, L_12, /*hidden argument*/NULL); __this->set_echon_43(0); } IL_0067: { return; } } // System.Void System.TermInfoDriver::Echo(System.ConsoleKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_Echo_m8FB7032AD695C2B085918B1B5981A0E735D0DC97 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 ___key0, const RuntimeMethod* method) { { ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_0 = ___key0; bool L_1; L_1 = TermInfoDriver_IsSpecialKey_m185C9ECCA69FA5855A7E54DC095CA0D07271A42B(__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0017; } } { Il2CppChar L_2; L_2 = ConsoleKeyInfo_get_KeyChar_m85F4AA380907696C19C1BFFB73FA5DCA0975A82D_inline((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)(&___key0), /*hidden argument*/NULL); TermInfoDriver_QueueEcho_mD113DEE664E58B1596F3352662735DC8B8E22D75(__this, L_2, /*hidden argument*/NULL); return; } IL_0017: { TermInfoDriver_EchoFlush_m47A61D19C8817F0B44D123DA39DEFBCE9B2D6436(__this, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_3 = ___key0; TermInfoDriver_WriteSpecialKey_m0D328517899AF9E9259825B782077DDD87EC56F5(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void System.TermInfoDriver::EchoFlush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_EchoFlush_m47A61D19C8817F0B44D123DA39DEFBCE9B2D6436 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_echon_43(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { CStreamWriter_tBC3C3F9F3E738D2FF586EF7A680A077D5AA3D27A * L_1 = __this->get_stdout_15(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get_echobuf_42(); int32_t L_3 = __this->get_echon_43(); CStreamWriter_InternalWriteChars_m64775CD216B4A0F1BE0ECD0A9B92EA9E6198AB9D(L_1, L_2, L_3, /*hidden argument*/NULL); __this->set_echon_43(0); return; } } // System.Int32 System.TermInfoDriver::Read(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_Read_m007929B4E94873B778BF0D94200725E581E4EE04 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___dest0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; StringBuilder_t * V_2 = NULL; ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; RuntimeObject * V_5 = NULL; Il2CppChar V_6 = 0x0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; { V_1 = (bool)0; V_4 = 0; StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_2 = L_0; } IL_000b: { RuntimeObject * L_1; L_1 = TermInfoDriver_GetKeyFromBuffer_m4017D6046129ABB4AE0635761C2A385DF47DDD15(__this, (bool)1, /*hidden argument*/NULL); RuntimeObject * L_2 = L_1; V_5 = L_2; if (!L_2) { goto IL_006e; } } { RuntimeObject * L_3 = V_5; V_3 = ((*(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)UnBox(L_3, ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var)))); Il2CppChar L_4; L_4 = ConsoleKeyInfo_get_KeyChar_m85F4AA380907696C19C1BFFB73FA5DCA0975A82D_inline((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)(&V_3), /*hidden argument*/NULL); V_6 = L_4; int32_t L_5; L_5 = ConsoleKeyInfo_get_Key_m55835EA07741BFE8C6E035A124507DF196010011_inline((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)(&V_3), /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)8))) { goto IL_0050; } } { int32_t L_6; L_6 = ConsoleKeyInfo_get_Key_m55835EA07741BFE8C6E035A124507DF196010011_inline((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)(&V_3), /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)13))))) { goto IL_0045; } } { StringBuilder_t * L_7 = V_2; int32_t L_8; L_8 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_7, /*hidden argument*/NULL); V_4 = L_8; } IL_0045: { StringBuilder_t * L_9 = V_2; Il2CppChar L_10 = V_6; StringBuilder_t * L_11; L_11 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_9, L_10, /*hidden argument*/NULL); goto IL_000b; } IL_0050: { StringBuilder_t * L_12 = V_2; int32_t L_13; L_13 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_12, /*hidden argument*/NULL); int32_t L_14 = V_4; if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_000b; } } { StringBuilder_t * L_15 = V_2; StringBuilder_t * L_16 = L_15; int32_t L_17; L_17 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_16, /*hidden argument*/NULL); V_8 = L_17; int32_t L_18 = V_8; StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); goto IL_000b; } IL_006e: { int32_t L_19 = __this->get_cursorLeft_4(); __this->set_rl_startx_38(L_19); int32_t L_20 = __this->get_cursorTop_5(); __this->set_rl_starty_39(L_20); } IL_0086: { ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_21; L_21 = TermInfoDriver_ReadKeyInternal_mD27C4B25FCD843C14A83893A10F467DBF77C870B(__this, (bool*)(&V_0), /*hidden argument*/NULL); V_3 = L_21; bool L_22 = V_1; bool L_23 = V_0; V_1 = (bool)((int32_t)((int32_t)L_22|(int32_t)L_23)); Il2CppChar L_24; L_24 = ConsoleKeyInfo_get_KeyChar_m85F4AA380907696C19C1BFFB73FA5DCA0975A82D_inline((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)(&V_3), /*hidden argument*/NULL); V_6 = L_24; int32_t L_25; L_25 = ConsoleKeyInfo_get_Key_m55835EA07741BFE8C6E035A124507DF196010011_inline((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)(&V_3), /*hidden argument*/NULL); if ((((int32_t)L_25) == ((int32_t)8))) { goto IL_00c4; } } { int32_t L_26; L_26 = ConsoleKeyInfo_get_Key_m55835EA07741BFE8C6E035A124507DF196010011_inline((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)(&V_3), /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)13))))) { goto IL_00b9; } } { StringBuilder_t * L_27 = V_2; int32_t L_28; L_28 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_27, /*hidden argument*/NULL); V_4 = L_28; } IL_00b9: { StringBuilder_t * L_29 = V_2; Il2CppChar L_30 = V_6; StringBuilder_t * L_31; L_31 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_29, L_30, /*hidden argument*/NULL); goto IL_00e0; } IL_00c4: { StringBuilder_t * L_32 = V_2; int32_t L_33; L_33 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_32, /*hidden argument*/NULL); int32_t L_34 = V_4; if ((((int32_t)L_33) <= ((int32_t)L_34))) { goto IL_00ea; } } { StringBuilder_t * L_35 = V_2; StringBuilder_t * L_36 = L_35; int32_t L_37; L_37 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_36, /*hidden argument*/NULL); V_8 = L_37; int32_t L_38 = V_8; StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1)), /*hidden argument*/NULL); } IL_00e0: { bool L_39 = V_1; if (!L_39) { goto IL_00ea; } } { ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_40 = V_3; TermInfoDriver_Echo_m8FB7032AD695C2B085918B1B5981A0E735D0DC97(__this, L_40, /*hidden argument*/NULL); } IL_00ea: { int32_t L_41; L_41 = ConsoleKeyInfo_get_Key_m55835EA07741BFE8C6E035A124507DF196010011_inline((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)(&V_3), /*hidden argument*/NULL); if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)13))))) { goto IL_0086; } } { TermInfoDriver_EchoFlush_m47A61D19C8817F0B44D123DA39DEFBCE9B2D6436(__this, /*hidden argument*/NULL); __this->set_rl_startx_38((-1)); __this->set_rl_starty_39((-1)); V_7 = 0; goto IL_0127; } IL_010e: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_42 = ___dest0; int32_t L_43 = ___index1; int32_t L_44 = V_7; StringBuilder_t * L_45 = V_2; int32_t L_46 = V_7; Il2CppChar L_47; L_47 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_45, L_46, /*hidden argument*/NULL); (L_42)->SetAtUnchecked(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_44))), (Il2CppChar)L_47); int32_t L_48 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); int32_t L_49 = ___count2; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)1)); } IL_0127: { int32_t L_50 = ___count2; if ((((int32_t)L_50) <= ((int32_t)0))) { goto IL_0135; } } { int32_t L_51 = V_7; StringBuilder_t * L_52 = V_2; int32_t L_53; L_53 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_52, /*hidden argument*/NULL); if ((((int32_t)L_51) < ((int32_t)L_53))) { goto IL_010e; } } IL_0135: { int32_t L_54 = V_7; V_9 = L_54; goto IL_014f; } IL_013b: { StringBuilder_t * L_55 = V_2; int32_t L_56 = V_9; Il2CppChar L_57; L_57 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_55, L_56, /*hidden argument*/NULL); TermInfoDriver_AddToBuffer_mB33DA28768364626F07A606BCDCAAD795BF054A8(__this, L_57, /*hidden argument*/NULL); int32_t L_58 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_014f: { int32_t L_59 = V_9; StringBuilder_t * L_60 = V_2; int32_t L_61; L_61 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_60, /*hidden argument*/NULL); if ((((int32_t)L_59) < ((int32_t)L_61))) { goto IL_013b; } } { int32_t L_62 = V_7; return L_62; } } // System.ConsoleKeyInfo System.TermInfoDriver::ReadKey(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 TermInfoDriver_ReadKey_m3282AF70B1FB1F376AB1BACB8B2D2EA375ECB628 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, bool ___intercept0, const RuntimeMethod* method) { bool V_0 = false; ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 V_1; memset((&V_1), 0, sizeof(V_1)); { ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_0; L_0 = TermInfoDriver_ReadKeyInternal_mD27C4B25FCD843C14A83893A10F467DBF77C870B(__this, (bool*)(&V_0), /*hidden argument*/NULL); V_1 = L_0; bool L_1 = ___intercept0; bool L_2 = V_0; if (!((int32_t)((int32_t)((((int32_t)L_1) == ((int32_t)0))? 1 : 0)&(int32_t)L_2))) { goto IL_001e; } } { ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_3 = V_1; TermInfoDriver_Echo_m8FB7032AD695C2B085918B1B5981A0E735D0DC97(__this, L_3, /*hidden argument*/NULL); TermInfoDriver_EchoFlush_m47A61D19C8817F0B44D123DA39DEFBCE9B2D6436(__this, /*hidden argument*/NULL); } IL_001e: { ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_4 = V_1; return L_4; } } // System.String System.TermInfoDriver::ReadLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadLine_m21228092B7E5C249325613CF07119591A79E3BC1 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = TermInfoDriver_ReadUntilConditionInternal_m183C233B79887480D093830ED43FBE01398EA590(__this, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.String System.TermInfoDriver::ReadToEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadToEnd_m32D5255A7874B94E6B1BC0350E366EF28BAF6A40 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = TermInfoDriver_ReadUntilConditionInternal_m183C233B79887480D093830ED43FBE01398EA590(__this, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.String System.TermInfoDriver::ReadUntilConditionInternal(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadUntilConditionInternal_m183C233B79887480D093830ED43FBE01398EA590 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, bool ___haltOnNewLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; bool V_1 = false; bool V_2 = false; ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 V_3; memset((&V_3), 0, sizeof(V_3)); Il2CppChar V_4 = 0x0; Il2CppChar V_5 = 0x0; int32_t V_6 = 0; int32_t G_B10_0 = 0; int32_t G_B15_0 = 0; int32_t G_B11_0 = 0; int32_t G_B13_0 = 0; int32_t G_B12_0 = 0; int32_t G_B17_0 = 0; int32_t G_B14_0 = 0; int32_t G_B16_0 = 0; { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_000e; } } { TermInfoDriver_Init_m367EC5A4D447ED486151E824D1AF496B8FC23063(__this, /*hidden argument*/NULL); } IL_000e: { TermInfoDriver_GetCursorPosition_m05C3C783D8AB50B1CFD899415E0B19F3E85A0942(__this, /*hidden argument*/NULL); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_1, /*hidden argument*/NULL); V_0 = L_1; V_2 = (bool)0; int32_t L_2 = __this->get_cursorLeft_4(); __this->set_rl_startx_38(L_2); int32_t L_3 = __this->get_cursorTop_5(); __this->set_rl_starty_39(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_control_characters_40(); int32_t L_5 = 4; uint8_t L_6 = (L_4)->GetAtUnchecked(static_cast(L_5)); V_5 = L_6; } IL_003e: { ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_7; L_7 = TermInfoDriver_ReadKeyInternal_mD27C4B25FCD843C14A83893A10F467DBF77C870B(__this, (bool*)(&V_1), /*hidden argument*/NULL); V_3 = L_7; bool L_8 = V_2; bool L_9 = V_1; V_2 = (bool)((int32_t)((int32_t)L_8|(int32_t)L_9)); Il2CppChar L_10; L_10 = ConsoleKeyInfo_get_KeyChar_m85F4AA380907696C19C1BFFB73FA5DCA0975A82D_inline((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)(&V_3), /*hidden argument*/NULL); V_4 = L_10; Il2CppChar L_11 = V_4; Il2CppChar L_12 = V_5; if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_0068; } } { Il2CppChar L_13 = V_4; if (!L_13) { goto IL_0068; } } { StringBuilder_t * L_14 = V_0; int32_t L_15; L_15 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0068; } } { return (String_t*)NULL; } IL_0068: { bool L_16 = ___haltOnNewLine0; if (!L_16) { goto IL_0078; } } { int32_t L_17; L_17 = ConsoleKeyInfo_get_Key_m55835EA07741BFE8C6E035A124507DF196010011_inline((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)(&V_3), /*hidden argument*/NULL); G_B10_0 = ((((int32_t)L_17) == ((int32_t)((int32_t)13)))? 1 : 0); goto IL_0079; } IL_0078: { G_B10_0 = 0; } IL_0079: { int32_t L_18 = G_B10_0; G_B11_0 = L_18; if (L_18) { G_B15_0 = L_18; goto IL_00ac; } } { int32_t L_19; L_19 = ConsoleKeyInfo_get_Key_m55835EA07741BFE8C6E035A124507DF196010011_inline((ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 *)(&V_3), /*hidden argument*/NULL); G_B12_0 = G_B11_0; if ((((int32_t)L_19) == ((int32_t)8))) { G_B13_0 = G_B11_0; goto IL_0091; } } { StringBuilder_t * L_20 = V_0; Il2CppChar L_21 = V_4; StringBuilder_t * L_22; L_22 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_20, L_21, /*hidden argument*/NULL); G_B15_0 = G_B12_0; goto IL_00ac; } IL_0091: { StringBuilder_t * L_23 = V_0; int32_t L_24; L_24 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_23, /*hidden argument*/NULL); G_B14_0 = G_B13_0; if ((((int32_t)L_24) <= ((int32_t)0))) { G_B17_0 = G_B13_0; goto IL_00b6; } } { StringBuilder_t * L_25 = V_0; StringBuilder_t * L_26 = L_25; int32_t L_27; L_27 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_26, /*hidden argument*/NULL); V_6 = L_27; int32_t L_28 = V_6; StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1)), /*hidden argument*/NULL); G_B15_0 = G_B14_0; } IL_00ac: { bool L_29 = V_2; G_B16_0 = G_B15_0; if (!L_29) { G_B17_0 = G_B15_0; goto IL_00b6; } } { ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_30 = V_3; TermInfoDriver_Echo_m8FB7032AD695C2B085918B1B5981A0E735D0DC97(__this, L_30, /*hidden argument*/NULL); G_B17_0 = G_B16_0; } IL_00b6: { if (!G_B17_0) { goto IL_003e; } } { TermInfoDriver_EchoFlush_m47A61D19C8817F0B44D123DA39DEFBCE9B2D6436(__this, /*hidden argument*/NULL); __this->set_rl_startx_38((-1)); __this->set_rl_starty_39((-1)); StringBuilder_t * L_31 = V_0; String_t* L_32; L_32 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31); return L_32; } } // System.Void System.TermInfoDriver::SetCursorPosition(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_SetCursorPosition_mFEFDF7E4307F5345D72C292A80CC52C7CD83E8D0 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, int32_t ___left0, int32_t ___top1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_000e; } } { TermInfoDriver_Init_m367EC5A4D447ED486151E824D1AF496B8FC23063(__this, /*hidden argument*/NULL); } IL_000e: { TermInfoDriver_CheckWindowDimensions_mF2B9429E390596539A85499E768ED9F7A318ED14(__this, /*hidden argument*/NULL); int32_t L_1 = ___left0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0021; } } { int32_t L_2 = ___left0; int32_t L_3 = __this->get_bufferWidth_19(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0031; } } IL_0021: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49937113988707D31030E4DA006A3AC147669B93)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TermInfoDriver_SetCursorPosition_mFEFDF7E4307F5345D72C292A80CC52C7CD83E8D0_RuntimeMethod_var))); } IL_0031: { int32_t L_5 = ___top1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_003e; } } { int32_t L_6 = ___top1; int32_t L_7 = __this->get_bufferHeight_18(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_004e; } } IL_003e: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3F37067DBF3016A9AA5B7774D0DE0C6900D669B9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TermInfoDriver_SetCursorPosition_mFEFDF7E4307F5345D72C292A80CC52C7CD83E8D0_RuntimeMethod_var))); } IL_004e: { String_t* L_9 = __this->get_cursorAddress_30(); if (L_9) { goto IL_0061; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_10 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60B28849DD8C93FDD1F3EB5D5CC7BF671FEE2680)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TermInfoDriver_SetCursorPosition_mFEFDF7E4307F5345D72C292A80CC52C7CD83E8D0_RuntimeMethod_var))); } IL_0061: { String_t* L_11 = __this->get_cursorAddress_30(); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_12 = (FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB*)(FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB*)SZArrayNew(FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB_il2cpp_TypeInfo_var, (uint32_t)2); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_13 = L_12; int32_t L_14 = ___top1; FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_15; L_15 = FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897(L_14, /*hidden argument*/NULL); (L_13)->SetAtUnchecked(static_cast(0), (FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE )L_15); FormatParamU5BU5D_t62750077BC482BAA854016A79AA9CC6A581271CB* L_16 = L_13; int32_t L_17 = ___left0; FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_18; L_18 = FormatParam_op_Implicit_mA72C0FC36F1914E176B6DBBF62E989566615C897(L_17, /*hidden argument*/NULL); (L_16)->SetAtUnchecked(static_cast(1), (FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE )L_18); String_t* L_19; L_19 = ParameterizedStrings_Evaluate_mFE97AAD1C46EEDA5284D925B2EE14155D5FE22CA(L_11, L_16, /*hidden argument*/NULL); TermInfoDriver_WriteConsole_m8A19EB8A0FAC1D6FCE6EFAD9820214E4AF24331D(__this, L_19, /*hidden argument*/NULL); int32_t L_20 = ___left0; __this->set_cursorLeft_4(L_20); int32_t L_21 = ___top1; __this->set_cursorTop_5(L_21); return; } } // System.Void System.TermInfoDriver::CreateKeyMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_CreateKeyMap_m1A1F91C69C11E715DDD32409021BF26E6EB1B469 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); __this->set_keymap_36(L_0); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_keymap_36(); int32_t L_2 = ((int32_t)55); RuntimeObject * L_3 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_2); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_4; memset((&L_4), 0, sizeof(L_4)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_4), 0, 8, (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_5 = L_4; RuntimeObject * L_6 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_5); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_1, L_3, L_6); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = __this->get_keymap_36(); int32_t L_8 = ((int32_t)57); RuntimeObject * L_9 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_8); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_10; memset((&L_10), 0, sizeof(L_10)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_10), 0, ((int32_t)12), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_11 = L_10; RuntimeObject * L_12 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_11); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_7, L_9, L_12); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_13 = __this->get_keymap_36(); int32_t L_14 = ((int32_t)61); RuntimeObject * L_15 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_14); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_16; memset((&L_16), 0, sizeof(L_16)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_16), 0, ((int32_t)40), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_17 = L_16; RuntimeObject * L_18 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_17); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_13, L_15, L_18); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_19 = __this->get_keymap_36(); int32_t L_20 = ((int32_t)66); RuntimeObject * L_21 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_20); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_22; memset((&L_22), 0, sizeof(L_22)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_22), 0, ((int32_t)112), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_23 = L_22; RuntimeObject * L_24 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_23); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_19, L_21, L_24); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_25 = __this->get_keymap_36(); int32_t L_26 = ((int32_t)67); RuntimeObject * L_27 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_26); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_28; memset((&L_28), 0, sizeof(L_28)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_28), 0, ((int32_t)121), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_29 = L_28; RuntimeObject * L_30 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_29); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_25, L_27, L_30); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_31 = __this->get_keymap_36(); int32_t L_32 = ((int32_t)68); RuntimeObject * L_33 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_32); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_34; memset((&L_34), 0, sizeof(L_34)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_34), 0, ((int32_t)113), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_35 = L_34; RuntimeObject * L_36 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_35); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_31, L_33, L_36); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_37 = __this->get_keymap_36(); int32_t L_38 = ((int32_t)69); RuntimeObject * L_39 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_38); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_40; memset((&L_40), 0, sizeof(L_40)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_40), 0, ((int32_t)114), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_41 = L_40; RuntimeObject * L_42 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_41); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_37, L_39, L_42); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_43 = __this->get_keymap_36(); int32_t L_44 = ((int32_t)70); RuntimeObject * L_45 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_44); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_46; memset((&L_46), 0, sizeof(L_46)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_46), 0, ((int32_t)115), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_47 = L_46; RuntimeObject * L_48 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_47); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_43, L_45, L_48); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_49 = __this->get_keymap_36(); int32_t L_50 = ((int32_t)71); RuntimeObject * L_51 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_50); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_52; memset((&L_52), 0, sizeof(L_52)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_52), 0, ((int32_t)116), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_53 = L_52; RuntimeObject * L_54 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_53); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_49, L_51, L_54); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_55 = __this->get_keymap_36(); int32_t L_56 = ((int32_t)72); RuntimeObject * L_57 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_56); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_58; memset((&L_58), 0, sizeof(L_58)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_58), 0, ((int32_t)117), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_59 = L_58; RuntimeObject * L_60 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_59); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_55, L_57, L_60); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_61 = __this->get_keymap_36(); int32_t L_62 = ((int32_t)73); RuntimeObject * L_63 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_62); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_64; memset((&L_64), 0, sizeof(L_64)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_64), 0, ((int32_t)118), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_65 = L_64; RuntimeObject * L_66 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_65); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_61, L_63, L_66); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_67 = __this->get_keymap_36(); int32_t L_68 = ((int32_t)74); RuntimeObject * L_69 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_68); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_70; memset((&L_70), 0, sizeof(L_70)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_70), 0, ((int32_t)119), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_71 = L_70; RuntimeObject * L_72 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_71); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_67, L_69, L_72); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_73 = __this->get_keymap_36(); int32_t L_74 = ((int32_t)75); RuntimeObject * L_75 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_74); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_76; memset((&L_76), 0, sizeof(L_76)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_76), 0, ((int32_t)120), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_77 = L_76; RuntimeObject * L_78 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_77); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_73, L_75, L_78); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_79 = __this->get_keymap_36(); int32_t L_80 = ((int32_t)76); RuntimeObject * L_81 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_80); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_82; memset((&L_82), 0, sizeof(L_82)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_82), 0, ((int32_t)36), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_83 = L_82; RuntimeObject * L_84 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_83); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_79, L_81, L_84); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_85 = __this->get_keymap_36(); int32_t L_86 = ((int32_t)79); RuntimeObject * L_87 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_86); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_88; memset((&L_88), 0, sizeof(L_88)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_88), 0, ((int32_t)37), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_89 = L_88; RuntimeObject * L_90 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_89); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_85, L_87, L_90); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_91 = __this->get_keymap_36(); int32_t L_92 = ((int32_t)80); RuntimeObject * L_93 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_92); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_94; memset((&L_94), 0, sizeof(L_94)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_94), 0, ((int32_t)97), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_95 = L_94; RuntimeObject * L_96 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_95); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_91, L_93, L_96); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_97 = __this->get_keymap_36(); int32_t L_98 = ((int32_t)81); RuntimeObject * L_99 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_98); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_100; memset((&L_100), 0, sizeof(L_100)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_100), 0, ((int32_t)34), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_101 = L_100; RuntimeObject * L_102 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_101); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_97, L_99, L_102); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_103 = __this->get_keymap_36(); int32_t L_104 = ((int32_t)82); RuntimeObject * L_105 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_104); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_106; memset((&L_106), 0, sizeof(L_106)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_106), 0, ((int32_t)33), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_107 = L_106; RuntimeObject * L_108 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_107); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_103, L_105, L_108); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_109 = __this->get_keymap_36(); int32_t L_110 = ((int32_t)83); RuntimeObject * L_111 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_110); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_112; memset((&L_112), 0, sizeof(L_112)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_112), 0, ((int32_t)39), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_113 = L_112; RuntimeObject * L_114 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_113); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_109, L_111, L_114); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_115 = __this->get_keymap_36(); int32_t L_116 = ((int32_t)84); RuntimeObject * L_117 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_116); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_118; memset((&L_118), 0, sizeof(L_118)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_118), 0, ((int32_t)34), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_119 = L_118; RuntimeObject * L_120 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_119); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_115, L_117, L_120); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_121 = __this->get_keymap_36(); int32_t L_122 = ((int32_t)85); RuntimeObject * L_123 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_122); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_124; memset((&L_124), 0, sizeof(L_124)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_124), 0, ((int32_t)33), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_125 = L_124; RuntimeObject * L_126 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_125); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_121, L_123, L_126); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_127 = __this->get_keymap_36(); int32_t L_128 = ((int32_t)87); RuntimeObject * L_129 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_128); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_130; memset((&L_130), 0, sizeof(L_130)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_130), 0, ((int32_t)38), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_131 = L_130; RuntimeObject * L_132 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_131); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_127, L_129, L_132); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_133 = __this->get_keymap_36(); int32_t L_134 = ((int32_t)139); RuntimeObject * L_135 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_134); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_136; memset((&L_136), 0, sizeof(L_136)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_136), 0, ((int32_t)103), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_137 = L_136; RuntimeObject * L_138 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_137); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_133, L_135, L_138); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_139 = __this->get_keymap_36(); int32_t L_140 = ((int32_t)140); RuntimeObject * L_141 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_140); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_142; memset((&L_142), 0, sizeof(L_142)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_142), 0, ((int32_t)105), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_143 = L_142; RuntimeObject * L_144 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_143); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_139, L_141, L_144); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_145 = __this->get_keymap_36(); int32_t L_146 = ((int32_t)141); RuntimeObject * L_147 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_146); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_148; memset((&L_148), 0, sizeof(L_148)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_148), 0, ((int32_t)101), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_149 = L_148; RuntimeObject * L_150 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_149); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_145, L_147, L_150); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_151 = __this->get_keymap_36(); int32_t L_152 = ((int32_t)142); RuntimeObject * L_153 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_152); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_154; memset((&L_154), 0, sizeof(L_154)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_154), 0, ((int32_t)97), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_155 = L_154; RuntimeObject * L_156 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_155); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_151, L_153, L_156); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_157 = __this->get_keymap_36(); int32_t L_158 = ((int32_t)143); RuntimeObject * L_159 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_158); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_160; memset((&L_160), 0, sizeof(L_160)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_160), 0, ((int32_t)99), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_161 = L_160; RuntimeObject * L_162 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_161); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_157, L_159, L_162); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_163 = __this->get_keymap_36(); int32_t L_164 = ((int32_t)148); RuntimeObject * L_165 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_164); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_166; memset((&L_166), 0, sizeof(L_166)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_166), 0, ((int32_t)9), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_167 = L_166; RuntimeObject * L_168 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_167); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_163, L_165, L_168); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_169 = __this->get_keymap_36(); int32_t L_170 = ((int32_t)158); RuntimeObject * L_171 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_170); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_172; memset((&L_172), 0, sizeof(L_172)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_172), 0, ((int32_t)36), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_173 = L_172; RuntimeObject * L_174 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_173); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_169, L_171, L_174); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_175 = __this->get_keymap_36(); int32_t L_176 = ((int32_t)162); RuntimeObject * L_177 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_176); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_178; memset((&L_178), 0, sizeof(L_178)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_178), ((int32_t)67), ((int32_t)67), (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_179 = L_178; RuntimeObject * L_180 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_179); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_175, L_177, L_180); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_181 = __this->get_keymap_36(); int32_t L_182 = ((int32_t)164); RuntimeObject * L_183 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_182); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_184; memset((&L_184), 0, sizeof(L_184)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_184), 0, ((int32_t)35), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_185 = L_184; RuntimeObject * L_186 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_185); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_181, L_183, L_186); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_187 = __this->get_keymap_36(); int32_t L_188 = ((int32_t)165); RuntimeObject * L_189 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_188); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_190; memset((&L_190), 0, sizeof(L_190)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_190), ((int32_t)10), ((int32_t)13), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_191 = L_190; RuntimeObject * L_192 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_191); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_187, L_189, L_192); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_193 = __this->get_keymap_36(); int32_t L_194 = ((int32_t)168); RuntimeObject * L_195 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_194); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_196; memset((&L_196), 0, sizeof(L_196)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_196), 0, ((int32_t)47), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_197 = L_196; RuntimeObject * L_198 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_197); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_193, L_195, L_198); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_199 = __this->get_keymap_36(); int32_t L_200 = ((int32_t)176); RuntimeObject * L_201 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_200); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_202; memset((&L_202), 0, sizeof(L_202)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_202), 0, ((int32_t)42), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_203 = L_202; RuntimeObject * L_204 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_203); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_199, L_201, L_204); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_205 = __this->get_keymap_36(); int32_t L_206 = ((int32_t)185); RuntimeObject * L_207 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_206); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_208; memset((&L_208), 0, sizeof(L_208)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_208), ((int32_t)90), ((int32_t)90), (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_209 = L_208; RuntimeObject * L_210 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_209); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_205, L_207, L_210); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_211 = __this->get_keymap_36(); int32_t L_212 = ((int32_t)186); RuntimeObject * L_213 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_212); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_214; memset((&L_214), 0, sizeof(L_214)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_214), 0, ((int32_t)36), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_215 = L_214; RuntimeObject * L_216 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_215); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_211, L_213, L_216); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_217 = __this->get_keymap_36(); int32_t L_218 = ((int32_t)189); RuntimeObject * L_219 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_218); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_220; memset((&L_220), 0, sizeof(L_220)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_220), ((int32_t)67), ((int32_t)67), (bool)1, (bool)1, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_221 = L_220; RuntimeObject * L_222 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_221); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_217, L_219, L_222); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_223 = __this->get_keymap_36(); int32_t L_224 = ((int32_t)191); RuntimeObject * L_225 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_224); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_226; memset((&L_226), 0, sizeof(L_226)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_226), ((int32_t)9), ((int32_t)46), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_227 = L_226; RuntimeObject * L_228 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_227); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_223, L_225, L_228); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_229 = __this->get_keymap_36(); int32_t L_230 = ((int32_t)198); RuntimeObject * L_231 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_230); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_232; memset((&L_232), 0, sizeof(L_232)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_232), 0, ((int32_t)47), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_233 = L_232; RuntimeObject * L_234 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_233); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_229, L_231, L_234); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_235 = __this->get_keymap_36(); int32_t L_236 = ((int32_t)199); RuntimeObject * L_237 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_236); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_238; memset((&L_238), 0, sizeof(L_238)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_238), 0, ((int32_t)36), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_239 = L_238; RuntimeObject * L_240 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_239); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_235, L_237, L_240); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_241 = __this->get_keymap_36(); int32_t L_242 = ((int32_t)201); RuntimeObject * L_243 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_242); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_244; memset((&L_244), 0, sizeof(L_244)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_244), 0, ((int32_t)37), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_245 = L_244; RuntimeObject * L_246 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_245); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_241, L_243, L_246); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_247 = __this->get_keymap_36(); int32_t L_248 = ((int32_t)207); RuntimeObject * L_249 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_248); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_250; memset((&L_250), 0, sizeof(L_250)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_250), 0, ((int32_t)42), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_251 = L_250; RuntimeObject * L_252 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_251); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_247, L_249, L_252); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_253 = __this->get_keymap_36(); int32_t L_254 = ((int32_t)210); RuntimeObject * L_255 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_254); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_256; memset((&L_256), 0, sizeof(L_256)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_256), 0, ((int32_t)39), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_257 = L_256; RuntimeObject * L_258 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_257); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_253, L_255, L_258); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_259 = __this->get_keymap_36(); int32_t L_260 = ((int32_t)214); RuntimeObject * L_261 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_260); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_262; memset((&L_262), 0, sizeof(L_262)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_262), ((int32_t)90), ((int32_t)90), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_263 = L_262; RuntimeObject * L_264 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_263); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_259, L_261, L_264); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_265 = __this->get_keymap_36(); int32_t L_266 = ((int32_t)216); RuntimeObject * L_267 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_266); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_268; memset((&L_268), 0, sizeof(L_268)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_268), 0, ((int32_t)122), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_269 = L_268; RuntimeObject * L_270 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_269); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_265, L_267, L_270); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_271 = __this->get_keymap_36(); int32_t L_272 = ((int32_t)217); RuntimeObject * L_273 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_272); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_274; memset((&L_274), 0, sizeof(L_274)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_274), 0, ((int32_t)123), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_275 = L_274; RuntimeObject * L_276 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_275); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_271, L_273, L_276); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_277 = __this->get_keymap_36(); int32_t L_278 = ((int32_t)218); RuntimeObject * L_279 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_278); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_280; memset((&L_280), 0, sizeof(L_280)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_280), 0, ((int32_t)124), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_281 = L_280; RuntimeObject * L_282 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_281); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_277, L_279, L_282); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_283 = __this->get_keymap_36(); int32_t L_284 = ((int32_t)219); RuntimeObject * L_285 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_284); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_286; memset((&L_286), 0, sizeof(L_286)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_286), 0, ((int32_t)125), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_287 = L_286; RuntimeObject * L_288 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_287); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_283, L_285, L_288); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_289 = __this->get_keymap_36(); int32_t L_290 = ((int32_t)220); RuntimeObject * L_291 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_290); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_292; memset((&L_292), 0, sizeof(L_292)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_292), 0, ((int32_t)126), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_293 = L_292; RuntimeObject * L_294 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_293); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_289, L_291, L_294); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_295 = __this->get_keymap_36(); int32_t L_296 = ((int32_t)221); RuntimeObject * L_297 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_296); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_298; memset((&L_298), 0, sizeof(L_298)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_298), 0, ((int32_t)127), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_299 = L_298; RuntimeObject * L_300 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_299); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_295, L_297, L_300); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_301 = __this->get_keymap_36(); int32_t L_302 = ((int32_t)222); RuntimeObject * L_303 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_302); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_304; memset((&L_304), 0, sizeof(L_304)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_304), 0, ((int32_t)128), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_305 = L_304; RuntimeObject * L_306 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_305); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_301, L_303, L_306); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_307 = __this->get_keymap_36(); int32_t L_308 = ((int32_t)223); RuntimeObject * L_309 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_308); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_310; memset((&L_310), 0, sizeof(L_310)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_310), 0, ((int32_t)129), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_311 = L_310; RuntimeObject * L_312 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_311); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_307, L_309, L_312); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_313 = __this->get_keymap_36(); int32_t L_314 = ((int32_t)224); RuntimeObject * L_315 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_314); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_316; memset((&L_316), 0, sizeof(L_316)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_316), 0, ((int32_t)130), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_317 = L_316; RuntimeObject * L_318 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_317); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_313, L_315, L_318); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_319 = __this->get_keymap_36(); int32_t L_320 = ((int32_t)225); RuntimeObject * L_321 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_320); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_322; memset((&L_322), 0, sizeof(L_322)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_322), 0, ((int32_t)131), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_323 = L_322; RuntimeObject * L_324 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_323); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_319, L_321, L_324); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_325 = __this->get_keymap_36(); int32_t L_326 = ((int32_t)226); RuntimeObject * L_327 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_326); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_328; memset((&L_328), 0, sizeof(L_328)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_328), 0, ((int32_t)132), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_329 = L_328; RuntimeObject * L_330 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_329); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_325, L_327, L_330); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_331 = __this->get_keymap_36(); int32_t L_332 = ((int32_t)227); RuntimeObject * L_333 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_332); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_334; memset((&L_334), 0, sizeof(L_334)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_334), 0, ((int32_t)133), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_335 = L_334; RuntimeObject * L_336 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_335); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_331, L_333, L_336); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_337 = __this->get_keymap_36(); int32_t L_338 = ((int32_t)228); RuntimeObject * L_339 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_338); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_340; memset((&L_340), 0, sizeof(L_340)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_340), 0, ((int32_t)134), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_341 = L_340; RuntimeObject * L_342 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_341); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_337, L_339, L_342); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_343 = __this->get_keymap_36(); int32_t L_344 = ((int32_t)229); RuntimeObject * L_345 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_344); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_346; memset((&L_346), 0, sizeof(L_346)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_346), 0, ((int32_t)135), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_347 = L_346; RuntimeObject * L_348 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_347); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_343, L_345, L_348); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_349 = __this->get_keymap_36(); int32_t L_350 = ((int32_t)59); RuntimeObject * L_351 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_350); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_352; memset((&L_352), 0, sizeof(L_352)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_352), 0, ((int32_t)46), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_353 = L_352; RuntimeObject * L_354 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_353); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_349, L_351, L_354); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_355 = __this->get_keymap_36(); int32_t L_356 = ((int32_t)77); RuntimeObject * L_357 = Box(TermInfoStrings_tC2CD768002EED548C9D83DCA65B040248D9BD7B5_il2cpp_TypeInfo_var, &L_356); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_358; memset((&L_358), 0, sizeof(L_358)); ConsoleKeyInfo__ctor_m0603D6BAB78C1561BC59AF9FC62B15ECB778E5FC((&L_358), 0, ((int32_t)45), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 L_359 = L_358; RuntimeObject * L_360 = Box(ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88_il2cpp_TypeInfo_var, &L_359); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_355, L_357, L_360); return; } } // System.Void System.TermInfoDriver::InitKeys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_InitKeys_m54113C1C09A868AF8044F92940AA59FC48A07FFE (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TermInfoStringsU5BU5D_t7D32777EDB395F67874076A465C39EE74494548A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____121EC59E23F7559B28D338D562528F6299C2DE22_2_FieldInfo_var); s_Il2CppMethodInitialized = true; } TermInfoStringsU5BU5D_t7D32777EDB395F67874076A465C39EE74494548A* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { bool L_0 = __this->get_initKeys_27(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { TermInfoDriver_CreateKeyMap_m1A1F91C69C11E715DDD32409021BF26E6EB1B469(__this, /*hidden argument*/NULL); ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * L_1 = (ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 *)il2cpp_codegen_object_new(ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7_il2cpp_TypeInfo_var); ByteMatcher__ctor_m75A6660FF59B6009D9A64072CB3AD8D4A3170124(L_1, /*hidden argument*/NULL); __this->set_rootmap_37(L_1); TermInfoStringsU5BU5D_t7D32777EDB395F67874076A465C39EE74494548A* L_2 = (TermInfoStringsU5BU5D_t7D32777EDB395F67874076A465C39EE74494548A*)(TermInfoStringsU5BU5D_t7D32777EDB395F67874076A465C39EE74494548A*)SZArrayNew(TermInfoStringsU5BU5D_t7D32777EDB395F67874076A465C39EE74494548A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)60)); TermInfoStringsU5BU5D_t7D32777EDB395F67874076A465C39EE74494548A* L_3 = L_2; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_4 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____121EC59E23F7559B28D338D562528F6299C2DE22_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_3, L_4, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_0040; } IL_0031: { TermInfoStringsU5BU5D_t7D32777EDB395F67874076A465C39EE74494548A* L_5 = V_0; int32_t L_6 = V_1; int32_t L_7 = L_6; int32_t L_8 = (int32_t)(L_5)->GetAtUnchecked(static_cast(L_7)); V_2 = L_8; int32_t L_9 = V_2; TermInfoDriver_AddStringMapping_m4FA1626CE4D7F2964FD139CBD92867A602CF8DE6(__this, L_9, /*hidden argument*/NULL); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0040: { int32_t L_11 = V_1; TermInfoStringsU5BU5D_t7D32777EDB395F67874076A465C39EE74494548A* L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0031; } } { ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * L_13 = __this->get_rootmap_37(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = L_14; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_control_characters_40(); int32_t L_17 = 2; uint8_t L_18 = (L_16)->GetAtUnchecked(static_cast(L_17)); (L_15)->SetAtUnchecked(static_cast(0), (uint8_t)L_18); ByteMatcher_AddMapping_m72BCCDBE2E1473253FF0E2A77A3A9584448E3899(L_13, ((int32_t)55), L_15, /*hidden argument*/NULL); ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * L_19 = __this->get_rootmap_37(); ByteMatcher_Sort_m57D3139BB02ACEF4D957C94D53D5676BD3BE89EE(L_19, /*hidden argument*/NULL); __this->set_initKeys_27((bool)1); return; } } // System.Void System.TermInfoDriver::AddStringMapping(System.TermInfoStrings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AddStringMapping_m4FA1626CE4D7F2964FD139CBD92867A602CF8DE6 (TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03 * __this, int32_t ___s0, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * L_0 = __this->get_reader_3(); int32_t L_1 = ___s0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = TermInfoReader_GetStringBytes_mD8753613BFBA0FD30D2C5DAD60DEE36E525C0258(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; if (L_3) { goto IL_0011; } } { return; } IL_0011: { ByteMatcher_t22B28B6FEEDB86326E893675F4C6B5C74E66F5D7 * L_4 = __this->get_rootmap_37(); int32_t L_5 = ___s0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; ByteMatcher_AddMapping_m72BCCDBE2E1473253FF0E2A77A3A9584448E3899(L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.TermInfoDriver::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver__cctor_mA5C055E36B0AD93271242F0357703DD948E2C311 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____EBF68F411848D603D059DFDEA2321C5A5EA78044_94_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85E9B91497954E5560630056CD7CF874C97674D0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA28B826146195796965D88648D3F416D0B6C224B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6A1ACA5DBFF3015A1B86C41D4DF7C182C74C2FE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE26FB3398914FDC09765BD0F036A09BA7AC20F23); s_Il2CppMethodInitialized = true; } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; ArrayElementTypeCheck (L_1, _stringLiteral85E9B91497954E5560630056CD7CF874C97674D0); (L_1)->SetAtUnchecked(static_cast(0), (String_t*)_stringLiteral85E9B91497954E5560630056CD7CF874C97674D0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; ArrayElementTypeCheck (L_2, _stringLiteralA28B826146195796965D88648D3F416D0B6C224B); (L_2)->SetAtUnchecked(static_cast(1), (String_t*)_stringLiteralA28B826146195796965D88648D3F416D0B6C224B); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; ArrayElementTypeCheck (L_3, _stringLiteralD6A1ACA5DBFF3015A1B86C41D4DF7C182C74C2FE); (L_3)->SetAtUnchecked(static_cast(2), (String_t*)_stringLiteralD6A1ACA5DBFF3015A1B86C41D4DF7C182C74C2FE); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; ArrayElementTypeCheck (L_4, _stringLiteralE26FB3398914FDC09765BD0F036A09BA7AC20F23); (L_4)->SetAtUnchecked(static_cast(3), (String_t*)_stringLiteralE26FB3398914FDC09765BD0F036A09BA7AC20F23); ((TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var))->set_locations_2(L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = L_5; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_7 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____EBF68F411848D603D059DFDEA2321C5A5EA78044_94_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL); ((TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t4BA3410FC3FAB83D567ADF15C94124D8148A0E03_il2cpp_TypeInfo_var))->set__consoleColorToAnsiCode_41(L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.TermInfoReader::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mAB6AE176A1B6E80CBC49F88DF34B286784C82EF9 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, String_t* ___term0, String_t* ___filename1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * V_0 = NULL; int64_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___filename1; FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_1; L_1 = File_OpenRead_m1D51CE0C5E960271D955F49EDF68EABF60E4DF6B(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000d: try { // begin try (depth: 1) { FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_2 = V_0; int64_t L_3; L_3 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_2); V_1 = L_3; int64_t L_4 = V_1; if ((((int64_t)L_4) <= ((int64_t)((int64_t)((int64_t)((int32_t)4096)))))) { goto IL_0028; } } IL_001d: { Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0806FD474511ECB96CF303A11249B2379C75B727)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TermInfoReader__ctor_mAB6AE176A1B6E80CBC49F88DF34B286784C82EF9_RuntimeMethod_var))); } IL_0028: { int64_t L_6 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_6))); __this->set_buffer_3(L_7); FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_buffer_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_buffer_3(); int32_t L_11; L_11 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(21 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_buffer_3(); if ((((int32_t)L_11) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_005f; } } IL_0054: { Exception_t * L_13 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C4F0CF260FF272EEB2AD8F461BFB910F3A97C04)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TermInfoReader__ctor_mAB6AE176A1B6E80CBC49F88DF34B286784C82EF9_RuntimeMethod_var))); } IL_005f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_buffer_3(); int32_t* L_15 = __this->get_address_of_booleansOffset_4(); TermInfoReader_ReadHeader_mCEE18D158781360ABEBE557480428E62AF8BFFF8(__this, L_14, (int32_t*)L_15, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_buffer_3(); int32_t* L_17 = __this->get_address_of_booleansOffset_4(); TermInfoReader_ReadNames_mCC1296454CD4CCBC0F0177E26D5F03EBD1EE20F8(__this, L_16, (int32_t*)L_17, /*hidden argument*/NULL); IL2CPP_LEAVE(0x8F, FINALLY_0085); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0085; } FINALLY_0085: { // begin finally (depth: 1) { FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_18 = V_0; if (!L_18) { goto IL_008e; } } IL_0088: { FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_19 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_19); } IL_008e: { IL2CPP_END_FINALLY(133) } } // end finally (depth: 1) IL2CPP_CLEANUP(133) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8F, IL_008f) } IL_008f: { return; } } // System.Void System.TermInfoReader::.ctor(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader__ctor_m6965170336B3540CF6ED8CE2DE74A2ECEF3177BC (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, String_t* ___term0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer1; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TermInfoReader__ctor_m6965170336B3540CF6ED8CE2DE74A2ECEF3177BC_RuntimeMethod_var))); } IL_0014: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer1; __this->set_buffer_3(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer1; int32_t* L_4 = __this->get_address_of_booleansOffset_4(); TermInfoReader_ReadHeader_mCEE18D158781360ABEBE557480428E62AF8BFFF8(__this, L_3, (int32_t*)L_4, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___buffer1; int32_t* L_6 = __this->get_address_of_booleansOffset_4(); TermInfoReader_ReadNames_mCC1296454CD4CCBC0F0177E26D5F03EBD1EE20F8(__this, L_5, (int32_t*)L_6, /*hidden argument*/NULL); return; } } // System.Void System.TermInfoReader::DetermineVersion(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_DetermineVersion_m83AD38B61F5823087192F1A643CD36596178C28C (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, int16_t ___magic0, const RuntimeMethod* method) { { int16_t L_0 = ___magic0; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)282))))) { goto IL_0010; } } { __this->set_intOffset_5(2); return; } IL_0010: { int16_t L_1 = ___magic0; if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)542))))) { goto IL_0020; } } { __this->set_intOffset_5(4); return; } IL_0020: { int16_t L_2 = ___magic0; int16_t L_3 = L_2; RuntimeObject * L_4 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)), &L_3); String_t* L_5; L_5 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral113090DB6982D917A7E4728784EB5EFAA0C88A9E)), L_4, /*hidden argument*/NULL); Exception_t * L_6 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TermInfoReader_DetermineVersion_m83AD38B61F5823087192F1A643CD36596178C28C_RuntimeMethod_var))); } } // System.Void System.TermInfoReader::ReadHeader(System.Byte[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_ReadHeader_mCEE18D158781360ABEBE557480428E62AF8BFFF8 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___position1, const RuntimeMethod* method) { int16_t V_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t* L_1 = ___position1; int32_t L_2 = *((int32_t*)L_1); int16_t L_3; L_3 = TermInfoReader_GetInt16_m53144A391C11C2301B527BF108775B3D95F20456(__this, L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t* L_4 = ___position1; int32_t* L_5 = ___position1; int32_t L_6 = *((int32_t*)L_5); *((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)2)); int16_t L_7 = V_0; TermInfoReader_DetermineVersion_m83AD38B61F5823087192F1A643CD36596178C28C(__this, L_7, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer0; int32_t* L_9 = ___position1; int32_t L_10 = *((int32_t*)L_9); int16_t L_11; L_11 = TermInfoReader_GetInt16_m53144A391C11C2301B527BF108775B3D95F20456(__this, L_8, L_10, /*hidden argument*/NULL); int32_t* L_12 = ___position1; int32_t* L_13 = ___position1; int32_t L_14 = *((int32_t*)L_13); *((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; int32_t* L_16 = ___position1; int32_t L_17 = *((int32_t*)L_16); int16_t L_18; L_18 = TermInfoReader_GetInt16_m53144A391C11C2301B527BF108775B3D95F20456(__this, L_15, L_17, /*hidden argument*/NULL); __this->set_boolSize_0(L_18); int32_t* L_19 = ___position1; int32_t* L_20 = ___position1; int32_t L_21 = *((int32_t*)L_20); *((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___buffer0; int32_t* L_23 = ___position1; int32_t L_24 = *((int32_t*)L_23); int16_t L_25; L_25 = TermInfoReader_GetInt16_m53144A391C11C2301B527BF108775B3D95F20456(__this, L_22, L_24, /*hidden argument*/NULL); __this->set_numSize_1(L_25); int32_t* L_26 = ___position1; int32_t* L_27 = ___position1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___buffer0; int32_t* L_30 = ___position1; int32_t L_31 = *((int32_t*)L_30); int16_t L_32; L_32 = TermInfoReader_GetInt16_m53144A391C11C2301B527BF108775B3D95F20456(__this, L_29, L_31, /*hidden argument*/NULL); __this->set_strOffsets_2(L_32); int32_t* L_33 = ___position1; int32_t* L_34 = ___position1; int32_t L_35 = *((int32_t*)L_34); *((int32_t*)L_33) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___buffer0; int32_t* L_37 = ___position1; int32_t L_38 = *((int32_t*)L_37); int16_t L_39; L_39 = TermInfoReader_GetInt16_m53144A391C11C2301B527BF108775B3D95F20456(__this, L_36, L_38, /*hidden argument*/NULL); int32_t* L_40 = ___position1; int32_t* L_41 = ___position1; int32_t L_42 = *((int32_t*)L_41); *((int32_t*)L_40) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)2)); return; } } // System.Void System.TermInfoReader::ReadNames(System.Byte[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_ReadNames_mCC1296454CD4CCBC0F0177E26D5F03EBD1EE20F8 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___position1, const RuntimeMethod* method) { String_t* V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t* L_1 = ___position1; int32_t L_2 = *((int32_t*)L_1); String_t* L_3; L_3 = TermInfoReader_GetString_m504024DDD3C76CC1B22A1F6AF4FBE6B60C316F8F(__this, L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t* L_4 = ___position1; int32_t* L_5 = ___position1; int32_t L_6 = *((int32_t*)L_5); String_t* L_7 = V_0; int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); *((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)))); return; } } // System.Int32 System.TermInfoReader::Get(System.TermInfoNumbers) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoReader_Get_mB132FEC9E77A3DFEE4300EBB5DF08497809319E4 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, int32_t ___number0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___number0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0014; } } { int32_t L_2 = ___number0; if ((((int32_t)L_2) >= ((int32_t)((int32_t)33)))) { goto IL_0014; } } { int32_t L_3 = V_0; int32_t L_4 = __this->get_numSize_1(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0016; } } IL_0014: { return (-1); } IL_0016: { int32_t L_5 = __this->get_booleansOffset_4(); int32_t L_6 = __this->get_boolSize_0(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)); int32_t L_7 = V_1; if ((!(((uint32_t)((int32_t)((int32_t)L_7%(int32_t)2))) == ((uint32_t)1)))) { goto IL_002e; } } { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002e: { int32_t L_9 = V_1; int32_t L_10 = ___number0; int32_t L_11 = __this->get_intOffset_5(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)L_11)))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_buffer_3(); int32_t L_13 = V_1; int32_t L_14; L_14 = TermInfoReader_GetInteger_m219B72CBF36C33D57EA9587962F075E03C6ECB75(__this, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.String System.TermInfoReader::Get(System.TermInfoStrings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoReader_Get_mE35A82DB128A4361AFBE2105AFD47DD9FE744A0C (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, int32_t ___tstr0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___tstr0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0017; } } { int32_t L_2 = ___tstr0; if ((((int32_t)L_2) >= ((int32_t)((int32_t)394)))) { goto IL_0017; } } { int32_t L_3 = V_0; int32_t L_4 = __this->get_strOffsets_2(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0019; } } IL_0017: { return (String_t*)NULL; } IL_0019: { int32_t L_5 = __this->get_booleansOffset_4(); int32_t L_6 = __this->get_boolSize_0(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)); int32_t L_7 = V_1; if ((!(((uint32_t)((int32_t)((int32_t)L_7%(int32_t)2))) == ((uint32_t)1)))) { goto IL_0031; } } { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0031: { int32_t L_9 = V_1; int32_t L_10 = __this->get_numSize_1(); int32_t L_11 = __this->get_intOffset_5(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)L_11)))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_buffer_3(); int32_t L_13 = V_1; int32_t L_14 = ___tstr0; int16_t L_15; L_15 = TermInfoReader_GetInt16_m53144A391C11C2301B527BF108775B3D95F20456(__this, L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)2)))), /*hidden argument*/NULL); V_2 = L_15; int32_t L_16 = V_2; if ((!(((uint32_t)L_16) == ((uint32_t)(-1))))) { goto IL_0059; } } { return (String_t*)NULL; } IL_0059: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_buffer_3(); int32_t L_18 = V_1; int32_t L_19 = __this->get_strOffsets_2(); int32_t L_20 = V_2; String_t* L_21; L_21 = TermInfoReader_GetString_m504024DDD3C76CC1B22A1F6AF4FBE6B60C316F8F(__this, L_17, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)2)))), (int32_t)L_20)), /*hidden argument*/NULL); return L_21; } } // System.Byte[] System.TermInfoReader::GetStringBytes(System.TermInfoStrings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TermInfoReader_GetStringBytes_mD8753613BFBA0FD30D2C5DAD60DEE36E525C0258 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, int32_t ___tstr0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___tstr0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0017; } } { int32_t L_2 = ___tstr0; if ((((int32_t)L_2) >= ((int32_t)((int32_t)394)))) { goto IL_0017; } } { int32_t L_3 = V_0; int32_t L_4 = __this->get_strOffsets_2(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0019; } } IL_0017: { return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0019: { int32_t L_5 = __this->get_booleansOffset_4(); int32_t L_6 = __this->get_boolSize_0(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)); int32_t L_7 = V_1; if ((!(((uint32_t)((int32_t)((int32_t)L_7%(int32_t)2))) == ((uint32_t)1)))) { goto IL_0031; } } { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0031: { int32_t L_9 = V_1; int32_t L_10 = __this->get_numSize_1(); int32_t L_11 = __this->get_intOffset_5(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)L_11)))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_buffer_3(); int32_t L_13 = V_1; int32_t L_14 = ___tstr0; int16_t L_15; L_15 = TermInfoReader_GetInt16_m53144A391C11C2301B527BF108775B3D95F20456(__this, L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)2)))), /*hidden argument*/NULL); V_2 = L_15; int32_t L_16 = V_2; if ((!(((uint32_t)L_16) == ((uint32_t)(-1))))) { goto IL_0059; } } { return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0059: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_buffer_3(); int32_t L_18 = V_1; int32_t L_19 = __this->get_strOffsets_2(); int32_t L_20 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21; L_21 = TermInfoReader_GetStringBytes_m1F38E7F0B1CF59B8A142F5B19080E93DC1BCBA44(__this, L_17, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)2)))), (int32_t)L_20)), /*hidden argument*/NULL); return L_21; } } // System.Int16 System.TermInfoReader::GetInt16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TermInfoReader_GetInt16_m53144A391C11C2301B527BF108775B3D95F20456 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAtUnchecked(static_cast(L_2)); V_0 = L_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___buffer0; int32_t L_5 = ___offset1; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); uint8_t L_7 = (L_4)->GetAtUnchecked(static_cast(L_6)); V_1 = L_7; int32_t L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)255))))) { goto IL_001c; } } { int32_t L_9 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)255))))) { goto IL_001c; } } { return (int16_t)(-1); } IL_001c: { int32_t L_10 = V_0; int32_t L_11 = V_1; return ((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)((int32_t)256))))))); } } // System.Int32 System.TermInfoReader::GetInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoReader_GetInt32_mAA3101EF588913BA9C4382151E59B5991B619B61 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAtUnchecked(static_cast(L_2)); V_0 = L_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___buffer0; int32_t L_5 = ___offset1; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); uint8_t L_7 = (L_4)->GetAtUnchecked(static_cast(L_6)); V_1 = L_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer0; int32_t L_9 = ___offset1; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); uint8_t L_11 = (L_8)->GetAtUnchecked(static_cast(L_10)); V_2 = L_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___buffer0; int32_t L_13 = ___offset1; int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)); uint8_t L_15 = (L_12)->GetAtUnchecked(static_cast(L_14)); V_3 = L_15; int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)255))))) { goto IL_0038; } } { int32_t L_17 = V_1; if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)255))))) { goto IL_0038; } } { int32_t L_18 = V_2; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)255))))) { goto IL_0038; } } { int32_t L_19 = V_3; if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)255))))) { goto IL_0038; } } { return (-1); } IL_0038: { int32_t L_20 = V_0; int32_t L_21 = V_1; int32_t L_22 = V_2; int32_t L_23 = V_3; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21))<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_22))&(int32_t)((int32_t)31)))))<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)16), (int32_t)L_23))&(int32_t)((int32_t)31)))))<<(int32_t)((int32_t)24))); } } // System.Int32 System.TermInfoReader::GetInteger(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoReader_GetInteger_m219B72CBF36C33D57EA9587962F075E03C6ECB75 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, const RuntimeMethod* method) { { int32_t L_0 = __this->get_intOffset_5(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0012; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int16_t L_3; L_3 = TermInfoReader_GetInt16_m53144A391C11C2301B527BF108775B3D95F20456(__this, L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_0012: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___buffer0; int32_t L_5 = ___offset1; int32_t L_6; L_6 = TermInfoReader_GetInt32_mAA3101EF588913BA9C4382151E59B5991B619B61(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.TermInfoReader::GetString(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoReader_GetString_m504024DDD3C76CC1B22A1F6AF4FBE6B60C316F8F (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; int32_t L_0 = ___offset1; V_1 = L_0; goto IL_000a; } IL_0006: { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = V_1; int32_t L_4 = L_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = L_4; uint8_t L_6 = (L_2)->GetAtUnchecked(static_cast(L_5)); if (L_6) { goto IL_0006; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_7; L_7 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer0; int32_t L_9 = ___offset1; int32_t L_10 = V_0; String_t* L_11; L_11 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(31 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, L_9, L_10); return L_11; } } // System.Byte[] System.TermInfoReader::GetStringBytes(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TermInfoReader_GetStringBytes_m1F38E7F0B1CF59B8A142F5B19080E93DC1BCBA44 (TermInfoReader_t2E8E4A86C0450CF03E110E870EB8378C7A617F62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { V_0 = 0; int32_t L_0 = ___offset1; V_1 = L_0; goto IL_000a; } IL_0006: { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = V_1; int32_t L_4 = L_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = L_4; uint8_t L_6 = (L_2)->GetAtUnchecked(static_cast(L_5)); if (L_6) { goto IL_0006; } } { int32_t L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_7); V_2 = L_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buffer0; int32_t L_10 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_2; int32_t L_12 = V_0; bool L_13; L_13 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_9, L_10, (RuntimeArray *)(RuntimeArray *)L_11, 0, L_12, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_2; return L_14; } } #ifdef __clang__ #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.Globalization.TextInfo System.Globalization.TextInfo::get_Invariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * TextInfo_get_Invariant_mEC603FEC2335D1CD5D827C4ECA44D7DC815B3C43 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_0 = ((TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var))->get_s_Invariant_5(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_1; L_1 = CultureData_get_Invariant_m691DD086A42421A73E091169E1D280122EA298BF(/*hidden argument*/NULL); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_2 = (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C *)il2cpp_codegen_object_new(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var); TextInfo__ctor_m508B936EA438F37591CCE37041B1273A9283F67B(L_2, L_1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var))->set_s_Invariant_5(L_2); } IL_001a: { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_3 = ((TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var))->get_s_Invariant_5(); il2cpp_codegen_memory_barrier(); return L_3; } } // System.Void System.Globalization.TextInfo::.ctor(System.Globalization.CultureData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo__ctor_m508B936EA438F37591CCE37041B1273A9283F67B (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___cultureData0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_0 = ___cultureData0; __this->set_m_cultureData_2(L_0); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_1 = __this->get_m_cultureData_2(); String_t* L_2; L_2 = CultureData_get_CultureName_m03D4BB35D349D0463EE9338FCE2C2424876C9B55_inline(L_1, /*hidden argument*/NULL); __this->set_m_cultureName_1(L_2); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_3 = __this->get_m_cultureData_2(); String_t* L_4; L_4 = CultureData_get_STEXTINFO_m8FAF1D39FCD0E26DC5B38781E548E0C8C8468B63_inline(L_3, /*hidden argument*/NULL); __this->set_m_textInfoName_3(L_4); return; } } // System.Void System.Globalization.TextInfo::OnDeserializing(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo_OnDeserializing_m825DA55425E90B451230F0F7D833F9B8A4D3FA55 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___ctx0, const RuntimeMethod* method) { { __this->set_m_cultureData_2((CultureData_t53CDF1C5F789A28897415891667799420D3C5529 *)NULL); __this->set_m_cultureName_1((String_t*)NULL); return; } } // System.Void System.Globalization.TextInfo::OnDeserialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo_OnDeserialized_mE7B72CB672622925D9B0854C661C8EB8332A4C83 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF63581A94CE4CBEC88BF1CC47F97C9F6F68E56BA); s_Il2CppMethodInitialized = true; } { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_0 = __this->get_m_cultureData_2(); if (L_0) { goto IL_007d; } } { String_t* L_1 = __this->get_m_cultureName_1(); if (L_1) { goto IL_0056; } } { String_t* L_2 = __this->get_customCultureName_6(); if (!L_2) { goto IL_0026; } } { String_t* L_3 = __this->get_customCultureName_6(); __this->set_m_cultureName_1(L_3); goto IL_0056; } IL_0026: { int32_t L_4 = __this->get_m_win32LangID_8(); if (L_4) { goto IL_003b; } } { __this->set_m_cultureName_1(_stringLiteralF63581A94CE4CBEC88BF1CC47F97C9F6F68E56BA); goto IL_0056; } IL_003b: { int32_t L_5 = __this->get_m_win32LangID_8(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_GetCultureInfo_mB0697F9A11B0ECED167EF993E87AF22C201A16A6(L_5, /*hidden argument*/NULL); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_7 = L_6->get_m_cultureData_28(); String_t* L_8; L_8 = CultureData_get_CultureName_m03D4BB35D349D0463EE9338FCE2C2424876C9B55_inline(L_7, /*hidden argument*/NULL); __this->set_m_cultureName_1(L_8); } IL_0056: { String_t* L_9 = __this->get_m_cultureName_1(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10; L_10 = CultureInfo_GetCultureInfo_m757F4A8A690B1CDA1A498EBD2ED031B7A76546F3(L_9, /*hidden argument*/NULL); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_11 = L_10->get_m_cultureData_28(); __this->set_m_cultureData_2(L_11); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_12 = __this->get_m_cultureData_2(); String_t* L_13; L_13 = CultureData_get_STEXTINFO_m8FAF1D39FCD0E26DC5B38781E548E0C8C8468B63_inline(L_12, /*hidden argument*/NULL); __this->set_m_textInfoName_3(L_13); } IL_007d: { return; } } // System.Void System.Globalization.TextInfo::OnDeserialized(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo_OnDeserialized_mC1E6B9EE382A9A8A176C15EE213353E6EFA69C0B (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___ctx0, const RuntimeMethod* method) { { TextInfo_OnDeserialized_mE7B72CB672622925D9B0854C661C8EB8332A4C83(__this, /*hidden argument*/NULL); return; } } // System.Void System.Globalization.TextInfo::OnSerializing(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo_OnSerializing_mAC16B54710229326F6025ECCA851DA3078901CBB (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___ctx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_m_useUserOverride_7((bool)0); String_t* L_0 = __this->get_m_cultureName_1(); __this->set_customCultureName_6(L_0); String_t* L_1 = __this->get_m_cultureName_1(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_GetCultureInfo_m757F4A8A690B1CDA1A498EBD2ED031B7A76546F3(L_1, /*hidden argument*/NULL); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_2); __this->set_m_win32LangID_8(L_3); return; } } // System.Int32 System.Globalization.TextInfo::GetHashCodeOrdinalIgnoreCase(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_GetHashCodeOrdinalIgnoreCase_m166DF752D4B022B89D5C68FBF87A5BC519FFD121 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; int32_t L_1; L_1 = TextInfo_GetHashCodeOrdinalIgnoreCase_m1D391DDF8902C0ECF13C97743F5300BF791316C6(L_0, (bool)0, ((int64_t)((int64_t)0)), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Globalization.TextInfo::GetHashCodeOrdinalIgnoreCase(System.String,System.Boolean,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_GetHashCodeOrdinalIgnoreCase_m1D391DDF8902C0ECF13C97743F5300BF791316C6 (String_t* ___s0, bool ___forceRandomizedHashing1, int64_t ___additionalEntropy2, const RuntimeMethod* method) { { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_0; L_0 = TextInfo_get_Invariant_mEC603FEC2335D1CD5D827C4ECA44D7DC815B3C43(/*hidden argument*/NULL); String_t* L_1 = ___s0; bool L_2 = ___forceRandomizedHashing1; int64_t L_3 = ___additionalEntropy2; int32_t L_4; L_4 = TextInfo_GetCaseInsensitiveHashCode_m2CFD5D8ABE39B3BA2F8D2FE9E47C7F26A09B677C(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.Globalization.TextInfo::CompareOrdinalIgnoreCase(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_CompareOrdinalIgnoreCase_mF462C5E16800CE9F1565E62E8767A964E9CCF4D1 (String_t* ___str10, String_t* ___str21, const RuntimeMethod* method) { { String_t* L_0 = ___str10; String_t* L_1 = ___str21; String_t* L_2 = ___str10; int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); String_t* L_4 = ___str21; int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); int32_t L_6; L_6 = TextInfo_InternalCompareStringOrdinalIgnoreCase_mC0981EBE7BAFA597CE44AAE21AF088A20C528E6A(L_0, 0, L_1, 0, L_3, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 System.Globalization.TextInfo::CompareOrdinalIgnoreCaseEx(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_CompareOrdinalIgnoreCaseEx_m09B5C40CC607DF4984D90DB06E5B2E442E10ECC9 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___lengthA4, int32_t ___lengthB5, const RuntimeMethod* method) { { String_t* L_0 = ___strA0; int32_t L_1 = ___indexA1; String_t* L_2 = ___strB2; int32_t L_3 = ___indexB3; int32_t L_4 = ___lengthA4; int32_t L_5 = ___lengthB5; int32_t L_6; L_6 = TextInfo_InternalCompareStringOrdinalIgnoreCase_mC0981EBE7BAFA597CE44AAE21AF088A20C528E6A(L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 System.Globalization.TextInfo::IndexOfStringOrdinalIgnoreCase(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_IndexOfStringOrdinalIgnoreCase_m7F76715ACD5A6D3F273FDB1EF59493CCCBB755EE (String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___source0; int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { String_t* L_2 = ___value1; int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0012; } } { return 0; } IL_0012: { int32_t L_4 = ___startIndex2; int32_t L_5 = ___count3; String_t* L_6 = ___value1; int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)L_7)); goto IL_003d; } IL_001f: { String_t* L_8 = ___source0; int32_t L_9 = ___startIndex2; String_t* L_10 = ___value1; String_t* L_11 = ___value1; int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); String_t* L_13 = ___value1; int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); int32_t L_15; L_15 = TextInfo_CompareOrdinalIgnoreCaseEx_m09B5C40CC607DF4984D90DB06E5B2E442E10ECC9(L_8, L_9, L_10, 0, L_12, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0038; } } { int32_t L_16 = ___startIndex2; return L_16; } IL_0038: { int32_t L_17 = ___startIndex2; ___startIndex2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_003d: { int32_t L_18 = ___startIndex2; int32_t L_19 = V_0; if ((((int32_t)L_18) <= ((int32_t)L_19))) { goto IL_001f; } } { return (-1); } } // System.Int32 System.Globalization.TextInfo::LastIndexOfStringOrdinalIgnoreCase(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_LastIndexOfStringOrdinalIgnoreCase_m7263BFFB0BBD95C0D32F8EDDDD7EDE582503C23C (String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___value1; int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { int32_t L_2 = ___startIndex2; return L_2; } IL_000a: { int32_t L_3 = ___startIndex2; int32_t L_4 = ___count3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), (int32_t)1)); String_t* L_5 = ___value1; int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0045; } } { int32_t L_7 = ___startIndex2; String_t* L_8 = ___value1; int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); ___startIndex2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)))); goto IL_0045; } IL_0027: { String_t* L_10 = ___source0; int32_t L_11 = ___startIndex2; String_t* L_12 = ___value1; String_t* L_13 = ___value1; int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); String_t* L_15 = ___value1; int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); int32_t L_17; L_17 = TextInfo_CompareOrdinalIgnoreCaseEx_m09B5C40CC607DF4984D90DB06E5B2E442E10ECC9(L_10, L_11, L_12, 0, L_14, L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0040; } } { int32_t L_18 = ___startIndex2; return L_18; } IL_0040: { int32_t L_19 = ___startIndex2; ___startIndex2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); } IL_0045: { int32_t L_20 = ___startIndex2; int32_t L_21 = V_0; if ((((int32_t)L_20) >= ((int32_t)L_21))) { goto IL_0027; } } { return (-1); } } // System.String System.Globalization.TextInfo::get_CultureName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextInfo_get_CultureName_mFA2382305F84A045CE80275A913A5F1EE9A60D03 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_textInfoName_3(); return L_0; } } // System.Object System.Globalization.TextInfo::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TextInfo_Clone_mB910624B32A4FD1C514E0089F260B552DBC5DA07 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0; L_0 = Object_MemberwiseClone_m0AEE84C38E9A87C372139B4C342454553F0F6392(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = L_0; TextInfo_SetReadOnlyState_m48F81D66BBBE5AC95CC1FB7E17885672F7A14CA9_inline(((TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C *)CastclassClass((RuntimeObject*)L_1, TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Globalization.TextInfo::SetReadOnlyState(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo_SetReadOnlyState_m48F81D66BBBE5AC95CC1FB7E17885672F7A14CA9 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, bool ___readOnly0, const RuntimeMethod* method) { { bool L_0 = ___readOnly0; __this->set_m_isReadOnly_0(L_0); return; } } // System.Char System.Globalization.TextInfo::ToLower(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TextInfo_ToLower_m0AE0C7B560E86444C8506793C75EC60BE868CFEF (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; bool L_1; L_1 = TextInfo_IsAscii_mF8EFEE7E3F36F87DA81816314281051483C3A4DF(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { bool L_2; L_2 = TextInfo_get_IsAsciiCasingSameAsInvariant_m0C6A2D5B33D87C5F27AA92B1CE48597B569A1510(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0017; } } { Il2CppChar L_3 = ___c0; Il2CppChar L_4; L_4 = TextInfo_ToLowerAsciiInvariant_m3D4332A5E4B21B42AF6B1984401B3FA03B128150(L_3, /*hidden argument*/NULL); return L_4; } IL_0017: { Il2CppChar L_5 = ___c0; Il2CppChar L_6; L_6 = TextInfo_ToLowerInternal_mCD42C6E3E4AD02FB1CDB863D72E2F18ECFD0DE23(__this, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.Globalization.TextInfo::ToLower(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextInfo_ToLower_m39AFA146B4D8E1154DD8F78A949ABAAE876604C3 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextInfo_ToLower_m39AFA146B4D8E1154DD8F78A949ABAAE876604C3_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___str0; String_t* L_3; L_3 = TextInfo_ToLowerInternal_m052C579EC5D1F4CF477FBBA4F714AEDBBC0F0803(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Char System.Globalization.TextInfo::ToLowerAsciiInvariant(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TextInfo_ToLowerAsciiInvariant_m3D4332A5E4B21B42AF6B1984401B3FA03B128150 (Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; if ((((int32_t)((int32_t)65)) > ((int32_t)L_0))) { goto IL_0011; } } { Il2CppChar L_1 = ___c0; if ((((int32_t)L_1) > ((int32_t)((int32_t)90)))) { goto IL_0011; } } { Il2CppChar L_2 = ___c0; ___c0 = ((int32_t)((uint16_t)((int32_t)((int32_t)L_2|(int32_t)((int32_t)32))))); } IL_0011: { Il2CppChar L_3 = ___c0; return L_3; } } // System.Char System.Globalization.TextInfo::ToUpper(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TextInfo_ToUpper_mC3552B95C8E797B083C65B8D2CFB1CF251A85531 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; bool L_1; L_1 = TextInfo_IsAscii_mF8EFEE7E3F36F87DA81816314281051483C3A4DF(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { bool L_2; L_2 = TextInfo_get_IsAsciiCasingSameAsInvariant_m0C6A2D5B33D87C5F27AA92B1CE48597B569A1510(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0017; } } { Il2CppChar L_3 = ___c0; Il2CppChar L_4; L_4 = TextInfo_ToUpperAsciiInvariant_mEE29EBA42D42164BC9411F65459425704EB69783(L_3, /*hidden argument*/NULL); return L_4; } IL_0017: { Il2CppChar L_5 = ___c0; Il2CppChar L_6; L_6 = TextInfo_ToUpperInternal_m1F340D7890FADDF5E0AF3077C16A66DF11E80084(__this, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.Globalization.TextInfo::ToUpper(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextInfo_ToUpper_m4B38B8190BE2A7A24CD3183DF17CA0C7FB120F04 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextInfo_ToUpper_m4B38B8190BE2A7A24CD3183DF17CA0C7FB120F04_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___str0; String_t* L_3; L_3 = TextInfo_ToUpperInternal_m860B6BBAB8D066383F7C82C41370BC7BB0ADA239(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Char System.Globalization.TextInfo::ToUpperAsciiInvariant(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TextInfo_ToUpperAsciiInvariant_mEE29EBA42D42164BC9411F65459425704EB69783 (Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; if ((((int32_t)((int32_t)97)) > ((int32_t)L_0))) { goto IL_0011; } } { Il2CppChar L_1 = ___c0; if ((((int32_t)L_1) > ((int32_t)((int32_t)122)))) { goto IL_0011; } } { Il2CppChar L_2 = ___c0; ___c0 = ((int32_t)((uint16_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)-33))))); } IL_0011: { Il2CppChar L_3 = ___c0; return L_3; } } // System.Boolean System.Globalization.TextInfo::IsAscii(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextInfo_IsAscii_mF8EFEE7E3F36F87DA81816314281051483C3A4DF (Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; return (bool)((((int32_t)L_0) < ((int32_t)((int32_t)128)))? 1 : 0); } } // System.Boolean System.Globalization.TextInfo::get_IsAsciiCasingSameAsInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextInfo_get_IsAsciiCasingSameAsInvariant_m0C6A2D5B33D87C5F27AA92B1CE48597B569A1510 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral541ADAD93719A7753AA265CAD6BA6276D2686025); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A1377E9EF04424037697E06412CDB6F29BDE412); s_Il2CppMethodInitialized = true; } TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * G_B3_0 = NULL; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * G_B2_0 = NULL; int32_t G_B4_0 = 0; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * G_B4_1 = NULL; { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_0 = __this->get_address_of_m_IsAsciiCasingSameAsInvariant_4(); bool L_1; L_1 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_1) { goto IL_004a; } } { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_2 = __this->get_m_cultureData_2(); String_t* L_3; L_3 = CultureData_get_SISO639LANGNAME_mFB04163860A69BEB7CD234229219D396121B040E_inline(L_2, /*hidden argument*/NULL); bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, _stringLiteral5A1377E9EF04424037697E06412CDB6F29BDE412, /*hidden argument*/NULL); G_B2_0 = __this; if (L_4) { G_B3_0 = __this; goto IL_003f; } } { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_5 = __this->get_m_cultureData_2(); String_t* L_6; L_6 = CultureData_get_SISO639LANGNAME_mFB04163860A69BEB7CD234229219D396121B040E_inline(L_5, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral541ADAD93719A7753AA265CAD6BA6276D2686025, /*hidden argument*/NULL); G_B4_0 = ((((int32_t)L_7) == ((int32_t)0))? 1 : 0); G_B4_1 = G_B2_0; goto IL_0040; } IL_003f: { G_B4_0 = 0; G_B4_1 = G_B3_0; } IL_0040: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_8; memset((&L_8), 0, sizeof(L_8)); Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A((&L_8), (bool)G_B4_0, /*hidden argument*/Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); G_B4_1->set_m_IsAsciiCasingSameAsInvariant_4(L_8); } IL_004a: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_9 = __this->get_address_of_m_IsAsciiCasingSameAsInvariant_4(); bool L_10; L_10 = Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_9, /*hidden argument*/Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); return L_10; } } // System.Boolean System.Globalization.TextInfo::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextInfo_Equals_mF6D12A340D3309A70B42082976563ED60BA1A6E7 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C *)IsInstClass((RuntimeObject*)L_0, TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var)); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_1 = V_0; if (!L_1) { goto IL_001c; } } { String_t* L_2; L_2 = TextInfo_get_CultureName_mFA2382305F84A045CE80275A913A5F1EE9A60D03_inline(__this, /*hidden argument*/NULL); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_3 = V_0; String_t* L_4; L_4 = TextInfo_get_CultureName_mFA2382305F84A045CE80275A913A5F1EE9A60D03_inline(L_3, /*hidden argument*/NULL); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_4, /*hidden argument*/NULL); return L_5; } IL_001c: { return (bool)0; } } // System.Int32 System.Globalization.TextInfo::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_GetHashCode_m967AB328AEBCE7D33386076A2953797BDCB5515F (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = TextInfo_get_CultureName_mFA2382305F84A045CE80275A913A5F1EE9A60D03_inline(__this, /*hidden argument*/NULL); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.String System.Globalization.TextInfo::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextInfo_ToString_m774D8AEFC0664692B2B70FC8B0C998C0C1F4D94E (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F1F00DB957B524B38D83F99B9025AF5B39A9810); s_Il2CppMethodInitialized = true; } { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_0 = __this->get_m_cultureData_2(); String_t* L_1; L_1 = CultureData_get_CultureName_m03D4BB35D349D0463EE9338FCE2C2424876C9B55_inline(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral7F1F00DB957B524B38D83F99B9025AF5B39A9810, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Globalization.TextInfo::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m9F3DFC8352C415BF879F88257F03CBFB1E0BE526 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { TextInfo_OnDeserialized_mE7B72CB672622925D9B0854C661C8EB8332A4C83(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Globalization.TextInfo::GetCaseInsensitiveHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_GetCaseInsensitiveHashCode_m7E7FDF57240A388E31BE8C34C1D8D0720F100312 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; int32_t L_1; L_1 = TextInfo_GetCaseInsensitiveHashCode_m2CFD5D8ABE39B3BA2F8D2FE9E47C7F26A09B677C(__this, L_0, (bool)0, ((int64_t)((int64_t)0)), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Globalization.TextInfo::GetCaseInsensitiveHashCode(System.String,System.Boolean,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_GetCaseInsensitiveHashCode_m2CFD5D8ABE39B3BA2F8D2FE9E47C7F26A09B677C (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, String_t* ___str0, bool ___forceRandomizedHashing1, int64_t ___additionalEntropy2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextInfo_GetCaseInsensitiveHashCode_m2CFD5D8ABE39B3BA2F8D2FE9E47C7F26A09B677C_RuntimeMethod_var))); } IL_000e: { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_2 = ((TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var))->get_s_Invariant_5(); il2cpp_codegen_memory_barrier(); if ((((RuntimeObject*)(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C *)__this) == ((RuntimeObject*)(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C *)L_2))) { goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_3; L_3 = StringComparer_get_CurrentCultureIgnoreCase_mD1BB04FD7310F04F99AC4F8F8A3C5BD6FCCCBA56(/*hidden argument*/NULL); String_t* L_4 = ___str0; int32_t L_5; L_5 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* System.Int32 System.StringComparer::GetHashCode(System.String) */, L_3, L_4); return L_5; } IL_0024: { String_t* L_6 = ___str0; int32_t L_7; L_7 = TextInfo_GetInvariantCaseInsensitiveHashCode_m9B0C4535D23A788D293941F29C5C4EFDC1AF01C1(__this, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 System.Globalization.TextInfo::GetInvariantCaseInsensitiveHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_GetInvariantCaseInsensitiveHashCode_m9B0C4535D23A788D293941F29C5C4EFDC1AF01C1 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; int32_t V_4 = 0; { String_t* L_0 = ___str0; V_1 = L_0; String_t* L_1 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_0; if (!L_2) { goto IL_0010; } } { Il2CppChar* L_3 = V_0; int32_t L_4; L_4 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4)); } IL_0010: { Il2CppChar* L_5 = V_0; V_2 = (Il2CppChar*)L_5; Il2CppChar* L_6 = V_2; String_t* L_7 = ___str0; int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_8), (int32_t)2)))), (int32_t)2)); V_4 = 0; goto IL_0050; } IL_0025: { int32_t L_9 = V_4; int32_t L_10 = V_4; Il2CppChar* L_11 = V_2; int32_t L_12 = *((uint16_t*)L_11); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_13; L_13 = Char_ToUpperInvariant_mC633E91835362149763FD5541D09574AF05D541D(L_12, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_9<<(int32_t)5)), (int32_t)L_10)), (int32_t)L_13)); int32_t L_14 = V_4; int32_t L_15 = V_4; Il2CppChar* L_16 = V_2; int32_t L_17 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2))); Il2CppChar L_18; L_18 = Char_ToUpperInvariant_mC633E91835362149763FD5541D09574AF05D541D(L_17, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_14<<(int32_t)5)), (int32_t)L_15)), (int32_t)L_18)); Il2CppChar* L_19 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2)))); } IL_0050: { Il2CppChar* L_20 = V_2; Il2CppChar* L_21 = V_3; if ((!(((uintptr_t)L_20) >= ((uintptr_t)L_21)))) { goto IL_0025; } } { Il2CppChar* L_22 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)2)); Il2CppChar* L_23 = V_2; Il2CppChar* L_24 = V_3; if ((!(((uintptr_t)L_23) < ((uintptr_t)L_24)))) { goto IL_006d; } } { int32_t L_25 = V_4; int32_t L_26 = V_4; Il2CppChar* L_27 = V_2; int32_t L_28 = *((uint16_t*)L_27); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_29; L_29 = Char_ToUpperInvariant_mC633E91835362149763FD5541D09574AF05D541D(L_28, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_25<<(int32_t)5)), (int32_t)L_26)), (int32_t)L_29)); } IL_006d: { int32_t L_30 = V_4; return L_30; } } // System.String System.Globalization.TextInfo::ToUpperInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextInfo_ToUpperInternal_m860B6BBAB8D066383F7C82C41370BC7BB0ADA239 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; { String_t* L_0 = ___str0; int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_000e: { String_t* L_3 = ___str0; int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_FastAllocateString_m5213341BD4443FBC04DB1D11EE6270FFB355D432(L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___str0; V_3 = L_6; String_t* L_7 = V_3; V_1 = (Il2CppChar*)((uintptr_t)L_7); Il2CppChar* L_8 = V_1; if (!L_8) { goto IL_002a; } } { Il2CppChar* L_9 = V_1; int32_t L_10; L_10 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_10)); } IL_002a: { String_t* L_11 = V_0; V_4 = L_11; String_t* L_12 = V_4; V_2 = (Il2CppChar*)((uintptr_t)L_12); Il2CppChar* L_13 = V_2; if (!L_13) { goto IL_003c; } } { Il2CppChar* L_14 = V_2; int32_t L_15; L_15 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)L_15)); } IL_003c: { Il2CppChar* L_16 = V_2; V_5 = (Il2CppChar*)L_16; Il2CppChar* L_17 = V_1; V_6 = (Il2CppChar*)L_17; V_7 = 0; goto IL_0065; } IL_0047: { Il2CppChar* L_18 = V_5; Il2CppChar* L_19 = V_6; int32_t L_20 = *((uint16_t*)L_19); Il2CppChar L_21; L_21 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, __this, L_20); *((int16_t*)L_18) = (int16_t)L_21; Il2CppChar* L_22 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)2)); Il2CppChar* L_23 = V_5; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)2)); int32_t L_24 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0065: { int32_t L_25 = V_7; String_t* L_26 = ___str0; int32_t L_27; L_27 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_26, /*hidden argument*/NULL); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_0047; } } { V_3 = (String_t*)NULL; V_4 = (String_t*)NULL; String_t* L_28 = V_0; return L_28; } } // System.String System.Globalization.TextInfo::ToLowerInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextInfo_ToLowerInternal_m052C579EC5D1F4CF477FBBA4F714AEDBBC0F0803 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; { String_t* L_0 = ___str0; int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_000e: { String_t* L_3 = ___str0; int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_FastAllocateString_m5213341BD4443FBC04DB1D11EE6270FFB355D432(L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___str0; V_3 = L_6; String_t* L_7 = V_3; V_1 = (Il2CppChar*)((uintptr_t)L_7); Il2CppChar* L_8 = V_1; if (!L_8) { goto IL_002a; } } { Il2CppChar* L_9 = V_1; int32_t L_10; L_10 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_10)); } IL_002a: { String_t* L_11 = V_0; V_4 = L_11; String_t* L_12 = V_4; V_2 = (Il2CppChar*)((uintptr_t)L_12); Il2CppChar* L_13 = V_2; if (!L_13) { goto IL_003c; } } { Il2CppChar* L_14 = V_2; int32_t L_15; L_15 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)L_15)); } IL_003c: { Il2CppChar* L_16 = V_2; V_5 = (Il2CppChar*)L_16; Il2CppChar* L_17 = V_1; V_6 = (Il2CppChar*)L_17; V_7 = 0; goto IL_0065; } IL_0047: { Il2CppChar* L_18 = V_5; Il2CppChar* L_19 = V_6; int32_t L_20 = *((uint16_t*)L_19); Il2CppChar L_21; L_21 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, __this, L_20); *((int16_t*)L_18) = (int16_t)L_21; Il2CppChar* L_22 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)2)); Il2CppChar* L_23 = V_5; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)2)); int32_t L_24 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0065: { int32_t L_25 = V_7; String_t* L_26 = ___str0; int32_t L_27; L_27 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_26, /*hidden argument*/NULL); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_0047; } } { V_3 = (String_t*)NULL; V_4 = (String_t*)NULL; String_t* L_28 = V_0; return L_28; } } // System.Char System.Globalization.TextInfo::ToUpperInternal(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TextInfo_ToUpperInternal_m1F340D7890FADDF5E0AF3077C16A66DF11E80084 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_0 = __this->get_m_cultureData_2(); bool L_1; L_1 = CultureData_get_IsInvariantCulture_m5900D149867D3560BDB1276490B00060ED885E64(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_017c; } } { Il2CppChar L_2 = ___c0; if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)498))))) { goto IL_0084; } } { Il2CppChar L_3 = ___c0; if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)383))))) { goto IL_0046; } } { Il2CppChar L_4 = ___c0; if ((((int32_t)L_4) == ((int32_t)((int32_t)181)))) { goto IL_0107; } } { Il2CppChar L_5 = ___c0; if ((((int32_t)L_5) == ((int32_t)((int32_t)305)))) { goto IL_010d; } } { Il2CppChar L_6 = ___c0; if ((((int32_t)L_6) == ((int32_t)((int32_t)383)))) { goto IL_0110; } } { goto IL_015a; } IL_0046: { Il2CppChar L_7 = ___c0; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)456))))) { goto IL_0069; } } { Il2CppChar L_8 = ___c0; if ((((int32_t)L_8) == ((int32_t)((int32_t)453)))) { goto IL_0113; } } { Il2CppChar L_9 = ___c0; if ((((int32_t)L_9) == ((int32_t)((int32_t)456)))) { goto IL_0113; } } { goto IL_015a; } IL_0069: { Il2CppChar L_10 = ___c0; if ((((int32_t)L_10) == ((int32_t)((int32_t)459)))) { goto IL_0113; } } { Il2CppChar L_11 = ___c0; if ((((int32_t)L_11) == ((int32_t)((int32_t)498)))) { goto IL_0113; } } { goto IL_015a; } IL_0084: { Il2CppChar L_12 = ___c0; if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)1008))))) { goto IL_00db; } } { Il2CppChar L_13 = ___c0; if ((!(((uint32_t)L_13) <= ((uint32_t)((int32_t)962))))) { goto IL_00a9; } } { Il2CppChar L_14 = ___c0; if ((((int32_t)L_14) == ((int32_t)((int32_t)837)))) { goto IL_0118; } } { Il2CppChar L_15 = ___c0; if ((((int32_t)L_15) == ((int32_t)((int32_t)962)))) { goto IL_011e; } } { goto IL_015a; } IL_00a9: { Il2CppChar L_16 = ___c0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)976)))) { case 0: { goto IL_0124; } case 1: { goto IL_012a; } case 2: { goto IL_015a; } case 3: { goto IL_015a; } case 4: { goto IL_015a; } case 5: { goto IL_0130; } case 6: { goto IL_0136; } } } { Il2CppChar L_17 = ___c0; if ((((int32_t)L_17) == ((int32_t)((int32_t)1008)))) { goto IL_013c; } } { goto IL_015a; } IL_00db: { Il2CppChar L_18 = ___c0; if ((!(((uint32_t)L_18) <= ((uint32_t)((int32_t)1013))))) { goto IL_00f5; } } { Il2CppChar L_19 = ___c0; if ((((int32_t)L_19) == ((int32_t)((int32_t)1009)))) { goto IL_0142; } } { Il2CppChar L_20 = ___c0; if ((((int32_t)L_20) == ((int32_t)((int32_t)1013)))) { goto IL_0148; } } { goto IL_015a; } IL_00f5: { Il2CppChar L_21 = ___c0; if ((((int32_t)L_21) == ((int32_t)((int32_t)7835)))) { goto IL_014e; } } { Il2CppChar L_22 = ___c0; if ((((int32_t)L_22) == ((int32_t)((int32_t)8126)))) { goto IL_0154; } } { goto IL_015a; } IL_0107: { return ((int32_t)924); } IL_010d: { return ((int32_t)73); } IL_0110: { return ((int32_t)83); } IL_0113: { Il2CppChar L_23 = ___c0; return ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)))); } IL_0118: { return ((int32_t)921); } IL_011e: { return ((int32_t)931); } IL_0124: { return ((int32_t)914); } IL_012a: { return ((int32_t)920); } IL_0130: { return ((int32_t)934); } IL_0136: { return ((int32_t)928); } IL_013c: { return ((int32_t)922); } IL_0142: { return ((int32_t)929); } IL_0148: { return ((int32_t)917); } IL_014e: { return ((int32_t)7776); } IL_0154: { return ((int32_t)921); } IL_015a: { bool L_24; L_24 = TextInfo_get_IsAsciiCasingSameAsInvariant_m0C6A2D5B33D87C5F27AA92B1CE48597B569A1510(__this, /*hidden argument*/NULL); if (L_24) { goto IL_017c; } } { Il2CppChar L_25 = ___c0; if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)105))))) { goto IL_016d; } } { return ((int32_t)304); } IL_016d: { Il2CppChar L_26 = ___c0; bool L_27; L_27 = TextInfo_IsAscii_mF8EFEE7E3F36F87DA81816314281051483C3A4DF(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_017c; } } { Il2CppChar L_28 = ___c0; Il2CppChar L_29; L_29 = TextInfo_ToUpperAsciiInvariant_mEE29EBA42D42164BC9411F65459425704EB69783(L_28, /*hidden argument*/NULL); return L_29; } IL_017c: { Il2CppChar L_30 = ___c0; if ((((int32_t)L_30) < ((int32_t)((int32_t)224)))) { goto IL_019a; } } { Il2CppChar L_31 = ___c0; if ((((int32_t)L_31) > ((int32_t)((int32_t)1414)))) { goto IL_019a; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_32 = ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->get_range_00e0_0586_0(); Il2CppChar L_33 = ___c0; int32_t L_34 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)((int32_t)224))); uint16_t L_35 = (uint16_t)(L_32)->GetAtUnchecked(static_cast(L_34)); return L_35; } IL_019a: { Il2CppChar L_36 = ___c0; if ((((int32_t)L_36) < ((int32_t)((int32_t)7681)))) { goto IL_01b8; } } { Il2CppChar L_37 = ___c0; if ((((int32_t)L_37) > ((int32_t)((int32_t)8179)))) { goto IL_01b8; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_38 = ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->get_range_1e01_1ff3_1(); Il2CppChar L_39 = ___c0; int32_t L_40 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)((int32_t)7681))); uint16_t L_41 = (uint16_t)(L_38)->GetAtUnchecked(static_cast(L_40)); return L_41; } IL_01b8: { Il2CppChar L_42 = ___c0; if ((((int32_t)L_42) < ((int32_t)((int32_t)8560)))) { goto IL_01d6; } } { Il2CppChar L_43 = ___c0; if ((((int32_t)L_43) > ((int32_t)((int32_t)8580)))) { goto IL_01d6; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_44 = ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->get_range_2170_2184_2(); Il2CppChar L_45 = ___c0; int32_t L_46 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)((int32_t)8560))); uint16_t L_47 = (uint16_t)(L_44)->GetAtUnchecked(static_cast(L_46)); return L_47; } IL_01d6: { Il2CppChar L_48 = ___c0; if ((((int32_t)L_48) < ((int32_t)((int32_t)9424)))) { goto IL_01f4; } } { Il2CppChar L_49 = ___c0; if ((((int32_t)L_49) > ((int32_t)((int32_t)9449)))) { goto IL_01f4; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_50 = ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->get_range_24d0_24e9_3(); Il2CppChar L_51 = ___c0; int32_t L_52 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)((int32_t)9424))); uint16_t L_53 = (uint16_t)(L_50)->GetAtUnchecked(static_cast(L_52)); return L_53; } IL_01f4: { Il2CppChar L_54 = ___c0; if ((((int32_t)L_54) < ((int32_t)((int32_t)11312)))) { goto IL_0212; } } { Il2CppChar L_55 = ___c0; if ((((int32_t)L_55) > ((int32_t)((int32_t)11491)))) { goto IL_0212; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_56 = ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->get_range_2c30_2ce3_4(); Il2CppChar L_57 = ___c0; int32_t L_58 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)((int32_t)11312))); uint16_t L_59 = (uint16_t)(L_56)->GetAtUnchecked(static_cast(L_58)); return L_59; } IL_0212: { Il2CppChar L_60 = ___c0; if ((((int32_t)L_60) < ((int32_t)((int32_t)11520)))) { goto IL_0230; } } { Il2CppChar L_61 = ___c0; if ((((int32_t)L_61) > ((int32_t)((int32_t)11557)))) { goto IL_0230; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_62 = ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->get_range_2d00_2d25_5(); Il2CppChar L_63 = ___c0; int32_t L_64 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)((int32_t)11520))); uint16_t L_65 = (uint16_t)(L_62)->GetAtUnchecked(static_cast(L_64)); return L_65; } IL_0230: { Il2CppChar L_66 = ___c0; if ((((int32_t)L_66) < ((int32_t)((int32_t)42561)))) { goto IL_024e; } } { Il2CppChar L_67 = ___c0; if ((((int32_t)L_67) > ((int32_t)((int32_t)42647)))) { goto IL_024e; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_68 = ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->get_range_a641_a697_6(); Il2CppChar L_69 = ___c0; int32_t L_70 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)((int32_t)42561))); uint16_t L_71 = (uint16_t)(L_68)->GetAtUnchecked(static_cast(L_70)); return L_71; } IL_024e: { Il2CppChar L_72 = ___c0; if ((((int32_t)L_72) < ((int32_t)((int32_t)42787)))) { goto IL_026c; } } { Il2CppChar L_73 = ___c0; if ((((int32_t)L_73) > ((int32_t)((int32_t)42892)))) { goto IL_026c; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_74 = ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->get_range_a723_a78c_7(); Il2CppChar L_75 = ___c0; int32_t L_76 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)((int32_t)42787))); uint16_t L_77 = (uint16_t)(L_74)->GetAtUnchecked(static_cast(L_76)); return L_77; } IL_026c: { Il2CppChar L_78 = ___c0; if ((((int32_t)((int32_t)65345)) > ((int32_t)L_78))) { goto IL_0282; } } { Il2CppChar L_79 = ___c0; if ((((int32_t)L_79) > ((int32_t)((int32_t)65370)))) { goto IL_0282; } } { Il2CppChar L_80 = ___c0; return ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)((int32_t)32))))); } IL_0282: { Il2CppChar L_81 = ___c0; if ((((int32_t)L_81) == ((int32_t)((int32_t)7545)))) { goto IL_029c; } } { Il2CppChar L_82 = ___c0; if ((((int32_t)L_82) == ((int32_t)((int32_t)7549)))) { goto IL_02a2; } } { Il2CppChar L_83 = ___c0; if ((((int32_t)L_83) == ((int32_t)((int32_t)8526)))) { goto IL_02a8; } } { goto IL_02ae; } IL_029c: { return ((int32_t)42877); } IL_02a2: { return ((int32_t)11363); } IL_02a8: { return ((int32_t)8498); } IL_02ae: { Il2CppChar L_84 = ___c0; return L_84; } } // System.Char System.Globalization.TextInfo::ToLowerInternal(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TextInfo_ToLowerInternal_mCD42C6E3E4AD02FB1CDB863D72E2F18ECFD0DE23 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_0 = __this->get_m_cultureData_2(); bool L_1; L_1 = CultureData_get_IsInvariantCulture_m5900D149867D3560BDB1276490B00060ED885E64(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_00f5; } } { Il2CppChar L_2 = ___c0; if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)498))))) { goto IL_0052; } } { Il2CppChar L_3 = ___c0; if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)453))))) { goto IL_0035; } } { Il2CppChar L_4 = ___c0; if ((((int32_t)L_4) == ((int32_t)((int32_t)304)))) { goto IL_009e; } } { Il2CppChar L_5 = ___c0; if ((((int32_t)L_5) == ((int32_t)((int32_t)453)))) { goto IL_00a1; } } { goto IL_00d3; } IL_0035: { Il2CppChar L_6 = ___c0; if ((((int32_t)L_6) == ((int32_t)((int32_t)456)))) { goto IL_00a1; } } { Il2CppChar L_7 = ___c0; if ((((int32_t)L_7) == ((int32_t)((int32_t)459)))) { goto IL_00a1; } } { Il2CppChar L_8 = ___c0; if ((((int32_t)L_8) == ((int32_t)((int32_t)498)))) { goto IL_00a1; } } { goto IL_00d3; } IL_0052: { Il2CppChar L_9 = ___c0; if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)7838))))) { goto IL_0084; } } { Il2CppChar L_10 = ___c0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)978)))) { case 0: { goto IL_00a6; } case 1: { goto IL_00ac; } case 2: { goto IL_00b2; } } } { Il2CppChar L_11 = ___c0; if ((((int32_t)L_11) == ((int32_t)((int32_t)1012)))) { goto IL_00b8; } } { Il2CppChar L_12 = ___c0; if ((((int32_t)L_12) == ((int32_t)((int32_t)7838)))) { goto IL_00be; } } { goto IL_00d3; } IL_0084: { Il2CppChar L_13 = ___c0; if ((((int32_t)L_13) == ((int32_t)((int32_t)8486)))) { goto IL_00c4; } } { Il2CppChar L_14 = ___c0; if ((((int32_t)L_14) == ((int32_t)((int32_t)8490)))) { goto IL_00ca; } } { Il2CppChar L_15 = ___c0; if ((((int32_t)L_15) == ((int32_t)((int32_t)8491)))) { goto IL_00cd; } } { goto IL_00d3; } IL_009e: { return ((int32_t)105); } IL_00a1: { Il2CppChar L_16 = ___c0; return ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)))); } IL_00a6: { return ((int32_t)965); } IL_00ac: { return ((int32_t)973); } IL_00b2: { return ((int32_t)971); } IL_00b8: { return ((int32_t)952); } IL_00be: { return ((int32_t)223); } IL_00c4: { return ((int32_t)969); } IL_00ca: { return ((int32_t)107); } IL_00cd: { return ((int32_t)229); } IL_00d3: { bool L_17; L_17 = TextInfo_get_IsAsciiCasingSameAsInvariant_m0C6A2D5B33D87C5F27AA92B1CE48597B569A1510(__this, /*hidden argument*/NULL); if (L_17) { goto IL_00f5; } } { Il2CppChar L_18 = ___c0; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)73))))) { goto IL_00e6; } } { return ((int32_t)305); } IL_00e6: { Il2CppChar L_19 = ___c0; bool L_20; L_20 = TextInfo_IsAscii_mF8EFEE7E3F36F87DA81816314281051483C3A4DF(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00f5; } } { Il2CppChar L_21 = ___c0; Il2CppChar L_22; L_22 = TextInfo_ToLowerAsciiInvariant_m3D4332A5E4B21B42AF6B1984401B3FA03B128150(L_21, /*hidden argument*/NULL); return L_22; } IL_00f5: { Il2CppChar L_23 = ___c0; if ((((int32_t)L_23) < ((int32_t)((int32_t)192)))) { goto IL_0113; } } { Il2CppChar L_24 = ___c0; if ((((int32_t)L_24) > ((int32_t)((int32_t)1366)))) { goto IL_0113; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->get_range_00c0_0556_0(); Il2CppChar L_26 = ___c0; int32_t L_27 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)192))); uint16_t L_28 = (uint16_t)(L_25)->GetAtUnchecked(static_cast(L_27)); return L_28; } IL_0113: { Il2CppChar L_29 = ___c0; if ((((int32_t)L_29) < ((int32_t)((int32_t)4256)))) { goto IL_0131; } } { Il2CppChar L_30 = ___c0; if ((((int32_t)L_30) > ((int32_t)((int32_t)4293)))) { goto IL_0131; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_31 = ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->get_range_10a0_10c5_1(); Il2CppChar L_32 = ___c0; int32_t L_33 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)((int32_t)4256))); uint16_t L_34 = (uint16_t)(L_31)->GetAtUnchecked(static_cast(L_33)); return L_34; } IL_0131: { Il2CppChar L_35 = ___c0; if ((((int32_t)L_35) < ((int32_t)((int32_t)7680)))) { goto IL_014f; } } { Il2CppChar L_36 = ___c0; if ((((int32_t)L_36) > ((int32_t)((int32_t)8188)))) { goto IL_014f; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->get_range_1e00_1ffc_2(); Il2CppChar L_38 = ___c0; int32_t L_39 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)((int32_t)7680))); uint16_t L_40 = (uint16_t)(L_37)->GetAtUnchecked(static_cast(L_39)); return L_40; } IL_014f: { Il2CppChar L_41 = ___c0; if ((((int32_t)L_41) < ((int32_t)((int32_t)8544)))) { goto IL_016d; } } { Il2CppChar L_42 = ___c0; if ((((int32_t)L_42) > ((int32_t)((int32_t)8559)))) { goto IL_016d; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_43 = ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->get_range_2160_216f_3(); Il2CppChar L_44 = ___c0; int32_t L_45 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)((int32_t)8544))); uint16_t L_46 = (uint16_t)(L_43)->GetAtUnchecked(static_cast(L_45)); return L_46; } IL_016d: { Il2CppChar L_47 = ___c0; if ((((int32_t)L_47) < ((int32_t)((int32_t)9398)))) { goto IL_018b; } } { Il2CppChar L_48 = ___c0; if ((((int32_t)L_48) > ((int32_t)((int32_t)9423)))) { goto IL_018b; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_49 = ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->get_range_24b6_24cf_4(); Il2CppChar L_50 = ___c0; int32_t L_51 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)((int32_t)9398))); uint16_t L_52 = (uint16_t)(L_49)->GetAtUnchecked(static_cast(L_51)); return L_52; } IL_018b: { Il2CppChar L_53 = ___c0; if ((((int32_t)L_53) < ((int32_t)((int32_t)11264)))) { goto IL_01a9; } } { Il2CppChar L_54 = ___c0; if ((((int32_t)L_54) > ((int32_t)((int32_t)11310)))) { goto IL_01a9; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_55 = ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->get_range_2c00_2c2e_5(); Il2CppChar L_56 = ___c0; int32_t L_57 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)((int32_t)11264))); uint16_t L_58 = (uint16_t)(L_55)->GetAtUnchecked(static_cast(L_57)); return L_58; } IL_01a9: { Il2CppChar L_59 = ___c0; if ((((int32_t)L_59) < ((int32_t)((int32_t)11360)))) { goto IL_01c7; } } { Il2CppChar L_60 = ___c0; if ((((int32_t)L_60) > ((int32_t)((int32_t)11490)))) { goto IL_01c7; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_61 = ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->get_range_2c60_2ce2_6(); Il2CppChar L_62 = ___c0; int32_t L_63 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)((int32_t)11360))); uint16_t L_64 = (uint16_t)(L_61)->GetAtUnchecked(static_cast(L_63)); return L_64; } IL_01c7: { Il2CppChar L_65 = ___c0; if ((((int32_t)L_65) < ((int32_t)((int32_t)42560)))) { goto IL_01e5; } } { Il2CppChar L_66 = ___c0; if ((((int32_t)L_66) > ((int32_t)((int32_t)42646)))) { goto IL_01e5; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_67 = ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->get_range_a640_a696_7(); Il2CppChar L_68 = ___c0; int32_t L_69 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)((int32_t)42560))); uint16_t L_70 = (uint16_t)(L_67)->GetAtUnchecked(static_cast(L_69)); return L_70; } IL_01e5: { Il2CppChar L_71 = ___c0; if ((((int32_t)L_71) < ((int32_t)((int32_t)42786)))) { goto IL_0203; } } { Il2CppChar L_72 = ___c0; if ((((int32_t)L_72) > ((int32_t)((int32_t)42891)))) { goto IL_0203; } } { IL2CPP_RUNTIME_CLASS_INIT(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_73 = ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->get_range_a722_a78b_8(); Il2CppChar L_74 = ___c0; int32_t L_75 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)((int32_t)42786))); uint16_t L_76 = (uint16_t)(L_73)->GetAtUnchecked(static_cast(L_75)); return L_76; } IL_0203: { Il2CppChar L_77 = ___c0; if ((((int32_t)((int32_t)65313)) > ((int32_t)L_77))) { goto IL_0219; } } { Il2CppChar L_78 = ___c0; if ((((int32_t)L_78) > ((int32_t)((int32_t)65338)))) { goto IL_0219; } } { Il2CppChar L_79 = ___c0; return ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)((int32_t)32))))); } IL_0219: { Il2CppChar L_80 = ___c0; if ((((int32_t)L_80) == ((int32_t)((int32_t)8498)))) { goto IL_022b; } } { Il2CppChar L_81 = ___c0; if ((((int32_t)L_81) == ((int32_t)((int32_t)8579)))) { goto IL_0231; } } { goto IL_0237; } IL_022b: { return ((int32_t)8526); } IL_0231: { return ((int32_t)8580); } IL_0237: { Il2CppChar L_82 = ___c0; return L_82; } } // System.Int32 System.Globalization.TextInfo::InternalCompareStringOrdinalIgnoreCase(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_InternalCompareStringOrdinalIgnoreCase_mC0981EBE7BAFA597CE44AAE21AF088A20C528E6A (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___lenA4, int32_t ___lenB5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; Il2CppChar* V_8 = NULL; Il2CppChar V_9 = 0x0; Il2CppChar V_10 = 0x0; { String_t* L_0 = ___strA0; if (L_0) { goto IL_000a; } } { String_t* L_1 = ___strB2; if (!L_1) { goto IL_0008; } } { return (-1); } IL_0008: { return 0; } IL_000a: { String_t* L_2 = ___strB2; if (L_2) { goto IL_000f; } } { return 1; } IL_000f: { int32_t L_3 = ___lenA4; String_t* L_4 = ___strA0; int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); int32_t L_6 = ___indexA1; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = ___lenB5; String_t* L_9 = ___strB2; int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); int32_t L_11 = ___indexB3; int32_t L_12; L_12 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); V_1 = L_12; int32_t L_13 = V_0; int32_t L_14 = V_1; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_0039; } } { String_t* L_15 = ___strA0; String_t* L_16 = ___strB2; if ((!(((RuntimeObject*)(String_t*)L_15) == ((RuntimeObject*)(String_t*)L_16)))) { goto IL_0039; } } { return 0; } IL_0039: { String_t* L_17 = ___strA0; V_4 = L_17; String_t* L_18 = V_4; V_2 = (Il2CppChar*)((uintptr_t)L_18); Il2CppChar* L_19 = V_2; if (!L_19) { goto IL_004b; } } { Il2CppChar* L_20 = V_2; int32_t L_21; L_21 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)L_21)); } IL_004b: { String_t* L_22 = ___strB2; V_5 = L_22; String_t* L_23 = V_5; V_3 = (Il2CppChar*)((uintptr_t)L_23); Il2CppChar* L_24 = V_3; if (!L_24) { goto IL_005d; } } { Il2CppChar* L_25 = V_3; int32_t L_26; L_26 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)L_26)); } IL_005d: { Il2CppChar* L_27 = V_2; int32_t L_28 = ___indexA1; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_28), (int32_t)2)))); Il2CppChar* L_29 = V_6; int32_t L_30 = V_0; int32_t L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_32; L_32 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_30, L_31, /*hidden argument*/NULL); V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_32), (int32_t)2)))); Il2CppChar* L_33 = V_3; int32_t L_34 = ___indexB3; V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_34), (int32_t)2)))); goto IL_00b2; } IL_007e: { Il2CppChar* L_35 = V_6; int32_t L_36 = *((uint16_t*)L_35); Il2CppChar* L_37 = V_8; int32_t L_38 = *((uint16_t*)L_37); if ((((int32_t)L_36) == ((int32_t)L_38))) { goto IL_00a6; } } { Il2CppChar* L_39 = V_6; int32_t L_40 = *((uint16_t*)L_39); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_41; L_41 = Char_ToUpperInvariant_mC633E91835362149763FD5541D09574AF05D541D(L_40, /*hidden argument*/NULL); V_9 = L_41; Il2CppChar* L_42 = V_8; int32_t L_43 = *((uint16_t*)L_42); Il2CppChar L_44; L_44 = Char_ToUpperInvariant_mC633E91835362149763FD5541D09574AF05D541D(L_43, /*hidden argument*/NULL); V_10 = L_44; Il2CppChar L_45 = V_9; Il2CppChar L_46 = V_10; if ((((int32_t)L_45) == ((int32_t)L_46))) { goto IL_00a6; } } { Il2CppChar L_47 = V_9; Il2CppChar L_48 = V_10; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)L_48)); } IL_00a6: { Il2CppChar* L_49 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)2)); Il2CppChar* L_50 = V_8; V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_50, (int32_t)2)); } IL_00b2: { Il2CppChar* L_51 = V_6; Il2CppChar* L_52 = V_7; if ((!(((uintptr_t)L_51) >= ((uintptr_t)L_52)))) { goto IL_007e; } } { int32_t L_53 = V_0; int32_t L_54 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54)); } } // System.Void System.Globalization.TextInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo__ctor_mA43359B73403F47714C6811400FD403050E6FA25 (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfo__ctor_mA43359B73403F47714C6811400FD403050E6FA25_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(TextInfo__ctor_mA43359B73403F47714C6811400FD403050E6FA25_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.Globalization.TextInfoToLowerData::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfoToLowerData__cctor_mA1069689F221CF2CC58B27F369F151809063D1B1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A5444763673307F6828C748D4B9708CFC02B0959_66_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A8A491E4CED49AE0027560476C10D933CE70C8DF_69_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____CE5835130F5277F63D716FC9115526B0AC68FFAD_83_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____D117188BE8D4609C0D531C51B0BB911A4219DEBE_85_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____DA19DB47B583EFCF7825D2E39D661D2354F28219_87_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____F512A9ABF88066AAEB92684F95CC05D8101B462B_100_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102_FieldInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1175)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_102_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->set_range_00c0_0556_0(L_1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)38)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____DA19DB47B583EFCF7825D2E39D661D2354F28219_87_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->set_range_10a0_10c5_1(L_4); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)509)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A8A491E4CED49AE0027560476C10D933CE70C8DF_69_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->set_range_1e00_1ffc_2(L_7); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = L_9; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____D117188BE8D4609C0D531C51B0BB911A4219DEBE_85_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->set_range_2160_216f_3(L_10); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)26)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = L_12; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->set_range_24b6_24cf_4(L_13); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)47)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = L_15; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_17 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____F512A9ABF88066AAEB92684F95CC05D8101B462B_100_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL); ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->set_range_2c00_2c2e_5(L_16); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)131)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = L_18; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_20 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_93_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_19, L_20, /*hidden argument*/NULL); ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->set_range_2c60_2ce2_6(L_19); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)87)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = L_21; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_23 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____CE5835130F5277F63D716FC9115526B0AC68FFAD_83_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_22, L_23, /*hidden argument*/NULL); ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->set_range_a640_a696_7(L_22); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)106)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = L_24; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_26 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A5444763673307F6828C748D4B9708CFC02B0959_66_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_25, L_26, /*hidden argument*/NULL); ((TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToLowerData_tF86AB77938F5B622C7DAF81DB7FB79E19697DA6C_il2cpp_TypeInfo_var))->set_range_a722_a78b_8(L_25); 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.Globalization.TextInfoToUpperData::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfoToUpperData__cctor_mAC55D02F23E1B0B82962D0E5B2711C47D0190AA5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____29C1A61550F0E3260E1953D4FAD71C256218EF40_7_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____35EED060772F2748D13B745DAEC8CD7BD3B87604_14_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____6FC754859E4EC74E447048364B216D825C6F8FE7_42_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A705A106D95282BD15E13EEA6B0AF583FF786D83_68_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____AFCD4E1211233E99373A3367B23105A3D624B1F2_71_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____B8F87834C3597B2EEF22BA6D3A392CC925636401_76_FieldInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1191)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____35EED060772F2748D13B745DAEC8CD7BD3B87604_14_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->set_range_00e0_0586_0(L_1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)499)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_74_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->set_range_1e01_1ff3_1(L_4); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)21)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____29C1A61550F0E3260E1953D4FAD71C256218EF40_7_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->set_range_2170_2184_2(L_7); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)26)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = L_9; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____AFCD4E1211233E99373A3367B23105A3D624B1F2_71_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->set_range_24d0_24e9_3(L_10); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)180)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = L_12; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____B8F87834C3597B2EEF22BA6D3A392CC925636401_76_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->set_range_2c30_2ce3_4(L_13); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)38)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = L_15; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_17 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____6FC754859E4EC74E447048364B216D825C6F8FE7_42_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL); ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->set_range_2d00_2d25_5(L_16); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)87)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = L_18; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_20 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____A705A106D95282BD15E13EEA6B0AF583FF786D83_68_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_19, L_20, /*hidden argument*/NULL); ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->set_range_a641_a697_6(L_19); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)106)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = L_21; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_23 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1FC9EB7B833E4E29E3D9E5D2E3DAF8385BED98D8____594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_31_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_22, L_23, /*hidden argument*/NULL); ((TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_StaticFields*)il2cpp_codegen_static_fields_for(TextInfoToUpperData_t4E0FBAA2D572DF72E87C53DD5E2E2AF7C5A7892B_il2cpp_TypeInfo_var))->set_range_a723_a78c_7(L_22); 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.IO.TextReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextReader__ctor_m6DFFA45D57F3E5A8FA3995BB40A2BC765AB2795A (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * __this, const RuntimeMethod* method) { { MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE(__this, /*hidden argument*/NULL); return; } } // System.Void System.IO.TextReader::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextReader_Dispose_mDF1DCFD8FBE94A453EB2350DB7173027420BA5F8 (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.IO.TextReader::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); return; } } // System.Void System.IO.TextReader::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextReader_Dispose_m8DE39C6A752ADD06AFA4B0FC7B724720E2141F28 (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Int32 System.IO.TextReader::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextReader_Peek_mCAA92CBD3840A7FCF93E1E343A7E43E0D59B9288 (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * __this, const RuntimeMethod* method) { { return (-1); } } // System.Int32 System.IO.TextReader::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextReader_Read_m559296320D746629873E7C53D1EC5F88BCFA1AE6 (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * __this, const RuntimeMethod* method) { { return (-1); } } // System.Int32 System.IO.TextReader::Read(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextReader_Read_m87047FF79BD19E57F13331C3B0AE551542440C32 (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer0; if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32EDC2ADBAEA11366BCD854BA36813405DF0B1EF)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextReader_Read_m87047FF79BD19E57F13331C3B0AE551542440C32_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = ___index1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextReader_Read_m87047FF79BD19E57F13331C3B0AE551542440C32_RuntimeMethod_var))); } IL_0031: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004a; } } { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextReader_Read_m87047FF79BD19E57F13331C3B0AE551542440C32_RuntimeMethod_var))); } IL_004a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = ___buffer0; int32_t L_10 = ___index1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_11))) { goto IL_0062; } } { String_t* L_12; L_12 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextReader_Read_m87047FF79BD19E57F13331C3B0AE551542440C32_RuntimeMethod_var))); } IL_0062: { V_0 = 0; } IL_0064: { int32_t L_14; L_14 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, __this); V_1 = L_14; int32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)(-1)))) { goto IL_007e; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = ___buffer0; int32_t L_17 = ___index1; int32_t L_18 = V_0; int32_t L_19 = L_18; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_1; (L_16)->SetAtUnchecked(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_19))), (Il2CppChar)((int32_t)((uint16_t)L_20))); int32_t L_21 = V_0; int32_t L_22 = ___count2; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0064; } } IL_007e: { int32_t L_23 = V_0; return L_23; } } // System.String System.IO.TextReader::ReadToEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextReader_ReadToEnd_mD39C0AF30A15BD443BF3274D82AB74DB5325918A (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; StringBuilder_t * V_2 = NULL; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); V_0 = L_0; StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_1, ((int32_t)4096), /*hidden argument*/NULL); V_2 = L_1; goto IL_0022; } IL_0018: { StringBuilder_t * L_2 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = V_0; int32_t L_4 = V_1; StringBuilder_t * L_5; L_5 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_2, L_3, 0, L_4, /*hidden argument*/NULL); } IL_0022: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = V_0; int32_t L_8; L_8 = VirtFuncInvoker3< int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read(System.Char[],System.Int32,System.Int32) */, __this, L_6, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))); int32_t L_9 = L_8; V_1 = L_9; if (L_9) { goto IL_0018; } } { StringBuilder_t * L_10 = V_2; String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); return L_11; } } // System.String System.IO.TextReader::ReadLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextReader_ReadLine_mB25459783E73645B5FF8FF2CBC893999B453E6CC (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; } IL_0006: { int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, __this); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0043; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)13)))) { goto IL_001b; } } { int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)10))))) { goto IL_0038; } } IL_001b: { int32_t L_5 = V_1; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)13))))) { goto IL_0031; } } { int32_t L_6; L_6 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.IO.TextReader::Peek() */, __this); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)10))))) { goto IL_0031; } } { int32_t L_7; L_7 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, __this); } IL_0031: { StringBuilder_t * L_8 = V_0; String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); return L_9; } IL_0038: { StringBuilder_t * L_10 = V_0; int32_t L_11 = V_1; StringBuilder_t * L_12; L_12 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_10, ((int32_t)((uint16_t)L_11)), /*hidden argument*/NULL); goto IL_0006; } IL_0043: { StringBuilder_t * L_13 = V_0; int32_t L_14; L_14 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_13, /*hidden argument*/NULL); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_0053; } } { StringBuilder_t * L_15 = V_0; String_t* L_16; L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); return L_16; } IL_0053: { return (String_t*)NULL; } } // System.IO.TextReader System.IO.TextReader::Synchronized(System.IO.TextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * TextReader_Synchronized_m4BB37E34925DD9946BF07516858CFC1DCD0E6F59 (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyncTextReader_tA4C7DEEF5A129E5D1287BDE2D5335AD7F8EEAA84_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_0 = ___reader0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECAC83771A00C701043A940F621CC1C765D30D31)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextReader_Synchronized_m4BB37E34925DD9946BF07516858CFC1DCD0E6F59_RuntimeMethod_var))); } IL_000e: { TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_2 = ___reader0; if (!((SyncTextReader_tA4C7DEEF5A129E5D1287BDE2D5335AD7F8EEAA84 *)IsInstSealed((RuntimeObject*)L_2, SyncTextReader_tA4C7DEEF5A129E5D1287BDE2D5335AD7F8EEAA84_il2cpp_TypeInfo_var))) { goto IL_0018; } } { TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_3 = ___reader0; return L_3; } IL_0018: { TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_4 = ___reader0; SyncTextReader_tA4C7DEEF5A129E5D1287BDE2D5335AD7F8EEAA84 * L_5 = (SyncTextReader_tA4C7DEEF5A129E5D1287BDE2D5335AD7F8EEAA84 *)il2cpp_codegen_object_new(SyncTextReader_tA4C7DEEF5A129E5D1287BDE2D5335AD7F8EEAA84_il2cpp_TypeInfo_var); SyncTextReader__ctor_m7B72734A7D04A300E3B68A6F14CF4BDFB049FE8B(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void System.IO.TextReader::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextReader__cctor_m00D58B569156E4F6926B551603C85377DB182A02 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m5DB0F7F826FFCB704F566795D5DA5A1F5ABD313D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullTextReader_tFC192D86C5C095C98156DAF472F7520472039F95_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__22_0_m8B1950498E03CD4157A33D0ADEE773F1A14C4BC5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__22_1_m3D99D7166F51F47A5F56748216153A5AA8632443_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF_il2cpp_TypeInfo_var); U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF * L_0 = ((U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * L_1 = (Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 *)il2cpp_codegen_object_new(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82_il2cpp_TypeInfo_var); Func_2__ctor_m5DB0F7F826FFCB704F566795D5DA5A1F5ABD313D(L_1, L_0, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__22_0_m8B1950498E03CD4157A33D0ADEE773F1A14C4BC5_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m5DB0F7F826FFCB704F566795D5DA5A1F5ABD313D_RuntimeMethod_var); ((TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields*)il2cpp_codegen_static_fields_for(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var))->set__ReadLineDelegate_1(L_1); U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF * L_2 = ((U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5ECA46CBAA9AA77646C20CB57E986587D87A71BF_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_3 = (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)il2cpp_codegen_object_new(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C_il2cpp_TypeInfo_var); Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92(L_3, L_2, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__22_1_m3D99D7166F51F47A5F56748216153A5AA8632443_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_RuntimeMethod_var); ((TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields*)il2cpp_codegen_static_fields_for(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var))->set__ReadDelegate_2(L_3); NullTextReader_tFC192D86C5C095C98156DAF472F7520472039F95 * L_4 = (NullTextReader_tFC192D86C5C095C98156DAF472F7520472039F95 *)il2cpp_codegen_object_new(NullTextReader_tFC192D86C5C095C98156DAF472F7520472039F95_il2cpp_TypeInfo_var); NullTextReader__ctor_m3CE6B1DC97A121C3DC449F72E8AF4855BBBF5FE6(L_4, /*hidden argument*/NULL); ((TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields*)il2cpp_codegen_static_fields_for(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var))->set_Null_3(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.IO.TextWriter::get_InitialNewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextWriter_get_InitialNewLine_m8A8CA4D9FB5A1FFD5D2647C190D830F017985CF4 (const RuntimeMethod* method) { { String_t* L_0; L_0 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); return L_0; } } // System.Void System.IO.TextWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter__ctor_m9C6FF4B9607BA4D452BECA38EA8F7E1499A13A6C (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var); String_t* L_0; L_0 = TextWriter_get_InitialNewLine_m8A8CA4D9FB5A1FFD5D2647C190D830F017985CF4(/*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1; L_1 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_0, /*hidden argument*/NULL); __this->set_CoreNewLine_9(L_1); MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE(__this, /*hidden argument*/NULL); __this->set_InternalFormatProvider_10((RuntimeObject*)NULL); return; } } // System.Void System.IO.TextWriter::.ctor(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter__ctor_m93B03125D61D24EF37FD6E27897D7C4033BC7090 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, RuntimeObject* ___formatProvider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var); String_t* L_0; L_0 = TextWriter_get_InitialNewLine_m8A8CA4D9FB5A1FFD5D2647C190D830F017985CF4(/*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1; L_1 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_0, /*hidden argument*/NULL); __this->set_CoreNewLine_9(L_1); MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE(__this, /*hidden argument*/NULL); RuntimeObject* L_2 = ___formatProvider0; __this->set_InternalFormatProvider_10(L_2); return; } } // System.IFormatProvider System.IO.TextWriter::get_FormatProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TextWriter_get_FormatProvider_m0918B9918122E1FC93CC5DBAF5E0B2F54A237552 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_InternalFormatProvider_10(); if (L_0) { goto IL_0013; } } { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_1; L_1 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = Thread_get_CurrentCulture_m08B216EA7CE554F98EB601108206C01A54CAAC5F(L_1, /*hidden argument*/NULL); return L_2; } IL_0013: { RuntimeObject* L_3 = __this->get_InternalFormatProvider_10(); return L_3; } } // System.Void System.IO.TextWriter::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_Dispose_m27D59E6F6325CD5EA2E5ABB0E2FDC6F13A2A159C (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Void System.IO.TextWriter::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_Dispose_m52A09FC07AC6869F19BD2823116B33966AA5B727 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(8 /* System.Void System.IO.TextWriter::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); return; } } // System.Void System.IO.TextWriter::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_Flush_mA7A9175CE0B5885E4138F9EA485FDB388BCC83BD (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, const RuntimeMethod* method) { { return; } } // System.IO.TextWriter System.IO.TextWriter::Synchronized(System.IO.TextWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * TextWriter_Synchronized_mD7791C36FA0E8AAC1EE6DC5CA32A14282FDC65A0 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyncTextWriter_t4B1FF6119ABECE598E0666C85337FA3F11FF785D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = ___writer0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral638C5441E8427B2B9D2C941DDBF958579B5FE3F0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextWriter_Synchronized_mD7791C36FA0E8AAC1EE6DC5CA32A14282FDC65A0_RuntimeMethod_var))); } IL_000e: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_2 = ___writer0; if (!((SyncTextWriter_t4B1FF6119ABECE598E0666C85337FA3F11FF785D *)IsInstSealed((RuntimeObject*)L_2, SyncTextWriter_t4B1FF6119ABECE598E0666C85337FA3F11FF785D_il2cpp_TypeInfo_var))) { goto IL_0018; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_3 = ___writer0; return L_3; } IL_0018: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_4 = ___writer0; SyncTextWriter_t4B1FF6119ABECE598E0666C85337FA3F11FF785D * L_5 = (SyncTextWriter_t4B1FF6119ABECE598E0666C85337FA3F11FF785D *)il2cpp_codegen_object_new(SyncTextWriter_t4B1FF6119ABECE598E0666C85337FA3F11FF785D_il2cpp_TypeInfo_var); SyncTextWriter__ctor_m1775BA6F4E71F5D255B9658621EC0EFEA66D448B(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void System.IO.TextWriter::Write(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_Write_mA622FC9FEBAE585AB2C448286170E5B4D5572F23 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { { return; } } // System.Void System.IO.TextWriter::Write(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_Write_m04E0ACA5E7460900747B075BAB5FC7980DC476EF (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer0; if (!L_0) { goto IL_000e; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___buffer0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___buffer0; VirtActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, __this, L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); } IL_000e: { return; } } // System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_Write_mA8369C073E6731EB5C44A2E197DAEAA6861A7C01 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer0; if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32EDC2ADBAEA11366BCD854BA36813405DF0B1EF)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextWriter_Write_mA8369C073E6731EB5C44A2E197DAEAA6861A7C01_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = ___index1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextWriter_Write_mA8369C073E6731EB5C44A2E197DAEAA6861A7C01_RuntimeMethod_var))); } IL_0031: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004a; } } { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextWriter_Write_mA8369C073E6731EB5C44A2E197DAEAA6861A7C01_RuntimeMethod_var))); } IL_004a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = ___buffer0; int32_t L_10 = ___index1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_11))) { goto IL_0062; } } { String_t* L_12; L_12 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TextWriter_Write_mA8369C073E6731EB5C44A2E197DAEAA6861A7C01_RuntimeMethod_var))); } IL_0062: { V_0 = 0; goto IL_0075; } IL_0066: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = ___buffer0; int32_t L_15 = ___index1; int32_t L_16 = V_0; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); uint16_t L_18 = (uint16_t)(L_14)->GetAtUnchecked(static_cast(L_17)); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, __this, L_18); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0075: { int32_t L_20 = V_0; int32_t L_21 = ___count2; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0066; } } { return; } } // System.Void System.IO.TextWriter::Write(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_Write_mE9A29D0C016C098256783A1113E17425EC698710 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (!L_0) { goto IL_000f; } } { String_t* L_1 = ___value0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2; L_2 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_1, /*hidden argument*/NULL); VirtActionInvoker1< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* >::Invoke(11 /* System.Void System.IO.TextWriter::Write(System.Char[]) */, __this, L_2); } IL_000f: { return; } } // System.Void System.IO.TextWriter::WriteLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_WriteLine_m6B7453BB203E54CF89940152306EDC9A6BEC5159 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_CoreNewLine_9(); VirtActionInvoker1< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* >::Invoke(11 /* System.Void System.IO.TextWriter::Write(System.Char[]) */, __this, L_0); return; } } // System.Void System.IO.TextWriter::WriteLine(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_WriteLine_m28C817394743B40C8C580180B0640281BEB21914 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, __this, L_0); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.TextWriter::WriteLine() */, __this); return; } } // System.Void System.IO.TextWriter::WriteLine(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_WriteLine_m8402DFD7D46099FB9A2F9B8C06595DC127429050 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; VirtActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.TextWriter::WriteLine() */, __this); return; } } // System.Void System.IO.TextWriter::WriteLine(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_WriteLine_m86E09C9894376AAECC5A0D04AD995CE865D16527 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_2 = NULL; { String_t* L_0 = ___value0; if (L_0) { goto IL_000a; } } { VirtActionInvoker0::Invoke(14 /* System.Void System.IO.TextWriter::WriteLine() */, __this); return; } IL_000a: { String_t* L_1 = ___value0; int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = __this->get_CoreNewLine_9(); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); int32_t L_4 = V_0; int32_t L_5 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))); V_2 = L_6; String_t* L_7 = ___value0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = V_2; int32_t L_9 = V_0; String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_7, 0, L_8, 0, L_9, /*hidden argument*/NULL); int32_t L_10 = V_1; if ((!(((uint32_t)L_10) == ((uint32_t)2)))) { goto IL_004b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = V_2; int32_t L_12 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = __this->get_CoreNewLine_9(); int32_t L_14 = 0; uint16_t L_15 = (uint16_t)(L_13)->GetAtUnchecked(static_cast(L_14)); (L_11)->SetAtUnchecked(static_cast(L_12), (Il2CppChar)L_15); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = V_2; int32_t L_17 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = __this->get_CoreNewLine_9(); int32_t L_19 = 1; uint16_t L_20 = (uint16_t)(L_18)->GetAtUnchecked(static_cast(L_19)); (L_16)->SetAtUnchecked(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))), (Il2CppChar)L_20); goto IL_0070; } IL_004b: { int32_t L_21 = V_1; if ((!(((uint32_t)L_21) == ((uint32_t)1)))) { goto IL_005c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = V_2; int32_t L_23 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = __this->get_CoreNewLine_9(); int32_t L_25 = 0; uint16_t L_26 = (uint16_t)(L_24)->GetAtUnchecked(static_cast(L_25)); (L_22)->SetAtUnchecked(static_cast(L_23), (Il2CppChar)L_26); goto IL_0070; } IL_005c: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = __this->get_CoreNewLine_9(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = V_2; int32_t L_29 = V_0; int32_t L_30 = V_1; bool L_31; L_31 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_27, 0, (RuntimeArray *)(RuntimeArray *)L_28, ((int32_t)il2cpp_codegen_multiply((int32_t)L_29, (int32_t)2)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)2)), /*hidden argument*/NULL); } IL_0070: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_32 = V_2; int32_t L_33 = V_0; int32_t L_34 = V_1; VirtActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, __this, L_32, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34))); return; } } // System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_WriteLine_m8799DC6D2AD7D3A7DBC3497FB5995CE4B73902BB (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.IFormatProvider System.IO.TextWriter::get_FormatProvider() */, __this); String_t* L_1 = ___format0; RuntimeObject * L_2 = ___arg01; String_t* L_3; L_3 = String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916(L_0, L_1, L_2, /*hidden argument*/NULL); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, __this, L_3); return; } } // System.Void System.IO.TextWriter::WriteLine(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter_WriteLine_mB100EA7FFD3C4D66ED3BAFD7E2E3C2E2327788A8 (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.IFormatProvider System.IO.TextWriter::get_FormatProvider() */, __this); String_t* L_1 = ___format0; RuntimeObject * L_2 = ___arg01; RuntimeObject * L_3 = ___arg12; String_t* L_4; L_4 = String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, __this, L_4); return; } } // System.Void System.IO.TextWriter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextWriter__cctor_m2A53744CADDBBFB8BADF2F2227D9E0C039E868BB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullTextWriter_t1D00E99220711EA2E249B67A50372CED994A125F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__73_0_mF69E83E941B8BF0A57039EEF2EE95D31A96FE98B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__73_1_m761845B1FD68B0F107CB196CC661FB46FC893552_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__73_2_m084626BFAE932C893D5B3AB92E094C9A07FEC459_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__73_3_m51AF8DB8089E20C0A9109EF031B63C5D80560D29_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__73_4_m41042017C017B7E7AF208C3E2904A4F94981D1C4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__73_5_m90BC93DDE78C79063E7CCCE4DB34D812560559E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__73_6_m69DD8FBED8D27F85525CB88464980BA20D55DFBE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullTextWriter_t1D00E99220711EA2E249B67A50372CED994A125F * L_0 = (NullTextWriter_t1D00E99220711EA2E249B67A50372CED994A125F *)il2cpp_codegen_object_new(NullTextWriter_t1D00E99220711EA2E249B67A50372CED994A125F_il2cpp_TypeInfo_var); NullTextWriter__ctor_m33C654ED7A4B2CBB6C50AE4865CA0FB8878D50E7(L_0, /*hidden argument*/NULL); ((TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields*)il2cpp_codegen_static_fields_for(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var))->set_Null_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_il2cpp_TypeInfo_var); U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A * L_1 = ((U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_2 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_il2cpp_TypeInfo_var); Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158(L_2, L_1, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__73_0_mF69E83E941B8BF0A57039EEF2EE95D31A96FE98B_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var); ((TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields*)il2cpp_codegen_static_fields_for(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var))->set__WriteCharDelegate_2(L_2); U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A * L_3 = ((U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_4 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_il2cpp_TypeInfo_var); Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158(L_4, L_3, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__73_1_m761845B1FD68B0F107CB196CC661FB46FC893552_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var); ((TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields*)il2cpp_codegen_static_fields_for(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var))->set__WriteStringDelegate_3(L_4); U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A * L_5 = ((U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_6 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_il2cpp_TypeInfo_var); Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__73_2_m084626BFAE932C893D5B3AB92E094C9A07FEC459_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var); ((TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields*)il2cpp_codegen_static_fields_for(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var))->set__WriteCharArrayRangeDelegate_4(L_6); U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A * L_7 = ((U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_8 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_il2cpp_TypeInfo_var); Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__73_3_m51AF8DB8089E20C0A9109EF031B63C5D80560D29_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var); ((TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields*)il2cpp_codegen_static_fields_for(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var))->set__WriteLineCharDelegate_5(L_8); U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A * L_9 = ((U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_10 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_il2cpp_TypeInfo_var); Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158(L_10, L_9, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__73_4_m41042017C017B7E7AF208C3E2904A4F94981D1C4_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var); ((TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields*)il2cpp_codegen_static_fields_for(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var))->set__WriteLineStringDelegate_6(L_10); U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A * L_11 = ((U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_12 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_il2cpp_TypeInfo_var); Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158(L_12, L_11, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__73_5_m90BC93DDE78C79063E7CCCE4DB34D812560559E9_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var); ((TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields*)il2cpp_codegen_static_fields_for(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var))->set__WriteLineCharArrayRangeDelegate_7(L_12); U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A * L_13 = ((U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1A707D491A359996794A63E517A0665899B4893A_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_14 = (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)il2cpp_codegen_object_new(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC_il2cpp_TypeInfo_var); Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158(L_14, L_13, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__73_6_m69DD8FBED8D27F85525CB88464980BA20D55DFBE_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_RuntimeMethod_var); ((TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields*)il2cpp_codegen_static_fields_for(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_il2cpp_TypeInfo_var))->set__FlushDelegate_8(L_14); 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.Globalization.ThaiBuddhistCalendar::get_MinSupportedDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ThaiBuddhistCalendar_get_MinSupportedDateTime_mE25F8A0DFB2D07B4F148A375E51D19039B6A5189 (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); return L_0; } } // System.DateTime System.Globalization.ThaiBuddhistCalendar::get_MaxSupportedDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ThaiBuddhistCalendar_get_MaxSupportedDateTime_m5F2A920EE997E7EC599396432458CFF0080AAFF0 (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); return L_0; } } // System.Void System.Globalization.ThaiBuddhistCalendar::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThaiBuddhistCalendar__ctor_m5A3495A79852C7F089C04F70CA1A1D79BE0FA627 (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Calendar__ctor_m47E3F85BE41EAA1FB9D82DA56647EF6481CF6EAD(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1_il2cpp_TypeInfo_var); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_0 = ((ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1_StaticFields*)il2cpp_codegen_static_fields_for(ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1_il2cpp_TypeInfo_var))->get_thaiBuddhistEraInfo_3(); GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_1 = (GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 *)il2cpp_codegen_object_new(GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85_il2cpp_TypeInfo_var); GregorianCalendarHelper__ctor_mA20BA428607ABCC2B7E0B7589A2727A6D39B4417(L_1, __this, L_0, /*hidden argument*/NULL); __this->set_helper_4(L_1); return; } } // System.Int32 System.Globalization.ThaiBuddhistCalendar::get_ID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThaiBuddhistCalendar_get_ID_m83092D4E83813E475ED3D7AAECADB35247B2E2E5 (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, const RuntimeMethod* method) { { return 7; } } // System.Int32 System.Globalization.ThaiBuddhistCalendar::GetDaysInMonth(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThaiBuddhistCalendar_GetDaysInMonth_m86546755B158FAD6484DC16894F116B5023CDF0A (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, int32_t ___year0, int32_t ___month1, int32_t ___era2, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_4(); int32_t L_1 = ___year0; int32_t L_2 = ___month1; int32_t L_3 = ___era2; int32_t L_4; L_4 = GregorianCalendarHelper_GetDaysInMonth_m3C3346A69DD4B0340A8843365A8A79019D1FC02C(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.Globalization.ThaiBuddhistCalendar::GetDaysInYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThaiBuddhistCalendar_GetDaysInYear_mC21209C173B2792012521BC989F5AE143AE31A64 (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_4(); int32_t L_1 = ___year0; int32_t L_2 = ___era1; int32_t L_3; L_3 = GregorianCalendarHelper_GetDaysInYear_m420F069CAEECF1B00DCF044B739F18C8DCB66AAD(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Globalization.ThaiBuddhistCalendar::GetDayOfMonth(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThaiBuddhistCalendar_GetDayOfMonth_mA5F3C0AE7FC66C75DFA486B7748A677D675C0971 (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_4(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___time0; int32_t L_2; L_2 = GregorianCalendarHelper_GetDayOfMonth_mB84A8BCAC7BFBFCE7FCC495384F0130FCAA564E4(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.DayOfWeek System.Globalization.ThaiBuddhistCalendar::GetDayOfWeek(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThaiBuddhistCalendar_GetDayOfWeek_mC625E7038B3764A053E6B15CE3554740AB19930E (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_4(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___time0; int32_t L_2; L_2 = GregorianCalendarHelper_GetDayOfWeek_m1BF3F3019DD8C5B77530ED8CC8D3C1C4B3880B73(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Globalization.ThaiBuddhistCalendar::GetMonthsInYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThaiBuddhistCalendar_GetMonthsInYear_mC88FFB95D4484FFC7035C62047BC91E3D9DE9083 (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_4(); int32_t L_1 = ___year0; int32_t L_2 = ___era1; int32_t L_3; L_3 = GregorianCalendarHelper_GetMonthsInYear_m76A565F51AE3478044D72FD41CEDA3D9317C6E70(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Globalization.ThaiBuddhistCalendar::GetEra(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThaiBuddhistCalendar_GetEra_m272071AF5E95086D3E537638ED0553DB86FE73B5 (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_4(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___time0; int32_t L_2; L_2 = GregorianCalendarHelper_GetEra_m0835BBC2AD61809E2E0A08C8141504D7BEF646C7(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Globalization.ThaiBuddhistCalendar::GetMonth(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThaiBuddhistCalendar_GetMonth_m893821F36D1708949ECBA9463B47BAD259F64691 (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_4(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___time0; int32_t L_2; L_2 = GregorianCalendarHelper_GetMonth_m64F622A332B13336A741E7D12CE2463E8B686EDE(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Globalization.ThaiBuddhistCalendar::GetYear(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThaiBuddhistCalendar_GetYear_m31A9B05C89F982B32F75440B014C9B791122A5B1 (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_4(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___time0; int32_t L_2; L_2 = GregorianCalendarHelper_GetYear_m44399F1087967FA42CD6F1D238A9921DBA3627B0(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Globalization.ThaiBuddhistCalendar::IsLeapYear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThaiBuddhistCalendar_IsLeapYear_m4BC070E28AF2DD0394AEC3CAB5795F02B1B2E79B (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_4(); int32_t L_1 = ___year0; int32_t L_2 = ___era1; bool L_3; L_3 = GregorianCalendarHelper_IsLeapYear_mED7D5688E213906F25B45C69BEE45F0152121CCB(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.DateTime System.Globalization.ThaiBuddhistCalendar::ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ThaiBuddhistCalendar_ToDateTime_m58A8E0A4CC4EF375CF340C0A411D5A6F3CA2C173 (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, int32_t ___era7, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_4(); int32_t L_1 = ___year0; int32_t L_2 = ___month1; int32_t L_3 = ___day2; int32_t L_4 = ___hour3; int32_t L_5 = ___minute4; int32_t L_6 = ___second5; int32_t L_7 = ___millisecond6; int32_t L_8 = ___era7; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9; L_9 = GregorianCalendarHelper_ToDateTime_m8856A497F14D31D3F5BB45B9F7090ABE6441C440(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Int32[] System.Globalization.ThaiBuddhistCalendar::get_Eras() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ThaiBuddhistCalendar_get_Eras_m5294DBE1F3AF34CE7A4DB385916E677A8BF2F993 (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, const RuntimeMethod* method) { { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_0 = __this->get_helper_4(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1; L_1 = GregorianCalendarHelper_get_Eras_mAB955309D5D6FF1DF4BE01044E68270E31985849(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Globalization.ThaiBuddhistCalendar::get_TwoDigitYearMax() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThaiBuddhistCalendar_get_TwoDigitYearMax_mCFA97CB2EB96D1626EF1318F987604AF5FF6CE23 (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A *)__this)->get_twoDigitYearMax_2(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_001f; } } { int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, __this); int32_t L_2; L_2 = Calendar_GetSystemTwoDigitYearSetting_mF12E6A472DAC24009E72B4B95CF451F80CCB1CD8(L_1, ((int32_t)2572), /*hidden argument*/NULL); ((Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A *)__this)->set_twoDigitYearMax_2(L_2); } IL_001f: { int32_t L_3 = ((Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A *)__this)->get_twoDigitYearMax_2(); return L_3; } } // System.Int32 System.Globalization.ThaiBuddhistCalendar::ToFourDigitYear(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThaiBuddhistCalendar_ToFourDigitYear_mE6E29A9C819CE974E8B8DCE909727C82008936BE (ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1 * __this, int32_t ___year0, const RuntimeMethod* method) { { int32_t L_0 = ___year0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DEDCD1168FE0A01C595FF5B7901D1C14F15F786)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThaiBuddhistCalendar_ToFourDigitYear_mE6E29A9C819CE974E8B8DCE909727C82008936BE_RuntimeMethod_var))); } IL_0019: { GregorianCalendarHelper_t2EC3E1E00C613F5C894292A04D5C04ABDA13EB85 * L_3 = __this->get_helper_4(); int32_t L_4 = ___year0; int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 System.Globalization.Calendar::get_TwoDigitYearMax() */, __this); int32_t L_6; L_6 = GregorianCalendarHelper_ToFourDigitYear_mD1AF6924BA61E7A5C15B10E277C05EE77B73A824(L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void System.Globalization.ThaiBuddhistCalendar::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThaiBuddhistCalendar__cctor_m2FA51F80B66C0434D7146E375D60F04993D11B82 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_0 = (EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A*)(EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A*)SZArrayNew(EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A_il2cpp_TypeInfo_var, (uint32_t)1); EraInfoU5BU5D_t10A6B77B46980FAB77489DFE9A287CFA907F099A* L_1 = L_0; EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD * L_2 = (EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD *)il2cpp_codegen_object_new(EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD_il2cpp_TypeInfo_var); EraInfo__ctor_mE49DB7D0F7F2E3665C6E6165FAB70C344CB917D0(L_2, 1, 1, 1, 1, ((int32_t)-543), ((int32_t)544), ((int32_t)10542), /*hidden argument*/NULL); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAtUnchecked(static_cast(0), (EraInfo_t875FC9B7F74DFEE82FE0AF982944ED735FECA1FD *)L_2); ((ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1_StaticFields*)il2cpp_codegen_static_fields_for(ThaiBuddhistCalendar_t0B53DC886021B083D459C71BB2785D9A426112E1_il2cpp_TypeInfo_var))->set_thaiBuddhistEraInfo_3(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Thread::.ctor(System.Threading.ThreadStart) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_mF22465F0D0E47C11EF25DB552D1047402750BE90 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * ___start0, const RuntimeMethod* method) { { CriticalFinalizerObject__ctor_mB2B61C36ED7031FDCD35E835B7FB94CE326F67D9(__this, /*hidden argument*/NULL); ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * L_0 = ___start0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Thread__ctor_mF22465F0D0E47C11EF25DB552D1047402750BE90_RuntimeMethod_var))); } IL_0014: { ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * L_2 = ___start0; Thread_SetStartHelper_mF220371721B37699B91A97B0C4EAD6B7A4A29A55(__this, L_2, 0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Thread::.ctor(System.Threading.ParameterizedThreadStart) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_m4E8C9D36164CFCFD65989CAE0F6456AC40BC4492 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * ___start0, const RuntimeMethod* method) { { CriticalFinalizerObject__ctor_mB2B61C36ED7031FDCD35E835B7FB94CE326F67D9(__this, /*hidden argument*/NULL); ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * L_0 = ___start0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Thread__ctor_m4E8C9D36164CFCFD65989CAE0F6456AC40BC4492_RuntimeMethod_var))); } IL_0014: { ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * L_2 = ___start0; Thread_SetStartHelper_mF220371721B37699B91A97B0C4EAD6B7A4A29A55(__this, L_2, 0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Thread::Start() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Thread_Start_m490124B23F5EFD0BB2BED8CA12C77195B9CD9E1B (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; Thread_Start_m9F0FE46EB610A4542D230843F092DFEDD4E85CD7(__this, (int32_t*)(&V_0), /*hidden argument*/NULL); return; } } // System.Void System.Threading.Thread::Start(System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Thread_Start_m11EE2B4E0C1BC8520655644C1C31C0CFFC23B5B7 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, RuntimeObject * ___parameter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { MulticastDelegate_t * L_0 = __this->get_m_Delegate_12(); if (!((ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 *)IsInstSealed((RuntimeObject*)L_0, ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var))) { goto IL_001d; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral366DD710DC624F3329F19565370DA5B5859B4BC8)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Thread_Start_m11EE2B4E0C1BC8520655644C1C31C0CFFC23B5B7_RuntimeMethod_var))); } IL_001d: { RuntimeObject * L_3 = ___parameter0; __this->set_m_ThreadStartArg_7(L_3); V_0 = 1; Thread_Start_m9F0FE46EB610A4542D230843F092DFEDD4E85CD7(__this, (int32_t*)(&V_0), /*hidden argument*/NULL); return; } } // System.Void System.Threading.Thread::Start(System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Start_m9F0FE46EB610A4542D230843F092DFEDD4E85CD7 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, int32_t* ___stackMark0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * V_1 = NULL; { MulticastDelegate_t * L_0 = __this->get_m_Delegate_12(); if (!L_0) { goto IL_0026; } } { MulticastDelegate_t * L_1 = __this->get_m_Delegate_12(); RuntimeObject * L_2; L_2 = Delegate_get_Target_mA4C35D598EE379F0F1D49EA8670620792D25EAB1_inline(L_1, /*hidden argument*/NULL); int32_t* L_3 = ___stackMark0; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_4; L_4 = ExecutionContext_Capture_m7D895FB8D9C0005CF084E521BA4F030148D984A3((int32_t*)L_3, 1, /*hidden argument*/NULL); V_1 = L_4; ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_5 = V_1; ThreadHelper_SetExecutionContextHelper_m1D8E57074148759BE3C547E5267F980366B3E107_inline(((ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C *)CastclassClass((RuntimeObject*)L_2, ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL); } IL_0026: { V_0 = (RuntimeObject*)NULL; RuntimeObject* L_6 = V_0; int32_t* L_7 = ___stackMark0; Thread_StartInternal_m46583A4FDAB0814782F402660633D459352BCE06(__this, L_6, (int32_t*)L_7, /*hidden argument*/NULL); return; } } // System.Threading.ExecutionContext/Reader System.Threading.Thread::GetExecutionContextReader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C Thread_GetExecutionContextReader_mD729833D09E435B55C8C421BCAD9AD777A4AE4BB (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_0 = __this->get_m_ExecutionContext_13(); Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C L_1; memset((&L_1), 0, sizeof(L_1)); Reader__ctor_m31D3B8298BE90B3841905D3A4B9D7C12A681752A_inline((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Threading.Thread::get_ExecutionContextBelongsToCurrentScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_get_ExecutionContextBelongsToCurrentScope_m731979DB291C7749EA0A6A2F9D194397900DD212 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_ExecutionContextBelongsToOuterScope_14(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Void System.Threading.Thread::set_ExecutionContextBelongsToCurrentScope(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_ExecutionContextBelongsToCurrentScope_mB329BF83A4BE8A820316160F324B4DE0E6092EDB (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_ExecutionContextBelongsToOuterScope_14((bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)); return; } } // System.Threading.ExecutionContext System.Threading.Thread::GetMutableExecutionContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * Thread_GetMutableExecutionContext_mB95698B8C9F29FF69E6F2C7DBD0588CE4B3EBCFC (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * V_0 = NULL; { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_0 = __this->get_m_ExecutionContext_13(); if (L_0) { goto IL_0015; } } { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_1 = (ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 *)il2cpp_codegen_object_new(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext__ctor_mF53D40B3E8DB27C5CB9311B46B644F0899DE0D7B(L_1, /*hidden argument*/NULL); __this->set_m_ExecutionContext_13(L_1); goto IL_0030; } IL_0015: { bool L_2; L_2 = Thread_get_ExecutionContextBelongsToCurrentScope_m731979DB291C7749EA0A6A2F9D194397900DD212(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0030; } } { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_3 = __this->get_m_ExecutionContext_13(); ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_4; L_4 = ExecutionContext_CreateMutableCopy_m70D178BF5DF703ECBB49F124C8BA39CBBDEC1358(L_3, /*hidden argument*/NULL); V_0 = L_4; ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_5 = V_0; __this->set_m_ExecutionContext_13(L_5); } IL_0030: { Thread_set_ExecutionContextBelongsToCurrentScope_mB329BF83A4BE8A820316160F324B4DE0E6092EDB(__this, (bool)1, /*hidden argument*/NULL); ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_6 = __this->get_m_ExecutionContext_13(); return L_6; } } // System.Void System.Threading.Thread::SetExecutionContext(System.Threading.ExecutionContext,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SetExecutionContext_mFCD57256D460F78AC8392F784EF021EACAB1C229 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___value0, bool ___belongsToCurrentScope1, const RuntimeMethod* method) { { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_0 = ___value0; __this->set_m_ExecutionContext_13(L_0); bool L_1 = ___belongsToCurrentScope1; Thread_set_ExecutionContextBelongsToCurrentScope_mB329BF83A4BE8A820316160F324B4DE0E6092EDB(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Thread::SetExecutionContext(System.Threading.ExecutionContext/Reader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SetExecutionContext_mCB037C1EC7B2757C3C3DD484597D98587149B2A8 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C ___value0, bool ___belongsToCurrentScope1, const RuntimeMethod* method) { { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_0; L_0 = Reader_DangerousGetRawExecutionContext_m775C6561EDC04E929913B71591495000DB9DD994_inline((Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C *)(&___value0), /*hidden argument*/NULL); __this->set_m_ExecutionContext_13(L_0); bool L_1 = ___belongsToCurrentScope1; Thread_set_ExecutionContextBelongsToCurrentScope_mB329BF83A4BE8A820316160F324B4DE0E6092EDB(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Thread::SleepInternal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SleepInternal_mDB2C6429F45C1AA313CB4033A165DC9051F631DE (int32_t ___millisecondsTimeout0, const RuntimeMethod* method) { typedef void (*Thread_SleepInternal_mDB2C6429F45C1AA313CB4033A165DC9051F631DE_ftn) (int32_t); using namespace il2cpp::icalls; ((Thread_SleepInternal_mDB2C6429F45C1AA313CB4033A165DC9051F631DE_ftn)mscorlib::System::Threading::Thread::SleepInternal) (___millisecondsTimeout0); } // System.Void System.Threading.Thread::Sleep(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Sleep_m8E61FC80BD38981CB18CA549909710790283DDCC (int32_t ___millisecondsTimeout0, const RuntimeMethod* method) { { int32_t L_0 = ___millisecondsTimeout0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_0019; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF1A94226319ED8615DDD2BB4992AABEBECC51E58)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCF088CD7CED04705BD5E7559DBB7DD9A14559182)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Thread_Sleep_m8E61FC80BD38981CB18CA549909710790283DDCC_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = ___millisecondsTimeout0; Thread_SleepInternal_mDB2C6429F45C1AA313CB4033A165DC9051F631DE(L_3, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Thread::YieldInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_YieldInternal_m9457FAB8C1CE5B0F9C5BADD9753B01A4ADCBF51E (const RuntimeMethod* method) { typedef bool (*Thread_YieldInternal_m9457FAB8C1CE5B0F9C5BADD9753B01A4ADCBF51E_ftn) (); using namespace il2cpp::icalls; return ((Thread_YieldInternal_m9457FAB8C1CE5B0F9C5BADD9753B01A4ADCBF51E_ftn)mscorlib::System::Threading::Thread::YieldInternal) (); } // System.Boolean System.Threading.Thread::Yield() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_Yield_m1D2B2F49268A9A048C73EA539C1D1D59DDFA68C1 (const RuntimeMethod* method) { { bool L_0; L_0 = Thread_YieldInternal_m9457FAB8C1CE5B0F9C5BADD9753B01A4ADCBF51E(/*hidden argument*/NULL); return L_0; } } // System.Void System.Threading.Thread::SetStartHelper(System.Delegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SetStartHelper_mF220371721B37699B91A97B0C4EAD6B7A4A29A55 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, Delegate_t * ___start0, int32_t ___maxStackSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadHelper_ThreadStart_m90F49B4E93497F85E8723652E94DA9EE8BB95563_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadHelper_ThreadStart_mC318A75A5714AE02B4EE8CB444BDDACD13E45C84_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * V_0 = NULL; { int32_t L_0 = ___maxStackSize1; int32_t L_1; L_1 = Thread_GetProcessDefaultStackSize_m0BF123DBBA91A298EE92891D5D8DEC94AD4BCC9C(L_0, /*hidden argument*/NULL); ___maxStackSize1 = L_1; Delegate_t * L_2 = ___start0; ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * L_3 = (ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C *)il2cpp_codegen_object_new(ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var); ThreadHelper__ctor_mC771EA2D730813F9F8432BD64D72D53298854CE9(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; Delegate_t * L_4 = ___start0; if (!((ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 *)IsInstSealed((RuntimeObject*)L_4, ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var))) { goto IL_002b; } } { ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * L_5 = V_0; ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * L_6 = (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 *)il2cpp_codegen_object_new(ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var); ThreadStart__ctor_m360F4EED0AD96A27D6A9612BF79671F26B30411F(L_6, L_5, (intptr_t)((intptr_t)ThreadHelper_ThreadStart_mC318A75A5714AE02B4EE8CB444BDDACD13E45C84_RuntimeMethod_var), /*hidden argument*/NULL); int32_t L_7 = ___maxStackSize1; Thread_SetStart_m1730D3799CAF944368555AED7E29F162F665BB4D(__this, L_6, L_7, /*hidden argument*/NULL); return; } IL_002b: { ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * L_8 = V_0; ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * L_9 = (ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 *)il2cpp_codegen_object_new(ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516_il2cpp_TypeInfo_var); ParameterizedThreadStart__ctor_m6F49448AAE802068CE1DB1BE519962708DA871B0(L_9, L_8, (intptr_t)((intptr_t)ThreadHelper_ThreadStart_m90F49B4E93497F85E8723652E94DA9EE8BB95563_RuntimeMethod_var), /*hidden argument*/NULL); int32_t L_10 = ___maxStackSize1; Thread_SetStart_m1730D3799CAF944368555AED7E29F162F665BB4D(__this, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Globalization.CultureInfo System.Threading.Thread::get_CurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * Thread_get_CurrentUICulture_mC935CB78924A5E49E196448247AB1BAE8F87E7D2 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = Thread_GetCurrentUICultureNoAppX_m343742878BAD829DD4D1DD15B9123D43755B8E67(__this, /*hidden argument*/NULL); return L_0; } } // System.Globalization.CultureInfo System.Threading.Thread::GetCurrentUICultureNoAppX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * Thread_GetCurrentUICultureNoAppX_m343742878BAD829DD4D1DD15B9123D43755B8E67 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ((Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var))->get_m_CurrentUICulture_3(); if (L_0) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_DefaultThreadCurrentUICulture_m92E21699424FEFC0A15D065CC11AF73919484AE9(/*hidden argument*/NULL); V_0 = L_1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = V_0; if (L_2) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3; L_3 = CultureInfo_get_UserDefaultUICulture_mC4D48983323DDBBFC96829FA0837C6D48470E237(/*hidden argument*/NULL); return L_3; } IL_0016: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4 = V_0; return L_4; } IL_0018: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5 = ((Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var))->get_m_CurrentUICulture_3(); return L_5; } } // System.Globalization.CultureInfo System.Threading.Thread::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * Thread_get_CurrentCulture_m08B216EA7CE554F98EB601108206C01A54CAAC5F (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = Thread_GetCurrentCultureNoAppX_m3AB67E590CEA74BFD0B4F61F2309A83160F0D821(__this, /*hidden argument*/NULL); return L_0; } } // System.Globalization.CultureInfo System.Threading.Thread::GetCurrentCultureNoAppX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * Thread_GetCurrentCultureNoAppX_m3AB67E590CEA74BFD0B4F61F2309A83160F0D821 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ((Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var))->get_m_CurrentCulture_2(); if (L_0) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_DefaultThreadCurrentCulture_mA8E3D80BFECBF1DAF917B9FD43225B32CE7EC832(/*hidden argument*/NULL); V_0 = L_1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = V_0; if (L_2) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3; L_3 = CultureInfo_get_UserDefaultCulture_m1E51BCF0DD908958638CA18EC9CFEB1F931A6F86(/*hidden argument*/NULL); return L_3; } IL_0016: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4 = V_0; return L_4; } IL_0018: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5 = ((Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var))->get_m_CurrentCulture_2(); return L_5; } } // System.Void System.Threading.Thread::MemoryBarrier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_MemoryBarrier_m9E2B68F7889D5D3AD76126930EE120D51C1B3402 (const RuntimeMethod* method) { typedef void (*Thread_MemoryBarrier_m9E2B68F7889D5D3AD76126930EE120D51C1B3402_ftn) (); using namespace il2cpp::icalls; ((Thread_MemoryBarrier_m9E2B68F7889D5D3AD76126930EE120D51C1B3402_ftn)mscorlib::System::Threading::Thread::MemoryBarrier_) (); } // System.Void System.Threading.Thread::ConstructInternalThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_ConstructInternalThread_m883372DF18FE644D1795EFB731DEBE6FC78F6A08 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { typedef void (*Thread_ConstructInternalThread_m883372DF18FE644D1795EFB731DEBE6FC78F6A08_ftn) (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *); using namespace il2cpp::icalls; ((Thread_ConstructInternalThread_m883372DF18FE644D1795EFB731DEBE6FC78F6A08_ftn)mscorlib::System::Threading::Thread::ConstructInternalThread) (__this); } // System.Threading.InternalThread System.Threading.Thread::get_Internal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * Thread_get_Internal_mE38B0B156077D36444ABCAEEE168CC1EA671C49D (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { { InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_0 = __this->get_internal_thread_6(); if (L_0) { goto IL_000e; } } { Thread_ConstructInternalThread_m883372DF18FE644D1795EFB731DEBE6FC78F6A08(__this, /*hidden argument*/NULL); } IL_000e: { InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_1 = __this->get_internal_thread_6(); return L_1; } } // System.Runtime.Remoting.Contexts.Context System.Threading.Thread::get_CurrentContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * Thread_get_CurrentContext_m4A3A1B9F1AAA05BC7776CF4D20B3105EBAF6AFB5 (const RuntimeMethod* method) { { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_0; L_0 = AppDomain_InternalGetContext_mB5465B9028EAD260AC45FA7B9155CF9C24C79651(/*hidden argument*/NULL); return L_0; } } // System.Threading.Thread System.Threading.Thread::GetCurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * Thread_GetCurrentThread_m45A10CFE861D404D754FB078683AE64675B39264 (const RuntimeMethod* method) { typedef Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * (*Thread_GetCurrentThread_m45A10CFE861D404D754FB078683AE64675B39264_ftn) (); using namespace il2cpp::icalls; return ((Thread_GetCurrentThread_m45A10CFE861D404D754FB078683AE64675B39264_ftn)mscorlib::System::Threading::Thread::GetCurrentThread) (); } // System.Threading.Thread System.Threading.Thread::get_CurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * V_0 = NULL; { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_0 = ((Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var))->get_current_thread_11(); V_0 = L_0; Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_1 = V_0; if (!L_1) { goto IL_000b; } } { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_2 = V_0; return L_2; } IL_000b: { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_3; L_3 = Thread_GetCurrentThread_m45A10CFE861D404D754FB078683AE64675B39264(/*hidden argument*/NULL); return L_3; } } // System.Int32 System.Threading.Thread::GetDomainID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_GetDomainID_m90D6EA77161CF32BB05DE69B11ADAC42AD36F8A8 (const RuntimeMethod* method) { typedef int32_t (*Thread_GetDomainID_m90D6EA77161CF32BB05DE69B11ADAC42AD36F8A8_ftn) (); using namespace il2cpp::icalls; return ((Thread_GetDomainID_m90D6EA77161CF32BB05DE69B11ADAC42AD36F8A8_ftn)mscorlib::System::Threading::Thread::GetDomainID) (); } // System.IntPtr System.Threading.Thread::Thread_internal(System.MulticastDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Thread_Thread_internal_mE8A676915A6B4B3416A99009AB89EA20606DFFC0 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, MulticastDelegate_t * ___start0, const RuntimeMethod* method) { typedef intptr_t (*Thread_Thread_internal_mE8A676915A6B4B3416A99009AB89EA20606DFFC0_ftn) (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *, MulticastDelegate_t *); using namespace il2cpp::icalls; return ((Thread_Thread_internal_mE8A676915A6B4B3416A99009AB89EA20606DFFC0_ftn)mscorlib::System::Threading::Thread::Thread_internal) (__this, ___start0); } // System.Void System.Threading.Thread::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Finalize_m4D296CEC85C6769BFCEE5163D1360EE86962EBCD (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) IL2CPP_LEAVE(0x9, FINALLY_0002); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0002; } FINALLY_0002: { // begin finally (depth: 1) CriticalFinalizerObject_Finalize_m74EDAAC1806CF742F4016552520D67EB88606F72(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(2) } // end finally (depth: 1) IL2CPP_CLEANUP(2) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9, IL_0009) } IL_0009: { return; } } // System.Boolean System.Threading.Thread::get_IsThreadPoolThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_get_IsThreadPoolThread_m8A97A856E4A2CD78FC799E9A21E63ED86262B5C6 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Thread_get_IsThreadPoolThreadInternal_mF910C6F78E2B582E494E82EC9AC461D296FBE09E(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Threading.Thread::get_IsThreadPoolThreadInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_get_IsThreadPoolThreadInternal_mF910C6F78E2B582E494E82EC9AC461D296FBE09E (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { { InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_0; L_0 = Thread_get_Internal_mE38B0B156077D36444ABCAEEE168CC1EA671C49D(__this, /*hidden argument*/NULL); bool L_1 = L_0->get_threadpool_thread_20(); return L_1; } } // System.Void System.Threading.Thread::set_IsBackground(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_IsBackground_m8CAEC157A236A574FE83FDB22D693AB1681B01B0 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, bool ___value0, const RuntimeMethod* method) { { int32_t L_0; L_0 = Thread_ValidateThreadState_mF13C280C1274B5E755EF8F110C50A9AC131D70E0(__this, /*hidden argument*/NULL); bool L_1 = ___value0; if (!L_1) { goto IL_0017; } } { InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_2; L_2 = Thread_get_Internal_mE38B0B156077D36444ABCAEEE168CC1EA671C49D(__this, /*hidden argument*/NULL); Thread_SetState_mF616E631B38E427BE8B4C12237AB1969E170D2F9(L_2, 4, /*hidden argument*/NULL); return; } IL_0017: { InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_3; L_3 = Thread_get_Internal_mE38B0B156077D36444ABCAEEE168CC1EA671C49D(__this, /*hidden argument*/NULL); Thread_ClrState_mF64C6A9727BC53506FC450531996469EAA8C08C5(L_3, 4, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Thread::SetName_internal(System.Threading.InternalThread,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SetName_internal_m37A2005D94E334D9258EC046F9E1BB1623E0A3BB (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___thread0, String_t* ___name1, const RuntimeMethod* method) { typedef void (*Thread_SetName_internal_m37A2005D94E334D9258EC046F9E1BB1623E0A3BB_ftn) (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB *, String_t*); using namespace il2cpp::icalls; ((Thread_SetName_internal_m37A2005D94E334D9258EC046F9E1BB1623E0A3BB_ftn)mscorlib::System::Threading::Thread::SetName_internal40) (___thread0, ___name1); } // System.Void System.Threading.Thread::set_Name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_Name_m920049DFD1306F42613F13CF7AD74C03661F4BAE (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, String_t* ___value0, const RuntimeMethod* method) { { InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_0; L_0 = Thread_get_Internal_mE38B0B156077D36444ABCAEEE168CC1EA671C49D(__this, /*hidden argument*/NULL); String_t* L_1 = ___value0; Thread_SetName_internal_m37A2005D94E334D9258EC046F9E1BB1623E0A3BB(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Threading.ThreadState System.Threading.Thread::get_ThreadState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_ThreadState_m887D9D564C460F61AC049B711A86B6C27AEADC62 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { { InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_0; L_0 = Thread_get_Internal_mE38B0B156077D36444ABCAEEE168CC1EA671C49D(__this, /*hidden argument*/NULL); int32_t L_1; L_1 = Thread_GetState_mC24B6A2A6B3DF1E62FD3A07BCCD0166E995DF320(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Threading.Thread::SpinWait_nop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SpinWait_nop_mFDA675C53A58946E95D89A564D6B0FBB0108857E (const RuntimeMethod* method) { typedef void (*Thread_SpinWait_nop_mFDA675C53A58946E95D89A564D6B0FBB0108857E_ftn) (); using namespace il2cpp::icalls; ((Thread_SpinWait_nop_mFDA675C53A58946E95D89A564D6B0FBB0108857E_ftn)mscorlib::System::Threading::Thread::SpinWait_nop) (); } // System.Void System.Threading.Thread::SpinWait(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SpinWait_m6276C02E66DD83A83D5F39E2B20411B8CBA33673 (int32_t ___iterations0, const RuntimeMethod* method) { { int32_t L_0 = ___iterations0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000a; } } { return; } IL_0005: { Thread_SpinWait_nop_mFDA675C53A58946E95D89A564D6B0FBB0108857E(/*hidden argument*/NULL); } IL_000a: { int32_t L_1 = ___iterations0; int32_t L_2 = L_1; ___iterations0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0005; } } { return; } } // System.Void System.Threading.Thread::StartInternal(System.Security.Principal.IPrincipal,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_StartInternal_m46583A4FDAB0814782F402660633D459352BCE06 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, RuntimeObject* ___principal0, int32_t* ___stackMark1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MulticastDelegate_t * L_0 = __this->get_m_Delegate_12(); intptr_t L_1; L_1 = Thread_Thread_internal_mE8A676915A6B4B3416A99009AB89EA20606DFFC0(__this, L_0, /*hidden argument*/NULL); bool L_2; L_2 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_1, (intptr_t)(0), /*hidden argument*/NULL); if (!L_2) { goto IL_0023; } } { SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * L_3 = (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62_il2cpp_TypeInfo_var))); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE4BCA6CB013EDC4EFE0623EA06452190A8C39804)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Thread_StartInternal_m46583A4FDAB0814782F402660633D459352BCE06_RuntimeMethod_var))); } IL_0023: { __this->set_m_ThreadStartArg_7(NULL); return; } } // System.Void System.Threading.Thread::SetState(System.Threading.InternalThread,System.Threading.ThreadState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SetState_mF616E631B38E427BE8B4C12237AB1969E170D2F9 (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___thread0, int32_t ___set1, const RuntimeMethod* method) { typedef void (*Thread_SetState_mF616E631B38E427BE8B4C12237AB1969E170D2F9_ftn) (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB *, int32_t); using namespace il2cpp::icalls; ((Thread_SetState_mF616E631B38E427BE8B4C12237AB1969E170D2F9_ftn)mscorlib::System::Threading::Thread::SetState40) (___thread0, ___set1); } // System.Void System.Threading.Thread::ClrState(System.Threading.InternalThread,System.Threading.ThreadState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_ClrState_mF64C6A9727BC53506FC450531996469EAA8C08C5 (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___thread0, int32_t ___clr1, const RuntimeMethod* method) { typedef void (*Thread_ClrState_mF64C6A9727BC53506FC450531996469EAA8C08C5_ftn) (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB *, int32_t); using namespace il2cpp::icalls; ((Thread_ClrState_mF64C6A9727BC53506FC450531996469EAA8C08C5_ftn)mscorlib::System::Threading::Thread::ClrState40) (___thread0, ___clr1); } // System.Threading.ThreadState System.Threading.Thread::GetState(System.Threading.InternalThread) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_GetState_mC24B6A2A6B3DF1E62FD3A07BCCD0166E995DF320 (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___thread0, const RuntimeMethod* method) { typedef int32_t (*Thread_GetState_mC24B6A2A6B3DF1E62FD3A07BCCD0166E995DF320_ftn) (InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB *); using namespace il2cpp::icalls; return ((Thread_GetState_mC24B6A2A6B3DF1E62FD3A07BCCD0166E995DF320_ftn)mscorlib::System::Threading::Thread::GetState40) (___thread0); } // System.Int32 System.Threading.Thread::SystemMaxStackStize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_SystemMaxStackStize_mCAED31719F159EB63E2E1EC671BAAFFE07B340BE (const RuntimeMethod* method) { typedef int32_t (*Thread_SystemMaxStackStize_mCAED31719F159EB63E2E1EC671BAAFFE07B340BE_ftn) (); using namespace il2cpp::icalls; return ((Thread_SystemMaxStackStize_mCAED31719F159EB63E2E1EC671BAAFFE07B340BE_ftn)mscorlib::System::Threading::Thread::SystemMaxStackStize) (); } // System.Int32 System.Threading.Thread::GetProcessDefaultStackSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_GetProcessDefaultStackSize_m0BF123DBBA91A298EE92891D5D8DEC94AD4BCC9C (int32_t ___maxStackSize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___maxStackSize0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { int32_t L_1 = ___maxStackSize0; if ((((int32_t)L_1) >= ((int32_t)((int32_t)131072)))) { goto IL_0013; } } { return ((int32_t)131072); } IL_0013: { int32_t L_2; L_2 = Environment_GetPageSize_m0414FF2E42E4AC376ED8908506D49209198D06FE(/*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = ___maxStackSize0; int32_t L_4 = V_0; if (!((int32_t)((int32_t)L_3%(int32_t)L_4))) { goto IL_0027; } } { int32_t L_5 = ___maxStackSize0; int32_t L_6 = V_0; int32_t L_7 = V_0; ___maxStackSize0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_5/(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))), (int32_t)L_7)); } IL_0027: { int32_t L_8 = ___maxStackSize0; int32_t L_9; L_9 = Thread_SystemMaxStackStize_mCAED31719F159EB63E2E1EC671BAAFFE07B340BE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Void System.Threading.Thread::SetStart(System.MulticastDelegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SetStart_m1730D3799CAF944368555AED7E29F162F665BB4D (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, MulticastDelegate_t * ___start0, int32_t ___maxStackSize1, const RuntimeMethod* method) { { MulticastDelegate_t * L_0 = ___start0; __this->set_m_Delegate_12(L_0); InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_1; L_1 = Thread_get_Internal_mE38B0B156077D36444ABCAEEE168CC1EA671C49D(__this, /*hidden argument*/NULL); int32_t L_2 = ___maxStackSize1; L_1->set_stack_size_22(L_2); return; } } // System.Int32 System.Threading.Thread::get_ManagedThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_ManagedThreadId_m7818C94F78A2DE2C7C278F6EA24B31F2BB758FD0 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { { InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_0; L_0 = Thread_get_Internal_mE38B0B156077D36444ABCAEEE168CC1EA671C49D(__this, /*hidden argument*/NULL); int32_t L_1 = L_0->get_managed_id_25(); return L_1; } } // System.Void System.Threading.Thread::BeginCriticalRegion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_BeginCriticalRegion_m919E28BF2E8A2887323D51737DCFD902E301C656 (const RuntimeMethod* method) { { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_0; L_0 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_1; L_1 = Thread_get_Internal_mE38B0B156077D36444ABCAEEE168CC1EA671C49D(L_0, /*hidden argument*/NULL); InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_2 = L_1; int32_t L_3 = L_2->get_critical_region_level_24(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); L_2->set_critical_region_level_24(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void System.Threading.Thread::EndCriticalRegion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_EndCriticalRegion_m61AA3547233ADB3CD128FBB1962664C2AE3F5F88 (const RuntimeMethod* method) { { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_0; L_0 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_1; L_1 = Thread_get_Internal_mE38B0B156077D36444ABCAEEE168CC1EA671C49D(L_0, /*hidden argument*/NULL); InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_2 = L_1; int32_t L_3 = L_2->get_critical_region_level_24(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); L_2->set_critical_region_level_24(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); return; } } // System.Int32 System.Threading.Thread::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_GetHashCode_mC96AA6134B43A55B14365B6EF69BC460EDDF9663 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Thread_get_ManagedThreadId_m7818C94F78A2DE2C7C278F6EA24B31F2BB758FD0(__this, /*hidden argument*/NULL); return L_0; } } // System.Threading.ThreadState System.Threading.Thread::ValidateThreadState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_ValidateThreadState_mF13C280C1274B5E755EF8F110C50A9AC131D70E0 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * L_0; L_0 = Thread_get_Internal_mE38B0B156077D36444ABCAEEE168CC1EA671C49D(__this, /*hidden argument*/NULL); int32_t L_1; L_1 = Thread_GetState_mC24B6A2A6B3DF1E62FD3A07BCCD0166E995DF320(L_0, /*hidden argument*/NULL); int32_t L_2 = L_1; G_B1_0 = L_2; if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)16)))) { G_B2_0 = L_2; goto IL_001c; } } { ThreadStateException_t99CA51DDC7644BF3CD58ED773C9FA3F22EE2B3EA * L_3 = (ThreadStateException_t99CA51DDC7644BF3CD58ED773C9FA3F22EE2B3EA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadStateException_t99CA51DDC7644BF3CD58ED773C9FA3F22EE2B3EA_il2cpp_TypeInfo_var))); ThreadStateException__ctor_mFF9477D7911F7FE61D099728A99223DA6B1E34CB(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral90FF557488E6F0D6D9CEB4F01539E2182BDCD3B1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Thread_ValidateThreadState_mF13C280C1274B5E755EF8F110C50A9AC131D70E0_RuntimeMethod_var))); } IL_001c: { return G_B2_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.ThreadAbortException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadAbortException__ctor_m517CBA717E6EEF8FCB0A0F13F48F766FF60C7F7E (ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); String_t* L_0; L_0 = Exception_GetMessageFromNativeResources_m7FBF7F85AA0B495142B3B6E5AA10FEB43F51A8F1(1, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233040), /*hidden argument*/NULL); return; } } // System.Void System.Threading.ThreadAbortException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadAbortException__ctor_m647762B383ACA070A7213CEDDD5F20CFD6C41DFF (ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.ThreadHelper::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadHelper__cctor_m5798F9E68D2B221B1ACA29B04A4303C26799B78C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadHelper_ThreadStart_Context_mEFA99C130083CC6A1E3D73C448DCC29C0DC12C3B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * L_0 = (ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B *)il2cpp_codegen_object_new(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B_il2cpp_TypeInfo_var); ContextCallback__ctor_mC019DFC7EF9F0900B3B8915F92706BC3BC4EB477(L_0, NULL, (intptr_t)((intptr_t)ThreadHelper_ThreadStart_Context_mEFA99C130083CC6A1E3D73C448DCC29C0DC12C3B_RuntimeMethod_var), /*hidden argument*/NULL); ((ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_StaticFields*)il2cpp_codegen_static_fields_for(ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var))->set__ccb_3(L_0); return; } } // System.Void System.Threading.ThreadHelper::.ctor(System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadHelper__ctor_mC771EA2D730813F9F8432BD64D72D53298854CE9 (ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * __this, Delegate_t * ___start0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Delegate_t * L_0 = ___start0; __this->set__start_0(L_0); return; } } // System.Void System.Threading.ThreadHelper::SetExecutionContextHelper(System.Threading.ExecutionContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadHelper_SetExecutionContextHelper_m1D8E57074148759BE3C547E5267F980366B3E107 (ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * __this, ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___ec0, const RuntimeMethod* method) { { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_0 = ___ec0; __this->set__executionContext_2(L_0); return; } } // System.Void System.Threading.ThreadHelper::ThreadStart_Context(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadHelper_ThreadStart_Context_mEFA99C130083CC6A1E3D73C448DCC29C0DC12C3B (RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * V_0 = NULL; { RuntimeObject * L_0 = ___state0; V_0 = ((ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C *)CastclassClass((RuntimeObject*)L_0, ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var)); ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * L_1 = V_0; Delegate_t * L_2 = L_1->get__start_0(); if (!((ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 *)IsInstSealed((RuntimeObject*)L_2, ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var))) { goto IL_0025; } } { ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * L_3 = V_0; Delegate_t * L_4 = L_3->get__start_0(); ThreadStart_Invoke_m784444605A7ADF6A9948A4587DF33CDAC1B06536(((ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 *)CastclassSealed((RuntimeObject*)L_4, ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } IL_0025: { ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * L_5 = V_0; Delegate_t * L_6 = L_5->get__start_0(); ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * L_7 = V_0; RuntimeObject * L_8 = L_7->get__startArg_1(); ParameterizedThreadStart_Invoke_m1293332FBB6F4432B40B60F7349571D3633CFC26(((ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 *)CastclassSealed((RuntimeObject*)L_6, ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516_il2cpp_TypeInfo_var)), L_8, /*hidden argument*/NULL); return; } } // System.Void System.Threading.ThreadHelper::ThreadStart(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadHelper_ThreadStart_m90F49B4E93497F85E8723652E94DA9EE8BB95563 (ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; __this->set__startArg_1(L_0); ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_1 = __this->get__executionContext_2(); if (!L_1) { goto IL_0021; } } { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_2 = __this->get__executionContext_2(); IL2CPP_RUNTIME_CLASS_INIT(ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var); ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * L_3 = ((ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_StaticFields*)il2cpp_codegen_static_fields_for(ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var))->get__ccb_3(); IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_Run_m818AB2408824BF47B0D639082CDC164DBF9259D4(L_2, L_3, __this, /*hidden argument*/NULL); return; } IL_0021: { Delegate_t * L_4 = __this->get__start_0(); RuntimeObject * L_5 = ___obj0; ParameterizedThreadStart_Invoke_m1293332FBB6F4432B40B60F7349571D3633CFC26(((ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 *)CastclassSealed((RuntimeObject*)L_4, ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL); return; } } // System.Void System.Threading.ThreadHelper::ThreadStart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadHelper_ThreadStart_mC318A75A5714AE02B4EE8CB444BDDACD13E45C84 (ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_0 = __this->get__executionContext_2(); if (!L_0) { goto IL_001a; } } { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_1 = __this->get__executionContext_2(); IL2CPP_RUNTIME_CLASS_INIT(ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var); ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * L_2 = ((ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_StaticFields*)il2cpp_codegen_static_fields_for(ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C_il2cpp_TypeInfo_var))->get__ccb_3(); IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_Run_m818AB2408824BF47B0D639082CDC164DBF9259D4(L_1, L_2, __this, /*hidden argument*/NULL); return; } IL_001a: { Delegate_t * L_3 = __this->get__start_0(); ThreadStart_Invoke_m784444605A7ADF6A9948A4587DF33CDAC1B06536(((ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 *)CastclassSealed((RuntimeObject*)L_3, ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var)), /*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.Threading.ThreadInterruptedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadInterruptedException__ctor_m2A8A6707FDACEC049D1AB588B49B5C99155882F1 (ThreadInterruptedException_t79671BFC28D9946768F83A1CFE78A2D586FF02DD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); String_t* L_0; L_0 = Exception_GetMessageFromNativeResources_m7FBF7F85AA0B495142B3B6E5AA10FEB43F51A8F1(2, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233063), /*hidden argument*/NULL); return; } } // System.Void System.Threading.ThreadInterruptedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadInterruptedException__ctor_m1A5B1AE02E4EA17106843F175FD212CB971BBB12 (ThreadInterruptedException_t79671BFC28D9946768F83A1CFE78A2D586FF02DD * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.RegisteredWaitHandle System.Threading.ThreadPool::RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean,System.Threading.StackCrawlMark&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * ThreadPool_RegisterWaitForSingleObject_mE3C263E1E2295697627173BA28DB19626D4D36B5 (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ___waitObject0, WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * ___callBack1, RuntimeObject * ___state2, uint32_t ___millisecondsTimeOutInterval3, bool ___executeOnlyOnce4, int32_t* ___stackMark5, bool ___compressStack6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegisteredWaitHandle_Wait_m91355F068145874E72DEE6DE1FFCD4F82F699BFD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * V_0 = NULL; { WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_0 = ___waitObject0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA00BAEFA6CE6A1B7FA9BFEB37F61FF06E82875B4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadPool_RegisterWaitForSingleObject_mE3C263E1E2295697627173BA28DB19626D4D36B5_RuntimeMethod_var))); } IL_000e: { WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * L_2 = ___callBack1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB382FDA4B30D0397739E8EC9B987AB66568010F7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadPool_RegisterWaitForSingleObject_mE3C263E1E2295697627173BA28DB19626D4D36B5_RuntimeMethod_var))); } IL_001c: { uint32_t L_4 = ___millisecondsTimeOutInterval3; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0033; } } { uint32_t L_5 = ___millisecondsTimeOutInterval3; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)2147483647LL))))) { goto IL_0033; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_6 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C6A35AD4C5AFC14F85050EBA769FD7971435FD5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadPool_RegisterWaitForSingleObject_mE3C263E1E2295697627173BA28DB19626D4D36B5_RuntimeMethod_var))); } IL_0033: { WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_7 = ___waitObject0; WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * L_8 = ___callBack1; RuntimeObject * L_9 = ___state2; uint32_t L_10 = ___millisecondsTimeOutInterval3; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_11; memset((&L_11), 0, sizeof(L_11)); TimeSpan__ctor_mFE30160F8A810C83375D9A98580BDD8CAE58BE14((&L_11), 0, 0, 0, 0, L_10, /*hidden argument*/NULL); bool L_12 = ___executeOnlyOnce4; RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_13 = (RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F *)il2cpp_codegen_object_new(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F_il2cpp_TypeInfo_var); RegisteredWaitHandle__ctor_mB2B63126CBE0B0DF7B30D8E63C7FC37FF071693A(L_13, L_7, L_8, L_9, L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; bool L_14 = ___compressStack6; if (!L_14) { goto IL_0061; } } { RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_15 = V_0; WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_16 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_16, L_15, (intptr_t)((intptr_t)RegisteredWaitHandle_Wait_m91355F068145874E72DEE6DE1FFCD4F82F699BFD_RuntimeMethod_var), /*hidden argument*/NULL); bool L_17; L_17 = ThreadPool_QueueUserWorkItem_mA55899F403EAC69AE3C72A4F3E5FD207C131616C(L_16, NULL, /*hidden argument*/NULL); goto IL_0074; } IL_0061: { RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_18 = V_0; WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_19 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_19, L_18, (intptr_t)((intptr_t)RegisteredWaitHandle_Wait_m91355F068145874E72DEE6DE1FFCD4F82F699BFD_RuntimeMethod_var), /*hidden argument*/NULL); bool L_20; L_20 = ThreadPool_UnsafeQueueUserWorkItem_m9B9388DD623D33685D415D639455591D4DD967C6(L_19, NULL, /*hidden argument*/NULL); } IL_0074: { RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_21 = V_0; return L_21; } } // System.Threading.RegisteredWaitHandle System.Threading.ThreadPool::RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * ThreadPool_RegisterWaitForSingleObject_m1F4EF777314C8B64366F0A6407505B29CB8D7D48 (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ___waitObject0, WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * ___callBack1, RuntimeObject * ___state2, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeout3, bool ___executeOnlyOnce4, const RuntimeMethod* method) { int64_t V_0 = 0; int32_t V_1 = 0; { double L_0; L_0 = TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&___timeout3), /*hidden argument*/NULL); V_0 = il2cpp_codegen_cast_double_to_int(L_0); int64_t L_1 = V_0; if ((((int64_t)L_1) >= ((int64_t)((int64_t)((int64_t)(-1)))))) { goto IL_0023; } } { String_t* L_2; L_2 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF1A94226319ED8615DDD2BB4992AABEBECC51E58)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4044F71E1BE65840634E2AF1C09536F10DBF2AF5)), L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadPool_RegisterWaitForSingleObject_m1F4EF777314C8B64366F0A6407505B29CB8D7D48_RuntimeMethod_var))); } IL_0023: { int64_t L_4 = V_0; if ((((int64_t)L_4) <= ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_0041; } } { String_t* L_5; L_5 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2A73FCF556BC3969CCEE9F50C21F1C97501D4A97)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4044F71E1BE65840634E2AF1C09536F10DBF2AF5)), L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadPool_RegisterWaitForSingleObject_m1F4EF777314C8B64366F0A6407505B29CB8D7D48_RuntimeMethod_var))); } IL_0041: { V_1 = 1; WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_7 = ___waitObject0; WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * L_8 = ___callBack1; RuntimeObject * L_9 = ___state2; int64_t L_10 = V_0; bool L_11 = ___executeOnlyOnce4; RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_12; L_12 = ThreadPool_RegisterWaitForSingleObject_mE3C263E1E2295697627173BA28DB19626D4D36B5(L_7, L_8, L_9, ((int32_t)((uint32_t)L_10)), L_11, (int32_t*)(&V_1), (bool)1, /*hidden argument*/NULL); return L_12; } } // System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_mA55899F403EAC69AE3C72A4F3E5FD207C131616C (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, RuntimeObject * ___state1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_0 = ___callBack0; RuntimeObject * L_1 = ___state1; bool L_2; L_2 = ThreadPool_QueueUserWorkItemHelper_m7E8B39794A51130AAD44C98C0BBAD51BCCC7F20B(L_0, L_1, (int32_t*)(&V_0), (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Threading.ThreadPool::UnsafeQueueUserWorkItem(System.Threading.WaitCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_UnsafeQueueUserWorkItem_m9B9388DD623D33685D415D639455591D4DD967C6 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, RuntimeObject * ___state1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_0 = ___callBack0; RuntimeObject * L_1 = ___state1; bool L_2; L_2 = ThreadPool_QueueUserWorkItemHelper_m7E8B39794A51130AAD44C98C0BBAD51BCCC7F20B(L_0, L_1, (int32_t*)(&V_0), (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Threading.ThreadPool::QueueUserWorkItemHelper(System.Threading.WaitCallback,System.Object,System.Threading.StackCrawlMark&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItemHelper_m7E8B39794A51130AAD44C98C0BBAD51BCCC7F20B (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, RuntimeObject * ___state1, int32_t* ___stackMark2, bool ___compressStack3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)1; WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_0 = ___callBack0; if (!L_0) { goto IL_0025; } } { ThreadPool_EnsureVMInitialized_m1054DBA955415A36B3445AE6D78C71971AC4D8CB(/*hidden argument*/NULL); } IL_000a: try { // begin try (depth: 1) IL2CPP_LEAVE(0x30, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_1 = ___callBack0; RuntimeObject * L_2 = ___state1; bool L_3 = ___compressStack3; int32_t* L_4 = ___stackMark2; QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A * L_5 = (QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A *)il2cpp_codegen_object_new(QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A_il2cpp_TypeInfo_var); QueueUserWorkItemCallback__ctor_m2621197A5C39DC2D114DF287E9A862345DC18960(L_5, L_1, L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); V_1 = L_5; IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_6 = ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->get_workQueue_5(); QueueUserWorkItemCallback_tB84DE760B2C0C27766032253AC0E18AAA64AD70A * L_7 = V_1; ThreadPoolWorkQueue_Enqueue_mED7EFC6D6E5F0B0B6D47FA6CF756DFD0347E65B8(L_6, L_7, (bool)1, /*hidden argument*/NULL); V_0 = (bool)1; IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x30, IL_0030) } IL_0025: { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_8 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2295A0B4929F9886408EA9353526FC935B4A5694)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadPool_QueueUserWorkItemHelper_m7E8B39794A51130AAD44C98C0BBAD51BCCC7F20B_RuntimeMethod_var))); } IL_0030: { bool L_9 = V_0; return L_9; } } // System.Void System.Threading.ThreadPool::UnsafeQueueCustomWorkItem(System.Threading.IThreadPoolWorkItem,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_UnsafeQueueCustomWorkItem_m577D7B58F5E11C8D582C600F2E94033BDB9B93EE (RuntimeObject* ___workItem0, bool ___forceGlobal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ThreadPool_EnsureVMInitialized_m1054DBA955415A36B3445AE6D78C71971AC4D8CB(/*hidden argument*/NULL); } IL_0005: try { // begin try (depth: 1) IL2CPP_LEAVE(0x14, FINALLY_0007); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0007; } FINALLY_0007: { // begin finally (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_0 = ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->get_workQueue_5(); RuntimeObject* L_1 = ___workItem0; bool L_2 = ___forceGlobal1; ThreadPoolWorkQueue_Enqueue_mED7EFC6D6E5F0B0B6D47FA6CF756DFD0347E65B8(L_0, L_1, L_2, /*hidden argument*/NULL); IL2CPP_END_FINALLY(7) } // end finally (depth: 1) IL2CPP_CLEANUP(7) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x14, IL_0014) } IL_0014: { return; } } // System.Boolean System.Threading.ThreadPool::TryPopCustomWorkItem(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_TryPopCustomWorkItem_mD5F9DEE34EB53BFC184D22A4425E4761092E4DED (RuntimeObject* ___workItem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); bool L_0 = ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->get_vmTpInitialized_3(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000b; } } { return (bool)0; } IL_000b: { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_1 = ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->get_workQueue_5(); RuntimeObject* L_2 = ___workItem0; bool L_3; L_3 = ThreadPoolWorkQueue_LocalFindAndPop_m0DDFA0EA51FE301283FA4E2A5F1DA8BB0260DEA3(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Collections.Generic.IEnumerable`1 System.Threading.ThreadPool::GetQueuedWorkItems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ThreadPool_GetQueuedWorkItems_m408AC58FD2162CEA35A930F47D335EA92DA2100F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SparseArray_1_get_Current_mEC23BD67D0DADCC4FEE14D2C5F95B45505202F8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var); SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 * L_0 = ((ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var))->get_allThreadQueues_2(); WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* L_1; L_1 = SparseArray_1_get_Current_mEC23BD67D0DADCC4FEE14D2C5F95B45505202F8B(L_0, /*hidden argument*/SparseArray_1_get_Current_mEC23BD67D0DADCC4FEE14D2C5F95B45505202F8B_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_2 = ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->get_workQueue_5(); QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_3 = L_2->get_queueTail_1(); il2cpp_codegen_memory_barrier(); RuntimeObject* L_4; L_4 = ThreadPool_EnumerateQueuedWorkItems_m475BB4813C4BB979AFF554ADDD17074E0C9A60B2(L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Collections.Generic.IEnumerable`1 System.Threading.ThreadPool::EnumerateQueuedWorkItems(System.Threading.ThreadPoolWorkQueue/WorkStealingQueue[],System.Threading.ThreadPoolWorkQueue/QueueSegment) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ThreadPool_EnumerateQueuedWorkItems_m475BB4813C4BB979AFF554ADDD17074E0C9A60B2 (WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* ___wsQueues0, QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * ___globalQueueTail1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD * L_0 = (U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD *)il2cpp_codegen_object_new(U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD_il2cpp_TypeInfo_var); U3CEnumerateQueuedWorkItemsU3Ed__21__ctor_m2522F8A938E01AC237E0B403198B366F5E139A24(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD * L_1 = L_0; WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* L_2 = ___wsQueues0; L_1->set_U3CU3E3__wsQueues_4(L_2); U3CEnumerateQueuedWorkItemsU3Ed__21_tF069F486DA9CB1A00C0998401737C7FA776F53BD * L_3 = L_1; QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_4 = ___globalQueueTail1; L_3->set_U3CU3E3__globalQueueTail_8(L_4); return L_3; } } // System.Boolean System.Threading.ThreadPool::RequestWorkerThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_RequestWorkerThread_m3F01E90DA40D1B95B6CAC3E5DDD42DB086D943DB (const RuntimeMethod* method) { typedef bool (*ThreadPool_RequestWorkerThread_m3F01E90DA40D1B95B6CAC3E5DDD42DB086D943DB_ftn) (); using namespace il2cpp::icalls; return ((ThreadPool_RequestWorkerThread_m3F01E90DA40D1B95B6CAC3E5DDD42DB086D943DB_ftn)ves_icall_System_Threading_ThreadPool_RequestWorkerThread) (); } // System.Void System.Threading.ThreadPool::EnsureVMInitialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_EnsureVMInitialized_m1054DBA955415A36B3445AE6D78C71971AC4D8CB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); bool L_0 = ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->get_vmTpInitialized_3(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); ThreadPool_InitializeVMTp_m8D82D37BCCA3E287A8A62FDFFCF8D924E4C5DC2A((bool*)(((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->get_address_of_enableWorkerTracking_4()), /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->set_vmTpInitialized_3(1); } IL_001b: { return; } } // System.Boolean System.Threading.ThreadPool::NotifyWorkItemComplete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_NotifyWorkItemComplete_m6D7E9EA6A236D2F5616ECC3AC87B312DCD6A9FF0 (const RuntimeMethod* method) { typedef bool (*ThreadPool_NotifyWorkItemComplete_m6D7E9EA6A236D2F5616ECC3AC87B312DCD6A9FF0_ftn) (); using namespace il2cpp::icalls; return ((ThreadPool_NotifyWorkItemComplete_m6D7E9EA6A236D2F5616ECC3AC87B312DCD6A9FF0_ftn)ves_icall_System_Threading_ThreadPool_NotifyWorkItemComplete) (); } // System.Void System.Threading.ThreadPool::ReportThreadStatus(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_ReportThreadStatus_m084CA12FEC79C6F8988C81D9182B0DED4EA6A622 (bool ___isWorking0, const RuntimeMethod* method) { typedef void (*ThreadPool_ReportThreadStatus_m084CA12FEC79C6F8988C81D9182B0DED4EA6A622_ftn) (bool); using namespace il2cpp::icalls; ((ThreadPool_ReportThreadStatus_m084CA12FEC79C6F8988C81D9182B0DED4EA6A622_ftn)ves_icall_System_Threading_ThreadPool_ReportThreadStatus) (___isWorking0); } // System.Void System.Threading.ThreadPool::NotifyWorkItemProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_NotifyWorkItemProgress_m0CEC02510478B9444C0D8F98D28305517F8632A7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); bool L_0 = ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->get_vmTpInitialized_3(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); ThreadPool_InitializeVMTp_m8D82D37BCCA3E287A8A62FDFFCF8D924E4C5DC2A((bool*)(((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->get_address_of_enableWorkerTracking_4()), /*hidden argument*/NULL); } IL_0013: { ThreadPool_NotifyWorkItemProgressNative_mFC03AA807F078CA62DB114FF56077427BE16ED54(/*hidden argument*/NULL); return; } } // System.Void System.Threading.ThreadPool::NotifyWorkItemProgressNative() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_NotifyWorkItemProgressNative_mFC03AA807F078CA62DB114FF56077427BE16ED54 (const RuntimeMethod* method) { typedef void (*ThreadPool_NotifyWorkItemProgressNative_mFC03AA807F078CA62DB114FF56077427BE16ED54_ftn) (); using namespace il2cpp::icalls; ((ThreadPool_NotifyWorkItemProgressNative_mFC03AA807F078CA62DB114FF56077427BE16ED54_ftn)ves_icall_System_Threading_ThreadPool_NotifyWorkItemProgressNative) (); } // System.Boolean System.Threading.ThreadPool::IsThreadPoolHosted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_IsThreadPoolHosted_m963E15B11AA36E906C564907479E53C3888DF85D (const RuntimeMethod* method) { typedef bool (*ThreadPool_IsThreadPoolHosted_m963E15B11AA36E906C564907479E53C3888DF85D_ftn) (); using namespace il2cpp::icalls; return ((ThreadPool_IsThreadPoolHosted_m963E15B11AA36E906C564907479E53C3888DF85D_ftn)ves_icall_System_Threading_ThreadPool_IsThreadPoolHosted) (); } // System.Void System.Threading.ThreadPool::InitializeVMTp(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_InitializeVMTp_m8D82D37BCCA3E287A8A62FDFFCF8D924E4C5DC2A (bool* ___enableWorkerTracking0, const RuntimeMethod* method) { typedef void (*ThreadPool_InitializeVMTp_m8D82D37BCCA3E287A8A62FDFFCF8D924E4C5DC2A_ftn) (bool*); using namespace il2cpp::icalls; ((ThreadPool_InitializeVMTp_m8D82D37BCCA3E287A8A62FDFFCF8D924E4C5DC2A_ftn)ves_icall_System_Threading_ThreadPool_InitializeVMTp) (___enableWorkerTracking0); } #ifdef __clang__ #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.Threading.ThreadPoolGlobals::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolGlobals__cctor_m133D2741CA49D6EDD1685FE8A337CAFAD862AB77 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->set_tpQuantum_0(((int32_t)30)); int32_t L_0; L_0 = Environment_get_ProcessorCount_m32354B9724A21AE041AC75C0E470687E33B93D33(/*hidden argument*/NULL); ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->set_processorCount_1(L_0); bool L_1; L_1 = ThreadPool_IsThreadPoolHosted_m963E15B11AA36E906C564907479E53C3888DF85D(/*hidden argument*/NULL); ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->set_tpHosted_2(L_1); ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_2 = (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 *)il2cpp_codegen_object_new(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var); ThreadPoolWorkQueue__ctor_m42FBF1BBECA10A28D05BF0E0B2A7EC8063C74546(L_2, /*hidden argument*/NULL); ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->set_workQueue_5(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.ThreadPoolTaskScheduler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolTaskScheduler__ctor_mF6C9744A8A0B97A78428B2EC5703EEAAB9D5DE64 (ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); TaskScheduler__ctor_mA7283D246E3C2E6AB7040D67B5BC4160EA5E99E7(__this, /*hidden argument*/NULL); int32_t L_0; L_0 = TaskScheduler_get_Id_m2DC6D2CF6E1D683698EDBE0EA8CEB7E27919FA3F(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.ThreadPoolTaskScheduler::LongRunningThreadWork(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolTaskScheduler_LongRunningThreadWork_m20883EE982E8FE981C7A3D88BA27E922030FAA0A (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = Task_ExecuteEntry_m55634616576BB085EF3CEDB04801C4183FE1B053(((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)IsInstClass((RuntimeObject*)L_0, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.ThreadPoolTaskScheduler::QueueTask(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolTaskScheduler_QueueTask_m1D8856C2A5E824DC95F95153A6D21D67A96FCF77 (ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ___task0; int32_t L_1; L_1 = Task_get_Options_m180AFCE34C4FBABB5F90B27A3CC4E1574C37E4A8(L_0, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_1&(int32_t)2))) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA_il2cpp_TypeInfo_var); ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * L_2 = ((ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA_il2cpp_TypeInfo_var))->get_s_longRunningThreadWork_6(); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_3 = (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *)il2cpp_codegen_object_new(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var); Thread__ctor_m4E8C9D36164CFCFD65989CAE0F6456AC40BC4492(L_3, L_2, /*hidden argument*/NULL); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_4 = L_3; Thread_set_IsBackground_m8CAEC157A236A574FE83FDB22D693AB1681B01B0(L_4, (bool)1, /*hidden argument*/NULL); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_5 = ___task0; Thread_Start_m11EE2B4E0C1BC8520655644C1C31C0CFFC23B5B7(L_4, L_5, /*hidden argument*/NULL); return; } IL_0022: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_6 = ___task0; int32_t L_7; L_7 = Task_get_Options_m180AFCE34C4FBABB5F90B27A3CC4E1574C37E4A8(L_6, /*hidden argument*/NULL); V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_8 = ___task0; bool L_9 = V_0; ThreadPool_UnsafeQueueCustomWorkItem_m577D7B58F5E11C8D582C600F2E94033BDB9B93EE(L_8, L_9, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Tasks.ThreadPoolTaskScheduler::TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPoolTaskScheduler_TryExecuteTaskInline_m7B31B446BB88F287B9B2094FFE83855CB41735D4 (ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, bool ___taskWasPreviouslyQueued1, const RuntimeMethod* method) { bool V_0 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = ___taskWasPreviouslyQueued1; if (!L_0) { goto IL_000d; } } { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_1 = ___task0; bool L_2; L_2 = ThreadPool_TryPopCustomWorkItem_mD5F9DEE34EB53BFC184D22A4425E4761092E4DED(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000d; } } { return (bool)0; } IL_000d: { V_0 = (bool)0; } IL_000f: try { // begin try (depth: 1) Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_3 = ___task0; bool L_4; L_4 = Task_ExecuteEntry_m55634616576BB085EF3CEDB04801C4183FE1B053(L_3, (bool)0, /*hidden argument*/NULL); V_0 = L_4; IL2CPP_LEAVE(0x23, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) { bool L_5 = ___taskWasPreviouslyQueued1; if (!L_5) { goto IL_0022; } } IL_001c: { VirtActionInvoker0::Invoke(8 /* System.Void System.Threading.Tasks.TaskScheduler::NotifyWorkItemProgress() */, __this); } IL_0022: { IL2CPP_END_FINALLY(25) } } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x23, IL_0023) } IL_0023: { bool L_6 = V_0; return L_6; } } // System.Boolean System.Threading.Tasks.ThreadPoolTaskScheduler::TryDequeue(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPoolTaskScheduler_TryDequeue_mF985300773A7EEBB450BB94FA84E09B156636DEE (ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, const RuntimeMethod* method) { { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ___task0; bool L_1; L_1 = ThreadPool_TryPopCustomWorkItem_mD5F9DEE34EB53BFC184D22A4425E4761092E4DED(L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.Generic.IEnumerable`1 System.Threading.Tasks.ThreadPoolTaskScheduler::GetScheduledTasks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ThreadPoolTaskScheduler_GetScheduledTasks_m5BCB6C67D732ED23E1B917EC35AB832A1A3C31C1 (ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA * __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = ThreadPool_GetQueuedWorkItems_m408AC58FD2162CEA35A930F47D335EA92DA2100F(/*hidden argument*/NULL); RuntimeObject* L_1; L_1 = ThreadPoolTaskScheduler_FilterTasksFromWorkItems_m1ED6CEAE99D019923A9B46F08AF4E8F5BB222144(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.Generic.IEnumerable`1 System.Threading.Tasks.ThreadPoolTaskScheduler::FilterTasksFromWorkItems(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ThreadPoolTaskScheduler_FilterTasksFromWorkItems_m1ED6CEAE99D019923A9B46F08AF4E8F5BB222144 (ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA * __this, RuntimeObject* ___tpwItems0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040 * L_0 = (U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040 *)il2cpp_codegen_object_new(U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040_il2cpp_TypeInfo_var); U3CFilterTasksFromWorkItemsU3Ed__7__ctor_m03A64629D95A588A0FFE43D8881C698928A4173E(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CFilterTasksFromWorkItemsU3Ed__7_tD560179E466F2CE2E14AD67C91EC9739A58C9040 * L_1 = L_0; RuntimeObject* L_2 = ___tpwItems0; L_1->set_U3CU3E3__tpwItems_4(L_2); return L_1; } } // System.Void System.Threading.Tasks.ThreadPoolTaskScheduler::NotifyWorkItemProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolTaskScheduler_NotifyWorkItemProgress_mA874044BAA07DA3AB15A1E09EEB26435AE46DE3F (ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA * __this, const RuntimeMethod* method) { { ThreadPool_NotifyWorkItemProgress_m0CEC02510478B9444C0D8F98D28305517F8632A7(/*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Tasks.ThreadPoolTaskScheduler::get_RequiresAtomicStartTransition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPoolTaskScheduler_get_RequiresAtomicStartTransition_m49A7D71E1A9E94B04B7C5600B1AD240FB184301B (ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Threading.Tasks.ThreadPoolTaskScheduler::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolTaskScheduler__cctor_m9EFB3BD8736A4245BEB1416DDF8819E8A97178ED (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolTaskScheduler_LongRunningThreadWork_m20883EE982E8FE981C7A3D88BA27E922030FAA0A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 * L_0 = (ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516 *)il2cpp_codegen_object_new(ParameterizedThreadStart_t5C6FC428171B904D8547954B337B373083E89516_il2cpp_TypeInfo_var); ParameterizedThreadStart__ctor_m6F49448AAE802068CE1DB1BE519962708DA871B0(L_0, NULL, (intptr_t)((intptr_t)ThreadPoolTaskScheduler_LongRunningThreadWork_m20883EE982E8FE981C7A3D88BA27E922030FAA0A_RuntimeMethod_var), /*hidden argument*/NULL); ((ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolTaskScheduler_t92487E31A2D014A33A4AE9C1AC4AEDDD34F758AA_il2cpp_TypeInfo_var))->set_s_longRunningThreadWork_6(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.Threading.ThreadPoolWorkQueue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue__ctor_m42FBF1BBECA10A28D05BF0E0B2A7EC8063C74546 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * V_0 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_0 = (QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 *)il2cpp_codegen_object_new(QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4_il2cpp_TypeInfo_var); QueueSegment__ctor_mD1DED97C8BC1FBD4987B5A706AAFAD02EE6FAA0B(L_0, /*hidden argument*/NULL); QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_1 = L_0; V_0 = L_1; il2cpp_codegen_memory_barrier(); __this->set_queueHead_0(L_1); QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_2 = V_0; il2cpp_codegen_memory_barrier(); __this->set_queueTail_1(L_2); return; } } // System.Threading.ThreadPoolWorkQueueThreadLocals System.Threading.ThreadPoolWorkQueue::EnsureCurrentThreadHasQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * ThreadPoolWorkQueue_EnsureCurrentThreadHasQueue_m9EDE31806D6F0AB2A80F2B907549B2268839FDA5 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * L_0 = ((ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_il2cpp_TypeInfo_var))->get_threadLocals_0(); if (L_0) { goto IL_0012; } } { ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * L_1 = (ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E *)il2cpp_codegen_object_new(ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_il2cpp_TypeInfo_var); ThreadPoolWorkQueueThreadLocals__ctor_mD92E45C7184452686C2E0B2F32B6D1BEC6C67B6D(L_1, __this, /*hidden argument*/NULL); ((ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_il2cpp_TypeInfo_var))->set_threadLocals_0(L_1); } IL_0012: { ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * L_2 = ((ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_il2cpp_TypeInfo_var))->get_threadLocals_0(); return L_2; } } // System.Void System.Threading.ThreadPoolWorkQueue::EnsureThreadRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue_EnsureThreadRequested_mD876AB12D2060D5F81B3DA70E0877B30CD013057 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_numOutstandingThreadRequests_3(); il2cpp_codegen_memory_barrier(); V_0 = L_0; goto IL_0028; } IL_000b: { int32_t* L_1 = __this->get_address_of_numOutstandingThreadRequests_3(); il2cpp_codegen_memory_barrier(); int32_t L_2 = V_0; int32_t L_3 = V_0; int32_t L_4; L_4 = Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382((int32_t*)L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), L_3, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; int32_t L_6 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0026; } } { bool L_7; L_7 = ThreadPool_RequestWorkerThread_m3F01E90DA40D1B95B6CAC3E5DDD42DB086D943DB(/*hidden argument*/NULL); return; } IL_0026: { int32_t L_8 = V_1; V_0 = L_8; } IL_0028: { int32_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); int32_t L_10 = ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->get_processorCount_1(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_000b; } } { return; } } // System.Void System.Threading.ThreadPoolWorkQueue::MarkThreadRequestSatisfied() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue_MarkThreadRequestSatisfied_mC9A7D064083F91572F6105CC2177ECE80A21F241 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_numOutstandingThreadRequests_3(); il2cpp_codegen_memory_barrier(); V_0 = L_0; goto IL_0021; } IL_000b: { int32_t* L_1 = __this->get_address_of_numOutstandingThreadRequests_3(); il2cpp_codegen_memory_barrier(); int32_t L_2 = V_0; int32_t L_3 = V_0; int32_t L_4; L_4 = Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382((int32_t*)L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), L_3, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; int32_t L_6 = V_0; if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_0025; } } { int32_t L_7 = V_1; V_0 = L_7; } IL_0021: { int32_t L_8 = V_0; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_000b; } } IL_0025: { return; } } // System.Void System.Threading.ThreadPoolWorkQueue::Enqueue(System.Threading.IThreadPoolWorkItem,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue_Enqueue_mED7EFC6D6E5F0B0B6D47FA6CF756DFD0347E65B8 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, RuntimeObject* ___callback0, bool ___forceGlobal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * V_0 = NULL; QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * V_1 = NULL; { V_0 = (ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E *)NULL; bool L_0 = ___forceGlobal1; if (L_0) { goto IL_000b; } } { ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * L_1 = ((ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_il2cpp_TypeInfo_var))->get_threadLocals_0(); V_0 = L_1; } IL_000b: { ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * L_2 = V_0; if (!L_2) { goto IL_001c; } } { ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * L_3 = V_0; WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_4 = L_3->get_workStealingQueue_2(); RuntimeObject* L_5 = ___callback0; WorkStealingQueue_LocalPush_m92BFE3A4F13F918D1EDF904FA311778CFEA58918(L_4, L_5, /*hidden argument*/NULL); goto IL_006c; } IL_001c: { QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_6 = __this->get_queueHead_0(); il2cpp_codegen_memory_barrier(); V_1 = L_6; goto IL_0063; } IL_0027: { QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_7 = V_1; QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 ** L_8 = L_7->get_address_of_Next_2(); il2cpp_codegen_memory_barrier(); QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_9 = (QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 *)il2cpp_codegen_object_new(QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4_il2cpp_TypeInfo_var); QueueSegment__ctor_mD1DED97C8BC1FBD4987B5A706AAFAD02EE6FAA0B(L_9, /*hidden argument*/NULL); QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_10; L_10 = InterlockedCompareExchangeImpl((QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 **)L_8, L_9, (QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 *)NULL); goto IL_0059; } IL_003b: { QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 ** L_11 = __this->get_address_of_queueHead_0(); il2cpp_codegen_memory_barrier(); QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_12 = V_1; QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_13 = L_12->get_Next_2(); il2cpp_codegen_memory_barrier(); QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_14 = V_1; QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_15; L_15 = InterlockedCompareExchangeImpl((QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 **)L_11, L_13, L_14); QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_16 = __this->get_queueHead_0(); il2cpp_codegen_memory_barrier(); V_1 = L_16; } IL_0059: { QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_17 = V_1; QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_18 = L_17->get_Next_2(); il2cpp_codegen_memory_barrier(); if (L_18) { goto IL_003b; } } IL_0063: { QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_19 = V_1; RuntimeObject* L_20 = ___callback0; bool L_21; L_21 = QueueSegment_TryEnqueue_m4E5A4C5317AF2C3367C1F1F88F332E9B0A2FA6A0(L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0027; } } IL_006c: { ThreadPoolWorkQueue_EnsureThreadRequested_mD876AB12D2060D5F81B3DA70E0877B30CD013057(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.ThreadPoolWorkQueue::LocalFindAndPop(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPoolWorkQueue_LocalFindAndPop_m0DDFA0EA51FE301283FA4E2A5F1DA8BB0260DEA3 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, RuntimeObject* ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * V_0 = NULL; { ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * L_0 = ((ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E_il2cpp_TypeInfo_var))->get_threadLocals_0(); V_0 = L_0; ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * L_1 = V_0; if (L_1) { goto IL_000b; } } { return (bool)0; } IL_000b: { ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * L_2 = V_0; WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_3 = L_2->get_workStealingQueue_2(); RuntimeObject* L_4 = ___callback0; bool L_5; L_5 = WorkStealingQueue_LocalFindAndPop_mE985D8B9C6B06F5B009A7CF9DDB2834452EA84A5(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void System.Threading.ThreadPoolWorkQueue::Dequeue(System.Threading.ThreadPoolWorkQueueThreadLocals,System.Threading.IThreadPoolWorkItem&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue_Dequeue_mA874EF418DD0D8101FFF6194B8A6B4021E19F2C4 (ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * __this, ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * ___tl0, RuntimeObject** ___callback1, bool* ___missedSteal2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SparseArray_1_get_Current_mEC23BD67D0DADCC4FEE14D2C5F95B45505202F8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * V_0 = NULL; QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * V_1 = NULL; WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * V_5 = NULL; { RuntimeObject** L_0 = ___callback1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); bool* L_1 = ___missedSteal2; *((int8_t*)L_1) = (int8_t)0; ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * L_2 = ___tl0; WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_3 = L_2->get_workStealingQueue_2(); V_0 = L_3; WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_4 = V_0; RuntimeObject** L_5 = ___callback1; bool L_6; L_6 = WorkStealingQueue_LocalPop_mAEB4C62E33AEED00E90F4FA1B027A9F1BCA450F8(L_4, (RuntimeObject**)L_5, /*hidden argument*/NULL); RuntimeObject** L_7 = ___callback1; RuntimeObject* L_8 = *((RuntimeObject**)L_7); if (L_8) { goto IL_005d; } } { QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_9 = __this->get_queueTail_1(); il2cpp_codegen_memory_barrier(); V_1 = L_9; } IL_0022: { QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_10 = V_1; RuntimeObject** L_11 = ___callback1; bool L_12; L_12 = QueueSegment_TryDequeue_m0D0D6C2BB643668C3C76779A03B4323FB736EEAD(L_10, (RuntimeObject**)L_11, /*hidden argument*/NULL); if (L_12) { goto IL_005d; } } { QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_13 = V_1; QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_14 = L_13->get_Next_2(); il2cpp_codegen_memory_barrier(); if (!L_14) { goto IL_005d; } } { QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_15 = V_1; bool L_16; L_16 = QueueSegment_IsUsedUp_m842AA2F2528B7FECFD6915AA125C8BD001EDB1F6(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_005d; } } { QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 ** L_17 = __this->get_address_of_queueTail_1(); il2cpp_codegen_memory_barrier(); QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_18 = V_1; QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_19 = L_18->get_Next_2(); il2cpp_codegen_memory_barrier(); QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_20 = V_1; QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_21; L_21 = InterlockedCompareExchangeImpl((QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 **)L_17, L_19, L_20); QueueSegment_tBF384DF1C15001FBEDB17378EB22EA233A89A0A4 * L_22 = __this->get_queueTail_1(); il2cpp_codegen_memory_barrier(); V_1 = L_22; goto IL_0022; } IL_005d: { RuntimeObject** L_23 = ___callback1; RuntimeObject* L_24 = *((RuntimeObject**)L_23); if (L_24) { goto IL_00b7; } } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var); SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 * L_25 = ((ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var))->get_allThreadQueues_2(); WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* L_26; L_26 = SparseArray_1_get_Current_mEC23BD67D0DADCC4FEE14D2C5F95B45505202F8B(L_25, /*hidden argument*/SparseArray_1_get_Current_mEC23BD67D0DADCC4FEE14D2C5F95B45505202F8B_RuntimeMethod_var); V_2 = L_26; ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * L_27 = ___tl0; Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * L_28 = L_27->get_random_3(); WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* L_29 = V_2; int32_t L_30; L_30 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(5 /* System.Int32 System.Random::Next(System.Int32) */, L_28, ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))); V_3 = L_30; WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* L_31 = V_2; V_4 = ((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))); goto IL_00b2; } IL_0082: { WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* L_32 = V_2; int32_t L_33 = V_3; WorkStealingQueueU5BU5D_t0A012EBE228687C2D6BB90870F783BA69EEFBD8C* L_34 = V_2; WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_35; L_35 = VolatileRead((WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 **)((L_32)->GetAddressAtUnchecked(static_cast(((int32_t)((int32_t)L_33%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))))))))); V_5 = L_35; WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_36 = V_5; if (!L_36) { goto IL_00a8; } } { WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_37 = V_5; WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_38 = V_0; if ((((RuntimeObject*)(WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 *)L_37) == ((RuntimeObject*)(WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 *)L_38))) { goto IL_00a8; } } { WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_39 = V_5; RuntimeObject** L_40 = ___callback1; bool* L_41 = ___missedSteal2; bool L_42; L_42 = WorkStealingQueue_TrySteal_m0AD529C05511D53702FFD7E2BF7FC84ED4F94201(L_39, (RuntimeObject**)L_40, (bool*)L_41, /*hidden argument*/NULL); if (L_42) { goto IL_00b7; } } IL_00a8: { int32_t L_43 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); int32_t L_44 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)); } IL_00b2: { int32_t L_45 = V_4; if ((((int32_t)L_45) > ((int32_t)0))) { goto IL_0082; } } IL_00b7: { return; } } // System.Boolean System.Threading.ThreadPoolWorkQueue::Dispatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPoolWorkQueue_Dispatch_mCC5743D99870EC7844CAB3FF3FA7D23A44A4A984 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IThreadPoolWorkItem_t03798D5DAC916ADE8FBCBF44C0FD3C307C571C36_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; RuntimeObject* V_3 = NULL; ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * V_4 = NULL; bool V_5 = false; bool V_6 = false; bool V_7 = false; ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_0 = ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->get_workQueue_5(); V_0 = L_0; int32_t L_1; L_1 = Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E(/*hidden argument*/NULL); V_1 = L_1; ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_2 = V_0; ThreadPoolWorkQueue_MarkThreadRequestSatisfied_mC9A7D064083F91572F6105CC2177ECE80A21F241(L_2, /*hidden argument*/NULL); V_2 = (bool)1; V_3 = (RuntimeObject*)NULL; } IL_0016: try { // begin try (depth: 1) try { // begin try (depth: 2) { ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_3 = V_0; ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * L_4; L_4 = ThreadPoolWorkQueue_EnsureCurrentThreadHasQueue_m9EDE31806D6F0AB2A80F2B907549B2268839FDA5(L_3, /*hidden argument*/NULL); V_4 = L_4; goto IL_0088; } IL_0020: { } IL_0021: try { // begin try (depth: 3) IL2CPP_LEAVE(0x41, FINALLY_0023); } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: { // begin finally (depth: 3) { V_5 = (bool)0; ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_5 = V_0; ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * L_6 = V_4; ThreadPoolWorkQueue_Dequeue_mA874EF418DD0D8101FFF6194B8A6B4021E19F2C4(L_5, L_6, (RuntimeObject**)(&V_3), (bool*)(&V_5), /*hidden argument*/NULL); RuntimeObject* L_7 = V_3; if (L_7) { goto IL_003a; } } IL_0035: { bool L_8 = V_5; V_2 = L_8; goto IL_0040; } IL_003a: { ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_9 = V_0; ThreadPoolWorkQueue_EnsureThreadRequested_mD876AB12D2060D5F81B3DA70E0877B30CD013057(L_9, /*hidden argument*/NULL); } IL_0040: { IL2CPP_END_FINALLY(35) } } // end finally (depth: 3) IL2CPP_CLEANUP(35) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x41, IL_0041) } IL_0041: { RuntimeObject* L_10 = V_3; if (L_10) { goto IL_0049; } } IL_0044: { V_6 = (bool)1; IL2CPP_LEAVE(0xBA, FINALLY_00ae); } IL_0049: { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); bool L_11 = ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->get_enableWorkerTracking_4(); if (!L_11) { goto IL_0074; } } IL_0050: { V_7 = (bool)0; } IL_0053: try { // begin try (depth: 3) try { // begin try (depth: 4) IL2CPP_LEAVE(0x5F, FINALLY_0055); } // end try (depth: 4) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0055; } FINALLY_0055: { // begin finally (depth: 4) ThreadPool_ReportThreadStatus_m084CA12FEC79C6F8988C81D9182B0DED4EA6A622((bool)1, /*hidden argument*/NULL); V_7 = (bool)1; IL2CPP_END_FINALLY(85) } // end finally (depth: 4) IL2CPP_CLEANUP(85) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5F, IL_005f) } IL_005f: { RuntimeObject* L_12 = V_3; InterfaceActionInvoker0::Invoke(0 /* System.Void System.Threading.IThreadPoolWorkItem::ExecuteWorkItem() */, IThreadPoolWorkItem_t03798D5DAC916ADE8FBCBF44C0FD3C307C571C36_il2cpp_TypeInfo_var, L_12); V_3 = (RuntimeObject*)NULL; IL2CPP_LEAVE(0x7C, FINALLY_0069); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0069; } FINALLY_0069: { // begin finally (depth: 3) { bool L_13 = V_7; if (!L_13) { goto IL_0073; } } IL_006d: { ThreadPool_ReportThreadStatus_m084CA12FEC79C6F8988C81D9182B0DED4EA6A622((bool)0, /*hidden argument*/NULL); } IL_0073: { IL2CPP_END_FINALLY(105) } } // end finally (depth: 3) IL2CPP_CLEANUP(105) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7C, IL_007c) } IL_0074: { RuntimeObject* L_14 = V_3; InterfaceActionInvoker0::Invoke(0 /* System.Void System.Threading.IThreadPoolWorkItem::ExecuteWorkItem() */, IThreadPoolWorkItem_t03798D5DAC916ADE8FBCBF44C0FD3C307C571C36_il2cpp_TypeInfo_var, L_14); V_3 = (RuntimeObject*)NULL; } IL_007c: { bool L_15; L_15 = ThreadPool_NotifyWorkItemComplete_m6D7E9EA6A236D2F5616ECC3AC87B312DCD6A9FF0(/*hidden argument*/NULL); if (L_15) { goto IL_0088; } } IL_0083: { V_6 = (bool)0; IL2CPP_LEAVE(0xBA, FINALLY_00ae); } IL_0088: { int32_t L_16; L_16 = Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E(/*hidden argument*/NULL); int32_t L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var); uint32_t L_18 = ((ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t50AAD398A680D57959A17CC2A2484C17CC5327B6_il2cpp_TypeInfo_var))->get_tpQuantum_0(); if ((((int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17))))) < ((int64_t)((int64_t)((uint64_t)L_18))))) { goto IL_0020; } } IL_0098: { V_6 = (bool)1; IL2CPP_LEAVE(0xBA, FINALLY_00ae); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_009d; } throw e; } CATCH_009d: { // begin catch(System.Threading.ThreadAbortException) { V_8 = ((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IL2CPP_GET_ACTIVE_EXCEPTION(ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)); RuntimeObject* L_19 = V_3; if (!L_19) { goto IL_00aa; } } IL_00a2: { RuntimeObject* L_20 = V_3; ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 * L_21 = V_8; InterfaceActionInvoker1< ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 * >::Invoke(1 /* System.Void System.Threading.IThreadPoolWorkItem::MarkAborted(System.Threading.ThreadAbortException) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IThreadPoolWorkItem_t03798D5DAC916ADE8FBCBF44C0FD3C307C571C36_il2cpp_TypeInfo_var)), L_20, L_21); } IL_00aa: { V_2 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0xB8, FINALLY_00ae); } } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ae; } FINALLY_00ae: { // begin finally (depth: 1) { bool L_22 = V_2; if (!L_22) { goto IL_00b7; } } IL_00b1: { ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_23 = V_0; ThreadPoolWorkQueue_EnsureThreadRequested_mD876AB12D2060D5F81B3DA70E0877B30CD013057(L_23, /*hidden argument*/NULL); } IL_00b7: { IL2CPP_END_FINALLY(174) } } // end finally (depth: 1) IL2CPP_CLEANUP(174) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBA, IL_00ba) IL2CPP_JUMP_TBL(0xB8, IL_00b8) } IL_00b8: { return (bool)1; } IL_00ba: { bool L_24 = V_6; return L_24; } } // System.Void System.Threading.ThreadPoolWorkQueue::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue__cctor_m02A31C56F609397F6B36E5B9E17FBCB166E5CA0F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SparseArray_1__ctor_mD77DEFF7FD091CCAFD5CDEA42BBFFF0526B4E727_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 * L_0 = (SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 *)il2cpp_codegen_object_new(SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7_il2cpp_TypeInfo_var); SparseArray_1__ctor_mD77DEFF7FD091CCAFD5CDEA42BBFFF0526B4E727(L_0, ((int32_t)16), /*hidden argument*/SparseArray_1__ctor_mD77DEFF7FD091CCAFD5CDEA42BBFFF0526B4E727_RuntimeMethod_var); ((ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var))->set_allThreadQueues_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.ThreadPoolWorkQueueThreadLocals::.ctor(System.Threading.ThreadPoolWorkQueue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueueThreadLocals__ctor_mD92E45C7184452686C2E0B2F32B6D1BEC6C67B6D (ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * __this, ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * ___tpq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SparseArray_1_Add_m35DEA998B9901C61D4BA7368447DC0C6567BEBA7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_0; L_0 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); int32_t L_1; L_1 = Thread_get_ManagedThreadId_m7818C94F78A2DE2C7C278F6EA24B31F2BB758FD0(L_0, /*hidden argument*/NULL); Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * L_2 = (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 *)il2cpp_codegen_object_new(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_il2cpp_TypeInfo_var); Random__ctor_m4372E46E0155A2BA0FA18FB6C0244C6AF650FBB4(L_2, L_1, /*hidden argument*/NULL); __this->set_random_3(L_2); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_3 = ___tpq0; __this->set_workQueue_1(L_3); WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_4 = (WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 *)il2cpp_codegen_object_new(WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0_il2cpp_TypeInfo_var); WorkStealingQueue__ctor_m985BDA69E6EEE3BCC352B6BF8BC4D24C11E8F988(L_4, /*hidden argument*/NULL); __this->set_workStealingQueue_2(L_4); IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var); SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 * L_5 = ((ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var))->get_allThreadQueues_2(); WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_6 = __this->get_workStealingQueue_2(); int32_t L_7; L_7 = SparseArray_1_Add_m35DEA998B9901C61D4BA7368447DC0C6567BEBA7(L_5, L_6, /*hidden argument*/SparseArray_1_Add_m35DEA998B9901C61D4BA7368447DC0C6567BEBA7_RuntimeMethod_var); return; } } // System.Void System.Threading.ThreadPoolWorkQueueThreadLocals::CleanUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueueThreadLocals_CleanUp_m46DA85AEC7ED86CC52031FBD83DE011BF1C2920C (ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SparseArray_1_Remove_mCA594492D591E1835E222FE7EE228791C1D4105F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_0 = __this->get_workStealingQueue_2(); if (!L_0) { goto IL_004d; } } { ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_1 = __this->get_workQueue_1(); if (!L_1) { goto IL_003d; } } { V_0 = (bool)0; goto IL_003a; } IL_0014: { } IL_0015: try { // begin try (depth: 1) IL2CPP_LEAVE(0x3A, FINALLY_0017); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0017; } FINALLY_0017: { // begin finally (depth: 1) { V_1 = (RuntimeObject*)NULL; WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_2 = __this->get_workStealingQueue_2(); bool L_3; L_3 = WorkStealingQueue_LocalPop_mAEB4C62E33AEED00E90F4FA1B027A9F1BCA450F8(L_2, (RuntimeObject**)(&V_1), /*hidden argument*/NULL); if (!L_3) { goto IL_0037; } } IL_0028: { ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35 * L_4 = __this->get_workQueue_1(); RuntimeObject* L_5 = V_1; ThreadPoolWorkQueue_Enqueue_mED7EFC6D6E5F0B0B6D47FA6CF756DFD0347E65B8(L_4, L_5, (bool)1, /*hidden argument*/NULL); goto IL_0039; } IL_0037: { V_0 = (bool)1; } IL_0039: { IL2CPP_END_FINALLY(23) } } // end finally (depth: 1) IL2CPP_CLEANUP(23) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3A, IL_003a) } IL_003a: { bool L_6 = V_0; if (!L_6) { goto IL_0014; } } IL_003d: { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var); SparseArray_1_t112BA24C661CEC8668AB076824EBAC8DCB669DB7 * L_7 = ((ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolWorkQueue_t2CB6EE2051BFDA85C9B8785B89272E8DDD95CB35_il2cpp_TypeInfo_var))->get_allThreadQueues_2(); WorkStealingQueue_t0D430FD823CAB6C050301484CE7516E1573728A0 * L_8 = __this->get_workStealingQueue_2(); SparseArray_1_Remove_mCA594492D591E1835E222FE7EE228791C1D4105F(L_7, L_8, /*hidden argument*/SparseArray_1_Remove_mCA594492D591E1835E222FE7EE228791C1D4105F_RuntimeMethod_var); } IL_004d: { return; } } // System.Void System.Threading.ThreadPoolWorkQueueThreadLocals::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueueThreadLocals_Finalize_mFB8B60211DB77CBB4FFC05792FE0B756BBAA699F (ThreadPoolWorkQueueThreadLocals_t34944E0B6933A8905A98B697463E2EF2AB3FA54E * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { bool L_0; L_0 = Environment_get_HasShutdownStarted_m6B1EC485BF4C4E7F355F9A715E9B4F6A6B069F6A(/*hidden argument*/NULL); if (L_0) { goto IL_0019; } } IL_0007: { AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * L_1; L_1 = AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E(/*hidden argument*/NULL); bool L_2; L_2 = AppDomain_IsFinalizingForUnload_mF5BE1A88C86F123D397B5D9EA4644AE1849D2B2E(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0019; } } IL_0013: { ThreadPoolWorkQueueThreadLocals_CleanUp_m46DA85AEC7ED86CC52031FBD83DE011BF1C2920C(__this, /*hidden argument*/NULL); } IL_0019: { IL2CPP_LEAVE(0x22, FINALLY_001b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: { // begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(27) } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x22, IL_0022) } IL_0022: { 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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(); } // System.Void System.Threading.ThreadStart::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart__ctor_m360F4EED0AD96A27D6A9612BF79671F26B30411F (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * __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.Threading.ThreadStart::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart_Invoke_m784444605A7ADF6A9948A4587DF33CDAC1B06536 (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * __this, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); 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 (targetThis != NULL && 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.Threading.ThreadStart::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ThreadStart_BeginInvoke_mF2DF2E056C22F65D2F2C67ACF8FD77E9416DA627 (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * __this, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___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.Threading.ThreadStart::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart_EndInvoke_m7EEE95562951928AF3713801C2207F782768C390 (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * __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.Threading.ThreadStateException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStateException__ctor_mB8C58167FF1893B7ECB748D2397CCE86C4B98AB5 (ThreadStateException_t99CA51DDC7644BF3CD58ED773C9FA3F22EE2B3EA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAAE05A1C62972D46C056BB4585B924DDBDD37B3); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteralBAAE05A1C62972D46C056BB4585B924DDBDD37B3, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233056), /*hidden argument*/NULL); return; } } // System.Void System.Threading.ThreadStateException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStateException__ctor_mFF9477D7911F7FE61D099728A99223DA6B1E34CB (ThreadStateException_t99CA51DDC7644BF3CD58ED773C9FA3F22EE2B3EA * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233056), /*hidden argument*/NULL); return; } } // System.Void System.Threading.ThreadStateException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStateException__ctor_m2680A2C450E3171AE959ECB36B680C2B741745E2 (ThreadStateException_t99CA51DDC7644BF3CD58ED773C9FA3F22EE2B3EA * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ThreadStaticAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStaticAttribute__ctor_m2F60E2FA27DEC1E9FE581440EF3445F3B5E7F16A (ThreadStaticAttribute_tD3A8F4870EC5B163383AB888C364217A38134F14 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__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.ThrowHelper::ThrowArgumentNullException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5 (int32_t ___argument0, const RuntimeMethod* method) { { int32_t L_0 = ___argument0; Exception_t * L_1; L_1 = ThrowHelper_CreateArgumentNullException_m75C265DBF9B492BB4277F47C11CFC5EA7AC7F534(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowArgumentNullException_m539081110B94B71D92C9761B273E617B23B4BBA5_RuntimeMethod_var))); } } // System.Exception System.ThrowHelper::CreateArgumentNullException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentNullException_m75C265DBF9B492BB4277F47C11CFC5EA7AC7F534 (int32_t ___argument0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionArgument_t750CCD4C657BCB2C185560CC68330BC0313B8737_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Box(ExceptionArgument_t750CCD4C657BCB2C185560CC68330BC0313B8737_il2cpp_TypeInfo_var, (&___argument0)); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); ___argument0 = *(int32_t*)UnBox(L_0); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method) { { ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11(((int32_t)13), ((int32_t)22), /*hidden argument*/NULL); return; } } // System.Void System.ThrowHelper::ThrowWrongValueTypeArgumentException(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowWrongValueTypeArgumentException_m4E9CD2C01D79997EE1808CF75715BB6BB3738F0C (RuntimeObject * ___value0, Type_t * ___targetType1, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; RuntimeObject * L_2 = ___value0; ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAtUnchecked(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_1; Type_t * L_4 = ___targetType1; ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAtUnchecked(static_cast(1), (RuntimeObject *)L_4); String_t* L_5; L_5 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE1C269C6B0BADAF748738BF652CE22C27B04D543)), L_3, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowWrongValueTypeArgumentException_m4E9CD2C01D79997EE1808CF75715BB6BB3738F0C_RuntimeMethod_var))); } } // System.Void System.ThrowHelper::ThrowArgumentException(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A (int32_t ___resource0, const RuntimeMethod* method) { { int32_t L_0 = ___resource0; String_t* L_1; L_1 = ThrowHelper_GetResourceName_m9F47ECD475D252FAAD3624DA8822BAD9F3260D7C(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(L_1, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowArgumentException_m49831D19CFA6026A62C5D52FA7A8E162EBD4DD6A_RuntimeMethod_var))); } } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument,System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11 (int32_t ___argument0, int32_t ___resource1, const RuntimeMethod* method) { { bool L_0 = ((CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var))))->get_IsAppEarlierThanWindowsPhone8_1(); if (!L_0) { goto IL_0018; } } { int32_t L_1 = ___argument0; String_t* L_2; L_2 = ThrowHelper_GetArgumentName_m1AA13B29673F91DDD5998534CBEFB614BD48EAE2(L_1, /*hidden argument*/NULL); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_4, L_2, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11_RuntimeMethod_var))); } IL_0018: { int32_t L_5 = ___argument0; String_t* L_6; L_6 = ThrowHelper_GetArgumentName_m1AA13B29673F91DDD5998534CBEFB614BD48EAE2(L_5, /*hidden argument*/NULL); int32_t L_7 = ___resource1; String_t* L_8; L_8 = ThrowHelper_GetResourceName_m9F47ECD475D252FAAD3624DA8822BAD9F3260D7C(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(L_8, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_10 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_10, L_6, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowArgumentOutOfRangeException_mFBB0FE021BE66E1402AAC69275C0EDB716E3CC11_RuntimeMethod_var))); } } // System.Void System.ThrowHelper::ThrowInvalidOperationException(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowInvalidOperationException_m156AE0DA5EAFFC8F478E29F74A24674C55C40A24 (int32_t ___resource0, const RuntimeMethod* method) { { int32_t L_0 = ___resource0; String_t* L_1; L_1 = ThrowHelper_GetResourceName_m9F47ECD475D252FAAD3624DA8822BAD9F3260D7C(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(L_1, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowInvalidOperationException_m156AE0DA5EAFFC8F478E29F74A24674C55C40A24_RuntimeMethod_var))); } } // System.Void System.ThrowHelper::ThrowNotSupportedException(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E (int32_t ___resource0, const RuntimeMethod* method) { { int32_t L_0 = ___resource0; String_t* L_1; L_1 = ThrowHelper_GetResourceName_m9F47ECD475D252FAAD3624DA8822BAD9F3260D7C(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(L_1, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_3 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowNotSupportedException_m8627239FD340A8B1A832B66169EA2CABAC601A2E_RuntimeMethod_var))); } } // System.String System.ThrowHelper::GetArgumentName(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ThrowHelper_GetArgumentName_m1AA13B29673F91DDD5998534CBEFB614BD48EAE2 (int32_t ___argument0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1426EAC460EF593AB4BA506E82CCB1FF95390521); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D987D14D8E0C888F1095B9A3F3E261A95CEACCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26E2095A8B52212AA5C1E02D88D8E33A9DB72C3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral469F05BE9BB4C7903C353D0EB9F6384C84A48B25); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E8864981A1D9D7DF38E3ABBDE863B7C527DFF86); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral968A35596FBBFDA2CC94F22536F098772C9EE812); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0E02A0440A6BB4475B7E59901C37A6A25E773C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC37D78082ACFC8DEE7B32D9351C6E433A074FEC7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2EEFB4BE0C9F57BA62E733F26387F8BA68AF67C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF57CF18391CF4171FC992D96541EC33A4BCAB40F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD027E3D8D9ED7A54771E5DB691E05FC195C9341); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; int32_t L_0 = ___argument0; switch (L_0) { case 0: { goto IL_00ed; } case 1: { goto IL_00ba; } case 2: { goto IL_00c5; } case 3: { goto IL_006d; } case 4: { goto IL_00d5; } case 5: { goto IL_00dd; } case 6: { goto IL_008e; } case 7: { goto IL_0099; } case 8: { goto IL_00e5; } case 9: { goto IL_00a4; } case 10: { goto IL_00f5; } case 11: { goto IL_00fd; } case 12: { goto IL_0083; } case 13: { goto IL_00cd; } case 14: { goto IL_0105; } case 15: { goto IL_010d; } case 16: { goto IL_00af; } case 17: { goto IL_0078; } case 18: { goto IL_0115; } case 19: { goto IL_011d; } case 20: { goto IL_0125; } case 21: { goto IL_012d; } case 22: { goto IL_0135; } case 23: { goto IL_013d; } } } { goto IL_0145; } IL_006d: { V_0 = _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; goto IL_014b; } IL_0078: { V_0 = _stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4; goto IL_014b; } IL_0083: { V_0 = _stringLiteralC37D78082ACFC8DEE7B32D9351C6E433A074FEC7; goto IL_014b; } IL_008e: { V_0 = _stringLiteral469F05BE9BB4C7903C353D0EB9F6384C84A48B25; goto IL_014b; } IL_0099: { V_0 = _stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC; goto IL_014b; } IL_00a4: { V_0 = _stringLiteral5E8864981A1D9D7DF38E3ABBDE863B7C527DFF86; goto IL_014b; } IL_00af: { V_0 = _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; goto IL_014b; } IL_00ba: { V_0 = _stringLiteralC0E02A0440A6BB4475B7E59901C37A6A25E773C8; goto IL_014b; } IL_00c5: { V_0 = _stringLiteral968A35596FBBFDA2CC94F22536F098772C9EE812; goto IL_014b; } IL_00cd: { V_0 = _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; goto IL_014b; } IL_00d5: { V_0 = _stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085; goto IL_014b; } IL_00dd: { V_0 = _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; goto IL_014b; } IL_00e5: { V_0 = _stringLiteralE2EEFB4BE0C9F57BA62E733F26387F8BA68AF67C; goto IL_014b; } IL_00ed: { V_0 = _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; goto IL_014b; } IL_00f5: { V_0 = _stringLiteral26E2095A8B52212AA5C1E02D88D8E33A9DB72C3B; goto IL_014b; } IL_00fd: { V_0 = _stringLiteralF57CF18391CF4171FC992D96541EC33A4BCAB40F; goto IL_014b; } IL_0105: { V_0 = _stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34; goto IL_014b; } IL_010d: { V_0 = _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; goto IL_014b; } IL_0115: { V_0 = _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; goto IL_014b; } IL_011d: { V_0 = _stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74; goto IL_014b; } IL_0125: { V_0 = _stringLiteral1426EAC460EF593AB4BA506E82CCB1FF95390521; goto IL_014b; } IL_012d: { V_0 = _stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A; goto IL_014b; } IL_0135: { V_0 = _stringLiteral1D987D14D8E0C888F1095B9A3F3E261A95CEACCC; goto IL_014b; } IL_013d: { V_0 = _stringLiteralFD027E3D8D9ED7A54771E5DB691E05FC195C9341; goto IL_014b; } IL_0145: { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_014b: { String_t* L_2 = V_0; return L_2; } } // System.String System.ThrowHelper::GetResourceName(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ThrowHelper_GetResourceName_m9F47ECD475D252FAAD3624DA8822BAD9F3260D7C (int32_t ___resource0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00BA133FF3D84EAB4FB7DB5FB38F235C4E108ED9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1102619AA6FB2A4AADBDAA47DDC096AE04C772C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral155318C2651B00C12AF579BA39779C2BEC0403A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B02E2F8F4F49DAD3A7AD8EFE191310710D0BEC8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral221BAABB02351EF867D790D9D0CDF64A91D06AC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2390D6884F59E2E4EA04837AD7D6268548597633); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29DD18CAEDBA8FE72444B5CCD3E1C7AD0698BC18); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral303A8D502076771190F794ECA329EC3DBFEB20F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44E444B01D1F0ED04DF56B022BAF0493B18B3E7F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BF6BE20E7F21F6ABBCCCC9C9616F2820A3C5432); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D1773CA7AF4AE36C001FBC3E1E5DA5574C041FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral510566C3DEC92E3E44816C4A7EAE2F9AD72239E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53C558CFF6B1C745B0D47BCC12EACB3C4CB88E5A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54247456D15535FD2615068E7966F11E810E7029); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral574EEE061722E10B210B0E2AF4A374227AA918CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A42FCEEAC1D98507D8329C4992B135D890D96AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77B62C834305FFAF784C1330157F1BAA20E42C49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral834F4B6837B71847C4048C946DF8754B323D6BF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral861BF3C460A377C1C8BD451E00BAEC46F0D46DDB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral892E92C0E8F98B57F64053ABE55FD90929F77D3C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94F8003C2CC668A2FEB932E80D081E304D45931E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95F0EE30865D503A05F1D329BC3FED0946B65C24); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral963D993211F0CAF57648C6AB945698F37264CDD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4A92BD52AE057ED838C337D65E05B22C3467857); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8C70AB8B855A781DF3541F1547162C258CABAE8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAEE8DD47F29A535762B8579D9E3E69D0D84968BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC42DC5786176C570886BC662B716E5D8010FCBB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF18F7A82ACAB8B41E6D3C2B88665D8CBF215880); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFAC163E1511030471726438CCCC325B644DD2AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1CDDBBBBB177E92DF440CECA98AA5238B8DA50D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5E4E1FAAB05C1541AB9B0C1282FD2FFCEF4F205); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3DF199A8A59C7E61B70544059F2A5AA05208F95); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE027695A19DC0BAB55FDB65B93B9CA2C3179D48A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3037931DE899C4BCA58ECF059EF9BE27F54B681); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3EAA293901BC684D2CD4CE3CAEB2327AFE0572E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; int32_t L_0 = ___resource0; switch (L_0) { case 0: { goto IL_00c5; } case 1: { goto IL_0204; } case 2: { goto IL_020f; } case 3: { goto IL_026f; } case 4: { goto IL_0112; } case 5: { goto IL_0128; } case 6: { goto IL_013e; } case 7: { goto IL_0133; } case 8: { goto IL_0237; } case 9: { goto IL_0267; } case 10: { goto IL_0247; } case 11: { goto IL_024f; } case 12: { goto IL_0227; } case 13: { goto IL_022f; } case 14: { goto IL_00d0; } case 15: { goto IL_01e3; } case 16: { goto IL_01ee; } case 17: { goto IL_01f9; } case 18: { goto IL_0149; } case 19: { goto IL_01b7; } case 20: { goto IL_01cd; } case 21: { goto IL_011d; } case 22: { goto IL_00f1; } case 23: { goto IL_0154; } case 24: { goto IL_015f; } case 25: { goto IL_00e6; } case 26: { goto IL_00fc; } case 27: { goto IL_0107; } case 28: { goto IL_01c2; } case 29: { goto IL_016a; } case 30: { goto IL_0175; } case 31: { goto IL_0180; } case 32: { goto IL_018b; } case 33: { goto IL_0196; } case 34: { goto IL_00db; } case 35: { goto IL_01a1; } case 36: { goto IL_01ac; } case 37: { goto IL_01d8; } case 38: { goto IL_0217; } case 39: { goto IL_021f; } case 40: { goto IL_023f; } case 41: { goto IL_0257; } case 42: { goto IL_025f; } case 43: { goto IL_0277; } case 44: { goto IL_027f; } case 45: { goto IL_0287; } } } { goto IL_028f; } IL_00c5: { V_0 = _stringLiteralE3037931DE899C4BCA58ECF059EF9BE27F54B681; goto IL_0295; } IL_00d0: { V_0 = _stringLiteral77B62C834305FFAF784C1330157F1BAA20E42C49; goto IL_0295; } IL_00db: { V_0 = _stringLiteral1B02E2F8F4F49DAD3A7AD8EFE191310710D0BEC8; goto IL_0295; } IL_00e6: { V_0 = _stringLiteral00BA133FF3D84EAB4FB7DB5FB38F235C4E108ED9; goto IL_0295; } IL_00f1: { V_0 = _stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4; goto IL_0295; } IL_00fc: { V_0 = _stringLiteralE027695A19DC0BAB55FDB65B93B9CA2C3179D48A; goto IL_0295; } IL_0107: { V_0 = _stringLiteral44E444B01D1F0ED04DF56B022BAF0493B18B3E7F; goto IL_0295; } IL_0112: { V_0 = _stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE; goto IL_0295; } IL_011d: { V_0 = _stringLiteral4D1773CA7AF4AE36C001FBC3E1E5DA5574C041FA; goto IL_0295; } IL_0128: { V_0 = _stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B; goto IL_0295; } IL_0133: { V_0 = _stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5; goto IL_0295; } IL_013e: { V_0 = _stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70; goto IL_0295; } IL_0149: { V_0 = _stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8; goto IL_0295; } IL_0154: { V_0 = _stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8; goto IL_0295; } IL_015f: { V_0 = _stringLiteral29DD18CAEDBA8FE72444B5CCD3E1C7AD0698BC18; goto IL_0295; } IL_016a: { V_0 = _stringLiteral221BAABB02351EF867D790D9D0CDF64A91D06AC4; goto IL_0295; } IL_0175: { V_0 = _stringLiteral1102619AA6FB2A4AADBDAA47DDC096AE04C772C0; goto IL_0295; } IL_0180: { V_0 = _stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97; goto IL_0295; } IL_018b: { V_0 = _stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618; goto IL_0295; } IL_0196: { V_0 = _stringLiteral95F0EE30865D503A05F1D329BC3FED0946B65C24; goto IL_0295; } IL_01a1: { V_0 = _stringLiteral2390D6884F59E2E4EA04837AD7D6268548597633; goto IL_0295; } IL_01ac: { V_0 = _stringLiteral834F4B6837B71847C4048C946DF8754B323D6BF9; goto IL_0295; } IL_01b7: { V_0 = _stringLiteral734213589B9D3AAB13AE3E525ECAD4B49CC0E990; goto IL_0295; } IL_01c2: { V_0 = _stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB; goto IL_0295; } IL_01cd: { V_0 = _stringLiteralC5E4E1FAAB05C1541AB9B0C1282FD2FFCEF4F205; goto IL_0295; } IL_01d8: { V_0 = _stringLiteral4BF6BE20E7F21F6ABBCCCC9C9616F2820A3C5432; goto IL_0295; } IL_01e3: { V_0 = _stringLiteralAEE8DD47F29A535762B8579D9E3E69D0D84968BB; goto IL_0295; } IL_01ee: { V_0 = _stringLiteral510566C3DEC92E3E44816C4A7EAE2F9AD72239E3; goto IL_0295; } IL_01f9: { V_0 = _stringLiteral6A42FCEEAC1D98507D8329C4992B135D890D96AB; goto IL_0295; } IL_0204: { V_0 = _stringLiteral861BF3C460A377C1C8BD451E00BAEC46F0D46DDB; goto IL_0295; } IL_020f: { V_0 = _stringLiteralBFAC163E1511030471726438CCCC325B644DD2AB; goto IL_0295; } IL_0217: { V_0 = _stringLiteralA8C70AB8B855A781DF3541F1547162C258CABAE8; goto IL_0295; } IL_021f: { V_0 = _stringLiteralBC42DC5786176C570886BC662B716E5D8010FCBB; goto IL_0295; } IL_0227: { V_0 = _stringLiteral303A8D502076771190F794ECA329EC3DBFEB20F4; goto IL_0295; } IL_022f: { V_0 = _stringLiteral155318C2651B00C12AF579BA39779C2BEC0403A4; goto IL_0295; } IL_0237: { V_0 = _stringLiteralD3DF199A8A59C7E61B70544059F2A5AA05208F95; goto IL_0295; } IL_023f: { V_0 = _stringLiteral574EEE061722E10B210B0E2AF4A374227AA918CC; goto IL_0295; } IL_0247: { V_0 = _stringLiteralA4A92BD52AE057ED838C337D65E05B22C3467857; goto IL_0295; } IL_024f: { V_0 = _stringLiteralBF18F7A82ACAB8B41E6D3C2B88665D8CBF215880; goto IL_0295; } IL_0257: { V_0 = _stringLiteral53C558CFF6B1C745B0D47BCC12EACB3C4CB88E5A; goto IL_0295; } IL_025f: { V_0 = _stringLiteral54247456D15535FD2615068E7966F11E810E7029; goto IL_0295; } IL_0267: { V_0 = _stringLiteral892E92C0E8F98B57F64053ABE55FD90929F77D3C; goto IL_0295; } IL_026f: { V_0 = _stringLiteralC1CDDBBBBB177E92DF440CECA98AA5238B8DA50D; goto IL_0295; } IL_0277: { V_0 = _stringLiteral963D993211F0CAF57648C6AB945698F37264CDD9; goto IL_0295; } IL_027f: { V_0 = _stringLiteralE3EAA293901BC684D2CD4CE3CAEB2327AFE0572E; goto IL_0295; } IL_0287: { V_0 = _stringLiteral94F8003C2CC668A2FEB932E80D081E304D45931E; goto IL_0295; } IL_028f: { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_0295: { String_t* L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Unity.ThrowStub::ThrowNotSupportedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowStub_ThrowNotSupportedException_m444FE43EC18FD663FAA5357303625AEC9444F417 (const RuntimeMethod* method) { { PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * L_0 = (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowStub_ThrowNotSupportedException_m444FE43EC18FD663FAA5357303625AEC9444F417_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.TimeSpan::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int64_t ___ticks0, const RuntimeMethod* method) { { int64_t L_0 = ___ticks0; __this->set__ticks_3(L_0); return; } } IL2CPP_EXTERN_C void TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_AdjustorThunk (RuntimeObject * __this, int64_t ___ticks0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline(_thisAdjusted, ___ticks0, method); } // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int32_t ___hours0, int32_t ___minutes1, int32_t ___seconds2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___hours0; int32_t L_1 = ___minutes1; int32_t L_2 = ___seconds2; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); int64_t L_3; L_3 = TimeSpan_TimeToTicks_m9387E044F9538B540C350194C1E6C5274206BF66(L_0, L_1, L_2, /*hidden argument*/NULL); __this->set__ticks_3(L_3); return; } } IL2CPP_EXTERN_C void TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91_AdjustorThunk (RuntimeObject * __this, int32_t ___hours0, int32_t ___minutes1, int32_t ___seconds2, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91(_thisAdjusted, ___hours0, ___minutes1, ___seconds2, method); } // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_mFE30160F8A810C83375D9A98580BDD8CAE58BE14 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int32_t ___days0, int32_t ___hours1, int32_t ___minutes2, int32_t ___seconds3, int32_t ___milliseconds4, const RuntimeMethod* method) { int64_t V_0 = 0; { int32_t L_0 = ___days0; int32_t L_1 = ___hours1; int32_t L_2 = ___minutes2; int32_t L_3 = ___seconds3; int32_t L_4 = ___milliseconds4; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_0)), (int64_t)((int64_t)((int64_t)((int32_t)3600))))), (int64_t)((int64_t)((int64_t)((int32_t)24))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_1)), (int64_t)((int64_t)((int64_t)((int32_t)3600))))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_2)), (int64_t)((int64_t)((int64_t)((int32_t)60))))))), (int64_t)((int64_t)((int64_t)L_3)))), (int64_t)((int64_t)((int64_t)((int32_t)1000))))), (int64_t)((int64_t)((int64_t)L_4)))); int64_t L_5 = V_0; if ((((int64_t)L_5) > ((int64_t)((int64_t)922337203685477LL)))) { goto IL_0046; } } { int64_t L_6 = V_0; if ((((int64_t)L_6) >= ((int64_t)((int64_t)-922337203685477LL)))) { goto IL_0057; } } IL_0046: { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCBD752AA6AE91350E6F286A71A5E11C513D68A4)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_8, (String_t*)NULL, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpan__ctor_mFE30160F8A810C83375D9A98580BDD8CAE58BE14_RuntimeMethod_var))); } IL_0057: { int64_t L_9 = V_0; __this->set__ticks_3(((int64_t)il2cpp_codegen_multiply((int64_t)L_9, (int64_t)((int64_t)((int64_t)((int32_t)10000)))))); return; } } IL2CPP_EXTERN_C void TimeSpan__ctor_mFE30160F8A810C83375D9A98580BDD8CAE58BE14_AdjustorThunk (RuntimeObject * __this, int32_t ___days0, int32_t ___hours1, int32_t ___minutes2, int32_t ___seconds3, int32_t ___milliseconds4, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); TimeSpan__ctor_mFE30160F8A810C83375D9A98580BDD8CAE58BE14(_thisAdjusted, ___days0, ___hours1, ___minutes2, ___seconds3, ___milliseconds4, method); } // System.Int64 System.TimeSpan::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); return L_0; } } IL2CPP_EXTERN_C int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); int64_t _returnValue; _returnValue = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline(_thisAdjusted, method); return _returnValue; } // System.Int32 System.TimeSpan::get_Hours() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Hours_m39AFD957DF1247125409ADD8525550863D08AB6E (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); 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))))))); } } IL2CPP_EXTERN_C int32_t TimeSpan_get_Hours_m39AFD957DF1247125409ADD8525550863D08AB6E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = TimeSpan_get_Hours_m39AFD957DF1247125409ADD8525550863D08AB6E(_thisAdjusted, method); return _returnValue; } // System.Int32 System.TimeSpan::get_Minutes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Minutes_mF5A78108FEB64953C298CEC19637378380881202 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); 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))))))); } } IL2CPP_EXTERN_C int32_t TimeSpan_get_Minutes_mF5A78108FEB64953C298CEC19637378380881202_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = TimeSpan_get_Minutes_mF5A78108FEB64953C298CEC19637378380881202(_thisAdjusted, method); return _returnValue; } // System.Double System.TimeSpan::get_TotalDays() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalDays_m5FEDF95BC1223D6F96BF1500453B993926A1FA51 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); return ((double)il2cpp_codegen_multiply((double)((double)((double)L_0)), (double)(1.1574074074074074E-12))); } } IL2CPP_EXTERN_C double TimeSpan_get_TotalDays_m5FEDF95BC1223D6F96BF1500453B993926A1FA51_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = TimeSpan_get_TotalDays_m5FEDF95BC1223D6F96BF1500453B993926A1FA51(_thisAdjusted, method); return _returnValue; } // System.Double System.TimeSpan::get_TotalHours() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalHours_mE58EBCC460F12B66CEFB7FBDF4F6ACCD5B4AF6FA (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); return ((double)il2cpp_codegen_multiply((double)((double)((double)L_0)), (double)(2.7777777777777777E-11))); } } IL2CPP_EXTERN_C double TimeSpan_get_TotalHours_mE58EBCC460F12B66CEFB7FBDF4F6ACCD5B4AF6FA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = TimeSpan_get_TotalHours_mE58EBCC460F12B66CEFB7FBDF4F6ACCD5B4AF6FA(_thisAdjusted, method); return _returnValue; } // System.Double System.TimeSpan::get_TotalMilliseconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { double V_0 = 0.0; { int64_t L_0 = __this->get__ticks_3(); V_0 = ((double)il2cpp_codegen_multiply((double)((double)((double)L_0)), (double)(0.0001))); double L_1 = V_0; if ((!(((double)L_1) > ((double)(922337203685477.0))))) { goto IL_0028; } } { return (922337203685477.0); } IL_0028: { double L_2 = V_0; if ((!(((double)L_2) < ((double)(-922337203685477.0))))) { goto IL_003e; } } { return (-922337203685477.0); } IL_003e: { double L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C double TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5(_thisAdjusted, method); return _returnValue; } // System.Double System.TimeSpan::get_TotalMinutes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMinutes_m96E1D555D4663771C703D7F9A5D8F775E27853C3 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); return ((double)il2cpp_codegen_multiply((double)((double)((double)L_0)), (double)(1.6666666666666667E-09))); } } IL2CPP_EXTERN_C double TimeSpan_get_TotalMinutes_m96E1D555D4663771C703D7F9A5D8F775E27853C3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = TimeSpan_get_TotalMinutes_m96E1D555D4663771C703D7F9A5D8F775E27853C3(_thisAdjusted, method); return _returnValue; } // System.Double System.TimeSpan::get_TotalSeconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalSeconds_m28CDC7B9ADFEAFF912CC9B66984090CFE60B9AA4 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); return ((double)il2cpp_codegen_multiply((double)((double)((double)L_0)), (double)(9.9999999999999995E-08))); } } IL2CPP_EXTERN_C double TimeSpan_get_TotalSeconds_m28CDC7B9ADFEAFF912CC9B66984090CFE60B9AA4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); double _returnValue; _returnValue = TimeSpan_get_TotalSeconds_m28CDC7B9ADFEAFF912CC9B66984090CFE60B9AA4(_thisAdjusted, method); return _returnValue; } // System.TimeSpan System.TimeSpan::Add(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Add_mDCC748CCB5DC086402E7E2FFBB2B2CB9A2BD7471 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___ts0, const RuntimeMethod* method) { int64_t V_0 = 0; { int64_t L_0 = __this->get__ticks_3(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ___ts0; int64_t L_2 = L_1.get__ticks_3(); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)L_2)); int64_t L_3 = __this->get__ticks_3(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4 = ___ts0; int64_t L_5 = L_4.get__ticks_3(); if ((!(((uint64_t)((int64_t)((int64_t)L_3>>(int32_t)((int32_t)63)))) == ((uint64_t)((int64_t)((int64_t)L_5>>(int32_t)((int32_t)63))))))) { goto IL_0041; } } { int64_t L_6 = __this->get__ticks_3(); int64_t L_7 = V_0; if ((((int64_t)((int64_t)((int64_t)L_6>>(int32_t)((int32_t)63)))) == ((int64_t)((int64_t)((int64_t)L_7>>(int32_t)((int32_t)63)))))) { goto IL_0041; } } { String_t* L_8; L_8 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCBD752AA6AE91350E6F286A71A5E11C513D68A4)), /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_9 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpan_Add_mDCC748CCB5DC086402E7E2FFBB2B2CB9A2BD7471_RuntimeMethod_var))); } IL_0041: { int64_t L_10 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_11; memset((&L_11), 0, sizeof(L_11)); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((&L_11), L_10, /*hidden argument*/NULL); return L_11; } } IL2CPP_EXTERN_C TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Add_mDCC748CCB5DC086402E7E2FFBB2B2CB9A2BD7471_AdjustorThunk (RuntimeObject * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___ts0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 _returnValue; _returnValue = TimeSpan_Add_mDCC748CCB5DC086402E7E2FFBB2B2CB9A2BD7471(_thisAdjusted, ___ts0, method); return _returnValue; } // System.Int32 System.TimeSpan::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_mCB474BCE6EBA4EAF3CF5D8B31D9F6434073529CA (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { RuntimeObject * L_1 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))) { goto IL_001d; } } { String_t* L_2; L_2 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB73816C7EC5EF793B0215232E15C27BD262C3B35)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpan_CompareTo_mCB474BCE6EBA4EAF3CF5D8B31D9F6434073529CA_RuntimeMethod_var))); } IL_001d: { RuntimeObject * L_4 = ___value0; int64_t L_5 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_4, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get__ticks_3(); V_0 = L_5; int64_t L_6 = __this->get__ticks_3(); int64_t L_7 = V_0; if ((((int64_t)L_6) <= ((int64_t)L_7))) { goto IL_0034; } } { return 1; } IL_0034: { int64_t L_8 = __this->get__ticks_3(); int64_t L_9 = V_0; if ((((int64_t)L_8) >= ((int64_t)L_9))) { goto IL_003f; } } { return (-1); } IL_003f: { return 0; } } IL2CPP_EXTERN_C int32_t TimeSpan_CompareTo_mCB474BCE6EBA4EAF3CF5D8B31D9F6434073529CA_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = TimeSpan_CompareTo_mCB474BCE6EBA4EAF3CF5D8B31D9F6434073529CA(_thisAdjusted, ___value0, method); return _returnValue; } // System.Int32 System.TimeSpan::CompareTo(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_m5B811E4E0F9BB45CDBF9E46558E4B0A56BDDBBEF (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { int64_t V_0 = 0; { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; int64_t L_1 = L_0.get__ticks_3(); V_0 = L_1; int64_t L_2 = __this->get__ticks_3(); int64_t L_3 = V_0; if ((((int64_t)L_2) <= ((int64_t)L_3))) { goto IL_0012; } } { return 1; } IL_0012: { int64_t L_4 = __this->get__ticks_3(); int64_t L_5 = V_0; if ((((int64_t)L_4) >= ((int64_t)L_5))) { goto IL_001d; } } { return (-1); } IL_001d: { return 0; } } IL2CPP_EXTERN_C int32_t TimeSpan_CompareTo_m5B811E4E0F9BB45CDBF9E46558E4B0A56BDDBBEF_AdjustorThunk (RuntimeObject * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = TimeSpan_CompareTo_m5B811E4E0F9BB45CDBF9E46558E4B0A56BDDBBEF(_thisAdjusted, ___value0, method); return _returnValue; } // System.TimeSpan System.TimeSpan::FromDays(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromDays_m1B79B7B44CDB0319ED008D2EA56B8144BBBB85DF (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeSpan_Interval_mA3A0B253FA0B17E7B6BC663A25212F1B0A765874(L_0, ((int32_t)86400000), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.TimeSpan::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_Equals_mA6C1142BA5CE288C611C23FFB3AEAD90A2E3E7A4 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))) { goto IL_001c; } } { int64_t L_1 = __this->get__ticks_3(); RuntimeObject * L_2 = ___value0; int64_t L_3 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_2, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get__ticks_3(); return (bool)((((int64_t)L_1) == ((int64_t)L_3))? 1 : 0); } IL_001c: { return (bool)0; } } IL2CPP_EXTERN_C bool TimeSpan_Equals_mA6C1142BA5CE288C611C23FFB3AEAD90A2E3E7A4_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = TimeSpan_Equals_mA6C1142BA5CE288C611C23FFB3AEAD90A2E3E7A4(_thisAdjusted, ___value0, method); return _returnValue; } // System.Boolean System.TimeSpan::Equals(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_Equals_m3E522F46633858022FB90A997A61D3F5497A42F4 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___obj0, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ___obj0; int64_t L_2 = L_1.get__ticks_3(); return (bool)((((int64_t)L_0) == ((int64_t)L_2))? 1 : 0); } } IL2CPP_EXTERN_C bool TimeSpan_Equals_m3E522F46633858022FB90A997A61D3F5497A42F4_AdjustorThunk (RuntimeObject * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = TimeSpan_Equals_m3E522F46633858022FB90A997A61D3F5497A42F4(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Int32 System.TimeSpan::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_GetHashCode_m907A5F2E995A63D5DCBF39AB6D26D382CD83F873 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); int64_t L_1 = __this->get__ticks_3(); return ((int32_t)((int32_t)((int32_t)((int32_t)L_0))^(int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_1>>(int32_t)((int32_t)32))))))); } } IL2CPP_EXTERN_C int32_t TimeSpan_GetHashCode_m907A5F2E995A63D5DCBF39AB6D26D382CD83F873_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = TimeSpan_GetHashCode_m907A5F2E995A63D5DCBF39AB6D26D382CD83F873(_thisAdjusted, method); return _returnValue; } // System.TimeSpan System.TimeSpan::FromHours(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromHours_m2C99B232D4B7BECDF0763E70427CC08746D29E71 (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeSpan_Interval_mA3A0B253FA0B17E7B6BC663A25212F1B0A765874(L_0, ((int32_t)3600000), /*hidden argument*/NULL); return L_1; } } // System.TimeSpan System.TimeSpan::Interval(System.Double,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Interval_mA3A0B253FA0B17E7B6BC663A25212F1B0A765874 (double ___value0, int32_t ___scale1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double G_B4_0 = 0.0; double G_B3_0 = 0.0; double G_B5_0 = 0.0; double G_B5_1 = 0.0; { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_1; L_1 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { String_t* L_2; L_2 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFA8E92635DF14082CB5EB297DF90CEEEA4E4665E)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpan_Interval_mA3A0B253FA0B17E7B6BC663A25212F1B0A765874_RuntimeMethod_var))); } IL_0018: { double L_4 = ___value0; int32_t L_5 = ___scale1; double L_6 = ___value0; G_B3_0 = ((double)il2cpp_codegen_multiply((double)L_4, (double)((double)((double)L_5)))); if ((((double)L_6) >= ((double)(0.0)))) { G_B4_0 = ((double)il2cpp_codegen_multiply((double)L_4, (double)((double)((double)L_5)))); goto IL_0033; } } { G_B5_0 = (-0.5); G_B5_1 = G_B3_0; goto IL_003c; } IL_0033: { G_B5_0 = (0.5); G_B5_1 = G_B4_0; } IL_003c: { V_0 = ((double)il2cpp_codegen_add((double)G_B5_1, (double)G_B5_0)); double L_7 = V_0; if ((((double)L_7) > ((double)(922337203685477.0)))) { goto IL_0056; } } { double L_8 = V_0; if ((!(((double)L_8) < ((double)(-922337203685477.0))))) { goto IL_0066; } } IL_0056: { String_t* L_9; L_9 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCBD752AA6AE91350E6F286A71A5E11C513D68A4)), /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_10 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpan_Interval_mA3A0B253FA0B17E7B6BC663A25212F1B0A765874_RuntimeMethod_var))); } IL_0066: { double L_11 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_12; memset((&L_12), 0, sizeof(L_12)); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((&L_12), ((int64_t)il2cpp_codegen_multiply((int64_t)il2cpp_codegen_cast_double_to_int(L_11), (int64_t)((int64_t)((int64_t)((int32_t)10000))))), /*hidden argument*/NULL); return L_12; } } // System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeSpan_Interval_mA3A0B253FA0B17E7B6BC663A25212F1B0A765874(L_0, 1, /*hidden argument*/NULL); return L_1; } } // System.TimeSpan System.TimeSpan::FromMinutes(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMinutes_mAB9F93263460C5FE2BC56C34F268C97EB6035958 (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeSpan_Interval_mA3A0B253FA0B17E7B6BC663A25212F1B0A765874(L_0, ((int32_t)60000), /*hidden argument*/NULL); return L_1; } } // System.TimeSpan System.TimeSpan::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Negate_mD19FC9B8BCD075EFF67AE2AE9A8CB749F03F6897 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_0; memset((&V_0), 0, sizeof(V_0)); { int64_t L_0; L_0 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_MinValue_2(); V_0 = L_1; int64_t L_2; L_2 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_0), /*hidden argument*/NULL); if ((!(((uint64_t)L_0) == ((uint64_t)L_2)))) { goto IL_0025; } } { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA98FA2FFC82D1846A700EF7EC63A1B429FD4F10C)), /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_4 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpan_Negate_mD19FC9B8BCD075EFF67AE2AE9A8CB749F03F6897_RuntimeMethod_var))); } IL_0025: { int64_t L_5 = __this->get__ticks_3(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6; memset((&L_6), 0, sizeof(L_6)); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((&L_6), ((-L_5)), /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Negate_mD19FC9B8BCD075EFF67AE2AE9A8CB749F03F6897_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 _returnValue; _returnValue = TimeSpan_Negate_mD19FC9B8BCD075EFF67AE2AE9A8CB749F03F6897(_thisAdjusted, method); return _returnValue; } // System.TimeSpan System.TimeSpan::FromSeconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromSeconds_m4644EABECA69BC6C07AD649C5898A8E53F4FE7B0 (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeSpan_Interval_mA3A0B253FA0B17E7B6BC663A25212F1B0A765874(L_0, ((int32_t)1000), /*hidden argument*/NULL); return L_1; } } // System.TimeSpan System.TimeSpan::Subtract(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Subtract_mD042897A054B1B8E19C8635E799A7C42F37910FC (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___ts0, const RuntimeMethod* method) { int64_t V_0 = 0; { int64_t L_0 = __this->get__ticks_3(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ___ts0; int64_t L_2 = L_1.get__ticks_3(); V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_0, (int64_t)L_2)); int64_t L_3 = __this->get__ticks_3(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4 = ___ts0; int64_t L_5 = L_4.get__ticks_3(); if ((((int64_t)((int64_t)((int64_t)L_3>>(int32_t)((int32_t)63)))) == ((int64_t)((int64_t)((int64_t)L_5>>(int32_t)((int32_t)63)))))) { goto IL_0041; } } { int64_t L_6 = __this->get__ticks_3(); int64_t L_7 = V_0; if ((((int64_t)((int64_t)((int64_t)L_6>>(int32_t)((int32_t)63)))) == ((int64_t)((int64_t)((int64_t)L_7>>(int32_t)((int32_t)63)))))) { goto IL_0041; } } { String_t* L_8; L_8 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCBD752AA6AE91350E6F286A71A5E11C513D68A4)), /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_9 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpan_Subtract_mD042897A054B1B8E19C8635E799A7C42F37910FC_RuntimeMethod_var))); } IL_0041: { int64_t L_10 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_11; memset((&L_11), 0, sizeof(L_11)); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((&L_11), L_10, /*hidden argument*/NULL); return L_11; } } IL2CPP_EXTERN_C TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Subtract_mD042897A054B1B8E19C8635E799A7C42F37910FC_AdjustorThunk (RuntimeObject * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___ts0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 _returnValue; _returnValue = TimeSpan_Subtract_mD042897A054B1B8E19C8635E799A7C42F37910FC(_thisAdjusted, ___ts0, method); return _returnValue; } // System.TimeSpan System.TimeSpan::FromTicks(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromTicks_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C (int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; memset((&L_1), 0, sizeof(L_1)); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Int64 System.TimeSpan::TimeToTicks(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TimeSpan_TimeToTicks_m9387E044F9538B540C350194C1E6C5274206BF66 (int32_t ___hour0, int32_t ___minute1, int32_t ___second2, const RuntimeMethod* method) { int64_t V_0 = 0; { int32_t L_0 = ___hour0; int32_t L_1 = ___minute1; int32_t L_2 = ___second2; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_0)), (int64_t)((int64_t)((int64_t)((int32_t)3600))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_1)), (int64_t)((int64_t)((int64_t)((int32_t)60))))))), (int64_t)((int64_t)((int64_t)L_2)))); int64_t L_3 = V_0; if ((((int64_t)L_3) > ((int64_t)((int64_t)922337203685LL)))) { goto IL_002c; } } { int64_t L_4 = V_0; if ((((int64_t)L_4) >= ((int64_t)((int64_t)-922337203685LL)))) { goto IL_003d; } } IL_002c: { String_t* L_5; L_5 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCBD752AA6AE91350E6F286A71A5E11C513D68A4)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_6, (String_t*)NULL, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpan_TimeToTicks_m9387E044F9538B540C350194C1E6C5274206BF66_RuntimeMethod_var))); } IL_003d: { int64_t L_7 = V_0; return ((int64_t)il2cpp_codegen_multiply((int64_t)L_7, (int64_t)((int64_t)((int64_t)((int32_t)10000000))))); } } // System.String System.TimeSpan::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_mB89DE4C354B8A29F627C22FA7EA31E94B1DA884B (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = (*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)__this); IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); String_t* L_1; L_1 = TimeSpanFormat_Format_mCA2875A73DD7FF3B65F97F958078FF36C7263659(L_0, (String_t*)NULL, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C String_t* TimeSpan_ToString_mB89DE4C354B8A29F627C22FA7EA31E94B1DA884B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = TimeSpan_ToString_mB89DE4C354B8A29F627C22FA7EA31E94B1DA884B(_thisAdjusted, method); return _returnValue; } // System.String System.TimeSpan::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m7EA7DE3511D395B11A477C384FFFC40B40D3BA9F (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, String_t* ___format0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = (*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)__this); String_t* L_1 = ___format0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); String_t* L_2; L_2 = TimeSpanFormat_Format_mCA2875A73DD7FF3B65F97F958078FF36C7263659(L_0, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C String_t* TimeSpan_ToString_m7EA7DE3511D395B11A477C384FFFC40B40D3BA9F_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = TimeSpan_ToString_m7EA7DE3511D395B11A477C384FFFC40B40D3BA9F(_thisAdjusted, ___format0, method); return _returnValue; } // System.String System.TimeSpan::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_mF6AE9A46A7CA323D46792A62E1A06B61D8E1A412 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_0; L_0 = TimeSpan_get_LegacyMode_m4D5FD435CB81292BC7366FC17B6AFFA1C9395DE5(/*hidden argument*/NULL); if (!L_0) { goto IL_0015; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = (*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)__this); IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); String_t* L_2; L_2 = TimeSpanFormat_Format_mCA2875A73DD7FF3B65F97F958078FF36C7263659(L_1, (String_t*)NULL, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } IL_0015: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = (*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)__this); String_t* L_4 = ___format0; RuntimeObject* L_5 = ___formatProvider1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); String_t* L_6; L_6 = TimeSpanFormat_Format_mCA2875A73DD7FF3B65F97F958078FF36C7263659(L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C String_t* TimeSpan_ToString_mF6AE9A46A7CA323D46792A62E1A06B61D8E1A412_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = TimeSpan_ToString_mF6AE9A46A7CA323D46792A62E1A06B61D8E1A412(_thisAdjusted, ___format0, ___formatProvider1, method); return _returnValue; } // System.TimeSpan System.TimeSpan::op_Subtraction(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_op_Subtraction_mA4ACA1A4349FA026D9F3DE12E4E1DC180832CA62 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___t21; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeSpan_Subtract_mD042897A054B1B8E19C8635E799A7C42F37910FC((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&___t10), L_0, /*hidden argument*/NULL); return L_1; } } // System.TimeSpan System.TimeSpan::op_Addition(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_op_Addition_mBF0190F67F6882232A9E20DDB5F0ACF25D2F6327 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___t21; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeSpan_Add_mDCC748CCB5DC086402E7E2FFBB2B2CB9A2BD7471((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&___t10), L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.TimeSpan::op_Equality(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_Equality_m8229F4B63064E2D43B244C6E82D55CB2B0360BB1 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___t10; int64_t L_1 = L_0.get__ticks_3(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___t21; int64_t L_3 = L_2.get__ticks_3(); return (bool)((((int64_t)L_1) == ((int64_t)L_3))? 1 : 0); } } // System.Boolean System.TimeSpan::op_Inequality(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_Inequality_mDE127E1886D092054E24EA873CEE64D0857CD04C (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___t10; int64_t L_1 = L_0.get__ticks_3(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___t21; int64_t L_3 = L_2.get__ticks_3(); return (bool)((((int32_t)((((int64_t)L_1) == ((int64_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.TimeSpan::op_LessThan(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThan_m585756B1EABD0B2BF89F6BDAD62E7C34BCE59E28 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___t10; int64_t L_1 = L_0.get__ticks_3(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___t21; int64_t L_3 = L_2.get__ticks_3(); return (bool)((((int64_t)L_1) < ((int64_t)L_3))? 1 : 0); } } // System.Boolean System.TimeSpan::op_LessThanOrEqual(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThanOrEqual_mFC305F712D03BA0E5E9F13CDFAF56B5DD0B00797 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___t10; int64_t L_1 = L_0.get__ticks_3(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___t21; int64_t L_3 = L_2.get__ticks_3(); return (bool)((((int32_t)((((int64_t)L_1) > ((int64_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.TimeSpan::op_GreaterThan(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___t10; int64_t L_1 = L_0.get__ticks_3(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___t21; int64_t L_3 = L_2.get__ticks_3(); return (bool)((((int64_t)L_1) > ((int64_t)L_3))? 1 : 0); } } // System.Boolean System.TimeSpan::op_GreaterThanOrEqual(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___t10; int64_t L_1 = L_0.get__ticks_3(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___t21; int64_t L_3 = L_2.get__ticks_3(); return (bool)((((int32_t)((((int64_t)L_1) < ((int64_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.TimeSpan::GetLegacyFormatMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_GetLegacyFormatMode_m4051C9E33D1A5EC26DEDD0788936C1795B4D2B7E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ((CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var))->get_IsAppEarlierThanSilverlight4_0(); return L_0; } } // System.Boolean System.TimeSpan::get_LegacyMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_get_LegacyMode_m4D5FD435CB81292BC7366FC17B6AFFA1C9395DE5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_0 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get__legacyConfigChecked_4(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_1; L_1 = TimeSpan_GetLegacyFormatMode_m4051C9E33D1A5EC26DEDD0788936C1795B4D2B7E_inline(/*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->set__legacyMode_5(L_1); il2cpp_codegen_memory_barrier(); ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->set__legacyConfigChecked_4(1); } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_2 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get__legacyMode_5(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.Void System.TimeSpan::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__cctor_m894DAD84A9C66CA5B9DFADCBAA7A1DA8A985DD87 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; memset((&L_0), 0, sizeof(L_0)); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((&L_0), ((int64_t)((int64_t)0)), /*hidden argument*/NULL); ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->set_Zero_0(L_0); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; memset((&L_1), 0, sizeof(L_1)); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((&L_1), ((int64_t)(std::numeric_limits::max)()), /*hidden argument*/NULL); ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->set_MaxValue_1(L_1); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; memset((&L_2), 0, sizeof(L_2)); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((&L_2), ((int64_t)(std::numeric_limits::min)()), /*hidden argument*/NULL); ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->set_MinValue_2(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Globalization.TimeSpanFormat::IntToString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_IntToString_m13D7F936697CE92203055D2294A054227E422E96 (int32_t ___n0, int32_t ___digits1, const RuntimeMethod* method) { { int32_t L_0 = ___n0; int32_t L_1 = ___digits1; String_t* L_2; L_2 = ParseNumbers_IntToString_m1D5D470EE1BBD97C83D555B210102C2DAD2BEEA4(L_0, ((int32_t)10), L_1, ((int32_t)48), 0, /*hidden argument*/NULL); return L_2; } } // System.String System.Globalization.TimeSpanFormat::Format(System.TimeSpan,System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_Format_mCA2875A73DD7FF3B65F97F958078FF36C7263659 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, String_t* ___format1, RuntimeObject* ___formatProvider2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * V_2 = NULL; { String_t* L_0 = ___format1; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___format1; int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0012; } } IL_000b: { ___format1 = _stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A; } IL_0012: { String_t* L_3 = ___format1; int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_008e; } } { String_t* L_5 = ___format1; Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, 0, /*hidden argument*/NULL); V_0 = L_6; Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)99)))) { goto IL_0032; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)116)))) { goto IL_0032; } } { Il2CppChar L_9 = V_0; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)84))))) { goto IL_003c; } } IL_0032: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_10 = ___value0; String_t* L_11 = ___format1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); String_t* L_12; L_12 = TimeSpanFormat_FormatStandard_m637E7450103C3DFB71BFB990DDC9A885A70926F1(L_10, (bool)1, L_11, 1, /*hidden argument*/NULL); return L_12; } IL_003c: { Il2CppChar L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)103)))) { goto IL_0046; } } { Il2CppChar L_14 = V_0; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)71))))) { goto IL_007e; } } IL_0046: { RuntimeObject* L_15 = ___formatProvider2; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_16; L_16 = DateTimeFormatInfo_GetInstance_m05A24BBAABFE8260BC87D8ACABA138B0044E5BB3(L_15, /*hidden argument*/NULL); V_2 = L_16; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_17 = ___value0; int64_t L_18 = L_17.get__ticks_3(); if ((((int64_t)L_18) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_0061; } } { DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_19 = V_2; String_t* L_20; L_20 = DateTimeFormatInfo_get_FullTimeSpanNegativePattern_mA342EFBB377645AFC9AA46EE478A93F1215492DB(L_19, /*hidden argument*/NULL); ___format1 = L_20; goto IL_0069; } IL_0061: { DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_21 = V_2; String_t* L_22; L_22 = DateTimeFormatInfo_get_FullTimeSpanPositivePattern_m311D2B2A617806348644E1AA009AAA0CAE240FCB(L_21, /*hidden argument*/NULL); ___format1 = L_22; } IL_0069: { Il2CppChar L_23 = V_0; if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)103))))) { goto IL_0072; } } { V_1 = 1; goto IL_0074; } IL_0072: { V_1 = 2; } IL_0074: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_24 = ___value0; String_t* L_25 = ___format1; int32_t L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); String_t* L_27; L_27 = TimeSpanFormat_FormatStandard_m637E7450103C3DFB71BFB990DDC9A885A70926F1(L_24, (bool)0, L_25, L_26, /*hidden argument*/NULL); return L_27; } IL_007e: { String_t* L_28; L_28 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_29 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanFormat_Format_mCA2875A73DD7FF3B65F97F958078FF36C7263659_RuntimeMethod_var))); } IL_008e: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_30 = ___value0; String_t* L_31 = ___format1; RuntimeObject* L_32 = ___formatProvider2; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_33; L_33 = DateTimeFormatInfo_GetInstance_m05A24BBAABFE8260BC87D8ACABA138B0044E5BB3(L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); String_t* L_34; L_34 = TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42(L_30, L_31, L_33, /*hidden argument*/NULL); return L_34; } } // System.String System.Globalization.TimeSpanFormat::FormatStandard(System.TimeSpan,System.Boolean,System.String,System.Globalization.TimeSpanFormat/Pattern) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_FormatStandard_m637E7450103C3DFB71BFB990DDC9A885A70926F1 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, bool ___isInvariant1, String_t* ___format2, int32_t ___pattern3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int64_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 V_7; memset((&V_7), 0, sizeof(V_7)); int32_t V_8 = 0; { StringBuilder_t * L_0; L_0 = StringBuilderCache_Acquire_mC7C5506CB542A20FEEBF48E654255C5368462D1A(((int32_t)16), /*hidden argument*/NULL); V_0 = L_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ___value0; int64_t L_2 = L_1.get__ticks_3(); V_1 = ((int32_t)((int32_t)((int64_t)((int64_t)L_2/(int64_t)((int64_t)864000000000LL))))); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = ___value0; int64_t L_4 = L_3.get__ticks_3(); V_2 = ((int64_t)((int64_t)L_4%(int64_t)((int64_t)864000000000LL))); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_5 = ___value0; int64_t L_6 = L_5.get__ticks_3(); if ((((int64_t)L_6) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_003b; } } { int32_t L_7 = V_1; V_1 = ((-L_7)); int64_t L_8 = V_2; V_2 = ((-L_8)); } IL_003b: { int64_t L_9 = V_2; V_3 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_9/(int64_t)((int64_t)36000000000LL)))%(int64_t)((int64_t)((int64_t)((int32_t)24))))))); int64_t L_10 = V_2; V_4 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_10/(int64_t)((int64_t)((int64_t)((int32_t)600000000)))))%(int64_t)((int64_t)((int64_t)((int32_t)60))))))); int64_t L_11 = V_2; V_5 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_11/(int64_t)((int64_t)((int64_t)((int32_t)10000000)))))%(int64_t)((int64_t)((int64_t)((int32_t)60))))))); int64_t L_12 = V_2; V_6 = ((int32_t)((int32_t)((int64_t)((int64_t)L_12%(int64_t)((int64_t)((int64_t)((int32_t)10000000))))))); bool L_13 = ___isInvariant1; if (!L_13) { goto IL_0094; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_14 = ___value0; int64_t L_15 = L_14.get__ticks_3(); if ((((int64_t)L_15) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_008b; } } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 L_16 = ((TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var))->get_NegativeInvariantFormatLiterals_1(); V_7 = L_16; goto IL_00a8; } IL_008b: { IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 L_17 = ((TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var))->get_PositiveInvariantFormatLiterals_0(); V_7 = L_17; goto IL_00a8; } IL_0094: { il2cpp_codegen_initobj((&V_7), sizeof(FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 )); String_t* L_18 = ___format2; int32_t L_19 = ___pattern3; FormatLiterals_Init_m7359DC89B4E47BCC6116B0D67E3C2C329BBF3D8A((FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 *)(&V_7), L_18, (bool)((((int32_t)L_19) == ((int32_t)2))? 1 : 0), /*hidden argument*/NULL); } IL_00a8: { int32_t L_20 = V_6; if (!L_20) { goto IL_00cc; } } { int32_t L_21 = V_6; FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 L_22 = V_7; int32_t L_23 = L_22.get_ff_5(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_24; L_24 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F((10.0), ((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_23)))), /*hidden argument*/NULL); V_6 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_21))/(int64_t)il2cpp_codegen_cast_double_to_int(L_24))))); } IL_00cc: { StringBuilder_t * L_25 = V_0; String_t* L_26; L_26 = FormatLiterals_get_Start_mB169F5FF4FD7C471F34E7EE859C5CA7F8432E512((FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 *)(&V_7), /*hidden argument*/NULL); StringBuilder_t * L_27; L_27 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_25, L_26, /*hidden argument*/NULL); int32_t L_28 = ___pattern3; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_00e1; } } { int32_t L_29 = V_1; if (!L_29) { goto IL_00f7; } } IL_00e1: { StringBuilder_t * L_30 = V_0; int32_t L_31 = V_1; StringBuilder_t * L_32; L_32 = StringBuilder_Append_m796285D173EEA5261E85B95FC79DD4F996CC93DD(L_30, L_31, /*hidden argument*/NULL); StringBuilder_t * L_33 = V_0; String_t* L_34; L_34 = FormatLiterals_get_DayHourSep_m2A4A99E937519106A2AA821B9C8928D736697C68((FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 *)(&V_7), /*hidden argument*/NULL); StringBuilder_t * L_35; L_35 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_33, L_34, /*hidden argument*/NULL); } IL_00f7: { StringBuilder_t * L_36 = V_0; int32_t L_37 = V_3; FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 L_38 = V_7; int32_t L_39 = L_38.get_hh_2(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); String_t* L_40; L_40 = TimeSpanFormat_IntToString_m13D7F936697CE92203055D2294A054227E422E96(L_37, L_39, /*hidden argument*/NULL); StringBuilder_t * L_41; L_41 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_36, L_40, /*hidden argument*/NULL); StringBuilder_t * L_42 = V_0; String_t* L_43; L_43 = FormatLiterals_get_HourMinuteSep_m123BD98C8CF1851406FF198FEA43C4C9593DDD00((FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 *)(&V_7), /*hidden argument*/NULL); StringBuilder_t * L_44; L_44 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_42, L_43, /*hidden argument*/NULL); StringBuilder_t * L_45 = V_0; int32_t L_46 = V_4; FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 L_47 = V_7; int32_t L_48 = L_47.get_mm_3(); String_t* L_49; L_49 = TimeSpanFormat_IntToString_m13D7F936697CE92203055D2294A054227E422E96(L_46, L_48, /*hidden argument*/NULL); StringBuilder_t * L_50; L_50 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_45, L_49, /*hidden argument*/NULL); StringBuilder_t * L_51 = V_0; String_t* L_52; L_52 = FormatLiterals_get_MinuteSecondSep_m2E9860660A09ABE847E39D1277964283BC4EF376((FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 *)(&V_7), /*hidden argument*/NULL); StringBuilder_t * L_53; L_53 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_51, L_52, /*hidden argument*/NULL); StringBuilder_t * L_54 = V_0; int32_t L_55 = V_5; FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 L_56 = V_7; int32_t L_57 = L_56.get_ss_4(); String_t* L_58; L_58 = TimeSpanFormat_IntToString_m13D7F936697CE92203055D2294A054227E422E96(L_55, L_57, /*hidden argument*/NULL); StringBuilder_t * L_59; L_59 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_54, L_58, /*hidden argument*/NULL); bool L_60 = ___isInvariant1; if (L_60) { goto IL_01ae; } } { int32_t L_61 = ___pattern3; if ((!(((uint32_t)L_61) == ((uint32_t)1)))) { goto IL_01ae; } } { FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 L_62 = V_7; int32_t L_63 = L_62.get_ff_5(); V_8 = L_63; goto IL_0177; } IL_0163: { int32_t L_64 = V_6; if (((int32_t)((int32_t)L_64%(int32_t)((int32_t)10)))) { goto IL_017c; } } { int32_t L_65 = V_6; V_6 = ((int32_t)((int32_t)L_65/(int32_t)((int32_t)10))); int32_t L_66 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); } IL_0177: { int32_t L_67 = V_8; if ((((int32_t)L_67) > ((int32_t)0))) { goto IL_0163; } } IL_017c: { int32_t L_68 = V_8; if ((((int32_t)L_68) <= ((int32_t)0))) { goto IL_01d9; } } { StringBuilder_t * L_69 = V_0; String_t* L_70; L_70 = FormatLiterals_get_SecondFractionSep_m72BAC4DFC9E58C6772D714202BAB62B743E2F74B((FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 *)(&V_7), /*hidden argument*/NULL); StringBuilder_t * L_71; L_71 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_69, L_70, /*hidden argument*/NULL); StringBuilder_t * L_72 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_73 = ((DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var))->get_fixedNumberFormats_2(); int32_t L_74 = V_8; int32_t L_75 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)1)); String_t* L_76 = (L_73)->GetAtUnchecked(static_cast(L_75)); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_77; L_77 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_78; L_78 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_6), L_76, L_77, /*hidden argument*/NULL); StringBuilder_t * L_79; L_79 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_72, L_78, /*hidden argument*/NULL); goto IL_01d9; } IL_01ae: { int32_t L_80 = ___pattern3; if ((((int32_t)L_80) == ((int32_t)2))) { goto IL_01b6; } } { int32_t L_81 = V_6; if (!L_81) { goto IL_01d9; } } IL_01b6: { StringBuilder_t * L_82 = V_0; String_t* L_83; L_83 = FormatLiterals_get_SecondFractionSep_m72BAC4DFC9E58C6772D714202BAB62B743E2F74B((FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 *)(&V_7), /*hidden argument*/NULL); StringBuilder_t * L_84; L_84 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_82, L_83, /*hidden argument*/NULL); StringBuilder_t * L_85 = V_0; int32_t L_86 = V_6; FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 L_87 = V_7; int32_t L_88 = L_87.get_ff_5(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); String_t* L_89; L_89 = TimeSpanFormat_IntToString_m13D7F936697CE92203055D2294A054227E422E96(L_86, L_88, /*hidden argument*/NULL); StringBuilder_t * L_90; L_90 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_85, L_89, /*hidden argument*/NULL); } IL_01d9: { StringBuilder_t * L_91 = V_0; String_t* L_92; L_92 = FormatLiterals_get_End_mE6A0DE290B82190D563606780CA7AA9FA847443B((FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 *)(&V_7), /*hidden argument*/NULL); StringBuilder_t * L_93; L_93 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_91, L_92, /*hidden argument*/NULL); StringBuilder_t * L_94 = V_0; String_t* L_95; L_95 = StringBuilderCache_GetStringAndRelease_m388380FCDB6AA02F394DDC1E2D67D2D3F94E15D3(L_94, /*hidden argument*/NULL); return L_95; } } // System.String System.Globalization.TimeSpanFormat::FormatCustomized(System.TimeSpan,System.String,System.Globalization.DateTimeFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, String_t* ___format1, DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dtfi2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int64_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; StringBuilder_t * V_9 = NULL; Il2CppChar V_10 = 0x0; int32_t V_11 = 0; int32_t V_12 = 0; StringBuilder_t * V_13 = NULL; Il2CppChar V_14 = 0x0; { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; int64_t L_1 = L_0.get__ticks_3(); V_0 = ((int32_t)((int32_t)((int64_t)((int64_t)L_1/(int64_t)((int64_t)864000000000LL))))); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___value0; int64_t L_3 = L_2.get__ticks_3(); V_1 = ((int64_t)((int64_t)L_3%(int64_t)((int64_t)864000000000LL))); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4 = ___value0; int64_t L_5 = L_4.get__ticks_3(); if ((((int64_t)L_5) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_0033; } } { int32_t L_6 = V_0; V_0 = ((-L_6)); int64_t L_7 = V_1; V_1 = ((-L_7)); } IL_0033: { int64_t L_8 = V_1; V_2 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_8/(int64_t)((int64_t)36000000000LL)))%(int64_t)((int64_t)((int64_t)((int32_t)24))))))); int64_t L_9 = V_1; V_3 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_9/(int64_t)((int64_t)((int64_t)((int32_t)600000000)))))%(int64_t)((int64_t)((int64_t)((int32_t)60))))))); int64_t L_10 = V_1; V_4 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_10/(int64_t)((int64_t)((int64_t)((int32_t)10000000)))))%(int64_t)((int64_t)((int64_t)((int32_t)60))))))); int64_t L_11 = V_1; V_5 = ((int32_t)((int32_t)((int64_t)((int64_t)L_11%(int64_t)((int64_t)((int64_t)((int32_t)10000000))))))); V_6 = ((int64_t)((int64_t)0)); V_7 = 0; StringBuilder_t * L_12; L_12 = StringBuilderCache_Acquire_mC7C5506CB542A20FEEBF48E654255C5368462D1A(((int32_t)16), /*hidden argument*/NULL); V_9 = L_12; goto IL_0364; } IL_0081: { String_t* L_13 = ___format1; int32_t L_14 = V_7; Il2CppChar L_15; L_15 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_13, L_14, /*hidden argument*/NULL); V_10 = L_15; Il2CppChar L_16 = V_10; if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)70))))) { goto IL_00c5; } } { Il2CppChar L_17 = V_10; if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)37))))) { goto IL_00ae; } } { Il2CppChar L_18 = V_10; if ((((int32_t)L_18) == ((int32_t)((int32_t)34)))) { goto IL_02b7; } } { Il2CppChar L_19 = V_10; if ((((int32_t)L_19) == ((int32_t)((int32_t)37)))) { goto IL_02d9; } } { goto IL_034d; } IL_00ae: { Il2CppChar L_20 = V_10; if ((((int32_t)L_20) == ((int32_t)((int32_t)39)))) { goto IL_02b7; } } { Il2CppChar L_21 = V_10; if ((((int32_t)L_21) == ((int32_t)((int32_t)70)))) { goto IL_01fb; } } { goto IL_034d; } IL_00c5: { Il2CppChar L_22 = V_10; if ((!(((uint32_t)L_22) <= ((uint32_t)((int32_t)104))))) { goto IL_00f7; } } { Il2CppChar L_23 = V_10; if ((((int32_t)L_23) == ((int32_t)((int32_t)92)))) { goto IL_031e; } } { Il2CppChar L_24 = V_10; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)100)))) { case 0: { goto IL_0286; } case 1: { goto IL_034d; } case 2: { goto IL_0199; } case 3: { goto IL_034d; } case 4: { goto IL_0108; } } } { goto IL_034d; } IL_00f7: { Il2CppChar L_25 = V_10; if ((((int32_t)L_25) == ((int32_t)((int32_t)109)))) { goto IL_0138; } } { Il2CppChar L_26 = V_10; if ((((int32_t)L_26) == ((int32_t)((int32_t)115)))) { goto IL_0168; } } { goto IL_034d; } IL_0108: { String_t* L_27 = ___format1; int32_t L_28 = V_7; Il2CppChar L_29 = V_10; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); int32_t L_30; L_30 = DateTimeFormat_ParseRepeatPattern_m735863048DB6D3EE15B32DCD8E8B190F95B5EF6A(L_27, L_28, L_29, /*hidden argument*/NULL); V_8 = L_30; int32_t L_31 = V_8; if ((((int32_t)L_31) <= ((int32_t)2))) { goto IL_0129; } } { String_t* L_32; L_32 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_33 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_33, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42_RuntimeMethod_var))); } IL_0129: { StringBuilder_t * L_34 = V_9; int32_t L_35 = V_2; int32_t L_36 = V_8; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); DateTimeFormat_FormatDigits_m1C16AAEF47FE806359417B4DAE91B14051F082AC(L_34, L_35, L_36, /*hidden argument*/NULL); goto IL_035d; } IL_0138: { String_t* L_37 = ___format1; int32_t L_38 = V_7; Il2CppChar L_39 = V_10; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); int32_t L_40; L_40 = DateTimeFormat_ParseRepeatPattern_m735863048DB6D3EE15B32DCD8E8B190F95B5EF6A(L_37, L_38, L_39, /*hidden argument*/NULL); V_8 = L_40; int32_t L_41 = V_8; if ((((int32_t)L_41) <= ((int32_t)2))) { goto IL_0159; } } { String_t* L_42; L_42 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_43 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_43, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42_RuntimeMethod_var))); } IL_0159: { StringBuilder_t * L_44 = V_9; int32_t L_45 = V_3; int32_t L_46 = V_8; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); DateTimeFormat_FormatDigits_m1C16AAEF47FE806359417B4DAE91B14051F082AC(L_44, L_45, L_46, /*hidden argument*/NULL); goto IL_035d; } IL_0168: { String_t* L_47 = ___format1; int32_t L_48 = V_7; Il2CppChar L_49 = V_10; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); int32_t L_50; L_50 = DateTimeFormat_ParseRepeatPattern_m735863048DB6D3EE15B32DCD8E8B190F95B5EF6A(L_47, L_48, L_49, /*hidden argument*/NULL); V_8 = L_50; int32_t L_51 = V_8; if ((((int32_t)L_51) <= ((int32_t)2))) { goto IL_0189; } } { String_t* L_52; L_52 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_53 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_53, L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42_RuntimeMethod_var))); } IL_0189: { StringBuilder_t * L_54 = V_9; int32_t L_55 = V_4; int32_t L_56 = V_8; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); DateTimeFormat_FormatDigits_m1C16AAEF47FE806359417B4DAE91B14051F082AC(L_54, L_55, L_56, /*hidden argument*/NULL); goto IL_035d; } IL_0199: { String_t* L_57 = ___format1; int32_t L_58 = V_7; Il2CppChar L_59 = V_10; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); int32_t L_60; L_60 = DateTimeFormat_ParseRepeatPattern_m735863048DB6D3EE15B32DCD8E8B190F95B5EF6A(L_57, L_58, L_59, /*hidden argument*/NULL); V_8 = L_60; int32_t L_61 = V_8; if ((((int32_t)L_61) <= ((int32_t)7))) { goto IL_01ba; } } { String_t* L_62; L_62 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_63 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_63, L_62, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42_RuntimeMethod_var))); } IL_01ba: { int32_t L_64 = V_5; V_6 = ((int64_t)((int64_t)L_64)); int64_t L_65 = V_6; int32_t L_66 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_67; L_67 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F((10.0), ((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_66)))), /*hidden argument*/NULL); V_6 = ((int64_t)((int64_t)L_65/(int64_t)il2cpp_codegen_cast_double_to_int(L_67))); StringBuilder_t * L_68 = V_9; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_69 = ((DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var))->get_fixedNumberFormats_2(); int32_t L_70 = V_8; int32_t L_71 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1)); String_t* L_72 = (L_69)->GetAtUnchecked(static_cast(L_71)); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_73; L_73 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_74; L_74 = Int64_ToString_m7D336E8DDEB43FC06A3AEE62072C899CBD0012AE((int64_t*)(&V_6), L_72, L_73, /*hidden argument*/NULL); StringBuilder_t * L_75; L_75 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_68, L_74, /*hidden argument*/NULL); goto IL_035d; } IL_01fb: { String_t* L_76 = ___format1; int32_t L_77 = V_7; Il2CppChar L_78 = V_10; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); int32_t L_79; L_79 = DateTimeFormat_ParseRepeatPattern_m735863048DB6D3EE15B32DCD8E8B190F95B5EF6A(L_76, L_77, L_78, /*hidden argument*/NULL); V_8 = L_79; int32_t L_80 = V_8; if ((((int32_t)L_80) <= ((int32_t)7))) { goto IL_021c; } } { String_t* L_81; L_81 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_82 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_82, L_81, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_82, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42_RuntimeMethod_var))); } IL_021c: { int32_t L_83 = V_5; V_6 = ((int64_t)((int64_t)L_83)); int64_t L_84 = V_6; int32_t L_85 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_86; L_86 = Math_Pow_mC2C8700DAAD1316AA457A1D271F78CDF0D61AC2F((10.0), ((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_85)))), /*hidden argument*/NULL); V_6 = ((int64_t)((int64_t)L_84/(int64_t)il2cpp_codegen_cast_double_to_int(L_86))); int32_t L_87 = V_8; V_12 = L_87; goto IL_0256; } IL_0240: { int64_t L_88 = V_6; if (((int64_t)((int64_t)L_88%(int64_t)((int64_t)((int64_t)((int32_t)10)))))) { goto IL_025b; } } { int64_t L_89 = V_6; V_6 = ((int64_t)((int64_t)L_89/(int64_t)((int64_t)((int64_t)((int32_t)10))))); int32_t L_90 = V_12; V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)1)); } IL_0256: { int32_t L_91 = V_12; if ((((int32_t)L_91) > ((int32_t)0))) { goto IL_0240; } } IL_025b: { int32_t L_92 = V_12; if ((((int32_t)L_92) <= ((int32_t)0))) { goto IL_035d; } } { StringBuilder_t * L_93 = V_9; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_94 = ((DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var))->get_fixedNumberFormats_2(); int32_t L_95 = V_12; int32_t L_96 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)1)); String_t* L_97 = (L_94)->GetAtUnchecked(static_cast(L_96)); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_98; L_98 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_99; L_99 = Int64_ToString_m7D336E8DDEB43FC06A3AEE62072C899CBD0012AE((int64_t*)(&V_6), L_97, L_98, /*hidden argument*/NULL); StringBuilder_t * L_100; L_100 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_93, L_99, /*hidden argument*/NULL); goto IL_035d; } IL_0286: { String_t* L_101 = ___format1; int32_t L_102 = V_7; Il2CppChar L_103 = V_10; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); int32_t L_104; L_104 = DateTimeFormat_ParseRepeatPattern_m735863048DB6D3EE15B32DCD8E8B190F95B5EF6A(L_101, L_102, L_103, /*hidden argument*/NULL); V_8 = L_104; int32_t L_105 = V_8; if ((((int32_t)L_105) <= ((int32_t)8))) { goto IL_02a7; } } { String_t* L_106; L_106 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_107 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_107, L_106, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_107, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42_RuntimeMethod_var))); } IL_02a7: { StringBuilder_t * L_108 = V_9; int32_t L_109 = V_0; int32_t L_110 = V_8; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); DateTimeFormat_FormatDigits_m440E3AA51604A8EFA7DFE3C4DFACC8C714D647E0(L_108, L_109, L_110, (bool)1, /*hidden argument*/NULL); goto IL_035d; } IL_02b7: { StringBuilder_t * L_111 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_111, /*hidden argument*/NULL); V_13 = L_111; String_t* L_112 = ___format1; int32_t L_113 = V_7; StringBuilder_t * L_114 = V_13; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); int32_t L_115; L_115 = DateTimeFormat_ParseQuoteString_m159E585EB77057FD1EA97638CD52E9279B244168(L_112, L_113, L_114, /*hidden argument*/NULL); V_8 = L_115; StringBuilder_t * L_116 = V_9; StringBuilder_t * L_117 = V_13; StringBuilder_t * L_118; L_118 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_116, L_117, /*hidden argument*/NULL); goto IL_035d; } IL_02d9: { String_t* L_119 = ___format1; int32_t L_120 = V_7; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); int32_t L_121; L_121 = DateTimeFormat_ParseNextChar_mFB9BF280CDC354061757AE36AE2AF9794A993135(L_119, L_120, /*hidden argument*/NULL); V_11 = L_121; int32_t L_122 = V_11; if ((((int32_t)L_122) < ((int32_t)0))) { goto IL_030e; } } { int32_t L_123 = V_11; if ((((int32_t)L_123) == ((int32_t)((int32_t)37)))) { goto IL_030e; } } { StringBuilder_t * L_124 = V_9; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_125 = ___value0; int32_t L_126 = V_11; V_14 = ((int32_t)((uint16_t)L_126)); String_t* L_127; L_127 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_14), /*hidden argument*/NULL); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_128 = ___dtfi2; IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); String_t* L_129; L_129 = TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42(L_125, L_127, L_128, /*hidden argument*/NULL); StringBuilder_t * L_130; L_130 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_124, L_129, /*hidden argument*/NULL); V_8 = 2; goto IL_035d; } IL_030e: { String_t* L_131; L_131 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_132 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_132, L_131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_132, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42_RuntimeMethod_var))); } IL_031e: { String_t* L_133 = ___format1; int32_t L_134 = V_7; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t03C933B58093015648423B6A1A79C999650F2E4A_il2cpp_TypeInfo_var); int32_t L_135; L_135 = DateTimeFormat_ParseNextChar_mFB9BF280CDC354061757AE36AE2AF9794A993135(L_133, L_134, /*hidden argument*/NULL); V_11 = L_135; int32_t L_136 = V_11; if ((((int32_t)L_136) < ((int32_t)0))) { goto IL_033d; } } { StringBuilder_t * L_137 = V_9; int32_t L_138 = V_11; StringBuilder_t * L_139; L_139 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_137, ((int32_t)((uint16_t)L_138)), /*hidden argument*/NULL); V_8 = 2; goto IL_035d; } IL_033d: { String_t* L_140; L_140 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_141 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_141, L_140, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_141, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42_RuntimeMethod_var))); } IL_034d: { String_t* L_142; L_142 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ED71F768C05670E3698EF09100E41C9E3AC8113)), /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_143 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_143, L_142, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_143, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanFormat_FormatCustomized_m0EC2A6F69D5EB616A1EB791CB2DDFB4BE96BDA42_RuntimeMethod_var))); } IL_035d: { int32_t L_144 = V_7; int32_t L_145 = V_8; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)L_145)); } IL_0364: { int32_t L_146 = V_7; String_t* L_147 = ___format1; int32_t L_148; L_148 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_147, /*hidden argument*/NULL); if ((((int32_t)L_146) < ((int32_t)L_148))) { goto IL_0081; } } { StringBuilder_t * L_149 = V_9; String_t* L_150; L_150 = StringBuilderCache_GetStringAndRelease_m388380FCDB6AA02F394DDC1E2D67D2D3F94E15D3(L_149, /*hidden argument*/NULL); return L_150; } } // System.Void System.Globalization.TimeSpanFormat::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanFormat__cctor_m437FB5F7562DAC3EB9C4D6180C42579E88618E98 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 L_0; L_0 = FormatLiterals_InitInvariant_m4226445E4D67334664CD64ABE404916DCAAAD8CF((bool)0, /*hidden argument*/NULL); ((TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var))->set_PositiveInvariantFormatLiterals_0(L_0); FormatLiterals_t8EC4E080425C3E3AE6627A6BB7F5B487680E3C94 L_1; L_1 = FormatLiterals_InitInvariant_m4226445E4D67334664CD64ABE404916DCAAAD8CF((bool)1, /*hidden argument*/NULL); ((TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanFormat_t36D33E3F9C6CB409D8F762607ABAC3F9153EFEE4_il2cpp_TypeInfo_var))->set_NegativeInvariantFormatLiterals_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.TimeType::.ctor(System.Int32,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeType__ctor_mD0DECB503E195CD1A08ED0CB5FD046F6D27A2205 (TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * __this, int32_t ___offset0, bool ___is_dst1, String_t* ___abbrev2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___offset0; __this->set_Offset_0(L_0); bool L_1 = ___is_dst1; __this->set_IsDst_1(L_1); String_t* L_2 = ___abbrev2; __this->set_Name_2(L_2); return; } } // System.String System.TimeType::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeType_ToString_m7DFBC2460C59284E512C684AB1104DAEB95481B5 (TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1041065974A2DCD6EBB57D11A61C3A497E8E23F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2928F07102BC00E636EFB7DB64F162F8147789DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral829799AA3780876FB3DEBCB3A873EE73CF3B909B); s_Il2CppMethodInitialized = true; } bool V_0 = false; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; ArrayElementTypeCheck (L_1, _stringLiteral2928F07102BC00E636EFB7DB64F162F8147789DC); (L_1)->SetAtUnchecked(static_cast(0), (RuntimeObject *)_stringLiteral2928F07102BC00E636EFB7DB64F162F8147789DC); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; int32_t L_3 = __this->get_Offset_0(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAtUnchecked(static_cast(1), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_2; ArrayElementTypeCheck (L_6, _stringLiteral1041065974A2DCD6EBB57D11A61C3A497E8E23F1); (L_6)->SetAtUnchecked(static_cast(2), (RuntimeObject *)_stringLiteral1041065974A2DCD6EBB57D11A61C3A497E8E23F1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6; bool L_8 = __this->get_IsDst_1(); V_0 = L_8; String_t* L_9; L_9 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)(&V_0), /*hidden argument*/NULL); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAtUnchecked(static_cast(3), (RuntimeObject *)L_9); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_7; ArrayElementTypeCheck (L_10, _stringLiteral829799AA3780876FB3DEBCB3A873EE73CF3B909B); (L_10)->SetAtUnchecked(static_cast(4), (RuntimeObject *)_stringLiteral829799AA3780876FB3DEBCB3A873EE73CF3B909B); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; String_t* L_12 = __this->get_Name_2(); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAtUnchecked(static_cast(5), (RuntimeObject *)L_12); String_t* L_13; L_13 = String_Concat_m6F0ED62933448F8B944E52872E1EE86F6705D306(L_11, /*hidden argument*/NULL); return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.TimeZone::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZone__ctor_m325FB2DDABD0CD6599F0D840B2F5AC7C4D2171CB (TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.TimeZone::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZone__cctor_mB022A9418C3D8AAAEC79EB99B7CAE13FF74C555D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); ((TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_StaticFields*)il2cpp_codegen_static_fields_for(TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_il2cpp_TypeInfo_var))->set_tz_lock_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.Boolean System.TimeZoneInfo::UtcOffsetOutOfRange(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_UtcOffsetOutOfRange_m1691F47564A06BA9E8B774DA68430FDBEE363BA8 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___offset0, const RuntimeMethod* method) { { double L_0; L_0 = TimeSpan_get_TotalHours_mE58EBCC460F12B66CEFB7FBDF4F6ACCD5B4AF6FA((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&___offset0), /*hidden argument*/NULL); if ((((double)L_0) < ((double)(-14.0)))) { goto IL_0025; } } { double L_1; L_1 = TimeSpan_get_TotalHours_mE58EBCC460F12B66CEFB7FBDF4F6ACCD5B4AF6FA((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&___offset0), /*hidden argument*/NULL); return (bool)((((double)L_1) > ((double)(14.0)))? 1 : 0); } IL_0025: { return (bool)1; } } // System.Collections.Generic.List`1 System.TimeZoneInfo::CreateAdjustmentRule(System.Int32,System.Int64[]&,System.String[]&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * TimeZoneInfo_CreateAdjustmentRule_m6ED0A0CB70C67B848918B6A8D24755D0C2603E82 (int32_t ___year0, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** ___data1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___names2, String_t* ___standardNameCurrentYear3, String_t* ___daylightNameCurrentYear4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2353AA641A9F1EA712AC48090296AE000B281771_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * V_0 = NULL; bool V_1 = false; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_2; memset((&V_2), 0, sizeof(V_2)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_3; memset((&V_3), 0, sizeof(V_3)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_4; memset((&V_4), 0, sizeof(V_4)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_5; memset((&V_5), 0, sizeof(V_5)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_6; memset((&V_6), 0, sizeof(V_6)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_7; memset((&V_7), 0, sizeof(V_7)); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A V_8; memset((&V_8), 0, sizeof(V_8)); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A V_9; memset((&V_9), 0, sizeof(V_9)); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_10 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_11; memset((&V_11), 0, sizeof(V_11)); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A V_12; memset((&V_12), 0, sizeof(V_12)); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A V_13; memset((&V_13), 0, sizeof(V_13)); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_14 = NULL; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A V_15; memset((&V_15), 0, sizeof(V_15)); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A V_16; memset((&V_16), 0, sizeof(V_16)); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_17 = NULL; { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_0 = (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 *)il2cpp_codegen_object_new(List_1_t2353AA641A9F1EA712AC48090296AE000B281771_il2cpp_TypeInfo_var); List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA(L_0, /*hidden argument*/List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA_RuntimeMethod_var); V_0 = L_0; int32_t L_1 = ___year0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** L_2 = ___data1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** L_3 = ___names2; bool L_4; L_4 = CurrentSystemTimeZone_GetTimeZoneData_mB8DBC355131D62B9C956252F6724668A8C8746C4(L_1, (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6**)L_2, (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)L_3, (bool*)(&V_1), /*hidden argument*/NULL); if (L_4) { goto IL_0014; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_5 = V_0; return L_5; } IL_0014: { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** L_6 = ___data1; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_7 = *((Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6**)L_6); int32_t L_8 = 0; int64_t L_9 = (L_7)->GetAtUnchecked(static_cast(L_8)); DateTime__ctor_m14D7C60472AE477F824F8BEE8830C5F5D4FCA16A((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), L_9, /*hidden argument*/NULL); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** L_10 = ___data1; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_11 = *((Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6**)L_10); int32_t L_12 = 1; int64_t L_13 = (L_11)->GetAtUnchecked(static_cast(L_12)); DateTime__ctor_m14D7C60472AE477F824F8BEE8830C5F5D4FCA16A((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), L_13, /*hidden argument*/NULL); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** L_14 = ___data1; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_15 = *((Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6**)L_14); int32_t L_16 = 3; int64_t L_17 = (L_15)->GetAtUnchecked(static_cast(L_16)); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_4), L_17, /*hidden argument*/NULL); String_t* L_18 = ___standardNameCurrentYear3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** L_19 = ___names2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = *((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)L_19); int32_t L_21 = 0; String_t* L_22 = (L_20)->GetAtUnchecked(static_cast(L_21)); bool L_23; L_23 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_18, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0043; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_24 = V_0; return L_24; } IL_0043: { String_t* L_25 = ___daylightNameCurrentYear4; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** L_26 = ___names2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = *((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)L_26); int32_t L_28 = 1; String_t* L_29 = (L_27)->GetAtUnchecked(static_cast(L_28)); bool L_30; L_30 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_25, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_0052; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_31 = V_0; return L_31; } IL_0052: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_32 = V_3; bool L_33; L_33 = DateTime_Equals_m22392E29066D685DB7DD20CB022B101E0CC244EA((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_005e; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_34 = V_0; return L_34; } IL_005e: { int32_t L_35 = ___year0; DateTime__ctor_m0FFFFEA32E380156E1FB4224D50CD0B16707E61C((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), L_35, 1, 1, 0, 0, 0, 0, /*hidden argument*/NULL); int32_t L_36 = ___year0; int32_t L_37 = ___year0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); int32_t L_38; L_38 = DateTime_DaysInMonth_m64931EEDA4428AD99566FCF0434BA298153E4531(L_37, ((int32_t)12), /*hidden argument*/NULL); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_6), L_36, ((int32_t)12), L_38, /*hidden argument*/NULL); int32_t L_39 = ___year0; int32_t L_40 = ___year0; int32_t L_41; L_41 = DateTime_DaysInMonth_m64931EEDA4428AD99566FCF0434BA298153E4531(L_40, ((int32_t)12), /*hidden argument*/NULL); DateTime__ctor_m0FFFFEA32E380156E1FB4224D50CD0B16707E61C((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_7), L_39, ((int32_t)12), L_41, ((int32_t)23), ((int32_t)59), ((int32_t)59), ((int32_t)999), /*hidden argument*/NULL); bool L_42 = V_1; if (L_42) { goto IL_0116; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_43; memset((&L_43), 0, sizeof(L_43)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_43), 1, 1, 1, /*hidden argument*/NULL); V_11 = L_43; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_44; L_44 = DateTime_get_TimeOfDay_mE6A177963C8D8AA8AA2830239F1C7B3D11AFC645((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_45; L_45 = DateTime_Add_m317E517C3818A7EF09BB4D0E5547FF791814777D((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_11), L_44, /*hidden argument*/NULL); int32_t L_46; L_46 = DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); int32_t L_47; L_47 = DateTime_get_Day_m9D698CA2A7D1FBEE7BEC0A982A119239F513CBA8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_48; L_48 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_45, L_46, L_47, /*hidden argument*/NULL); V_8 = L_48; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_49; memset((&L_49), 0, sizeof(L_49)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_49), 1, 1, 1, /*hidden argument*/NULL); V_11 = L_49; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_50; L_50 = DateTime_get_TimeOfDay_mE6A177963C8D8AA8AA2830239F1C7B3D11AFC645((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_51; L_51 = DateTime_Add_m317E517C3818A7EF09BB4D0E5547FF791814777D((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_11), L_50, /*hidden argument*/NULL); int32_t L_52; L_52 = DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), /*hidden argument*/NULL); int32_t L_53; L_53 = DateTime_get_Day_m9D698CA2A7D1FBEE7BEC0A982A119239F513CBA8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), /*hidden argument*/NULL); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_54; L_54 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_51, L_52, L_53, /*hidden argument*/NULL); V_9 = L_54; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_55 = V_5; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_56 = V_6; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_57 = V_4; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_58 = V_8; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_59 = V_9; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_60; L_60 = AdjustmentRule_CreateAdjustmentRule_mC90086998B3DF5F9492A4B2281CFEDED04E1E6AE(L_55, L_56, L_57, L_58, L_59, /*hidden argument*/NULL); V_10 = L_60; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_61 = V_0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_62 = V_10; List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE(L_61, L_62, /*hidden argument*/List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE_RuntimeMethod_var); goto IL_0228; } IL_0116: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_63; memset((&L_63), 0, sizeof(L_63)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_63), 1, 1, 1, /*hidden argument*/NULL); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_64; L_64 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_63, 1, 1, /*hidden argument*/NULL); V_12 = L_64; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_65; memset((&L_65), 0, sizeof(L_65)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_65), 1, 1, 1, /*hidden argument*/NULL); V_11 = L_65; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_66; L_66 = DateTime_get_TimeOfDay_mE6A177963C8D8AA8AA2830239F1C7B3D11AFC645((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_67; L_67 = DateTime_Add_m317E517C3818A7EF09BB4D0E5547FF791814777D((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_11), L_66, /*hidden argument*/NULL); int32_t L_68; L_68 = DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); int32_t L_69; L_69 = DateTime_get_Day_m9D698CA2A7D1FBEE7BEC0A982A119239F513CBA8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_70; L_70 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_67, L_68, L_69, /*hidden argument*/NULL); V_13 = L_70; int32_t L_71 = ___year0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_72; memset((&L_72), 0, sizeof(L_72)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_72), L_71, 1, 1, /*hidden argument*/NULL); int32_t L_73; L_73 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); int32_t L_74; L_74 = DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); int32_t L_75; L_75 = DateTime_get_Day_m9D698CA2A7D1FBEE7BEC0A982A119239F513CBA8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_76; memset((&L_76), 0, sizeof(L_76)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_76), L_73, L_74, L_75, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_77 = V_4; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_78 = V_12; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_79 = V_13; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_80; L_80 = AdjustmentRule_CreateAdjustmentRule_mC90086998B3DF5F9492A4B2281CFEDED04E1E6AE(L_72, L_76, L_77, L_78, L_79, /*hidden argument*/NULL); V_14 = L_80; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_81 = V_0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_82 = V_14; List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE(L_81, L_82, /*hidden argument*/List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE_RuntimeMethod_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_83; memset((&L_83), 0, sizeof(L_83)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_83), 1, 1, 1, /*hidden argument*/NULL); V_11 = L_83; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_84; L_84 = DateTime_get_TimeOfDay_mE6A177963C8D8AA8AA2830239F1C7B3D11AFC645((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_85; L_85 = DateTime_Add_m317E517C3818A7EF09BB4D0E5547FF791814777D((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_11), L_84, /*hidden argument*/NULL); int32_t L_86; L_86 = DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), /*hidden argument*/NULL); int32_t L_87; L_87 = DateTime_get_Day_m9D698CA2A7D1FBEE7BEC0A982A119239F513CBA8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), /*hidden argument*/NULL); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_88; L_88 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_85, L_86, L_87, /*hidden argument*/NULL); V_15 = L_88; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_89; memset((&L_89), 0, sizeof(L_89)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_89), 1, 1, 1, /*hidden argument*/NULL); V_11 = L_89; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_90; L_90 = DateTime_get_TimeOfDay_mE6A177963C8D8AA8AA2830239F1C7B3D11AFC645((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_7), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_91; L_91 = DateTime_Add_m317E517C3818A7EF09BB4D0E5547FF791814777D((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_11), L_90, /*hidden argument*/NULL); int32_t L_92; L_92 = DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_7), /*hidden argument*/NULL); int32_t L_93; L_93 = DateTime_get_Day_m9D698CA2A7D1FBEE7BEC0A982A119239F513CBA8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_7), /*hidden argument*/NULL); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_94; L_94 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_91, L_92, L_93, /*hidden argument*/NULL); V_16 = L_94; int32_t L_95; L_95 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); int32_t L_96; L_96 = DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); int32_t L_97; L_97 = DateTime_get_Day_m9D698CA2A7D1FBEE7BEC0A982A119239F513CBA8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_98; memset((&L_98), 0, sizeof(L_98)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_98), L_95, L_96, L_97, /*hidden argument*/NULL); V_11 = L_98; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_99; L_99 = DateTime_AddDays_mEB8882A3289F39D7B10E5A1FB36A2ABF80328368((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_11), (1.0), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_100 = V_6; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_101 = V_4; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_102 = V_15; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_103 = V_16; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_104; L_104 = AdjustmentRule_CreateAdjustmentRule_mC90086998B3DF5F9492A4B2281CFEDED04E1E6AE(L_99, L_100, L_101, L_102, L_103, /*hidden argument*/NULL); V_17 = L_104; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_105 = V_0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_106 = V_17; List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE(L_105, L_106, /*hidden argument*/List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE_RuntimeMethod_var); } IL_0228: { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_107 = V_0; return L_107; } } // System.TimeZoneInfo System.TimeZoneInfo::CreateLocalUnity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_CreateLocalUnity_mFAA3244580776472BC45D7F1D52C9D066594CF49 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparison_1__ctor_mD4538EA2F9B176AEF9F2E200CD85FE8ACECB5137_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mE923F7A281EFBFE0EF62DF628B72AFDB6EE4C08B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_m7AA50535C098E6D2767C6B9D1ED1CF769F77A60D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m61E604EF0C1062E085FD829670AAC948F27EE9A3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2353AA641A9F1EA712AC48090296AE000B281771_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCreateLocalUnityU3Eb__19_0_mB1A237DB978068C4662C45F442DC72B16E49F621_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BABAAD88AAA5E60D93C31ED61C095184AFF093D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral904E141B4F250943BE820466C5ACAC36DFD71291); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB9E2BA96D3F7F910549AC5DB6967191AC919101); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDEF72BF02D7DBDB7455CEDB9985B8D2A87B5FB3); s_Il2CppMethodInitialized = true; } Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_4; memset((&V_4), 0, sizeof(V_4)); Il2CppChar V_5 = 0x0; String_t* V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * V_9 = NULL; bool V_10 = false; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * V_15 = NULL; int32_t V_16 = 0; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * V_17 = NULL; int32_t G_B5_0 = 0; Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 * G_B16_0 = NULL; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * G_B16_1 = NULL; Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 * G_B15_0 = NULL; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * G_B15_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); V_11 = L_0; int32_t L_1; L_1 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_11), /*hidden argument*/NULL); V_3 = L_1; int32_t L_2 = V_3; bool L_3; L_3 = CurrentSystemTimeZone_GetTimeZoneData_mB8DBC355131D62B9C956252F6724668A8C8746C4(L_2, (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6**)(&V_0), (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)(&V_1), (bool*)(&V_2), /*hidden argument*/NULL); if (L_3) { goto IL_0028; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_4 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral94175649577A71BF619AB00E3FD4DBB0DF7198CD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_CreateLocalUnity_mFAA3244580776472BC45D7F1D52C9D066594CF49_RuntimeMethod_var))); } IL_0028: { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_5 = V_0; int32_t L_6 = 2; int64_t L_7 = (L_5)->GetAtUnchecked(static_cast(L_6)); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8; L_8 = TimeSpan_FromTicks_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C(L_7, /*hidden argument*/NULL); V_4 = L_8; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_9 = V_4; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_10 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_Zero_0(); bool L_11; L_11 = TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944(L_9, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0044; } } { G_B5_0 = ((int32_t)45); goto IL_0046; } IL_0044: { G_B5_0 = ((int32_t)43); } IL_0046: { V_5 = G_B5_0; String_t* L_12; L_12 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_5), /*hidden argument*/NULL); String_t* L_13; L_13 = TimeSpan_ToString_m7EA7DE3511D395B11A477C384FFFC40B40D3BA9F((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_4), _stringLiteral8BABAAD88AAA5E60D93C31ED61C095184AFF093D, /*hidden argument*/NULL); String_t* L_14; L_14 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(_stringLiteralEDEF72BF02D7DBDB7455CEDB9985B8D2A87B5FB3, L_12, L_13, _stringLiteral904E141B4F250943BE820466C5ACAC36DFD71291, /*hidden argument*/NULL); V_6 = L_14; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = V_1; int32_t L_16 = 0; String_t* L_17 = (L_15)->GetAtUnchecked(static_cast(L_16)); V_7 = L_17; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = V_1; int32_t L_19 = 1; String_t* L_20 = (L_18)->GetAtUnchecked(static_cast(L_19)); V_8 = L_20; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_21 = (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 *)il2cpp_codegen_object_new(List_1_t2353AA641A9F1EA712AC48090296AE000B281771_il2cpp_TypeInfo_var); List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA(L_21, /*hidden argument*/List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA_RuntimeMethod_var); V_9 = L_21; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_22 = V_0; int32_t L_23 = 3; int64_t L_24 = (L_22)->GetAtUnchecked(static_cast(L_23)); V_10 = (bool)((((int64_t)L_24) == ((int64_t)((int64_t)((int64_t)0))))? 1 : 0); bool L_25 = V_10; if (L_25) { goto IL_012d; } } { V_12 = ((int32_t)1971); V_13 = ((int32_t)2037); int32_t L_26 = V_3; V_14 = L_26; goto IL_00ca; } IL_00a0: { int32_t L_27 = V_14; String_t* L_28 = V_7; String_t* L_29 = V_8; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_30; L_30 = TimeZoneInfo_CreateAdjustmentRule_m6ED0A0CB70C67B848918B6A8D24755D0C2603E82(L_27, (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6**)(&V_0), (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)(&V_1), L_28, L_29, /*hidden argument*/NULL); V_15 = L_30; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_31 = V_15; int32_t L_32; L_32 = List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_inline(L_31, /*hidden argument*/List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_RuntimeMethod_var); if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_00d0; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_33 = V_9; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_34 = V_15; List_1_AddRange_mE923F7A281EFBFE0EF62DF628B72AFDB6EE4C08B(L_33, L_34, /*hidden argument*/List_1_AddRange_mE923F7A281EFBFE0EF62DF628B72AFDB6EE4C08B_RuntimeMethod_var); int32_t L_35 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00ca: { int32_t L_36 = V_14; int32_t L_37 = V_13; if ((((int32_t)L_36) <= ((int32_t)L_37))) { goto IL_00a0; } } IL_00d0: { int32_t L_38 = V_3; V_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1)); goto IL_0101; } IL_00d7: { int32_t L_39 = V_16; String_t* L_40 = V_7; String_t* L_41 = V_8; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_42; L_42 = TimeZoneInfo_CreateAdjustmentRule_m6ED0A0CB70C67B848918B6A8D24755D0C2603E82(L_39, (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6**)(&V_0), (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)(&V_1), L_40, L_41, /*hidden argument*/NULL); V_17 = L_42; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_43 = V_17; int32_t L_44; L_44 = List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_inline(L_43, /*hidden argument*/List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_RuntimeMethod_var); if ((((int32_t)L_44) <= ((int32_t)0))) { goto IL_0107; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_45 = V_9; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_46 = V_17; List_1_AddRange_mE923F7A281EFBFE0EF62DF628B72AFDB6EE4C08B(L_45, L_46, /*hidden argument*/List_1_AddRange_mE923F7A281EFBFE0EF62DF628B72AFDB6EE4C08B_RuntimeMethod_var); int32_t L_47 = V_16; V_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)); } IL_0101: { int32_t L_48 = V_16; int32_t L_49 = V_12; if ((((int32_t)L_48) >= ((int32_t)L_49))) { goto IL_00d7; } } IL_0107: { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_50 = V_9; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_il2cpp_TypeInfo_var); Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 * L_51 = ((U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_il2cpp_TypeInfo_var))->get_U3CU3E9__19_0_1(); Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 * L_52 = L_51; G_B15_0 = L_52; G_B15_1 = L_50; if (L_52) { G_B16_0 = L_52; G_B16_1 = L_50; goto IL_0128; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_il2cpp_TypeInfo_var); U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E * L_53 = ((U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 * L_54 = (Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 *)il2cpp_codegen_object_new(Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1_il2cpp_TypeInfo_var); Comparison_1__ctor_mD4538EA2F9B176AEF9F2E200CD85FE8ACECB5137(L_54, L_53, (intptr_t)((intptr_t)U3CU3Ec_U3CCreateLocalUnityU3Eb__19_0_mB1A237DB978068C4662C45F442DC72B16E49F621_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_mD4538EA2F9B176AEF9F2E200CD85FE8ACECB5137_RuntimeMethod_var); Comparison_1_tDAC4CC47FDC3DBE8E8A9DF5789C71CAA2B42AEC1 * L_55 = L_54; ((U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t24F903F915888347E8B19C16314DF4C75387324E_il2cpp_TypeInfo_var))->set_U3CU3E9__19_0_1(L_55); G_B16_0 = L_55; G_B16_1 = G_B15_1; } IL_0128: { List_1_Sort_m7AA50535C098E6D2767C6B9D1ED1CF769F77A60D(G_B16_1, G_B16_0, /*hidden argument*/List_1_Sort_m7AA50535C098E6D2767C6B9D1ED1CF769F77A60D_RuntimeMethod_var); } IL_012d: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_56 = V_4; String_t* L_57 = V_6; String_t* L_58 = V_7; String_t* L_59 = V_8; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_60 = V_9; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_61; L_61 = List_1_ToArray_m61E604EF0C1062E085FD829670AAC948F27EE9A3(L_60, /*hidden argument*/List_1_ToArray_m61E604EF0C1062E085FD829670AAC948F27EE9A3_RuntimeMethod_var); bool L_62 = V_10; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_63; L_63 = TimeZoneInfo_CreateCustomTimeZone_m071F4F561E53BC9A5A4B9061B58A68C36BCF5D83(_stringLiteralBB9E2BA96D3F7F910549AC5DB6967191AC919101, L_56, L_57, L_58, L_59, L_61, L_62, /*hidden argument*/NULL); return L_63; } } // System.UInt32 System.TimeZoneInfo::EnumDynamicTimeZoneInformation(System.UInt32,System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TimeZoneInfo_EnumDynamicTimeZoneInformation_m5BD6353BB87D591EC214D51E1BC2B4FE4BCAB78F (uint32_t ___dwIndex0, DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * ___lpTimeZoneInformation1, const RuntimeMethod* method) { typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (uint32_t, DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_api_ms_win_core_timezone_l1_1_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(uint32_t) + sizeof(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("api-ms-win-core-timezone-l1-1-0.dll"), "EnumDynamicTimeZoneInformation", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___lpTimeZoneInformation1' to native representation DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke ____lpTimeZoneInformation1_empty = {}; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke* ____lpTimeZoneInformation1_marshaled = &____lpTimeZoneInformation1_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_api_ms_win_core_timezone_l1_1_0_INTERNAL uint32_t returnValue = reinterpret_cast(EnumDynamicTimeZoneInformation)(___dwIndex0, ____lpTimeZoneInformation1_marshaled); #else uint32_t returnValue = il2cppPInvokeFunc(___dwIndex0, ____lpTimeZoneInformation1_marshaled); #endif // Marshaling of parameter '___lpTimeZoneInformation1' back from native representation DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 _____lpTimeZoneInformation1_marshaled_unmarshaled_dereferenced; memset((&_____lpTimeZoneInformation1_marshaled_unmarshaled_dereferenced), 0, sizeof(_____lpTimeZoneInformation1_marshaled_unmarshaled_dereferenced)); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke_back(*____lpTimeZoneInformation1_marshaled, _____lpTimeZoneInformation1_marshaled_unmarshaled_dereferenced); *___lpTimeZoneInformation1 = _____lpTimeZoneInformation1_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((&((___lpTimeZoneInformation1)->___TZI_0))->___StandardName_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((___lpTimeZoneInformation1)->___TZI_0))->___DaylightName_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___lpTimeZoneInformation1)->___TimeZoneKeyName_1), (void*)NULL); #endif // Marshaling cleanup of parameter '___lpTimeZoneInformation1' native representation DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke_cleanup(*____lpTimeZoneInformation1_marshaled); return returnValue; } // System.UInt32 System.TimeZoneInfo::GetDynamicTimeZoneInformation(System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TimeZoneInfo_GetDynamicTimeZoneInformation_m506A989526AED11B750D9CE78ED14F98FD20CBAA (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * ___pTimeZoneInformation0, const RuntimeMethod* method) { typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_api_ms_win_core_timezone_l1_1_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("api-ms-win-core-timezone-l1-1-0.dll"), "GetDynamicTimeZoneInformation", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___pTimeZoneInformation0' to native representation DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke ____pTimeZoneInformation0_empty = {}; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke* ____pTimeZoneInformation0_marshaled = &____pTimeZoneInformation0_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_api_ms_win_core_timezone_l1_1_0_INTERNAL uint32_t returnValue = reinterpret_cast(GetDynamicTimeZoneInformation)(____pTimeZoneInformation0_marshaled); #else uint32_t returnValue = il2cppPInvokeFunc(____pTimeZoneInformation0_marshaled); #endif // Marshaling of parameter '___pTimeZoneInformation0' back from native representation DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 _____pTimeZoneInformation0_marshaled_unmarshaled_dereferenced; memset((&_____pTimeZoneInformation0_marshaled_unmarshaled_dereferenced), 0, sizeof(_____pTimeZoneInformation0_marshaled_unmarshaled_dereferenced)); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke_back(*____pTimeZoneInformation0_marshaled, _____pTimeZoneInformation0_marshaled_unmarshaled_dereferenced); *___pTimeZoneInformation0 = _____pTimeZoneInformation0_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((&((___pTimeZoneInformation0)->___TZI_0))->___StandardName_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((___pTimeZoneInformation0)->___TZI_0))->___DaylightName_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___pTimeZoneInformation0)->___TimeZoneKeyName_1), (void*)NULL); #endif // Marshaling cleanup of parameter '___pTimeZoneInformation0' native representation DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke_cleanup(*____pTimeZoneInformation0_marshaled); return returnValue; } // System.UInt32 System.TimeZoneInfo::GetDynamicTimeZoneInformationWin32(System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TimeZoneInfo_GetDynamicTimeZoneInformationWin32_m676678B2C3085EC8172D08B264CF3DE6F85210C8 (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * ___pTimeZoneInformation0, const RuntimeMethod* method) { typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_kernel32_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("kernel32.dll"), "GetDynamicTimeZoneInformation", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___pTimeZoneInformation0' to native representation DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke ____pTimeZoneInformation0_empty = {}; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke* ____pTimeZoneInformation0_marshaled = &____pTimeZoneInformation0_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_kernel32_INTERNAL uint32_t returnValue = reinterpret_cast(GetDynamicTimeZoneInformation)(____pTimeZoneInformation0_marshaled); #else uint32_t returnValue = il2cppPInvokeFunc(____pTimeZoneInformation0_marshaled); #endif // Marshaling of parameter '___pTimeZoneInformation0' back from native representation DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 _____pTimeZoneInformation0_marshaled_unmarshaled_dereferenced; memset((&_____pTimeZoneInformation0_marshaled_unmarshaled_dereferenced), 0, sizeof(_____pTimeZoneInformation0_marshaled_unmarshaled_dereferenced)); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke_back(*____pTimeZoneInformation0_marshaled, _____pTimeZoneInformation0_marshaled_unmarshaled_dereferenced); *___pTimeZoneInformation0 = _____pTimeZoneInformation0_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((&((___pTimeZoneInformation0)->___TZI_0))->___StandardName_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((___pTimeZoneInformation0)->___TZI_0))->___DaylightName_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___pTimeZoneInformation0)->___TimeZoneKeyName_1), (void*)NULL); #endif // Marshaling cleanup of parameter '___pTimeZoneInformation0' native representation DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke_cleanup(*____pTimeZoneInformation0_marshaled); return returnValue; } // System.UInt32 System.TimeZoneInfo::GetDynamicTimeZoneInformationEffectiveYears(System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TimeZoneInfo_GetDynamicTimeZoneInformationEffectiveYears_mE1B3318FA28C2BFA6A58A842D25EAB5A0D1D931C (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * ___lpTimeZoneInformation0, uint32_t* ___FirstYear1, uint32_t* ___LastYear2, const RuntimeMethod* method) { typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*, uint32_t*, uint32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_api_ms_win_core_timezone_l1_1_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*) + sizeof(uint32_t*) + sizeof(uint32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("api-ms-win-core-timezone-l1-1-0.dll"), "GetDynamicTimeZoneInformationEffectiveYears", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___lpTimeZoneInformation0' to native representation DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke* ____lpTimeZoneInformation0_marshaled = NULL; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke ____lpTimeZoneInformation0_marshaled_dereferenced = {}; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke(*___lpTimeZoneInformation0, ____lpTimeZoneInformation0_marshaled_dereferenced); ____lpTimeZoneInformation0_marshaled = &____lpTimeZoneInformation0_marshaled_dereferenced; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_api_ms_win_core_timezone_l1_1_0_INTERNAL uint32_t returnValue = reinterpret_cast(GetDynamicTimeZoneInformationEffectiveYears)(____lpTimeZoneInformation0_marshaled, ___FirstYear1, ___LastYear2); #else uint32_t returnValue = il2cppPInvokeFunc(____lpTimeZoneInformation0_marshaled, ___FirstYear1, ___LastYear2); #endif // Marshaling of parameter '___lpTimeZoneInformation0' back from native representation DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 _____lpTimeZoneInformation0_marshaled_unmarshaled_dereferenced; memset((&_____lpTimeZoneInformation0_marshaled_unmarshaled_dereferenced), 0, sizeof(_____lpTimeZoneInformation0_marshaled_unmarshaled_dereferenced)); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke_back(*____lpTimeZoneInformation0_marshaled, _____lpTimeZoneInformation0_marshaled_unmarshaled_dereferenced); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke_cleanup(*____lpTimeZoneInformation0_marshaled); *___lpTimeZoneInformation0 = _____lpTimeZoneInformation0_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((&((___lpTimeZoneInformation0)->___TZI_0))->___StandardName_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((___lpTimeZoneInformation0)->___TZI_0))->___DaylightName_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___lpTimeZoneInformation0)->___TimeZoneKeyName_1), (void*)NULL); #endif return returnValue; } // System.Boolean System.TimeZoneInfo::GetTimeZoneInformationForYear(System.UInt16,System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION&,System.TimeZoneInfo/TIME_ZONE_INFORMATION&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_GetTimeZoneInformationForYear_mB7CCB150CAAAD1933598A563FBBF5B1345B78A79 (uint16_t ___wYear0, DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * ___pdtzi1, TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 * ___ptzi2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (uint16_t, DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*, TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_pinvoke*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_api_ms_win_core_timezone_l1_1_0_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(uint16_t) + 2 + sizeof(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke*) + sizeof(TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_pinvoke*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("api-ms-win-core-timezone-l1-1-0.dll"), "GetTimeZoneInformationForYear", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___pdtzi1' to native representation DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke* ____pdtzi1_marshaled = NULL; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshaled_pinvoke ____pdtzi1_marshaled_dereferenced = {}; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke(*___pdtzi1, ____pdtzi1_marshaled_dereferenced); ____pdtzi1_marshaled = &____pdtzi1_marshaled_dereferenced; // Marshaling of parameter '___ptzi2' to native representation TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_pinvoke ____ptzi2_empty = {}; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshaled_pinvoke* ____ptzi2_marshaled = &____ptzi2_empty; // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_api_ms_win_core_timezone_l1_1_0_INTERNAL int32_t returnValue = reinterpret_cast(GetTimeZoneInformationForYear)(___wYear0, ____pdtzi1_marshaled, ____ptzi2_marshaled); #else int32_t returnValue = il2cppPInvokeFunc(___wYear0, ____pdtzi1_marshaled, ____ptzi2_marshaled); #endif // Marshaling of parameter '___pdtzi1' back from native representation DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 _____pdtzi1_marshaled_unmarshaled_dereferenced; memset((&_____pdtzi1_marshaled_unmarshaled_dereferenced), 0, sizeof(_____pdtzi1_marshaled_unmarshaled_dereferenced)); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke_back(*____pdtzi1_marshaled, _____pdtzi1_marshaled_unmarshaled_dereferenced); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895_marshal_pinvoke_cleanup(*____pdtzi1_marshaled); *___pdtzi1 = _____pdtzi1_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((&((___pdtzi1)->___TZI_0))->___StandardName_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((___pdtzi1)->___TZI_0))->___DaylightName_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___pdtzi1)->___TimeZoneKeyName_1), (void*)NULL); #endif // Marshaling of parameter '___ptzi2' back from native representation TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 _____ptzi2_marshaled_unmarshaled_dereferenced; memset((&_____ptzi2_marshaled_unmarshaled_dereferenced), 0, sizeof(_____ptzi2_marshaled_unmarshaled_dereferenced)); TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshal_pinvoke_back(*____ptzi2_marshaled, _____ptzi2_marshaled_unmarshaled_dereferenced); *___ptzi2 = _____ptzi2_marshaled_unmarshaled_dereferenced; Il2CppCodeGenWriteBarrier((void**)&((___ptzi2)->___StandardName_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((___ptzi2)->___DaylightName_4), (void*)NULL); #endif // Marshaling cleanup of parameter '___ptzi2' native representation TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578_marshal_pinvoke_cleanup(*____ptzi2_marshaled); return static_cast(returnValue); } // System.TimeZoneInfo/AdjustmentRule System.TimeZoneInfo::CreateAdjustmentRuleFromTimeZoneInformation(System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION&,System.DateTime,System.DateTime,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * TimeZoneInfo_CreateAdjustmentRuleFromTimeZoneInformation_mBF76CC3B9161AA6156F78EFF6CB8D70BCC07C57B (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * ___timeZoneInformation0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___startDate1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___endDate2, int32_t ___defaultBaseUtcOffset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A V_0; memset((&V_0), 0, sizeof(V_0)); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A V_1; memset((&V_1), 0, sizeof(V_1)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_2; memset((&V_2), 0, sizeof(V_2)); { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * L_0 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 * L_1 = L_0->get_address_of_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 * L_2 = L_1->get_address_of_StandardDate_2(); uint16_t L_3 = L_2->get_wMonth_1(); if (((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0)) { goto IL_006f; } } { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * L_4 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 * L_5 = L_4->get_address_of_TZI_0(); int32_t L_6 = L_5->get_Bias_0(); int32_t L_7 = ___defaultBaseUtcOffset3; if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_0025; } } { return (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *)NULL; } IL_0025: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_8 = ___startDate1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9 = ___endDate2; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_10 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_Zero_0(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_12; L_12 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_11, 1, 1, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); V_2 = L_13; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14; L_14 = DateTime_AddMilliseconds_m74B689CDAFB7ABEEF56827D8777B7C95C89C3154((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), (1.0), /*hidden argument*/NULL); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_15; L_15 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_14, 1, 1, /*hidden argument*/NULL); int32_t L_16 = ___defaultBaseUtcOffset3; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * L_17 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 * L_18 = L_17->get_address_of_TZI_0(); int32_t L_19 = L_18->get_Bias_0(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_20; memset((&L_20), 0, sizeof(L_20)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_20), 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_19)), 0, /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_21; L_21 = AdjustmentRule_CreateAdjustmentRule_mE956FDCAA996EA7E7B089C145F754A8FB88CB7EA(L_8, L_9, L_10, L_12, L_15, L_20, /*hidden argument*/NULL); return L_21; } IL_006f: { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * L_22 = ___timeZoneInformation0; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_23 = (*(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 *)L_22); bool L_24; L_24 = TimeZoneInfo_TransitionTimeFromTimeZoneInformation_mFAE3D1A488125C9ABB48DDC01296480602421D99(L_23, (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&V_0), (bool)1, /*hidden argument*/NULL); if (L_24) { goto IL_0081; } } { return (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *)NULL; } IL_0081: { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * L_25 = ___timeZoneInformation0; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_26 = (*(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 *)L_25); bool L_27; L_27 = TimeZoneInfo_TransitionTimeFromTimeZoneInformation_mFAE3D1A488125C9ABB48DDC01296480602421D99(L_26, (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&V_1), (bool)0, /*hidden argument*/NULL); if (L_27) { goto IL_0093; } } { return (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *)NULL; } IL_0093: { TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_28 = V_1; bool L_29; L_29 = TransitionTime_Equals_m4976405B1B8F5E7A5C269D4760CD239DC18E5631((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&V_0), L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_009f; } } { return (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *)NULL; } IL_009f: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_30 = ___startDate1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_31 = ___endDate2; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * L_32 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 * L_33 = L_32->get_address_of_TZI_0(); int32_t L_34 = L_33->get_DaylightBias_6(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_35; memset((&L_35), 0, sizeof(L_35)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_35), 0, ((-L_34)), 0, /*hidden argument*/NULL); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_36 = V_0; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_37 = V_1; int32_t L_38 = ___defaultBaseUtcOffset3; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 * L_39 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 * L_40 = L_39->get_address_of_TZI_0(); int32_t L_41 = L_40->get_Bias_0(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_42; memset((&L_42), 0, sizeof(L_42)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_42), 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_41)), 0, /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_43; L_43 = AdjustmentRule_CreateAdjustmentRule_mE956FDCAA996EA7E7B089C145F754A8FB88CB7EA(L_30, L_31, L_35, L_36, L_37, L_42, /*hidden argument*/NULL); return L_43; } } // System.Boolean System.TimeZoneInfo::TransitionTimeFromTimeZoneInformation(System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION,System.TimeZoneInfo/TransitionTime&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_TransitionTimeFromTimeZoneInformation_mFAE3D1A488125C9ABB48DDC01296480602421D99 (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 ___timeZoneInformation0, TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * ___transitionTime1, bool ___readStartDate2, const RuntimeMethod* method) { { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_0 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_1 = L_0.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_2 = L_1.get_StandardDate_2(); uint16_t L_3 = L_2.get_wMonth_1(); if (((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0)) { goto IL_001e; } } { TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * L_4 = ___transitionTime1; il2cpp_codegen_initobj(L_4, sizeof(TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A )); return (bool)0; } IL_001e: { bool L_5 = ___readStartDate2; if (!L_5) { goto IL_0139; } } { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_6 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_7 = L_6.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_8 = L_7.get_DaylightDate_5(); uint16_t L_9 = L_8.get_wYear_0(); if (L_9) { goto IL_00c1; } } { TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * L_10 = ___transitionTime1; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_11 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_12 = L_11.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_13 = L_12.get_DaylightDate_5(); uint16_t L_14 = L_13.get_wHour_4(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_15 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_16 = L_15.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_17 = L_16.get_DaylightDate_5(); uint16_t L_18 = L_17.get_wMinute_5(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_19 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_20 = L_19.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_21 = L_20.get_DaylightDate_5(); uint16_t L_22 = L_21.get_wSecond_6(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_23 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_24 = L_23.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_25 = L_24.get_DaylightDate_5(); uint16_t L_26 = L_25.get_wMilliseconds_7(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_27; memset((&L_27), 0, sizeof(L_27)); DateTime__ctor_m0FFFFEA32E380156E1FB4224D50CD0B16707E61C((&L_27), 1, 1, 1, L_14, L_18, L_22, L_26, /*hidden argument*/NULL); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_28 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_29 = L_28.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_30 = L_29.get_DaylightDate_5(); uint16_t L_31 = L_30.get_wMonth_1(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_32 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_33 = L_32.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_34 = L_33.get_DaylightDate_5(); uint16_t L_35 = L_34.get_wDay_3(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_36 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_37 = L_36.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_38 = L_37.get_DaylightDate_5(); uint16_t L_39 = L_38.get_wDayOfWeek_2(); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_40; L_40 = TransitionTime_CreateFloatingDateRule_m220371E134BAF150869D46F849F4A099DE063B3A(L_27, L_31, L_35, L_39, /*hidden argument*/NULL); *(TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)L_10 = L_40; goto IL_0246; } IL_00c1: { TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * L_41 = ___transitionTime1; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_42 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_43 = L_42.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_44 = L_43.get_DaylightDate_5(); uint16_t L_45 = L_44.get_wHour_4(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_46 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_47 = L_46.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_48 = L_47.get_DaylightDate_5(); uint16_t L_49 = L_48.get_wMinute_5(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_50 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_51 = L_50.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_52 = L_51.get_DaylightDate_5(); uint16_t L_53 = L_52.get_wSecond_6(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_54 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_55 = L_54.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_56 = L_55.get_DaylightDate_5(); uint16_t L_57 = L_56.get_wMilliseconds_7(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_58; memset((&L_58), 0, sizeof(L_58)); DateTime__ctor_m0FFFFEA32E380156E1FB4224D50CD0B16707E61C((&L_58), 1, 1, 1, L_45, L_49, L_53, L_57, /*hidden argument*/NULL); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_59 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_60 = L_59.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_61 = L_60.get_DaylightDate_5(); uint16_t L_62 = L_61.get_wMonth_1(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_63 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_64 = L_63.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_65 = L_64.get_DaylightDate_5(); uint16_t L_66 = L_65.get_wDay_3(); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_67; L_67 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_58, L_62, L_66, /*hidden argument*/NULL); *(TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)L_41 = L_67; goto IL_0246; } IL_0139: { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_68 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_69 = L_68.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_70 = L_69.get_StandardDate_2(); uint16_t L_71 = L_70.get_wYear_0(); if (L_71) { goto IL_01d3; } } { TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * L_72 = ___transitionTime1; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_73 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_74 = L_73.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_75 = L_74.get_StandardDate_2(); uint16_t L_76 = L_75.get_wHour_4(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_77 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_78 = L_77.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_79 = L_78.get_StandardDate_2(); uint16_t L_80 = L_79.get_wMinute_5(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_81 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_82 = L_81.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_83 = L_82.get_StandardDate_2(); uint16_t L_84 = L_83.get_wSecond_6(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_85 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_86 = L_85.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_87 = L_86.get_StandardDate_2(); uint16_t L_88 = L_87.get_wMilliseconds_7(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_89; memset((&L_89), 0, sizeof(L_89)); DateTime__ctor_m0FFFFEA32E380156E1FB4224D50CD0B16707E61C((&L_89), 1, 1, 1, L_76, L_80, L_84, L_88, /*hidden argument*/NULL); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_90 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_91 = L_90.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_92 = L_91.get_StandardDate_2(); uint16_t L_93 = L_92.get_wMonth_1(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_94 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_95 = L_94.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_96 = L_95.get_StandardDate_2(); uint16_t L_97 = L_96.get_wDay_3(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_98 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_99 = L_98.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_100 = L_99.get_StandardDate_2(); uint16_t L_101 = L_100.get_wDayOfWeek_2(); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_102; L_102 = TransitionTime_CreateFloatingDateRule_m220371E134BAF150869D46F849F4A099DE063B3A(L_89, L_93, L_97, L_101, /*hidden argument*/NULL); *(TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)L_72 = L_102; goto IL_0246; } IL_01d3: { TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * L_103 = ___transitionTime1; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_104 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_105 = L_104.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_106 = L_105.get_StandardDate_2(); uint16_t L_107 = L_106.get_wHour_4(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_108 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_109 = L_108.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_110 = L_109.get_StandardDate_2(); uint16_t L_111 = L_110.get_wMinute_5(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_112 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_113 = L_112.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_114 = L_113.get_StandardDate_2(); uint16_t L_115 = L_114.get_wSecond_6(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_116 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_117 = L_116.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_118 = L_117.get_StandardDate_2(); uint16_t L_119 = L_118.get_wMilliseconds_7(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_120; memset((&L_120), 0, sizeof(L_120)); DateTime__ctor_m0FFFFEA32E380156E1FB4224D50CD0B16707E61C((&L_120), 1, 1, 1, L_107, L_111, L_115, L_119, /*hidden argument*/NULL); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_121 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_122 = L_121.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_123 = L_122.get_StandardDate_2(); uint16_t L_124 = L_123.get_wMonth_1(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_125 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_126 = L_125.get_TZI_0(); SYSTEMTIME_tDB5B1D262445C33D2FE644CCC1353DFB26184BA4 L_127 = L_126.get_StandardDate_2(); uint16_t L_128 = L_127.get_wDay_3(); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_129; L_129 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_120, L_124, L_128, /*hidden argument*/NULL); *(TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)L_103 = L_129; } IL_0246: { return (bool)1; } } // System.TimeZoneInfo System.TimeZoneInfo::TryCreateTimeZone(System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_TryCreateTimeZone_m9C5A9D048EF72C02CB284DFC401EF745CEA3AFC3 (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 ___timeZoneInformation0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m61E604EF0C1062E085FD829670AAC948F27EE9A3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2353AA641A9F1EA712AC48090296AE000B281771_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_2 = NULL; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* V_3 = NULL; int32_t V_4 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_5; memset((&V_5), 0, sizeof(V_5)); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 V_6; memset((&V_6), 0, sizeof(V_6)); List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * V_7 = NULL; uint32_t V_8 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = 0; V_1 = 0; V_3 = (AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F*)NULL; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_0 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_1 = L_0.get_TZI_0(); int32_t L_2 = L_1.get_Bias_0(); V_4 = L_2; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_3 = ___timeZoneInformation0; String_t* L_4 = L_3.get_TimeZoneKeyName_1(); bool L_5; L_5 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0022; } } { return (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)NULL; } IL_0022: { } IL_0023: try { // begin try (depth: 1) { uint32_t L_6; L_6 = TimeZoneInfo_GetDynamicTimeZoneInformationEffectiveYears_mE1B3318FA28C2BFA6A58A842D25EAB5A0D1D931C((DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 *)(&___timeZoneInformation0), (uint32_t*)(&V_0), (uint32_t*)(&V_1), /*hidden argument*/NULL); if (!L_6) { goto IL_0034; } } IL_0030: { int32_t L_7 = 0; V_1 = L_7; V_0 = L_7; } IL_0034: { goto IL_003d; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0036; } throw e; } CATCH_0036: { // begin catch(System.Object) int32_t L_8 = 0; V_1 = L_8; V_0 = L_8; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003d; } // end catch (depth: 1) IL_003d: { uint32_t L_9 = V_0; uint32_t L_10 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_007d; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); V_5 = L_11; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12; L_12 = DateTime_get_Date_m8650BEE59889347B31E204806C88AB51E6F1E325((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); V_5 = L_13; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14; L_14 = DateTime_get_Date_m8650BEE59889347B31E204806C88AB51E6F1E325((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), /*hidden argument*/NULL); int32_t L_15 = V_4; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_16; L_16 = TimeZoneInfo_CreateAdjustmentRuleFromTimeZoneInformation_mBF76CC3B9161AA6156F78EFF6CB8D70BCC07C57B((DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 *)(&___timeZoneInformation0), L_12, L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_17 = V_2; if (!L_17) { goto IL_016e; } } { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_18 = (AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F*)(AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F*)SZArrayNew(AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F_il2cpp_TypeInfo_var, (uint32_t)1); AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_19 = L_18; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_20 = V_2; ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAtUnchecked(static_cast(0), (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *)L_20); V_3 = L_19; goto IL_016e; } IL_007d: { il2cpp_codegen_initobj((&V_6), sizeof(DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 )); List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_21 = (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 *)il2cpp_codegen_object_new(List_1_t2353AA641A9F1EA712AC48090296AE000B281771_il2cpp_TypeInfo_var); List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA(L_21, /*hidden argument*/List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA_RuntimeMethod_var); V_7 = L_21; uint32_t L_22 = V_0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 * L_23 = (&V_6)->get_address_of_TZI_0(); bool L_24; L_24 = TimeZoneInfo_GetTimeZoneInformationForYear_mB7CCB150CAAAD1933598A563FBBF5B1345B78A79((uint16_t)((int32_t)((uint16_t)L_22)), (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 *)(&___timeZoneInformation0), (TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 *)L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00a0; } } { return (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)NULL; } IL_00a0: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_25 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); V_5 = L_25; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26; L_26 = DateTime_get_Date_m8650BEE59889347B31E204806C88AB51E6F1E325((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), /*hidden argument*/NULL); uint32_t L_27 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_28; memset((&L_28), 0, sizeof(L_28)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_28), L_27, ((int32_t)12), ((int32_t)31), /*hidden argument*/NULL); int32_t L_29 = V_4; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_30; L_30 = TimeZoneInfo_CreateAdjustmentRuleFromTimeZoneInformation_mBF76CC3B9161AA6156F78EFF6CB8D70BCC07C57B((DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 *)(&V_6), L_26, L_28, L_29, /*hidden argument*/NULL); V_2 = L_30; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_31 = V_2; if (!L_31) { goto IL_00cd; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_32 = V_7; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_33 = V_2; List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE(L_32, L_33, /*hidden argument*/List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE_RuntimeMethod_var); } IL_00cd: { uint32_t L_34 = V_0; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); goto IL_0118; } IL_00d4: { uint32_t L_35 = V_8; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 * L_36 = (&V_6)->get_address_of_TZI_0(); bool L_37; L_37 = TimeZoneInfo_GetTimeZoneInformationForYear_mB7CCB150CAAAD1933598A563FBBF5B1345B78A79((uint16_t)((int32_t)((uint16_t)L_35)), (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 *)(&___timeZoneInformation0), (TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 *)L_36, /*hidden argument*/NULL); if (L_37) { goto IL_00e9; } } { return (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)NULL; } IL_00e9: { uint32_t L_38 = V_8; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_39; memset((&L_39), 0, sizeof(L_39)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_39), L_38, 1, 1, /*hidden argument*/NULL); uint32_t L_40 = V_8; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_41; memset((&L_41), 0, sizeof(L_41)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_41), L_40, ((int32_t)12), ((int32_t)31), /*hidden argument*/NULL); int32_t L_42 = V_4; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_43; L_43 = TimeZoneInfo_CreateAdjustmentRuleFromTimeZoneInformation_mBF76CC3B9161AA6156F78EFF6CB8D70BCC07C57B((DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 *)(&V_6), L_39, L_41, L_42, /*hidden argument*/NULL); V_2 = L_43; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_44 = V_2; if (!L_44) { goto IL_0112; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_45 = V_7; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_46 = V_2; List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE(L_45, L_46, /*hidden argument*/List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE_RuntimeMethod_var); } IL_0112: { uint32_t L_47 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_0118: { uint32_t L_48 = V_8; uint32_t L_49 = V_1; if ((!(((uint32_t)L_48) >= ((uint32_t)L_49)))) { goto IL_00d4; } } { uint32_t L_50 = V_1; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 * L_51 = (&V_6)->get_address_of_TZI_0(); bool L_52; L_52 = TimeZoneInfo_GetTimeZoneInformationForYear_mB7CCB150CAAAD1933598A563FBBF5B1345B78A79((uint16_t)((int32_t)((uint16_t)L_50)), (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 *)(&___timeZoneInformation0), (TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 *)L_51, /*hidden argument*/NULL); if (L_52) { goto IL_0131; } } { return (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)NULL; } IL_0131: { uint32_t L_53 = V_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_54; memset((&L_54), 0, sizeof(L_54)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_54), L_53, 1, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_55 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); V_5 = L_55; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_56; L_56 = DateTime_get_Date_m8650BEE59889347B31E204806C88AB51E6F1E325((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), /*hidden argument*/NULL); int32_t L_57 = V_4; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_58; L_58 = TimeZoneInfo_CreateAdjustmentRuleFromTimeZoneInformation_mBF76CC3B9161AA6156F78EFF6CB8D70BCC07C57B((DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 *)(&V_6), L_54, L_56, L_57, /*hidden argument*/NULL); V_2 = L_58; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_59 = V_2; if (!L_59) { goto IL_015c; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_60 = V_7; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_61 = V_2; List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE(L_60, L_61, /*hidden argument*/List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE_RuntimeMethod_var); } IL_015c: { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_62 = V_7; int32_t L_63; L_63 = List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_inline(L_62, /*hidden argument*/List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_RuntimeMethod_var); if ((((int32_t)L_63) <= ((int32_t)0))) { goto IL_016e; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_64 = V_7; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_65; L_65 = List_1_ToArray_m61E604EF0C1062E085FD829670AAC948F27EE9A3(L_64, /*hidden argument*/List_1_ToArray_m61E604EF0C1062E085FD829670AAC948F27EE9A3_RuntimeMethod_var); V_3 = L_65; } IL_016e: { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_66 = ___timeZoneInformation0; String_t* L_67 = L_66.get_TimeZoneKeyName_1(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_68 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_69 = L_68.get_TZI_0(); int32_t L_70 = L_69.get_Bias_0(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_71; memset((&L_71), 0, sizeof(L_71)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_71), 0, ((-L_70)), 0, /*hidden argument*/NULL); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_72 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_73 = L_72.get_TZI_0(); String_t* L_74 = L_73.get_StandardName_1(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_75 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_76 = L_75.get_TZI_0(); String_t* L_77 = L_76.get_StandardName_1(); DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_78 = ___timeZoneInformation0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_79 = L_78.get_TZI_0(); String_t* L_80 = L_79.get_DaylightName_4(); AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_81 = V_3; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_82 = (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)il2cpp_codegen_object_new(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var); TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D(L_82, L_67, L_71, L_74, L_77, L_80, L_81, (bool)0, /*hidden argument*/NULL); return L_82; } } // System.TimeZoneInfo System.TimeZoneInfo::GetLocalTimeZoneInfoWinRTFallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_GetLocalTimeZoneInfoWinRTFallback_m92590D5E9A138A3887E6759C45BE062996CABD1E (const RuntimeMethod* method) { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 V_0; memset((&V_0), 0, sizeof(V_0)); TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * V_1 = NULL; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * G_B5_0 = NULL; IL_0000: try { // begin try (depth: 1) { uint32_t L_0; L_0 = TimeZoneInfo_GetDynamicTimeZoneInformation_m506A989526AED11B750D9CE78ED14F98FD20CBAA((DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 *)(&V_0), /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0012; } } IL_000a: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_1; L_1 = TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4(/*hidden argument*/NULL); V_2 = L_1; goto IL_0030; } IL_0012: { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_2 = V_0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_3; L_3 = TimeZoneInfo_TryCreateTimeZone_m9C5A9D048EF72C02CB284DFC401EF745CEA3AFC3(L_2, /*hidden argument*/NULL); V_1 = L_3; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_4 = V_1; if (L_4) { goto IL_0023; } } IL_001c: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_5; L_5 = TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4(/*hidden argument*/NULL); G_B5_0 = L_5; goto IL_0024; } IL_0023: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_6 = V_1; G_B5_0 = L_6; } IL_0024: { V_2 = G_B5_0; goto IL_0030; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0027; } throw e; } CATCH_0027: { // begin catch(System.Object) TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_7; L_7 = TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4(/*hidden argument*/NULL); V_2 = L_7; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0030; } // end catch (depth: 1) IL_0030: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_8 = V_2; return L_8; } } // System.String System.TimeZoneInfo::GetLocalTimeZoneKeyNameWin32Fallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_GetLocalTimeZoneKeyNameWin32Fallback_mC662B16788AA02463A16D38E34FCE3F0343C2A77 (const RuntimeMethod* method) { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { uint32_t L_0; L_0 = TimeZoneInfo_GetDynamicTimeZoneInformationWin32_m676678B2C3085EC8172D08B264CF3DE6F85210C8((DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 *)(&V_0), /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000e; } } IL_000a: { V_1 = (String_t*)NULL; goto IL_004d; } IL_000e: { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_1 = V_0; String_t* L_2 = L_1.get_TimeZoneKeyName_1(); bool L_3; L_3 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0024; } } IL_001b: { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_4 = V_0; String_t* L_5 = L_4.get_TimeZoneKeyName_1(); V_1 = L_5; goto IL_004d; } IL_0024: { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_6 = V_0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_7 = L_6.get_TZI_0(); String_t* L_8 = L_7.get_StandardName_1(); bool L_9; L_9 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0044; } } IL_0036: { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_10 = V_0; TIME_ZONE_INFORMATION_t895CF3EE73EA839A7D135CD7187F514DA758F578 L_11 = L_10.get_TZI_0(); String_t* L_12 = L_11.get_StandardName_1(); V_1 = L_12; goto IL_004d; } IL_0044: { V_1 = (String_t*)NULL; goto IL_004d; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0048; } throw e; } CATCH_0048: { // begin catch(System.Object) V_1 = (String_t*)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_004d; } // end catch (depth: 1) IL_004d: { String_t* L_13 = V_1; return L_13; } } // System.TimeZoneInfo System.TimeZoneInfo::FindSystemTimeZoneByIdWinRTFallback(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_FindSystemTimeZoneByIdWinRTFallback_m036822C7F030F533815F7F14F001EB06B51F8885 (String_t* ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tC3AC8A5C28B2623108769E01BADF76F3CEB18252_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_m42DA9D79C0B88ABCF236068158456AD45CA1EC4A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * V_1 = NULL; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * L_0; L_0 = TimeZoneInfo_GetSystemTimeZones_m6944A5812FA3AA587FB8BE7CFB2E209EE6FDC92A(/*hidden argument*/NULL); RuntimeObject* L_1; L_1 = ReadOnlyCollection_1_GetEnumerator_m42DA9D79C0B88ABCF236068158456AD45CA1EC4A(L_0, /*hidden argument*/ReadOnlyCollection_1_GetEnumerator_m42DA9D79C0B88ABCF236068158456AD45CA1EC4A_RuntimeMethod_var); V_0 = L_1; } IL_000b: try { // begin try (depth: 1) { goto IL_0027; } IL_000d: { RuntimeObject* L_2 = V_0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_3; L_3 = InterfaceFuncInvoker0< TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tC3AC8A5C28B2623108769E01BADF76F3CEB18252_il2cpp_TypeInfo_var, L_2); V_1 = L_3; String_t* L_4 = ___id0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_5 = V_1; String_t* L_6; L_6 = TimeZoneInfo_get_Id_m8F572A86ECA6ACA2FA6025DFF147BAFA1CF9CB69_inline(L_5, /*hidden argument*/NULL); int32_t L_7; L_7 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_4, L_6, 4, /*hidden argument*/NULL); if (L_7) { goto IL_0027; } } IL_0023: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_8 = V_1; V_2 = L_8; IL2CPP_LEAVE(0x41, FINALLY_0031); } IL_0027: { RuntimeObject* L_9 = V_0; bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_000d; } } IL_002f: { IL2CPP_LEAVE(0x3B, FINALLY_0031); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: { // begin finally (depth: 1) { RuntimeObject* L_11 = V_0; if (!L_11) { goto IL_003a; } } IL_0034: { RuntimeObject* L_12 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_003a: { IL2CPP_END_FINALLY(49) } } // end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x41, IL_0041) IL2CPP_JUMP_TBL(0x3B, IL_003b) } IL_003b: { TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62 * L_13 = (TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62_il2cpp_TypeInfo_var))); TimeZoneNotFoundException__ctor_m51754BC1B67D9548E47C1A1D2278C1C1A6F74E5F(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_FindSystemTimeZoneByIdWinRTFallback_m036822C7F030F533815F7F14F001EB06B51F8885_RuntimeMethod_var))); } IL_0041: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_14 = V_2; return L_14; } } // System.Collections.Generic.List`1 System.TimeZoneInfo::GetSystemTimeZonesWinRTFallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * TimeZoneInfo_GetSystemTimeZonesWinRTFallback_m667988CDDDDEA62AAA2BADF9FC06C4DFAF71F8EF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD0E00420B796DFDBC6ED9055EC43BBE4A8004964_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB020658682201F43FBB63B260A0DCD0F33FE8280_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m64EDE1B7CD96820C6D67BE9DDDBD54DDA17B8862_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * V_0 = NULL; uint32_t V_1 = 0; DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 V_2; memset((&V_2), 0, sizeof(V_2)); TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * V_3 = NULL; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * L_0 = (List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 *)il2cpp_codegen_object_new(List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9_il2cpp_TypeInfo_var); List_1__ctor_mB020658682201F43FBB63B260A0DCD0F33FE8280(L_0, /*hidden argument*/List_1__ctor_mB020658682201F43FBB63B260A0DCD0F33FE8280_RuntimeMethod_var); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) { V_1 = 0; goto IL_001b; } IL_000a: { DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 L_1 = V_2; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_2; L_2 = TimeZoneInfo_TryCreateTimeZone_m9C5A9D048EF72C02CB284DFC401EF745CEA3AFC3(L_1, /*hidden argument*/NULL); V_3 = L_2; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_3 = V_3; if (!L_3) { goto IL_001b; } } IL_0014: { List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * L_4 = V_0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_5 = V_3; List_1_Add_mD0E00420B796DFDBC6ED9055EC43BBE4A8004964(L_4, L_5, /*hidden argument*/List_1_Add_mD0E00420B796DFDBC6ED9055EC43BBE4A8004964_RuntimeMethod_var); } IL_001b: { uint32_t L_6 = V_1; uint32_t L_7 = L_6; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); uint32_t L_8; L_8 = TimeZoneInfo_EnumDynamicTimeZoneInformation_m5BD6353BB87D591EC214D51E1BC2B4FE4BCAB78F(L_7, (DYNAMIC_TIME_ZONE_INFORMATION_t2A935E4357B99965B322E468058134B139805895 *)(&V_2), /*hidden argument*/NULL); if (!L_8) { goto IL_000a; } } IL_0029: { goto IL_002e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002b; } throw e; } CATCH_002b: { // begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002e; } // end catch (depth: 1) IL_002e: { List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * L_9 = V_0; int32_t L_10; L_10 = List_1_get_Count_m64EDE1B7CD96820C6D67BE9DDDBD54DDA17B8862_inline(L_9, /*hidden argument*/List_1_get_Count_m64EDE1B7CD96820C6D67BE9DDDBD54DDA17B8862_RuntimeMethod_var); if (L_10) { goto IL_005b; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_11; L_11 = TimeZoneInfo_GetLocalTimeZoneInfoWinRTFallback_m92590D5E9A138A3887E6759C45BE062996CABD1E(/*hidden argument*/NULL); V_4 = L_11; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_12 = V_4; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_13; L_13 = InterlockedCompareExchangeImpl((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 **)(((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_address_of_local_4()), L_12, (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)NULL); if (!L_13) { goto IL_0053; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_14 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_local_4(); V_4 = L_14; } IL_0053: { List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * L_15 = V_0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_16 = V_4; List_1_Add_mD0E00420B796DFDBC6ED9055EC43BBE4A8004964(L_15, L_16, /*hidden argument*/List_1_Add_mD0E00420B796DFDBC6ED9055EC43BBE4A8004964_RuntimeMethod_var); } IL_005b: { List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * L_17 = V_0; return L_17; } } // System.TimeSpan System.TimeZoneInfo::get_BaseUtcOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_baseUtcOffset_0(); return L_0; } } // System.String System.TimeZoneInfo::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_get_DisplayName_m15A88C8DE3387D24B9CFC5CE4645FDA01D0C10B6 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_displayName_2(); return L_0; } } // System.String System.TimeZoneInfo::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_get_Id_m8F572A86ECA6ACA2FA6025DFF147BAFA1CF9CB69 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_id_3(); return L_0; } } // System.TimeZoneInfo System.TimeZoneInfo::get_Local() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * V_0 = NULL; { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_0 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_local_4(); V_0 = L_0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_1 = V_0; if (L_1) { goto IL_002c; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_2; L_2 = TimeZoneInfo_CreateLocal_mD3D9431E8B195C7F509B23B864179888F59122C5(/*hidden argument*/NULL); V_0 = L_2; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_3 = V_0; if (L_3) { goto IL_0018; } } { TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62 * L_4 = (TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62_il2cpp_TypeInfo_var))); TimeZoneNotFoundException__ctor_m51754BC1B67D9548E47C1A1D2278C1C1A6F74E5F(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9_RuntimeMethod_var))); } IL_0018: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_5 = V_0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_6; L_6 = InterlockedCompareExchangeImpl((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 **)(((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_address_of_local_4()), L_5, (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)NULL); if (!L_6) { goto IL_002c; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_7 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_local_4(); V_0 = L_7; } IL_002c: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_8 = V_0; return L_8; } } // System.Int32 System.TimeZoneInfo::readlink(System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeZoneInfo_readlink_m32CEE2FF3CCAA80EC95FC3193EE9CBC1FA7379D5 (String_t* ___path0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, int32_t ___buflen2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (char*, uint8_t*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libc_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(char*) + sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libc"), "readlink", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___path0' to native representation char* ____path0_marshaled = NULL; ____path0_marshaled = il2cpp_codegen_marshal_string(___path0); // Marshaling of parameter '___buffer1' to native representation uint8_t* ____buffer1_marshaled = NULL; if (___buffer1 != NULL) { ____buffer1_marshaled = reinterpret_cast((___buffer1)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL int32_t returnValue = reinterpret_cast(readlink)(____path0_marshaled, ____buffer1_marshaled, ___buflen2); #else int32_t returnValue = il2cppPInvokeFunc(____path0_marshaled, ____buffer1_marshaled, ___buflen2); #endif // Marshaling cleanup of parameter '___path0' native representation il2cpp_codegen_marshal_free(____path0_marshaled); ____path0_marshaled = NULL; return returnValue; } // System.String System.TimeZoneInfo::readlink(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_readlink_mFF55D76775FFC0A62D11AC5D987ABF9B64E9565B (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_readlinkNotFound_6(); if (!L_0) { goto IL_0009; } } { return (String_t*)NULL; } IL_0009: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512)); V_0 = L_1; } IL_0014: try { // begin try (depth: 1) String_t* L_2 = ___path0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; int32_t L_5; L_5 = TimeZoneInfo_readlink_m32CEE2FF3CCAA80EC95FC3193EE9CBC1FA7379D5(L_2, L_3, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), /*hidden argument*/NULL); V_1 = L_5; goto IL_0039; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DllNotFoundException_tD2224C1993151B8CCF9938FD62649816CF977596_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0021; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EntryPointNotFoundException_tD0666CDCBD81C969BAAC14899569BFED2E05F9DC_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002d; } throw e; } CATCH_0021: { // begin catch(System.DllNotFoundException) ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))))->set_readlinkNotFound_6((bool)1); V_4 = (String_t*)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0063; } // end catch (depth: 1) CATCH_002d: { // begin catch(System.EntryPointNotFoundException) ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))))->set_readlinkNotFound_6((bool)1); V_4 = (String_t*)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0063; } // end catch (depth: 1) IL_0039: { int32_t L_6 = V_1; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_003f; } } { return (String_t*)NULL; } IL_003f: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512)); V_2 = L_7; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_8; L_8 = Encoding_get_Default_mD23CF53E5DA0AEFBB43AA971685B67EABE5FC7A2(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; int32_t L_10 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = V_2; int32_t L_12; L_12 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(22 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_8, L_9, 0, L_10, L_11, 0); V_3 = L_12; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = V_2; int32_t L_14 = V_3; String_t* L_15; L_15 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_13, 0, L_14, /*hidden argument*/NULL); return L_15; } IL_0063: { String_t* L_16 = V_4; return L_16; } } // System.Boolean System.TimeZoneInfo::TryGetNameFromPath(System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_TryGetNameFromPath_mC6E92888D8233809C64E940409E06863BE924CB5 (String_t* ___path0, String_t** ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB9E2BA96D3F7F910549AC5DB6967191AC919101); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5A945F93544696D2848D5F0D45241EFD7341DFC); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar V_2 = 0x0; { String_t** L_0 = ___name1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t* L_1 = ___path0; bool L_2; L_2 = File_Exists_mDAEBF2732BC830270FD98346F069B04E97BB1D5B(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000d; } } { return (bool)0; } IL_000d: { String_t* L_3 = ___path0; String_t* L_4; L_4 = TimeZoneInfo_readlink_mFF55D76775FFC0A62D11AC5D987ABF9B64E9565B(L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; if (!L_5) { goto IL_0032; } } { String_t* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); bool L_7; L_7 = Path_IsPathRooted_m7AE5EE2D8E5FA9F9D6FD0AA840C532D1F6CD4EA3(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0024; } } { String_t* L_8 = V_0; ___path0 = L_8; goto IL_0032; } IL_0024: { String_t* L_9 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_10; L_10 = Path_GetDirectoryName_mFF7B47C1E2D3A3FD4B769257808A619D7117BEDE(L_9, /*hidden argument*/NULL); String_t* L_11 = V_0; String_t* L_12; L_12 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_10, L_11, /*hidden argument*/NULL); ___path0 = L_12; } IL_0032: { String_t* L_13 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_14; L_14 = Path_GetFullPath_m4AECE56CB0187AD8375137200EDA24AE4F317963(L_13, /*hidden argument*/NULL); ___path0 = L_14; String_t* L_15; L_15 = TimeZoneInfo_get_TimeZoneDirectory_m27B5D66F9BDD680D1BD40491DDC456F5A48D9C73(/*hidden argument*/NULL); bool L_16; L_16 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0048; } } { return (bool)0; } IL_0048: { String_t* L_17; L_17 = TimeZoneInfo_get_TimeZoneDirectory_m27B5D66F9BDD680D1BD40491DDC456F5A48D9C73(/*hidden argument*/NULL); V_1 = L_17; String_t* L_18 = V_1; String_t* L_19 = V_1; int32_t L_20; L_20 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_19, /*hidden argument*/NULL); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_22 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_21) == ((int32_t)L_22))) { goto IL_0077; } } { String_t* L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_24 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); V_2 = L_24; String_t* L_25; L_25 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_2), /*hidden argument*/NULL); String_t* L_26; L_26 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_23, L_25, /*hidden argument*/NULL); V_1 = L_26; } IL_0077: { String_t* L_27 = ___path0; String_t* L_28 = V_1; bool L_29; L_29 = String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E(L_27, L_28, 2, /*hidden argument*/NULL); if (L_29) { goto IL_0083; } } { return (bool)0; } IL_0083: { String_t** L_30 = ___name1; String_t* L_31 = ___path0; String_t* L_32 = V_1; int32_t L_33; L_33 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_32, /*hidden argument*/NULL); String_t* L_34; L_34 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_31, L_33, /*hidden argument*/NULL); *((RuntimeObject **)L_30) = (RuntimeObject *)L_34; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_30, (void*)(RuntimeObject *)L_34); String_t** L_35 = ___name1; String_t* L_36 = *((String_t**)L_35); bool L_37; L_37 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_36, _stringLiteralD5A945F93544696D2848D5F0D45241EFD7341DFC, /*hidden argument*/NULL); if (!L_37) { goto IL_00a6; } } { String_t** L_38 = ___name1; *((RuntimeObject **)L_38) = (RuntimeObject *)_stringLiteralBB9E2BA96D3F7F910549AC5DB6967191AC919101; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_38, (void*)(RuntimeObject *)_stringLiteralBB9E2BA96D3F7F910549AC5DB6967191AC919101); } IL_00a6: { return (bool)1; } } // System.TimeZoneInfo System.TimeZoneInfo::CreateLocal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_CreateLocal_mD3D9431E8B195C7F509B23B864179888F59122C5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CBB0CC7EEE900E78861E0BD313999A07193F012); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C152F638579421698C1833EAD994B061F824CA0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB13A221890A3415E7F693C07C26585D65E9EF870); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB9E2BA96D3F7F910549AC5DB6967191AC919101); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5A945F93544696D2848D5F0D45241EFD7341DFC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF23D2D4F867416899FD1326311AC61D3AC3EFBE8); s_Il2CppMethodInitialized = true; } TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * V_3 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; String_t* V_7 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0; L_0 = TimeZoneInfo_get_IsWindows_m38613053F5F9533A0B24337651A31187F478D446(/*hidden argument*/NULL); if (!L_0) { goto IL_006b; } } { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_1; L_1 = TimeZoneInfo_get_LocalZoneKey_m31D5E8D1BFFF50F81F71E68E3D0545F95C462BE1(/*hidden argument*/NULL); if (!L_1) { goto IL_006b; } } { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_2; L_2 = TimeZoneInfo_get_LocalZoneKey_m31D5E8D1BFFF50F81F71E68E3D0545F95C462BE1(/*hidden argument*/NULL); RuntimeObject * L_3; L_3 = RegistryKey_GetValue_mF56DCCAEBD376BAA377B402C384B4E0F457A869A(L_2, _stringLiteral5CBB0CC7EEE900E78861E0BD313999A07193F012, /*hidden argument*/NULL); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); String_t* L_4 = V_2; if (L_4) { goto IL_003b; } } { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_5; L_5 = TimeZoneInfo_get_LocalZoneKey_m31D5E8D1BFFF50F81F71E68E3D0545F95C462BE1(/*hidden argument*/NULL); RuntimeObject * L_6; L_6 = RegistryKey_GetValue_mF56DCCAEBD376BAA377B402C384B4E0F457A869A(L_5, _stringLiteral7C152F638579421698C1833EAD994B061F824CA0, /*hidden argument*/NULL); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); } IL_003b: { String_t* L_7 = V_2; String_t* L_8; L_8 = TimeZoneInfo_TrimSpecial_mD20B89B2D3BD8BBB5EEEA8A028693EE85F1A6A1B(L_7, /*hidden argument*/NULL); V_2 = L_8; String_t* L_9 = V_2; bool L_10; L_10 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0050; } } { String_t* L_11; L_11 = TimeZoneInfo_GetLocalTimeZoneKeyNameWin32Fallback_mC662B16788AA02463A16D38E34FCE3F0343C2A77(/*hidden argument*/NULL); V_2 = L_11; } IL_0050: { String_t* L_12 = V_2; if (!L_12) { goto IL_0078; } } IL_0053: try { // begin try (depth: 1) String_t* L_13 = V_2; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_14; L_14 = TimeZoneInfo_FindSystemTimeZoneById_m1B3F91F805451B17B1D63EF30572A67768241987(L_13, /*hidden argument*/NULL); V_3 = L_14; goto IL_0134; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_005f; } throw e; } CATCH_005f: { // begin catch(System.TimeZoneNotFoundException) TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_15; L_15 = TimeZoneInfo_GetLocalTimeZoneInfoWinRTFallback_m92590D5E9A138A3887E6759C45BE062996CABD1E(/*hidden argument*/NULL); V_3 = L_15; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0134; } // end catch (depth: 1) IL_006b: { bool L_16; L_16 = TimeZoneInfo_get_IsWindows_m38613053F5F9533A0B24337651A31187F478D446(/*hidden argument*/NULL); if (!L_16) { goto IL_0078; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_17; L_17 = TimeZoneInfo_GetLocalTimeZoneInfoWinRTFallback_m92590D5E9A138A3887E6759C45BE062996CABD1E(/*hidden argument*/NULL); return L_17; } IL_0078: { V_0 = (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)NULL; } IL_007a: try { // begin try (depth: 1) TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_18; L_18 = TimeZoneInfo_CreateLocalUnity_mFAA3244580776472BC45D7F1D52C9D066594CF49(/*hidden argument*/NULL); V_0 = L_18; goto IL_0087; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0082; } throw e; } CATCH_0082: { // begin catch(System.Object) V_0 = (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0087; } // end catch (depth: 1) IL_0087: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_19 = V_0; if (L_19) { goto IL_0090; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_20; L_20 = TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4(/*hidden argument*/NULL); V_0 = L_20; } IL_0090: { String_t* L_21; L_21 = Environment_GetEnvironmentVariable_mBDE19BD883E2D01AEA6DD1667D5E97941558C7A3(_stringLiteralF23D2D4F867416899FD1326311AC61D3AC3EFBE8, /*hidden argument*/NULL); V_1 = L_21; String_t* L_22 = V_1; if (!L_22) { goto IL_00c7; } } { String_t* L_23 = V_1; String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_25; L_25 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00ad; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_26 = V_0; return L_26; } IL_00ad: { } IL_00ae: try { // begin try (depth: 1) String_t* L_27 = V_1; String_t* L_28; L_28 = TimeZoneInfo_get_TimeZoneDirectory_m27B5D66F9BDD680D1BD40491DDC456F5A48D9C73(/*hidden argument*/NULL); String_t* L_29 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_30; L_30 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_28, L_29, /*hidden argument*/NULL); TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_31; L_31 = TimeZoneInfo_FindSystemTimeZoneByFileName_m6379C45B7B5F7B8F182BA900704060F5B9DA995B(L_27, L_30, /*hidden argument*/NULL); V_3 = L_31; goto IL_0134; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c2; } throw e; } CATCH_00c2: { // begin catch(System.Object) TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_32 = V_0; V_3 = L_32; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0134; } // end catch (depth: 1) IL_00c7: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = L_33; ArrayElementTypeCheck (L_34, _stringLiteralB13A221890A3415E7F693C07C26585D65E9EF870); (L_34)->SetAtUnchecked(static_cast(0), (String_t*)_stringLiteralB13A221890A3415E7F693C07C26585D65E9EF870); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_35 = L_34; String_t* L_36; L_36 = TimeZoneInfo_get_TimeZoneDirectory_m27B5D66F9BDD680D1BD40491DDC456F5A48D9C73(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_37; L_37 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_36, _stringLiteralD5A945F93544696D2848D5F0D45241EFD7341DFC, /*hidden argument*/NULL); ArrayElementTypeCheck (L_35, L_37); (L_35)->SetAtUnchecked(static_cast(1), (String_t*)L_37); V_4 = L_35; V_5 = 0; goto IL_012a; } IL_00ee: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_38 = V_4; int32_t L_39 = V_5; int32_t L_40 = L_39; String_t* L_41 = (L_38)->GetAtUnchecked(static_cast(L_40)); V_6 = L_41; } IL_00f5: try { // begin try (depth: 1) { V_7 = (String_t*)NULL; String_t* L_42 = V_6; bool L_43; L_43 = TimeZoneInfo_TryGetNameFromPath_mC6E92888D8233809C64E940409E06863BE924CB5(L_42, (String_t**)(&V_7), /*hidden argument*/NULL); if (L_43) { goto IL_010a; } } IL_0103: { V_7 = _stringLiteralBB9E2BA96D3F7F910549AC5DB6967191AC919101; } IL_010a: { String_t* L_44 = V_6; bool L_45; L_45 = File_Exists_mDAEBF2732BC830270FD98346F069B04E97BB1D5B(L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_011f; } } IL_0113: { String_t* L_46 = V_7; String_t* L_47 = V_6; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_48; L_48 = TimeZoneInfo_FindSystemTimeZoneByFileName_m6379C45B7B5F7B8F182BA900704060F5B9DA995B(L_46, L_47, /*hidden argument*/NULL); V_3 = L_48; goto IL_0134; } IL_011f: { goto IL_0124; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0121; } throw e; } CATCH_0121: { // begin catch(System.TimeZoneNotFoundException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0124; } // end catch (depth: 1) IL_0124: { int32_t L_49 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_012a: { int32_t L_50 = V_5; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_51 = V_4; if ((((int32_t)L_50) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))) { goto IL_00ee; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_52 = V_0; return L_52; } IL_0134: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_53 = V_3; return L_53; } } // System.TimeZoneInfo System.TimeZoneInfo::FindSystemTimeZoneByIdCore(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_FindSystemTimeZoneByIdCore_m07B779D26A0B695F5D217F6E75288ECEB91BF981 (String_t* ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0; L_0 = TimeZoneInfo_get_TimeZoneDirectory_m27B5D66F9BDD680D1BD40491DDC456F5A48D9C73(/*hidden argument*/NULL); String_t* L_1 = ___id0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ___id0; String_t* L_4 = V_0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_5; L_5 = TimeZoneInfo_FindSystemTimeZoneByFileName_m6379C45B7B5F7B8F182BA900704060F5B9DA995B(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void System.TimeZoneInfo::GetSystemTimeZonesCore(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneInfo_GetSystemTimeZonesCore_m6723C4EF0D33E6801C896D6A9F5D139C796B3AD1 (List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * ___systemTimeZones0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m932625BC1380FA11284545170632EE6FCBCA91DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD0E00420B796DFDBC6ED9055EC43BBE4A8004964_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1157066CFA22E8C1E2C00B1AC3DB952DE9196507); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral139D522116B078B2E24E34CF493F0E81C85B7477); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1624B67CF57FA36623950457CBCDC38A2883EE06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17212B113F3A7CB76C2D7D61B946AA1A0DB356EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19D5ACFDC450746209BA9FBB253FE87794495161); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2520996A956ABB0746B561EFB69AB9F237DCF080); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral300AB90659EB037A2F94CCF55A9A96AAAA7DC75B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3089BC590601D3BCB128F3E7E87A0338955EDA65); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36D3DE99B1D3B97A734BD5CDBB2C0FCD78DA3685); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7ACA34FD81900767B6FAD748BAAEF3F03C87EF79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87EFFA786FC102DDE9FDF2BCC37CD76FFB2842C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3135C83E79C653D6FD7283B8ADDAED12B5CDE5D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA605B8229812BF889E53B8BDE188DE21AAAC2034); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE1BF03150758326531F2DAC941470B622566D2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB473A5ECB9EEEBFCB444E0D4B4269A1E0E33740B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD95CB69D4554247F8B4288DA83A56B8A26A617E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECB5867BC02F27869525F3539794FD3E7FADB045); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF472218591CBFAD4D6454AB0AAF3091B037AAFFD); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * V_3 = NULL; String_t* V_4 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; String_t* V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_0; L_0 = TimeZoneInfo_get_TimeZoneKey_m9D8EC5E61D1A6D5A37BF7391BE296F7E13C900A3(/*hidden argument*/NULL); if (!L_0) { goto IL_005b; } } { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_1; L_1 = TimeZoneInfo_get_TimeZoneKey_m9D8EC5E61D1A6D5A37BF7391BE296F7E13C900A3(/*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2; L_2 = RegistryKey_GetSubKeyNames_m05F1F2EEB18B7EF0116C457BBDE5C87029563F67(L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = 0; goto IL_0054; } IL_0016: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = V_0; int32_t L_4 = V_1; int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); V_2 = L_6; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_7; L_7 = TimeZoneInfo_get_TimeZoneKey_m9D8EC5E61D1A6D5A37BF7391BE296F7E13C900A3(/*hidden argument*/NULL); String_t* L_8 = V_2; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_9; L_9 = RegistryKey_OpenSubKey_mA907B6A8D9F072935175555DF145ADCF133DD120(L_7, L_8, /*hidden argument*/NULL); V_3 = L_9; } IL_0026: try { // begin try (depth: 1) { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_10 = V_3; if (!L_10) { goto IL_0036; } } IL_0029: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_11 = V_3; RuntimeObject * L_12; L_12 = RegistryKey_GetValue_mF56DCCAEBD376BAA377B402C384B4E0F457A869A(L_11, _stringLiteral3089BC590601D3BCB128F3E7E87A0338955EDA65, /*hidden argument*/NULL); if (L_12) { goto IL_0038; } } IL_0036: { IL2CPP_LEAVE(0x50, FINALLY_003a); } IL_0038: { IL2CPP_LEAVE(0x44, FINALLY_003a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_13 = V_3; if (!L_13) { goto IL_0043; } } IL_003d: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_14 = V_3; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } IL_0043: { IL2CPP_END_FINALLY(58) } } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x50, IL_0050) IL2CPP_JUMP_TBL(0x44, IL_0044) } IL_0044: { List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * L_15 = ___systemTimeZones0; String_t* L_16 = V_2; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_17; L_17 = TimeZoneInfo_FindSystemTimeZoneById_m1B3F91F805451B17B1D63EF30572A67768241987(L_16, /*hidden argument*/NULL); List_1_Add_mD0E00420B796DFDBC6ED9055EC43BBE4A8004964(L_15, L_17, /*hidden argument*/List_1_Add_mD0E00420B796DFDBC6ED9055EC43BBE4A8004964_RuntimeMethod_var); } IL_0050: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0054: { int32_t L_19 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_0; if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0016; } } { return; } IL_005b: { bool L_21; L_21 = TimeZoneInfo_get_IsWindows_m38613053F5F9533A0B24337651A31187F478D446(/*hidden argument*/NULL); if (!L_21) { goto IL_006e; } } { List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * L_22 = ___systemTimeZones0; List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * L_23; L_23 = TimeZoneInfo_GetSystemTimeZonesWinRTFallback_m667988CDDDDEA62AAA2BADF9FC06C4DFAF71F8EF(/*hidden argument*/NULL); List_1_AddRange_m932625BC1380FA11284545170632EE6FCBCA91DF(L_22, L_23, /*hidden argument*/List_1_AddRange_m932625BC1380FA11284545170632EE6FCBCA91DF_RuntimeMethod_var); return; } IL_006e: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = L_24; ArrayElementTypeCheck (L_25, _stringLiteralF472218591CBFAD4D6454AB0AAF3091B037AAFFD); (L_25)->SetAtUnchecked(static_cast(0), (String_t*)_stringLiteralF472218591CBFAD4D6454AB0AAF3091B037AAFFD); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = L_25; ArrayElementTypeCheck (L_26, _stringLiteral139D522116B078B2E24E34CF493F0E81C85B7477); (L_26)->SetAtUnchecked(static_cast(1), (String_t*)_stringLiteral139D522116B078B2E24E34CF493F0E81C85B7477); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = L_26; ArrayElementTypeCheck (L_27, _stringLiteral36D3DE99B1D3B97A734BD5CDBB2C0FCD78DA3685); (L_27)->SetAtUnchecked(static_cast(2), (String_t*)_stringLiteral36D3DE99B1D3B97A734BD5CDBB2C0FCD78DA3685); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = L_27; ArrayElementTypeCheck (L_28, _stringLiteral19D5ACFDC450746209BA9FBB253FE87794495161); (L_28)->SetAtUnchecked(static_cast(3), (String_t*)_stringLiteral19D5ACFDC450746209BA9FBB253FE87794495161); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29 = L_28; ArrayElementTypeCheck (L_29, _stringLiteralD95CB69D4554247F8B4288DA83A56B8A26A617E9); (L_29)->SetAtUnchecked(static_cast(4), (String_t*)_stringLiteralD95CB69D4554247F8B4288DA83A56B8A26A617E9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = L_29; ArrayElementTypeCheck (L_30, _stringLiteralAE1BF03150758326531F2DAC941470B622566D2F); (L_30)->SetAtUnchecked(static_cast(5), (String_t*)_stringLiteralAE1BF03150758326531F2DAC941470B622566D2F); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31 = L_30; ArrayElementTypeCheck (L_31, _stringLiteral2520996A956ABB0746B561EFB69AB9F237DCF080); (L_31)->SetAtUnchecked(static_cast(6), (String_t*)_stringLiteral2520996A956ABB0746B561EFB69AB9F237DCF080); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32 = L_31; ArrayElementTypeCheck (L_32, _stringLiteral1157066CFA22E8C1E2C00B1AC3DB952DE9196507); (L_32)->SetAtUnchecked(static_cast(7), (String_t*)_stringLiteral1157066CFA22E8C1E2C00B1AC3DB952DE9196507); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = L_32; ArrayElementTypeCheck (L_33, _stringLiteral300AB90659EB037A2F94CCF55A9A96AAAA7DC75B); (L_33)->SetAtUnchecked(static_cast(8), (String_t*)_stringLiteral300AB90659EB037A2F94CCF55A9A96AAAA7DC75B); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = L_33; ArrayElementTypeCheck (L_34, _stringLiteralA605B8229812BF889E53B8BDE188DE21AAAC2034); (L_34)->SetAtUnchecked(static_cast(((int32_t)9)), (String_t*)_stringLiteralA605B8229812BF889E53B8BDE188DE21AAAC2034); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_35 = L_34; ArrayElementTypeCheck (L_35, _stringLiteral87EFFA786FC102DDE9FDF2BCC37CD76FFB2842C6); (L_35)->SetAtUnchecked(static_cast(((int32_t)10)), (String_t*)_stringLiteral87EFFA786FC102DDE9FDF2BCC37CD76FFB2842C6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = L_35; ArrayElementTypeCheck (L_36, _stringLiteral17212B113F3A7CB76C2D7D61B946AA1A0DB356EA); (L_36)->SetAtUnchecked(static_cast(((int32_t)11)), (String_t*)_stringLiteral17212B113F3A7CB76C2D7D61B946AA1A0DB356EA); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_37 = L_36; ArrayElementTypeCheck (L_37, _stringLiteralECB5867BC02F27869525F3539794FD3E7FADB045); (L_37)->SetAtUnchecked(static_cast(((int32_t)12)), (String_t*)_stringLiteralECB5867BC02F27869525F3539794FD3E7FADB045); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_38 = L_37; ArrayElementTypeCheck (L_38, _stringLiteral1624B67CF57FA36623950457CBCDC38A2883EE06); (L_38)->SetAtUnchecked(static_cast(((int32_t)13)), (String_t*)_stringLiteral1624B67CF57FA36623950457CBCDC38A2883EE06); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_39 = L_38; ArrayElementTypeCheck (L_39, _stringLiteralA3135C83E79C653D6FD7283B8ADDAED12B5CDE5D); (L_39)->SetAtUnchecked(static_cast(((int32_t)14)), (String_t*)_stringLiteralA3135C83E79C653D6FD7283B8ADDAED12B5CDE5D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_40 = L_39; ArrayElementTypeCheck (L_40, _stringLiteralB473A5ECB9EEEBFCB444E0D4B4269A1E0E33740B); (L_40)->SetAtUnchecked(static_cast(((int32_t)15)), (String_t*)_stringLiteralB473A5ECB9EEEBFCB444E0D4B4269A1E0E33740B); V_0 = L_40; V_1 = 0; goto IL_016c; } IL_0101: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_41 = V_0; int32_t L_42 = V_1; int32_t L_43 = L_42; String_t* L_44 = (L_41)->GetAtUnchecked(static_cast(L_43)); V_4 = L_44; } IL_0106: try { // begin try (depth: 1) { String_t* L_45; L_45 = TimeZoneInfo_get_TimeZoneDirectory_m27B5D66F9BDD680D1BD40491DDC456F5A48D9C73(/*hidden argument*/NULL); String_t* L_46 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_47; L_47 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_45, L_46, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_48; L_48 = Directory_GetFiles_m832F37C2ABC12EEAB3B1736C5196C50C0B65C1DC(L_47, /*hidden argument*/NULL); V_5 = L_48; V_6 = 0; goto IL_015b; } IL_011e: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_49 = V_5; int32_t L_50 = V_6; int32_t L_51 = L_50; String_t* L_52 = (L_49)->GetAtUnchecked(static_cast(L_51)); V_7 = L_52; } IL_0125: try { // begin try (depth: 2) String_t* L_53 = V_4; String_t* L_54 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_55; L_55 = Path_GetFileName_m4CCFEEE8CA42DE16FCAF05D765EFB88E7086744A(L_54, /*hidden argument*/NULL); String_t* L_56; L_56 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral7ACA34FD81900767B6FAD748BAAEF3F03C87EF79, L_53, L_55, /*hidden argument*/NULL); V_8 = L_56; List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * L_57 = ___systemTimeZones0; String_t* L_58 = V_8; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_59; L_59 = TimeZoneInfo_FindSystemTimeZoneById_m1B3F91F805451B17B1D63EF30572A67768241987(L_58, /*hidden argument*/NULL); List_1_Add_mD0E00420B796DFDBC6ED9055EC43BBE4A8004964(L_57, L_59, /*hidden argument*/List_1_Add_mD0E00420B796DFDBC6ED9055EC43BBE4A8004964_RuntimeMethod_var); goto IL_0155; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0149; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_014c; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_014f; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0152; } throw e; } CATCH_0149: { // begin catch(System.ArgumentNullException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0155; } // end catch (depth: 2) CATCH_014c: { // begin catch(System.TimeZoneNotFoundException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0155; } // end catch (depth: 2) CATCH_014f: { // begin catch(System.InvalidTimeZoneException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0155; } // end catch (depth: 2) CATCH_0152: { // begin catch(System.Exception) IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_GetSystemTimeZonesCore_m6723C4EF0D33E6801C896D6A9F5D139C796B3AD1_RuntimeMethod_var))); } // end catch (depth: 2) IL_0155: { int32_t L_60 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_015b: { int32_t L_61 = V_6; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_62 = V_5; if ((((int32_t)L_61) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_62)->max_length)))))) { goto IL_011e; } } IL_0163: { goto IL_0168; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0165; } throw e; } CATCH_0165: { // begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0168; } // end catch (depth: 1) IL_0168: { int32_t L_63 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_016c: { int32_t L_64 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_65 = V_0; if ((((int32_t)L_64) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_65)->max_length)))))) { goto IL_0101; } } { return; } } // System.Boolean System.TimeZoneInfo::get_SupportsDaylightSavingTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_get_SupportsDaylightSavingTime_m758D25DB319198F82CA6FC6E7C808FE1C94F4950 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_supportsDaylightSavingTime_8(); return L_0; } } // System.TimeZoneInfo System.TimeZoneInfo::get_Utc() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFFB60FFC1C16180DF4456004F7B34D2182A5649); s_Il2CppMethodInitialized = true; } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_0 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_utc_9(); if (L_0) { goto IL_0027; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; memset((&L_1), 0, sizeof(L_1)); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((&L_1), ((int64_t)((int64_t)0)), /*hidden argument*/NULL); TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_2; L_2 = TimeZoneInfo_CreateCustomTimeZone_m18247BA38FBC500B7FE224B186638B5E0D20BA54(_stringLiteralBFFB60FFC1C16180DF4456004F7B34D2182A5649, L_1, _stringLiteralBFFB60FFC1C16180DF4456004F7B34D2182A5649, _stringLiteralBFFB60FFC1C16180DF4456004F7B34D2182A5649, /*hidden argument*/NULL); ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->set_utc_9(L_2); } IL_0027: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_3 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_utc_9(); return L_3; } } // System.String System.TimeZoneInfo::get_TimeZoneDirectory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_get_TimeZoneDirectory_m27B5D66F9BDD680D1BD40491DDC456F5A48D9C73 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral425F5F813732FED85827862C06F57BF8EF4A4F81); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_timeZoneDirectory_10(); if (L_0) { goto IL_0011; } } { ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->set_timeZoneDirectory_10(_stringLiteral425F5F813732FED85827862C06F57BF8EF4A4F81); } IL_0011: { String_t* L_1 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_timeZoneDirectory_10(); return L_1; } } // System.Boolean System.TimeZoneInfo::get_IsWindows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_get_IsWindows_m38613053F5F9533A0B24337651A31187F478D446 (const RuntimeMethod* method) { int32_t V_0 = 0; { OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * L_0; L_0 = Environment_get_OSVersion_m9C59BAF537F0A8B51ABC3BEE212F08DCC498F64E(/*hidden argument*/NULL); int32_t L_1; L_1 = OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_001f; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)6))) { goto IL_001f; } } { int32_t L_4 = V_0; return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)((int32_t)128)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_001f: { return (bool)0; } } // System.String System.TimeZoneInfo::TrimSpecial(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_TrimSpecial_mD20B89B2D3BD8BBB5EEEA8A028693EE85F1A6A1B (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___str0; if (L_0) { goto IL_0005; } } { String_t* L_1 = ___str0; return L_1; } IL_0005: { V_0 = 0; goto IL_000d; } IL_0009: { int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_000d: { int32_t L_3 = V_0; String_t* L_4 = ___str0; int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)L_5))) { goto IL_0024; } } { String_t* L_6 = ___str0; int32_t L_7 = V_0; Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_9; L_9 = Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0009; } } IL_0024: { String_t* L_10 = ___str0; int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); goto IL_0033; } IL_002f: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_0033: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_0050; } } { String_t* L_15 = ___str0; int32_t L_16 = V_1; Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_18; L_18 = Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0050; } } { String_t* L_19 = ___str0; int32_t L_20 = V_1; Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_19, L_20, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)41))))) { goto IL_002f; } } IL_0050: { String_t* L_22 = ___str0; int32_t L_23 = V_0; int32_t L_24 = V_1; int32_t L_25 = V_0; String_t* L_26; L_26 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_22, L_23, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), (int32_t)1)), /*hidden argument*/NULL); return L_26; } } // Microsoft.Win32.RegistryKey System.TimeZoneInfo::get_TimeZoneKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * TimeZoneInfo_get_TimeZoneKey_m9D8EC5E61D1A6D5A37BF7391BE296F7E13C900A3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52FD7F67123DFA783C13A2A620C3A30BC6478EEF); s_Il2CppMethodInitialized = true; } RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_0 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_timeZoneKey_12(); if (!L_0) { goto IL_000d; } } { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_1 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_timeZoneKey_12(); return L_1; } IL_000d: { bool L_2; L_2 = TimeZoneInfo_get_IsWindows_m38613053F5F9533A0B24337651A31187F478D446(/*hidden argument*/NULL); if (L_2) { goto IL_0016; } } { return (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)NULL; } IL_0016: { } IL_0017: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_3 = ((Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields*)il2cpp_codegen_static_fields_for(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var))->get_LocalMachine_4(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_4; L_4 = RegistryKey_OpenSubKey_m0B7F69ADBD8792F7732F385E7BADE776754A5575(L_3, _stringLiteral52FD7F67123DFA783C13A2A620C3A30BC6478EEF, (bool)0, /*hidden argument*/NULL); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_5 = L_4; ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->set_timeZoneKey_12(L_5); V_0 = L_5; goto IL_0035; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0030; } throw e; } CATCH_0030: { // begin catch(System.Object) V_0 = (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0035; } // end catch (depth: 1) IL_0035: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_6 = V_0; return L_6; } } // Microsoft.Win32.RegistryKey System.TimeZoneInfo::get_LocalZoneKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * TimeZoneInfo_get_LocalZoneKey_m31D5E8D1BFFF50F81F71E68E3D0545F95C462BE1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC616369FC732973A0BF1AB69926E6BF7DD0DBBDB); s_Il2CppMethodInitialized = true; } RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_0 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_localZoneKey_13(); if (!L_0) { goto IL_000d; } } { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_1 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_localZoneKey_13(); return L_1; } IL_000d: { bool L_2; L_2 = TimeZoneInfo_get_IsWindows_m38613053F5F9533A0B24337651A31187F478D446(/*hidden argument*/NULL); if (L_2) { goto IL_0016; } } { return (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)NULL; } IL_0016: { } IL_0017: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_3 = ((Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields*)il2cpp_codegen_static_fields_for(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var))->get_LocalMachine_4(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_4; L_4 = RegistryKey_OpenSubKey_m0B7F69ADBD8792F7732F385E7BADE776754A5575(L_3, _stringLiteralC616369FC732973A0BF1AB69926E6BF7DD0DBBDB, (bool)0, /*hidden argument*/NULL); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_5 = L_4; ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->set_localZoneKey_13(L_5); V_0 = L_5; goto IL_0035; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0030; } throw e; } CATCH_0030: { // begin catch(System.Object) V_0 = (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0035; } // end catch (depth: 1) IL_0035: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_6 = V_0; return L_6; } } // System.Boolean System.TimeZoneInfo::TryAddTicks(System.DateTime,System.Int64,System.DateTime&,System.DateTimeKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___date0, int64_t ___ticks1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___result2, int32_t ___kind3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); { int64_t L_0; L_0 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___date0), /*hidden argument*/NULL); int64_t L_1 = ___ticks1; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)L_1)); int64_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); V_1 = L_3; int64_t L_4; L_4 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), /*hidden argument*/NULL); if ((((int64_t)L_2) >= ((int64_t)L_4))) { goto IL_002d; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_5 = ___result2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); int32_t L_7 = ___kind3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_8; L_8 = DateTime_SpecifyKind_mF5D1EF51222BC7BD594907722AC0A60EABDCC038(L_6, L_7, /*hidden argument*/NULL); *(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_5 = L_8; return (bool)0; } IL_002d: { int64_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); V_1 = L_10; int64_t L_11; L_11 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), /*hidden argument*/NULL); if ((((int64_t)L_9) <= ((int64_t)L_11))) { goto IL_0050; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_12 = ___result2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); int32_t L_14 = ___kind3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_15; L_15 = DateTime_SpecifyKind_mF5D1EF51222BC7BD594907722AC0A60EABDCC038(L_13, L_14, /*hidden argument*/NULL); *(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_12 = L_15; return (bool)0; } IL_0050: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_16 = ___result2; int64_t L_17 = V_0; int32_t L_18 = ___kind3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19; memset((&L_19), 0, sizeof(L_19)); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((&L_19), L_17, L_18, /*hidden argument*/NULL); *(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_16 = L_19; return (bool)1; } } // System.DateTime System.TimeZoneInfo::ConvertTime(System.DateTime,System.TimeZoneInfo,System.TimeZoneInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_ConvertTime_m662B15E611A88D3D66989C82378219FEE6543FDD (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___sourceTimeZone1, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___destinationTimeZone2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_0 = ___sourceTimeZone1; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6B509C55C6A5F6BAE3FB3BB16126FD45B8B9B163)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ConvertTime_m662B15E611A88D3D66989C82378219FEE6543FDD_RuntimeMethod_var))); } IL_000e: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_2 = ___destinationTimeZone2; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral14BA113F909A778600AFFC621877E1CDD109444A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ConvertTime_m662B15E611A88D3D66989C82378219FEE6543FDD_RuntimeMethod_var))); } IL_001c: { int32_t L_4; L_4 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0039; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_5 = ___sourceTimeZone1; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_6; L_6 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); if ((((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_5) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_6))) { goto IL_0039; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral23D58191C59F22759563B4D122563445C9FD217B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ConvertTime_m662B15E611A88D3D66989C82378219FEE6543FDD_RuntimeMethod_var))); } IL_0039: { int32_t L_8; L_8 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0056; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_9 = ___sourceTimeZone1; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_10; L_10 = TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4(/*hidden argument*/NULL); if ((((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_9) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_10))) { goto IL_0056; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5BF66B627DD23EDC08DE46D684B7FE81629ADF8C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ConvertTime_m662B15E611A88D3D66989C82378219FEE6543FDD_RuntimeMethod_var))); } IL_0056: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_12 = ___sourceTimeZone1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13 = ___dateTime0; bool L_14; L_14 = TimeZoneInfo_IsInvalidTime_mD053AD3F8E1EEAF96B077BA6D7DA8264DE3C27F6(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_006a; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral720F9E0CD9AA725260AB3A35AABACB5F6F22BF8D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ConvertTime_m662B15E611A88D3D66989C82378219FEE6543FDD_RuntimeMethod_var))); } IL_006a: { int32_t L_16; L_16 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_0086; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_17 = ___sourceTimeZone1; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_18; L_18 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_17) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_18)))) { goto IL_0086; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_19 = ___destinationTimeZone2; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_20; L_20 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_19) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_20)))) { goto IL_0086; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_21 = ___dateTime0; return L_21; } IL_0086: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22 = ___dateTime0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_23 = ___sourceTimeZone1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_24; L_24 = TimeZoneInfo_ConvertTimeToUtc_m3E7A6EB60EAE9C42B7F8C4ECFF5FB4CD01258668(L_22, L_23, /*hidden argument*/NULL); V_0 = L_24; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_25 = ___destinationTimeZone2; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_26; L_26 = TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4(/*hidden argument*/NULL); if ((((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_25) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_26))) { goto IL_00af; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_27 = V_0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_28 = ___destinationTimeZone2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_29; L_29 = TimeZoneInfo_ConvertTimeFromUtc_m929048E1149E543A1DEF59DF80AF0215C3CDA94D(L_27, L_28, /*hidden argument*/NULL); V_0 = L_29; int32_t L_30; L_30 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if (L_30) { goto IL_00af; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_31 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_32; L_32 = DateTime_SpecifyKind_mF5D1EF51222BC7BD594907722AC0A60EABDCC038(L_31, 0, /*hidden argument*/NULL); return L_32; } IL_00af: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_33 = V_0; return L_33; } } // System.DateTime System.TimeZoneInfo::ConvertTimeFromUtc(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_ConvertTimeFromUtc_m1CC27C7C9897560CCFC97DC18C336C0C66D9825F (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t G_B7_0 = 0; { int32_t L_0; L_0 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0015; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral042446486BB6BA42CF02BECFE513AFB4E9F24634)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ConvertTimeFromUtc_m1CC27C7C9897560CCFC97DC18C336C0C66D9825F_RuntimeMethod_var))); } IL_0015: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_2; L_2 = TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)__this) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_2)))) { goto IL_0025; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ___dateTime0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DateTime_SpecifyKind_mF5D1EF51222BC7BD594907722AC0A60EABDCC038(L_3, 1, /*hidden argument*/NULL); return L_4; } IL_0025: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5 = ___dateTime0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6; L_6 = TimeZoneInfo_GetUtcOffset_m141D157CBED31EEB89D133955485874F235DAACA(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_7; L_7 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); if ((((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)__this) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_7))) { goto IL_0038; } } { G_B7_0 = 0; goto IL_0039; } IL_0038: { G_B7_0 = 2; } IL_0039: { V_1 = G_B7_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_8 = ___dateTime0; int64_t L_9; L_9 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_0), /*hidden argument*/NULL); int32_t L_10 = V_1; bool L_11; L_11 = TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419(L_8, L_9, (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0058; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); int32_t L_13 = V_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14; L_14 = DateTime_SpecifyKind_mF5D1EF51222BC7BD594907722AC0A60EABDCC038(L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_0058: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_15 = V_2; return L_15; } } // System.DateTime System.TimeZoneInfo::ConvertTimeFromUtc(System.DateTime,System.TimeZoneInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_ConvertTimeFromUtc_m929048E1149E543A1DEF59DF80AF0215C3CDA94D (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___destinationTimeZone1, const RuntimeMethod* method) { { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_0 = ___destinationTimeZone1; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral14BA113F909A778600AFFC621877E1CDD109444A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ConvertTimeFromUtc_m929048E1149E543A1DEF59DF80AF0215C3CDA94D_RuntimeMethod_var))); } IL_000e: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_2 = ___destinationTimeZone1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ___dateTime0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = TimeZoneInfo_ConvertTimeFromUtc_m1CC27C7C9897560CCFC97DC18C336C0C66D9825F(L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.DateTime System.TimeZoneInfo::ConvertTimeToUtc(System.DateTime,System.TimeZoneInfoOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_ConvertTimeToUtc_m3ABA34A0F154727753DC5E9C30EFF78693B85AE0 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, int32_t ___flags1, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___dateTime0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_1; L_1 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); int32_t L_2 = ___flags1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = TimeZoneInfo_ConvertTimeToUtc_m7C9A9F10779D82BE29C7830A5946639DD5516F52(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.DateTime System.TimeZoneInfo::ConvertTimeToUtc(System.DateTime,System.TimeZoneInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_ConvertTimeToUtc_m3E7A6EB60EAE9C42B7F8C4ECFF5FB4CD01258668 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___sourceTimeZone1, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___dateTime0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_1 = ___sourceTimeZone1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = TimeZoneInfo_ConvertTimeToUtc_m7C9A9F10779D82BE29C7830A5946639DD5516F52(L_0, L_1, 1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.TimeZoneInfo::ConvertTimeToUtc(System.DateTime,System.TimeZoneInfo,System.TimeZoneInfoOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_ConvertTimeToUtc_m7C9A9F10779D82BE29C7830A5946639DD5516F52 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___sourceTimeZone1, int32_t ___flags2, const RuntimeMethod* method) { bool V_0 = false; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_1; memset((&V_1), 0, sizeof(V_1)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = ___flags2; if (((int32_t)((int32_t)L_0&(int32_t)2))) { goto IL_0061; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_1 = ___sourceTimeZone1; if (L_1) { goto IL_0013; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6B509C55C6A5F6BAE3FB3BB16126FD45B8B9B163)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ConvertTimeToUtc_m7C9A9F10779D82BE29C7830A5946639DD5516F52_RuntimeMethod_var))); } IL_0013: { int32_t L_3; L_3 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0030; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_4 = ___sourceTimeZone1; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_5; L_5 = TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4(/*hidden argument*/NULL); if ((((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_4) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_5))) { goto IL_0030; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5BF66B627DD23EDC08DE46D684B7FE81629ADF8C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ConvertTimeToUtc_m7C9A9F10779D82BE29C7830A5946639DD5516F52_RuntimeMethod_var))); } IL_0030: { int32_t L_7; L_7 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)2)))) { goto IL_004d; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_8 = ___sourceTimeZone1; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_9; L_9 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); if ((((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_8) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_9))) { goto IL_004d; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral23D58191C59F22759563B4D122563445C9FD217B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ConvertTimeToUtc_m7C9A9F10779D82BE29C7830A5946639DD5516F52_RuntimeMethod_var))); } IL_004d: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_11 = ___sourceTimeZone1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12 = ___dateTime0; bool L_13; L_13 = TimeZoneInfo_IsInvalidTime_mD053AD3F8E1EEAF96B077BA6D7DA8264DE3C27F6(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0061; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral720F9E0CD9AA725260AB3A35AABACB5F6F22BF8D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ConvertTimeToUtc_m7C9A9F10779D82BE29C7830A5946639DD5516F52_RuntimeMethod_var))); } IL_0061: { int32_t L_15; L_15 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_006d; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16 = ___dateTime0; return L_16; } IL_006d: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_17 = ___sourceTimeZone1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_18 = ___dateTime0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_19; L_19 = TimeZoneInfo_GetUtcOffset_m8BF42836E267242E64450036F79FB3F1AA2BA127(L_17, L_18, (bool*)(&V_0), (bool)0, /*hidden argument*/NULL); V_1 = L_19; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_20 = ___dateTime0; int64_t L_21; L_21 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_1), /*hidden argument*/NULL); bool L_22; L_22 = TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419(L_20, ((-L_21)), (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_2), 1, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_23 = V_2; return L_23; } } // System.TimeSpan System.TimeZoneInfo::GetDateTimeNowUtcOffsetFromUtc(System.DateTime,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_GetDateTimeNowUtcOffsetFromUtc_m696B6010C72AF2FF637DA0B262F77C5A122FF194 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, bool* ___isAmbiguousLocalDst1, const RuntimeMethod* method) { bool V_0 = false; { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___time0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_1; L_1 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); bool* L_2 = ___isAmbiguousLocalDst1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3; L_3 = TimeZoneInfo_GetUtcOffsetFromUtc_m1B6E6EF126B2A2598677CF3E60F91A08CF01E965(L_0, L_1, (bool*)(&V_0), (bool*)L_2, /*hidden argument*/NULL); return L_3; } } // System.TimeZoneInfo System.TimeZoneInfo::CreateCustomTimeZone(System.String,System.TimeSpan,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_CreateCustomTimeZone_m18247BA38FBC500B7FE224B186638B5E0D20BA54 (String_t* ___id0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___baseUtcOffset1, String_t* ___displayName2, String_t* ___standardDisplayName3, const RuntimeMethod* method) { { String_t* L_0 = ___id0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ___baseUtcOffset1; String_t* L_2 = ___displayName2; String_t* L_3 = ___standardDisplayName3; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_4; L_4 = TimeZoneInfo_CreateCustomTimeZone_m071F4F561E53BC9A5A4B9061B58A68C36BCF5D83(L_0, L_1, L_2, L_3, (String_t*)NULL, (AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F*)(AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F*)NULL, (bool)1, /*hidden argument*/NULL); return L_4; } } // System.TimeZoneInfo System.TimeZoneInfo::CreateCustomTimeZone(System.String,System.TimeSpan,System.String,System.String,System.String,System.TimeZoneInfo/AdjustmentRule[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_CreateCustomTimeZone_m0C71E857FF379CB81685D4086BC7CFB3B7E36077 (String_t* ___id0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___baseUtcOffset1, String_t* ___displayName2, String_t* ___standardDisplayName3, String_t* ___daylightDisplayName4, AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* ___adjustmentRules5, const RuntimeMethod* method) { { String_t* L_0 = ___id0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ___baseUtcOffset1; String_t* L_2 = ___displayName2; String_t* L_3 = ___standardDisplayName3; String_t* L_4 = ___daylightDisplayName4; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_5 = ___adjustmentRules5; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_6; L_6 = TimeZoneInfo_CreateCustomTimeZone_m071F4F561E53BC9A5A4B9061B58A68C36BCF5D83(L_0, L_1, L_2, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL); return L_6; } } // System.TimeZoneInfo System.TimeZoneInfo::CreateCustomTimeZone(System.String,System.TimeSpan,System.String,System.String,System.String,System.TimeZoneInfo/AdjustmentRule[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_CreateCustomTimeZone_m071F4F561E53BC9A5A4B9061B58A68C36BCF5D83 (String_t* ___id0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___baseUtcOffset1, String_t* ___displayName2, String_t* ___standardDisplayName3, String_t* ___daylightDisplayName4, AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* ___adjustmentRules5, bool ___disableDaylightSavingTime6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___id0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ___baseUtcOffset1; String_t* L_2 = ___displayName2; String_t* L_3 = ___standardDisplayName3; String_t* L_4 = ___daylightDisplayName4; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_5 = ___adjustmentRules5; bool L_6 = ___disableDaylightSavingTime6; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_7 = (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)il2cpp_codegen_object_new(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var); TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D(L_7, L_0, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean System.TimeZoneInfo::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_Equals_m25729ECA5D9FAD1D53022C54367FB56AB165AF7A (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = TimeZoneInfo_Equals_m4104234AA2CC524A4D5F9D3B4AB080C6BF15A004(__this, ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)IsInstSealed((RuntimeObject*)L_0, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.TimeZoneInfo::Equals(System.TimeZoneInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_Equals_m4104234AA2CC524A4D5F9D3B4AB080C6BF15A004 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___other0, const RuntimeMethod* method) { { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_0 = ___other0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_1 = ___other0; String_t* L_2; L_2 = TimeZoneInfo_get_Id_m8F572A86ECA6ACA2FA6025DFF147BAFA1CF9CB69_inline(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = TimeZoneInfo_get_Id_m8F572A86ECA6ACA2FA6025DFF147BAFA1CF9CB69_inline(__this, /*hidden argument*/NULL); bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0020; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_5 = ___other0; bool L_6; L_6 = TimeZoneInfo_HasSameRules_mD7C18837EB4FD4ABDD0F28C7B47010996ED757B3(__this, L_5, /*hidden argument*/NULL); return L_6; } IL_0020: { return (bool)0; } } // System.TimeZoneInfo System.TimeZoneInfo::FindSystemTimeZoneById(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_FindSystemTimeZoneById_m1B3F91F805451B17B1D63EF30572A67768241987 (String_t* ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22643BD2B11F0D1FB7E546FD10B6EA47437E3E2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB9E2BA96D3F7F910549AC5DB6967191AC919101); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFFB60FFC1C16180DF4456004F7B34D2182A5649); s_Il2CppMethodInitialized = true; } RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * V_0 = NULL; { String_t* L_0 = ___id0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_FindSystemTimeZoneById_m1B3F91F805451B17B1D63EF30572A67768241987_RuntimeMethod_var))); } IL_000e: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_2; L_2 = TimeZoneInfo_get_TimeZoneKey_m9D8EC5E61D1A6D5A37BF7391BE296F7E13C900A3(/*hidden argument*/NULL); if (!L_2) { goto IL_0047; } } { String_t* L_3 = ___id0; bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, _stringLiteral22643BD2B11F0D1FB7E546FD10B6EA47437E3E2F, /*hidden argument*/NULL); if (!L_4) { goto IL_0029; } } { ___id0 = _stringLiteralBFFB60FFC1C16180DF4456004F7B34D2182A5649; } IL_0029: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_5; L_5 = TimeZoneInfo_get_TimeZoneKey_m9D8EC5E61D1A6D5A37BF7391BE296F7E13C900A3(/*hidden argument*/NULL); String_t* L_6 = ___id0; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_7; L_7 = RegistryKey_OpenSubKey_m0B7F69ADBD8792F7732F385E7BADE776754A5575(L_5, L_6, (bool)0, /*hidden argument*/NULL); V_0 = L_7; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_8 = V_0; if (L_8) { goto IL_003f; } } { TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62 * L_9 = (TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62_il2cpp_TypeInfo_var))); TimeZoneNotFoundException__ctor_m51754BC1B67D9548E47C1A1D2278C1C1A6F74E5F(L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_FindSystemTimeZoneById_m1B3F91F805451B17B1D63EF30572A67768241987_RuntimeMethod_var))); } IL_003f: { String_t* L_10 = ___id0; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_11 = V_0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_12; L_12 = TimeZoneInfo_FromRegistryKey_mA1AAB760C780782125F54D11ECFF6C51586B1371(L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_0047: { bool L_13; L_13 = TimeZoneInfo_get_IsWindows_m38613053F5F9533A0B24337651A31187F478D446(/*hidden argument*/NULL); if (!L_13) { goto IL_0055; } } { String_t* L_14 = ___id0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_15; L_15 = TimeZoneInfo_FindSystemTimeZoneByIdWinRTFallback_m036822C7F030F533815F7F14F001EB06B51F8885(L_14, /*hidden argument*/NULL); return L_15; } IL_0055: { String_t* L_16 = ___id0; bool L_17; L_17 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_16, _stringLiteralBB9E2BA96D3F7F910549AC5DB6967191AC919101, /*hidden argument*/NULL); if (!L_17) { goto IL_0068; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_18; L_18 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); return L_18; } IL_0068: { String_t* L_19 = ___id0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_20; L_20 = TimeZoneInfo_FindSystemTimeZoneByIdCore_m07B779D26A0B695F5D217F6E75288ECEB91BF981(L_19, /*hidden argument*/NULL); return L_20; } } // System.TimeZoneInfo System.TimeZoneInfo::FindSystemTimeZoneByFileName(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_FindSystemTimeZoneByFileName_m6379C45B7B5F7B8F182BA900704060F5B9DA995B (String_t* ___id0, String_t* ___filepath1, const RuntimeMethod* method) { FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * V_0 = NULL; Exception_t * V_1 = NULL; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 *)NULL; } IL_0002: try { // begin try (depth: 1) String_t* L_0 = ___filepath1; FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_1; L_1 = File_OpenRead_m1D51CE0C5E960271D955F49EDF68EABF60E4DF6B(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_001e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000b; } throw e; } CATCH_000b: { // begin catch(System.Exception) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); String_t* L_2 = ___filepath1; String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC9557DCC4E40B5006D355BA308B36876B58A059)), L_2, /*hidden argument*/NULL); Exception_t * L_4 = V_1; TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62 * L_5 = (TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneNotFoundException_t1BE9359C5D72A8E086561870FA8B1AF7C817EA62_il2cpp_TypeInfo_var))); TimeZoneNotFoundException__ctor_m089DC2BD2051D20924EAF1A29D3496DBE5460238(L_5, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_FindSystemTimeZoneByFileName_m6379C45B7B5F7B8F182BA900704060F5B9DA995B_RuntimeMethod_var))); } // end catch (depth: 1) IL_001e: { } IL_001f: try { // begin try (depth: 1) String_t* L_6 = ___id0; FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_7 = V_0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_8; L_8 = TimeZoneInfo_BuildFromStream_mC62C55A93795817FD9D3A75AFCE45A574BD522D3(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; IL2CPP_LEAVE(0x33, FINALLY_0029); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0029; } FINALLY_0029: { // begin finally (depth: 1) { FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_9 = V_0; if (!L_9) { goto IL_0032; } } IL_002c: { FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_10 = V_0; Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0(L_10, /*hidden argument*/NULL); } IL_0032: { IL2CPP_END_FINALLY(41) } } // end finally (depth: 1) IL2CPP_CLEANUP(41) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x33, IL_0033) } IL_0033: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_11 = V_2; return L_11; } } // System.TimeZoneInfo System.TimeZoneInfo::FromRegistryKey(System.String,Microsoft.Win32.RegistryKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_FromRegistryKey_mA1AAB760C780782125F54D11ECFF6C51586B1371 (String_t* ___id0, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2353AA641A9F1EA712AC48090296AE000B281771_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BBA6CE4003870CF27417A37DA15698A74F039FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DEF68CC3D0CE63B3E3B4912385B313A0BB289F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3089BC590601D3BCB128F3E7E87A0338955EDA65); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40ECEE4F0375579345B12997784DFF6281C8D9F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66453E93E3626B84700FF41801EF2BA64C4C9D2C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCFFCF4C41A697F282C881C4814169DAE554574E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDBA40AFE260E9DD8B2DA2333EC33BEF883E5687F); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_2; memset((&V_2), 0, sizeof(V_2)); String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * V_6 = NULL; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; int32_t G_B8_0 = 0; int32_t G_B11_0 = 0; { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_0 = ___key1; RuntimeObject * L_1; L_1 = RegistryKey_GetValue_mF56DCCAEBD376BAA377B402C384B4E0F457A869A(L_0, _stringLiteral3089BC590601D3BCB128F3E7E87A0338955EDA65, /*hidden argument*/NULL); V_0 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; if (L_2) { goto IL_001a; } } { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_3 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_m32C1B8AADB1E2DE1462EB26B4B9033BD97EB9BCA(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_FromRegistryKey_mA1AAB760C780782125F54D11ECFF6C51586B1371_RuntimeMethod_var))); } IL_001a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); int32_t L_5; L_5 = BitConverter_ToInt32_m09562D0C66673FA4883600754E82F22CAFED8892(L_4, 0, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), 0, ((-L_6)), 0, /*hidden argument*/NULL); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_7 = ___key1; RuntimeObject * L_8; L_8 = RegistryKey_GetValue_mF56DCCAEBD376BAA377B402C384B4E0F457A869A(L_7, _stringLiteral0BBA6CE4003870CF27417A37DA15698A74F039FB, /*hidden argument*/NULL); V_3 = ((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_9 = ___key1; RuntimeObject * L_10; L_10 = RegistryKey_GetValue_mF56DCCAEBD376BAA377B402C384B4E0F457A869A(L_9, _stringLiteralDBA40AFE260E9DD8B2DA2333EC33BEF883E5687F, /*hidden argument*/NULL); V_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_10, String_t_il2cpp_TypeInfo_var)); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_11 = ___key1; RuntimeObject * L_12; L_12 = RegistryKey_GetValue_mF56DCCAEBD376BAA377B402C384B4E0F457A869A(L_11, _stringLiteral40ECEE4F0375579345B12997784DFF6281C8D9F1, /*hidden argument*/NULL); V_5 = ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_13 = (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 *)il2cpp_codegen_object_new(List_1_t2353AA641A9F1EA712AC48090296AE000B281771_il2cpp_TypeInfo_var); List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA(L_13, /*hidden argument*/List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA_RuntimeMethod_var); V_6 = L_13; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_14 = ___key1; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_15; L_15 = RegistryKey_OpenSubKey_m0B7F69ADBD8792F7732F385E7BADE776754A5575(L_14, _stringLiteral66453E93E3626B84700FF41801EF2BA64C4C9D2C, (bool)0, /*hidden argument*/NULL); V_7 = L_15; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_16 = V_7; if (!L_16) { goto IL_00f9; } } { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_17 = V_7; RuntimeObject * L_18; L_18 = RegistryKey_GetValue_mF56DCCAEBD376BAA377B402C384B4E0F457A869A(L_17, _stringLiteralCFFCF4C41A697F282C881C4814169DAE554574E7, /*hidden argument*/NULL); V_8 = ((*(int32_t*)((int32_t*)UnBox(L_18, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_19 = V_7; RuntimeObject * L_20; L_20 = RegistryKey_GetValue_mF56DCCAEBD376BAA377B402C384B4E0F457A869A(L_19, _stringLiteral2DEF68CC3D0CE63B3E3B4912385B313A0BB289F4, /*hidden argument*/NULL); V_9 = ((*(int32_t*)((int32_t*)UnBox(L_20, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); int32_t L_21 = V_8; V_10 = L_21; goto IL_00f1; } IL_00a7: { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_22 = V_7; String_t* L_23; L_23 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_10), /*hidden argument*/NULL); RuntimeObject * L_24; L_24 = RegistryKey_GetValue_mF56DCCAEBD376BAA377B402C384B4E0F457A869A(L_22, L_23, /*hidden argument*/NULL); V_11 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_24, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_11; if (!L_25) { goto IL_00eb; } } { int32_t L_26 = V_10; int32_t L_27 = V_8; if ((((int32_t)L_26) == ((int32_t)L_27))) { goto IL_00ca; } } { int32_t L_28 = V_10; G_B8_0 = L_28; goto IL_00cb; } IL_00ca: { G_B8_0 = 1; } IL_00cb: { V_12 = G_B8_0; int32_t L_29 = V_10; int32_t L_30 = V_9; if ((((int32_t)L_29) == ((int32_t)L_30))) { goto IL_00d7; } } { int32_t L_31 = V_10; G_B11_0 = L_31; goto IL_00dc; } IL_00d7: { G_B11_0 = ((int32_t)9999); } IL_00dc: { V_13 = G_B11_0; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_32 = V_6; int32_t L_33 = V_12; int32_t L_34 = V_13; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_11; TimeZoneInfo_ParseRegTzi_mAE50709AAE417C6D90049FA4AC2D9C7E209ACA81(L_32, L_33, L_34, L_35, /*hidden argument*/NULL); } IL_00eb: { int32_t L_36 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00f1: { int32_t L_37 = V_10; int32_t L_38 = V_9; if ((((int32_t)L_37) <= ((int32_t)L_38))) { goto IL_00a7; } } { goto IL_0107; } IL_00f9: { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_39 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_0; TimeZoneInfo_ParseRegTzi_mAE50709AAE417C6D90049FA4AC2D9C7E209ACA81(L_39, 1, ((int32_t)9999), L_40, /*hidden argument*/NULL); } IL_0107: { String_t* L_41 = ___id0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_42 = V_2; String_t* L_43 = V_3; String_t* L_44 = V_4; String_t* L_45 = V_5; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_46 = V_6; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_47; L_47 = TimeZoneInfo_ValidateRules_m7B52D32FBFA06E57C7E265950435AF982F0388A6(L_46, /*hidden argument*/NULL); TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_48; L_48 = TimeZoneInfo_CreateCustomTimeZone_m0C71E857FF379CB81685D4086BC7CFB3B7E36077(L_41, L_42, L_43, L_44, L_45, L_47, /*hidden argument*/NULL); return L_48; } } // System.Void System.TimeZoneInfo::ParseRegTzi(System.Collections.Generic.List`1,System.Int32,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneInfo_ParseRegTzi_mAE50709AAE417C6D90049FA4AC2D9C7E209ACA81 (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * ___adjustmentRules0, int32_t ___start_year1, int32_t ___end_year2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_17; memset((&V_17), 0, sizeof(V_17)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_18; memset((&V_18), 0, sizeof(V_18)); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A V_19; memset((&V_19), 0, sizeof(V_19)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_20; memset((&V_20), 0, sizeof(V_20)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_21; memset((&V_21), 0, sizeof(V_21)); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A V_22; memset((&V_22), 0, sizeof(V_22)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_23; memset((&V_23), 0, sizeof(V_23)); { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer3; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); int32_t L_1; L_1 = BitConverter_ToInt32_m09562D0C66673FA4883600754E82F22CAFED8892(L_0, 8, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer3; int16_t L_3; L_3 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_2, ((int32_t)12), /*hidden argument*/NULL); V_1 = L_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___buffer3; int16_t L_5; L_5 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_4, ((int32_t)14), /*hidden argument*/NULL); V_2 = L_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___buffer3; int16_t L_7; L_7 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_6, ((int32_t)16), /*hidden argument*/NULL); V_3 = L_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer3; int16_t L_9; L_9 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_8, ((int32_t)18), /*hidden argument*/NULL); V_4 = L_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___buffer3; int16_t L_11; L_11 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_10, ((int32_t)20), /*hidden argument*/NULL); V_5 = L_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___buffer3; int16_t L_13; L_13 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_12, ((int32_t)22), /*hidden argument*/NULL); V_6 = L_13; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___buffer3; int16_t L_15; L_15 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_14, ((int32_t)24), /*hidden argument*/NULL); V_7 = L_15; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___buffer3; int16_t L_17; L_17 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_16, ((int32_t)26), /*hidden argument*/NULL); V_8 = L_17; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___buffer3; int16_t L_19; L_19 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_18, ((int32_t)28), /*hidden argument*/NULL); V_9 = L_19; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___buffer3; int16_t L_21; L_21 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_20, ((int32_t)30), /*hidden argument*/NULL); V_10 = L_21; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___buffer3; int16_t L_23; L_23 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_22, ((int32_t)32), /*hidden argument*/NULL); V_11 = L_23; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___buffer3; int16_t L_25; L_25 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_24, ((int32_t)34), /*hidden argument*/NULL); V_12 = L_25; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer3; int16_t L_27; L_27 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_26, ((int32_t)36), /*hidden argument*/NULL); V_13 = L_27; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___buffer3; int16_t L_29; L_29 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_28, ((int32_t)38), /*hidden argument*/NULL); V_14 = L_29; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ___buffer3; int16_t L_31; L_31 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_30, ((int32_t)40), /*hidden argument*/NULL); V_15 = L_31; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___buffer3; int16_t L_33; L_33 = BitConverter_ToInt16_mD217955ED0C3E56F79DECE745A38857E4A8F6C8E(L_32, ((int32_t)42), /*hidden argument*/NULL); V_16 = L_33; int32_t L_34 = V_2; if (!L_34) { goto IL_00ac; } } { int32_t L_35 = V_10; if (L_35) { goto IL_00ad; } } IL_00ac: { return; } IL_00ad: { int32_t L_36 = V_13; int32_t L_37 = V_14; int32_t L_38 = V_15; int32_t L_39 = V_16; DateTime__ctor_m0FFFFEA32E380156E1FB4224D50CD0B16707E61C((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_18), 1, 1, 1, L_36, L_37, L_38, L_39, /*hidden argument*/NULL); int32_t L_40 = ___start_year1; DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_17), L_40, 1, 1, /*hidden argument*/NULL); int32_t L_41 = V_9; if (L_41) { goto IL_00de; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_42 = V_18; int32_t L_43 = V_10; int32_t L_44 = V_12; int32_t L_45 = V_11; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_46; L_46 = TransitionTime_CreateFloatingDateRule_m220371E134BAF150869D46F849F4A099DE063B3A(L_42, L_43, L_44, L_45, /*hidden argument*/NULL); V_19 = L_46; goto IL_00eb; } IL_00de: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_47 = V_18; int32_t L_48 = V_10; int32_t L_49 = V_12; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_50; L_50 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_47, L_48, L_49, /*hidden argument*/NULL); V_19 = L_50; } IL_00eb: { int32_t L_51 = V_5; int32_t L_52 = V_6; int32_t L_53 = V_7; int32_t L_54 = V_8; DateTime__ctor_m0FFFFEA32E380156E1FB4224D50CD0B16707E61C((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_21), 1, 1, 1, L_51, L_52, L_53, L_54, /*hidden argument*/NULL); int32_t L_55 = ___end_year2; DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_20), L_55, ((int32_t)12), ((int32_t)31), /*hidden argument*/NULL); int32_t L_56 = V_1; if (L_56) { goto IL_011b; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_57 = V_21; int32_t L_58 = V_2; int32_t L_59 = V_4; int32_t L_60 = V_3; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_61; L_61 = TransitionTime_CreateFloatingDateRule_m220371E134BAF150869D46F849F4A099DE063B3A(L_57, L_58, L_59, L_60, /*hidden argument*/NULL); V_22 = L_61; goto IL_0127; } IL_011b: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_62 = V_21; int32_t L_63 = V_2; int32_t L_64 = V_4; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_65; L_65 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_62, L_63, L_64, /*hidden argument*/NULL); V_22 = L_65; } IL_0127: { int32_t L_66 = V_0; TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_23), 0, ((-L_66)), 0, /*hidden argument*/NULL); List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_67 = ___adjustmentRules0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_68 = V_17; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_69 = V_20; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_70 = V_23; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_71 = V_19; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_72 = V_22; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_73; L_73 = AdjustmentRule_CreateAdjustmentRule_mC90086998B3DF5F9492A4B2281CFEDED04E1E6AE(L_68, L_69, L_70, L_71, L_72, /*hidden argument*/NULL); List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE(L_67, L_73, /*hidden argument*/List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE_RuntimeMethod_var); return; } } // System.TimeZoneInfo/AdjustmentRule[] System.TimeZoneInfo::GetAdjustmentRules() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* TimeZoneInfo_GetAdjustmentRules_mA0786397D9472C47343E16B200B406F8ADBB6B6F (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_supportsDaylightSavingTime_8(); if (!L_0) { goto IL_0010; } } { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_1 = __this->get_adjustmentRules_11(); if (L_1) { goto IL_0017; } } IL_0010: { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_2 = (AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F*)(AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F*)SZArrayNew(AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F_il2cpp_TypeInfo_var, (uint32_t)0); return L_2; } IL_0017: { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_3 = __this->get_adjustmentRules_11(); RuntimeObject * L_4; L_4 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_3, /*hidden argument*/NULL); return ((AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F*)Castclass((RuntimeObject*)L_4, AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F_il2cpp_TypeInfo_var)); } } // System.Int32 System.TimeZoneInfo::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeZoneInfo_GetHashCode_mD94CEC1E88E7A1DB7689EFBCDF62EF33D9B17F7B (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* V_1 = NULL; int32_t V_2 = 0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_3 = NULL; { String_t* L_0; L_0 = TimeZoneInfo_get_Id_m8F572A86ECA6ACA2FA6025DFF147BAFA1CF9CB69_inline(__this, /*hidden argument*/NULL); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); V_0 = L_1; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_2; L_2 = TimeZoneInfo_GetAdjustmentRules_mA0786397D9472C47343E16B200B406F8ADBB6B6F(__this, /*hidden argument*/NULL); V_1 = L_2; V_2 = 0; goto IL_0028; } IL_0017: { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_3 = V_1; int32_t L_4 = V_2; int32_t L_5 = L_4; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_6 = (L_3)->GetAtUnchecked(static_cast(L_5)); V_3 = L_6; int32_t L_7 = V_0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_8 = V_3; int32_t L_9; L_9 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_8); V_0 = ((int32_t)((int32_t)L_7^(int32_t)L_9)); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0028: { int32_t L_11 = V_2; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_12 = V_1; if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0017; } } { int32_t L_13 = V_0; return L_13; } } // System.Void System.TimeZoneInfo::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneInfo_System_Runtime_Serialization_ISerializable_GetObjectData_m4A595268BE6A2200AD660084A367DD1BB8435CAB (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A58A4491B2CAAC8B03975834049C51649A53FA2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CEBE907F12753A3B74B3F049CD4FCCAD27EEB0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C152F638579421698C1833EAD994B061F824CA0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAED72E9EF0C042EAA3A3C7A43CA329E75FF933BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFF9324A7A4DB3E1D645999C8B9E2DA54472D42C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1D800B26C6F9144AC6A1E10C149876FA99E3EBE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF413CEA9BAA458730567FE47F57CC3C94DDF63C0); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_System_Runtime_Serialization_ISerializable_GetObjectData_m4A595268BE6A2200AD660084A367DD1BB8435CAB_RuntimeMethod_var))); } IL_000e: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; String_t* L_3 = __this->get_id_3(); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_2, _stringLiteralBFF9324A7A4DB3E1D645999C8B9E2DA54472D42C, L_3, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___info0; String_t* L_5 = __this->get_displayName_2(); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_4, _stringLiteralF413CEA9BAA458730567FE47F57CC3C94DDF63C0, L_5, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; String_t* L_7 = __this->get_standardDisplayName_7(); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_6, _stringLiteral7C152F638579421698C1833EAD994B061F824CA0, L_7, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_8 = ___info0; String_t* L_9 = __this->get_daylightDisplayName_1(); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_8, _stringLiteral0A58A4491B2CAAC8B03975834049C51649A53FA2, L_9, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___info0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_11 = __this->get_baseUtcOffset_0(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_12 = L_11; RuntimeObject * L_13 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_12); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_10, _stringLiteral2CEBE907F12753A3B74B3F049CD4FCCAD27EEB0D, L_13, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_14 = ___info0; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_15 = __this->get_adjustmentRules_11(); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_14, _stringLiteralAED72E9EF0C042EAA3A3C7A43CA329E75FF933BD, (RuntimeObject *)(RuntimeObject *)L_15, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_16 = ___info0; bool L_17; L_17 = TimeZoneInfo_get_SupportsDaylightSavingTime_m758D25DB319198F82CA6FC6E7C808FE1C94F4950_inline(__this, /*hidden argument*/NULL); SerializationInfo_AddValue_m324F3E0B02B746D5F460499F5A25988FD608AD7B(L_16, _stringLiteralD1D800B26C6F9144AC6A1E10C149876FA99E3EBE, L_17, /*hidden argument*/NULL); return; } } // System.Collections.ObjectModel.ReadOnlyCollection`1 System.TimeZoneInfo::GetSystemTimeZones() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * TimeZoneInfo_GetSystemTimeZones_m6944A5812FA3AA587FB8BE7CFB2E209EE6FDC92A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB020658682201F43FBB63B260A0DCD0F33FE8280_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1__ctor_m19F82F5A8B0B76BE1ECB4529F3306AFE8ABB6BB4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * V_0 = NULL; { ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * L_0 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_systemTimeZones_14(); if (L_0) { goto IL_0025; } } { List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * L_1 = (List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 *)il2cpp_codegen_object_new(List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9_il2cpp_TypeInfo_var); List_1__ctor_mB020658682201F43FBB63B260A0DCD0F33FE8280(L_1, /*hidden argument*/List_1__ctor_mB020658682201F43FBB63B260A0DCD0F33FE8280_RuntimeMethod_var); V_0 = L_1; List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * L_2 = V_0; TimeZoneInfo_GetSystemTimeZonesCore_m6723C4EF0D33E6801C896D6A9F5D139C796B3AD1(L_2, /*hidden argument*/NULL); List_1_t2E1FC7879E18926B1538DD0D2EF267881194A7B9 * L_3 = V_0; ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * L_4 = (ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 *)il2cpp_codegen_object_new(ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0_il2cpp_TypeInfo_var); ReadOnlyCollection_1__ctor_m19F82F5A8B0B76BE1ECB4529F3306AFE8ABB6BB4(L_4, L_3, /*hidden argument*/ReadOnlyCollection_1__ctor_m19F82F5A8B0B76BE1ECB4529F3306AFE8ABB6BB4_RuntimeMethod_var); ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * L_5; L_5 = InterlockedCompareExchangeImpl((ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 **)(((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_address_of_systemTimeZones_14()), L_4, (ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 *)NULL); } IL_0025: { ReadOnlyCollection_1_t52C38CE86D68A2D1C8C94E240170756F47476FB0 * L_6 = ((TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_StaticFields*)il2cpp_codegen_static_fields_for(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074_il2cpp_TypeInfo_var))->get_systemTimeZones_14(); return L_6; } } // System.TimeSpan System.TimeZoneInfo::GetUtcOffset(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_GetUtcOffset_m141D157CBED31EEB89D133955485874F235DAACA (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method) { bool V_0 = false; { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___dateTime0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeZoneInfo_GetUtcOffset_m8BF42836E267242E64450036F79FB3F1AA2BA127(__this, L_0, (bool*)(&V_0), (bool)0, /*hidden argument*/NULL); return L_1; } } // System.TimeSpan System.TimeZoneInfo::GetUtcOffset(System.DateTime,System.Boolean&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_GetUtcOffset_m8BF42836E267242E64450036F79FB3F1AA2BA127 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, bool* ___isDST1, bool ___forOffset2, const RuntimeMethod* method) { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * V_0 = NULL; bool V_1 = false; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_2; memset((&V_2), 0, sizeof(V_2)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_3; memset((&V_3), 0, sizeof(V_3)); { bool* L_0 = ___isDST1; *((int8_t*)L_0) = (int8_t)0; V_0 = __this; int32_t L_1; L_1 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0015; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_2; L_2 = TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4(/*hidden argument*/NULL); V_0 = L_2; } IL_0015: { int32_t L_3; L_3 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_0025; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_4; L_4 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); V_0 = L_4; } IL_0025: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5 = ___dateTime0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_6 = V_0; bool L_7 = ___forOffset2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8; L_8 = TimeZoneInfo_GetUtcOffsetHelper_m56AD58D6001590477E408E1F3DBDA739906CA883(L_5, L_6, (bool*)(&V_1), L_7, /*hidden argument*/NULL); V_2 = L_8; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_9 = V_0; if ((!(((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_9) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)__this)))) { goto IL_0039; } } { bool* L_10 = ___isDST1; bool L_11 = V_1; *((int8_t*)L_10) = (int8_t)L_11; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_12 = V_2; return L_12; } IL_0039: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13 = ___dateTime0; int64_t L_14; L_14 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), /*hidden argument*/NULL); bool L_15; L_15 = TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419(L_13, ((-L_14)), (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), 1, /*hidden argument*/NULL); if (L_15) { goto IL_0053; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_16; L_16 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(__this, /*hidden argument*/NULL); return L_16; } IL_0053: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17 = V_3; bool* L_18 = ___isDST1; bool L_19 = ___forOffset2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_20; L_20 = TimeZoneInfo_GetUtcOffsetHelper_m56AD58D6001590477E408E1F3DBDA739906CA883(L_17, __this, (bool*)L_18, L_19, /*hidden argument*/NULL); return L_20; } } // System.TimeSpan System.TimeZoneInfo::GetUtcOffsetHelper(System.DateTime,System.TimeZoneInfo,System.Boolean&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_GetUtcOffsetHelper_m56AD58D6001590477E408E1F3DBDA739906CA883 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___tz1, bool* ___isDST2, bool ___forOffset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_0; memset((&V_0), 0, sizeof(V_0)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_2 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_3; memset((&V_3), 0, sizeof(V_3)); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_4 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_5; memset((&V_5), 0, sizeof(V_5)); { int32_t L_0; L_0 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0018; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_1 = ___tz1; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_2; L_2 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); if ((((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_1) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_2))) { goto IL_0018; } } { Exception_t * L_3 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m0E9BEC861F6DBED197960E5BA23149543B1D7F5B(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_GetUtcOffsetHelper_m56AD58D6001590477E408E1F3DBDA739906CA883_RuntimeMethod_var))); } IL_0018: { bool* L_4 = ___isDST2; *((int8_t*)L_4) = (int8_t)0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_5 = ___tz1; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_6; L_6 = TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_5) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_6)))) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_7 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_Zero_0(); return L_7; } IL_0029: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_8 = ___tz1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9 = ___dateTime0; bool* L_10 = ___isDST2; bool L_11 = ___forOffset3; bool L_12; L_12 = TimeZoneInfo_TryGetTransitionOffset_m20E151A5D915CE9269B4415FB8E5155673D94768(L_8, L_9, (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_0), (bool*)L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0038; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_13 = V_0; return L_13; } IL_0038: { int32_t L_14; L_14 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_0077; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_15 = ___tz1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16 = ___dateTime0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_17; L_17 = TimeZoneInfo_GetApplicableRule_mDD5FFC563555B49E31D1ADA59047978B27934BEA(L_15, L_16, /*hidden argument*/NULL); V_4 = L_17; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_18 = V_4; if (!L_18) { goto IL_0070; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_19 = ___tz1; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_20 = V_4; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_21 = ___dateTime0; bool L_22; L_22 = TimeZoneInfo_IsInDST_m79F138F876CE4F3F6012FB894E0EFEE6730920D4(L_19, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0070; } } { bool* L_23 = ___isDST2; *((int8_t*)L_23) = (int8_t)1; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_24 = ___tz1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_25; L_25 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(L_24, /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_26 = V_4; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_27; L_27 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_28; L_28 = TimeSpan_op_Addition_mBF0190F67F6882232A9E20DDB5F0ACF25D2F6327(L_25, L_27, /*hidden argument*/NULL); return L_28; } IL_0070: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_29 = ___tz1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_30; L_30 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(L_29, /*hidden argument*/NULL); return L_30; } IL_0077: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_31 = ___dateTime0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_32 = ___tz1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_33; L_33 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(L_32, /*hidden argument*/NULL); V_5 = L_33; int64_t L_34; L_34 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_5), /*hidden argument*/NULL); bool L_35; L_35 = TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419(L_31, ((-L_34)), (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), 1, /*hidden argument*/NULL); if (L_35) { goto IL_0099; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_36 = ___tz1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_37; L_37 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(L_36, /*hidden argument*/NULL); return L_37; } IL_0099: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_38 = ___tz1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_39 = V_1; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_40; L_40 = TimeZoneInfo_GetApplicableRule_mDD5FFC563555B49E31D1ADA59047978B27934BEA(L_38, L_39, /*hidden argument*/NULL); V_2 = L_40; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_41 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); V_3 = L_41; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_42 = V_2; if (!L_42) { goto IL_00cc; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_43 = V_1; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_44 = V_2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_45; L_45 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_44, /*hidden argument*/NULL); V_5 = L_45; int64_t L_46; L_46 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_5), /*hidden argument*/NULL); bool L_47; L_47 = TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419(L_43, ((-L_46)), (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), 1, /*hidden argument*/NULL); if (L_47) { goto IL_00cc; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_48 = ___tz1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_49; L_49 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(L_48, /*hidden argument*/NULL); return L_49; } IL_00cc: { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_50 = V_2; if (!L_50) { goto IL_0105; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_51 = ___tz1; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_52 = V_2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_53 = ___dateTime0; bool L_54; L_54 = TimeZoneInfo_IsInDST_m79F138F876CE4F3F6012FB894E0EFEE6730920D4(L_51, L_52, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0105; } } { bool L_55 = ___forOffset3; if (!L_55) { goto IL_00df; } } { bool* L_56 = ___isDST2; *((int8_t*)L_56) = (int8_t)1; } IL_00df: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_57 = ___tz1; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_58 = V_2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_59 = V_3; bool L_60; L_60 = TimeZoneInfo_IsInDST_m79F138F876CE4F3F6012FB894E0EFEE6730920D4(L_57, L_58, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_00fe; } } { bool* L_61 = ___isDST2; *((int8_t*)L_61) = (int8_t)1; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_62 = ___tz1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_63; L_63 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(L_62, /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_64 = V_2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_65; L_65 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_64, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_66; L_66 = TimeSpan_op_Addition_mBF0190F67F6882232A9E20DDB5F0ACF25D2F6327(L_63, L_65, /*hidden argument*/NULL); return L_66; } IL_00fe: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_67 = ___tz1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_68; L_68 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(L_67, /*hidden argument*/NULL); return L_68; } IL_0105: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_69 = ___tz1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_70; L_70 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(L_69, /*hidden argument*/NULL); return L_70; } } // System.Boolean System.TimeZoneInfo::HasSameRules(System.TimeZoneInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_HasSameRules_mD7C18837EB4FD4ABDD0F28C7B47010996ED757B3 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_0 = ___other0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_HasSameRules_mD7C18837EB4FD4ABDD0F28C7B47010996ED757B3_RuntimeMethod_var))); } IL_000e: { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_2 = __this->get_adjustmentRules_11(); TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_3 = ___other0; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_4 = L_3->get_adjustmentRules_11(); if ((((int32_t)((((RuntimeObject*)(AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F*)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)((((RuntimeObject*)(AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F*)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0024; } } { return (bool)0; } IL_0024: { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_5 = __this->get_adjustmentRules_11(); if (L_5) { goto IL_002e; } } { return (bool)1; } IL_002e: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6; L_6 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(__this, /*hidden argument*/NULL); TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_7 = ___other0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8; L_8 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_9; L_9 = TimeSpan_op_Inequality_mDE127E1886D092054E24EA873CEE64D0857CD04C(L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0043; } } { return (bool)0; } IL_0043: { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_10 = __this->get_adjustmentRules_11(); TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_11 = ___other0; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_12 = L_11->get_adjustmentRules_11(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0057; } } { return (bool)0; } IL_0057: { V_0 = 0; goto IL_0078; } IL_005b: { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_13 = __this->get_adjustmentRules_11(); int32_t L_14 = V_0; int32_t L_15 = L_14; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_16 = (L_13)->GetAtUnchecked(static_cast(L_15)); TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_17 = ___other0; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_18 = L_17->get_adjustmentRules_11(); int32_t L_19 = V_0; int32_t L_20 = L_19; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_21 = (L_18)->GetAtUnchecked(static_cast(L_20)); bool L_22; L_22 = AdjustmentRule_Equals_m51F598650B478A0A86830DF8445D12D7C6A0CE41(L_16, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0074; } } { return (bool)0; } IL_0074: { int32_t L_23 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0078: { int32_t L_24 = V_0; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_25 = __this->get_adjustmentRules_11(); if ((((int32_t)L_24) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_005b; } } { return (bool)1; } } // System.Boolean System.TimeZoneInfo::IsAmbiguousTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_IsAmbiguousTime_m916604199812419EBDE02258F91381208AA7CDC8 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_0 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); { int32_t L_0; L_0 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_001e; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___dateTime0; bool L_2; L_2 = TimeZoneInfo_IsInvalidTime_mD053AD3F8E1EEAF96B077BA6D7DA8264DE3C27F6(__this, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9EED79809B7F2C80C0A965884F8E8493F9800127)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_IsAmbiguousTime_m916604199812419EBDE02258F91381208AA7CDC8_RuntimeMethod_var))); } IL_001e: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_4; L_4 = TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)__this) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_4)))) { goto IL_0028; } } { return (bool)0; } IL_0028: { int32_t L_5; L_5 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_003b; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = ___dateTime0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7; L_7 = TimeZoneInfo_ConvertTimeFromUtc_m1CC27C7C9897560CCFC97DC18C336C0C66D9825F(__this, L_6, /*hidden argument*/NULL); ___dateTime0 = L_7; } IL_003b: { int32_t L_8; L_8 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_005b; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_9; L_9 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); if ((((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)__this) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_9))) { goto IL_005b; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10 = ___dateTime0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_11; L_11 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12; L_12 = TimeZoneInfo_ConvertTime_m662B15E611A88D3D66989C82378219FEE6543FDD(L_10, L_11, __this, /*hidden argument*/NULL); ___dateTime0 = L_12; } IL_005b: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13 = ___dateTime0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_14; L_14 = TimeZoneInfo_GetApplicableRule_mDD5FFC563555B49E31D1ADA59047978B27934BEA(__this, L_13, /*hidden argument*/NULL); V_0 = L_14; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_15 = V_0; if (!L_15) { goto IL_0098; } } { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_16 = V_0; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_17; L_17 = AdjustmentRule_get_DaylightTransitionEnd_m219FBBD247700BDFF251BCB5A0ADE7C622AC2111_inline(L_16, /*hidden argument*/NULL); int32_t L_18; L_18 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19; L_19 = TimeZoneInfo_TransitionPoint_m801E1F2943286F093C0D9EE70797817BB71E4737(L_17, L_18, /*hidden argument*/NULL); V_1 = L_19; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_20 = ___dateTime0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_21 = V_1; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_22 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_23; L_23 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_24; L_24 = DateTime_op_Subtraction_mFF3EE9E2EB7AAFF084A1104FD1C718B1B3DBC208(L_21, L_23, /*hidden argument*/NULL); bool L_25; L_25 = DateTime_op_GreaterThanOrEqual_mB7C78A9E8E0004F447A9E2735FB33E20005C96C0(L_20, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0098; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = ___dateTime0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_27 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_28; L_28 = DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0098; } } { return (bool)1; } IL_0098: { return (bool)0; } } // System.Boolean System.TimeZoneInfo::IsAmbiguousLocalDstFromUtc(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_IsAmbiguousLocalDstFromUtc_m7EFA80A0C0823411578E9790ABA7BC14B0F3219D (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_0 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0; L_0 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_000c; } } { return (bool)0; } IL_000c: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_1; L_1 = TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)__this) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_1)))) { goto IL_0016; } } { return (bool)0; } IL_0016: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ___dateTime0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_3; L_3 = TimeZoneInfo_GetApplicableRule_mDD5FFC563555B49E31D1ADA59047978B27934BEA(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_4 = V_0; if (!L_4) { goto IL_007c; } } { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_5 = V_0; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_6; L_6 = AdjustmentRule_get_DaylightTransitionEnd_m219FBBD247700BDFF251BCB5A0ADE7C622AC2111_inline(L_5, /*hidden argument*/NULL); int32_t L_7; L_7 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_8; L_8 = TimeZoneInfo_TransitionPoint_m801E1F2943286F093C0D9EE70797817BB71E4737(L_6, L_7, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_9; L_9 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(__this, /*hidden argument*/NULL); V_2 = L_9; int64_t L_10; L_10 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_11 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_12; L_12 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_11, /*hidden argument*/NULL); V_2 = L_12; int64_t L_13; L_13 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), /*hidden argument*/NULL); bool L_14; L_14 = TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419(L_8, ((-((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)L_13)))), (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), 1, /*hidden argument*/NULL); if (L_14) { goto IL_005d; } } { return (bool)0; } IL_005d: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_15 = ___dateTime0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16 = V_1; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_17 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_18; L_18 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19; L_19 = DateTime_op_Subtraction_mFF3EE9E2EB7AAFF084A1104FD1C718B1B3DBC208(L_16, L_18, /*hidden argument*/NULL); bool L_20; L_20 = DateTime_op_GreaterThanOrEqual_mB7C78A9E8E0004F447A9E2735FB33E20005C96C0(L_15, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_007c; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_21 = ___dateTime0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_23; L_23 = DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_007c; } } { return (bool)1; } IL_007c: { return (bool)0; } } // System.Boolean System.TimeZoneInfo::IsInDST(System.TimeZoneInfo/AdjustmentRule,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_IsInDST_m79F138F876CE4F3F6012FB894E0EFEE6730920D4 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * ___rule0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime1, const RuntimeMethod* method) { { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_0 = ___rule0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___dateTime1; int32_t L_2; L_2 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime1), /*hidden argument*/NULL); bool L_3; L_3 = TimeZoneInfo_IsInDSTForYear_mD19BBA7DD84C6582CEA1351FAAF2C464D5E8282E(__this, L_0, L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0013; } } { return (bool)1; } IL_0013: { int32_t L_4; L_4 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime1), /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)1))) { goto IL_0032; } } { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_5 = ___rule0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = ___dateTime1; int32_t L_7; L_7 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime1), /*hidden argument*/NULL); bool L_8; L_8 = TimeZoneInfo_IsInDSTForYear_mD19BBA7DD84C6582CEA1351FAAF2C464D5E8282E(__this, L_5, L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); if (!L_8) { goto IL_0032; } } { return (bool)1; } IL_0032: { int32_t L_9; L_9 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime1), /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)2)))) { goto IL_004d; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10 = ___dateTime1; bool L_11; L_11 = TimeZoneInfo_IsAmbiguousTime_m916604199812419EBDE02258F91381208AA7CDC8(__this, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_004d; } } { bool L_12; L_12 = DateTime_IsAmbiguousDaylightSavingTime_m409E3926D2705852BDDBF9323DC4937EAE9DFE0C((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime1), /*hidden argument*/NULL); return L_12; } IL_004d: { return (bool)0; } } // System.Boolean System.TimeZoneInfo::IsInDSTForYear(System.TimeZoneInfo/AdjustmentRule,System.DateTime,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_IsInDSTForYear_mD19BBA7DD84C6582CEA1351FAAF2C464D5E8282E (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * ___rule0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime1, int32_t ___year2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A V_2; memset((&V_2), 0, sizeof(V_2)); int32_t G_B2_0 = 0; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A G_B2_1; memset((&G_B2_1), 0, sizeof(G_B2_1)); int32_t G_B1_0 = 0; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A G_B1_1; memset((&G_B1_1), 0, sizeof(G_B1_1)); int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A G_B3_2; memset((&G_B3_2), 0, sizeof(G_B3_2)); { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_0 = ___rule0; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_1; L_1 = AdjustmentRule_get_DaylightTransitionStart_m5B17370369E5E5671EF1EF5F3C99AF4B39275B81_inline(L_0, /*hidden argument*/NULL); int32_t L_2 = ___year2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = TimeZoneInfo_TransitionPoint_m801E1F2943286F093C0D9EE70797817BB71E4737(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_4 = ___rule0; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_5; L_5 = AdjustmentRule_get_DaylightTransitionEnd_m219FBBD247700BDFF251BCB5A0ADE7C622AC2111_inline(L_4, /*hidden argument*/NULL); int32_t L_6 = ___year2; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_7 = ___rule0; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_8; L_8 = AdjustmentRule_get_DaylightTransitionStart_m5B17370369E5E5671EF1EF5F3C99AF4B39275B81_inline(L_7, /*hidden argument*/NULL); V_2 = L_8; int32_t L_9; L_9 = TransitionTime_get_Month_m1E127ECF7312277ED31CEB769A6DC0503F1FAB2B_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&V_2), /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_10 = ___rule0; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_11; L_11 = AdjustmentRule_get_DaylightTransitionEnd_m219FBBD247700BDFF251BCB5A0ADE7C622AC2111_inline(L_10, /*hidden argument*/NULL); V_2 = L_11; int32_t L_12; L_12 = TransitionTime_get_Month_m1E127ECF7312277ED31CEB769A6DC0503F1FAB2B_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&V_2), /*hidden argument*/NULL); G_B1_0 = L_6; G_B1_1 = L_5; if ((((int32_t)L_9) < ((int32_t)L_12))) { G_B2_0 = L_6; G_B2_1 = L_5; goto IL_0035; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0036; } IL_0035: { G_B3_0 = 0; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0036: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = TimeZoneInfo_TransitionPoint_m801E1F2943286F093C0D9EE70797817BB71E4737(G_B3_2, ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)), /*hidden argument*/NULL); V_1 = L_13; int32_t L_14; L_14 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime1), /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_0061; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_15 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_16; L_16 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17; L_17 = DateTime_op_Subtraction_mFF3EE9E2EB7AAFF084A1104FD1C718B1B3DBC208(L_15, L_16, /*hidden argument*/NULL); V_0 = L_17; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_18 = V_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_19; L_19 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(__this, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_20; L_20 = DateTime_op_Subtraction_mFF3EE9E2EB7AAFF084A1104FD1C718B1B3DBC208(L_18, L_19, /*hidden argument*/NULL); V_1 = L_20; } IL_0061: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_21 = V_1; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_22 = ___rule0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_23; L_23 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_24; L_24 = DateTime_op_Subtraction_mFF3EE9E2EB7AAFF084A1104FD1C718B1B3DBC208(L_21, L_23, /*hidden argument*/NULL); V_1 = L_24; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_25 = ___dateTime1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = V_0; bool L_27; L_27 = DateTime_op_GreaterThanOrEqual_mB7C78A9E8E0004F447A9E2735FB33E20005C96C0(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_007f; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_28 = ___dateTime1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_29 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_30; L_30 = DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE(L_28, L_29, /*hidden argument*/NULL); return L_30; } IL_007f: { return (bool)0; } } // System.Boolean System.TimeZoneInfo::IsInvalidTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_IsInvalidTime_mD053AD3F8E1EEAF96B077BA6D7DA8264DE3C27F6 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_0 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); { int32_t L_0; L_0 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_000c; } } { return (bool)0; } IL_000c: { int32_t L_1; L_1 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0020; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_2; L_2 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); if ((((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)__this) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_2))) { goto IL_0020; } } { return (bool)0; } IL_0020: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ___dateTime0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_4; L_4 = TimeZoneInfo_GetApplicableRule_mDD5FFC563555B49E31D1ADA59047978B27934BEA(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_5 = V_0; if (!L_5) { goto IL_005d; } } { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_6 = V_0; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_7; L_7 = AdjustmentRule_get_DaylightTransitionStart_m5B17370369E5E5671EF1EF5F3C99AF4B39275B81_inline(L_6, /*hidden argument*/NULL); int32_t L_8; L_8 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9; L_9 = TimeZoneInfo_TransitionPoint_m801E1F2943286F093C0D9EE70797817BB71E4737(L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10 = ___dateTime0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_12; L_12 = DateTime_op_GreaterThanOrEqual_mB7C78A9E8E0004F447A9E2735FB33E20005C96C0(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005d; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13 = ___dateTime0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14 = V_1; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_15 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_16; L_16 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17; L_17 = DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14(L_14, L_16, /*hidden argument*/NULL); bool L_18; L_18 = DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE(L_13, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_005d; } } { return (bool)1; } IL_005d: { return (bool)0; } } // System.Void System.TimeZoneInfo::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneInfo_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_mAC9C4A1173379A81C1351CCF8012BEF2AE5C5091 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) String_t* L_0 = __this->get_id_3(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = __this->get_baseUtcOffset_0(); AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_2 = __this->get_adjustmentRules_11(); TimeZoneInfo_Validate_mE5E62C2FCF855BBE71ED2D84C36FA294D8774C89(L_0, L_1, L_2, /*hidden argument*/NULL); goto IL_0026; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0019; } throw e; } CATCH_0019: { // begin catch(System.ArgumentException) V_0 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = V_0; SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_4 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m03F01FDBEB6469CCD85942C5C62BD46FFC6CE11C(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFD6D9F6196E8D009E39DAC80D8F8C969DDB1D5C1)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_mAC9C4A1173379A81C1351CCF8012BEF2AE5C5091_RuntimeMethod_var))); } // end catch (depth: 1) IL_0026: { return; } } // System.Void System.TimeZoneInfo::Validate(System.String,System.TimeSpan,System.TimeZoneInfo/AdjustmentRule[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneInfo_Validate_mE5E62C2FCF855BBE71ED2D84C36FA294D8774C89 (String_t* ___id0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___baseUtcOffset1, AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* ___adjustmentRules2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_0 = NULL; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* V_1 = NULL; int32_t V_2 = 0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_3 = NULL; { String_t* L_0 = ___id0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_Validate_mE5E62C2FCF855BBE71ED2D84C36FA294D8774C89_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___id0; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0026; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC1D338FB7E284C2823745BBDD58DC3E651EF712F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_Validate_mE5E62C2FCF855BBE71ED2D84C36FA294D8774C89_RuntimeMethod_var))); } IL_0026: { int64_t L_6; L_6 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&___baseUtcOffset1), /*hidden argument*/NULL); if (!((int64_t)((int64_t)L_6%(int64_t)((int64_t)((int64_t)((int32_t)600000000)))))) { goto IL_0041; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral78EB63A2F2AC27026BF2257EBF48910FE8DFCB59)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_Validate_mE5E62C2FCF855BBE71ED2D84C36FA294D8774C89_RuntimeMethod_var))); } IL_0041: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8 = ___baseUtcOffset1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_9; memset((&L_9), 0, sizeof(L_9)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_9), ((int32_t)14), 0, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_10; L_10 = TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18(L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0063; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_11 = ___baseUtcOffset1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_12; memset((&L_12), 0, sizeof(L_12)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_12), ((int32_t)-14), 0, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_13; L_13 = TimeSpan_op_LessThan_m585756B1EABD0B2BF89F6BDAD62E7C34BCE59E28(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_006e; } } IL_0063: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_14 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9BE14EDDDB4B925F02F0D6680EBA6D6C1EE1582B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_Validate_mE5E62C2FCF855BBE71ED2D84C36FA294D8774C89_RuntimeMethod_var))); } IL_006e: { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_15 = ___adjustmentRules2; if (!L_15) { goto IL_014d; } } { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_16 = ___adjustmentRules2; if (!(((RuntimeArray*)L_16)->max_length)) { goto IL_014d; } } { V_0 = (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *)NULL; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_17 = ___adjustmentRules2; V_1 = L_17; V_2 = 0; goto IL_0144; } IL_0086: { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_18 = V_1; int32_t L_19 = V_2; int32_t L_20 = L_19; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_21 = (L_18)->GetAtUnchecked(static_cast(L_20)); V_3 = L_21; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_22 = V_3; if (L_22) { goto IL_0098; } } { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_23 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_mF89D515B84C47916FA07B7EFA41851CE35BB72E4(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABDD45B39736505E0BD2251314FEDCB23F5F100)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_Validate_mE5E62C2FCF855BBE71ED2D84C36FA294D8774C89_RuntimeMethod_var))); } IL_0098: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_24 = ___baseUtcOffset1; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_25 = V_3; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_26; L_26 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_27; L_27 = TimeSpan_op_Addition_mBF0190F67F6882232A9E20DDB5F0ACF25D2F6327(L_24, L_26, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_28; memset((&L_28), 0, sizeof(L_28)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_28), ((int32_t)-14), 0, 0, /*hidden argument*/NULL); bool L_29; L_29 = TimeSpan_op_LessThan_m585756B1EABD0B2BF89F6BDAD62E7C34BCE59E28(L_27, L_28, /*hidden argument*/NULL); if (L_29) { goto IL_00d0; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_30 = ___baseUtcOffset1; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_31 = V_3; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_32; L_32 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_33; L_33 = TimeSpan_op_Addition_mBF0190F67F6882232A9E20DDB5F0ACF25D2F6327(L_30, L_32, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_34; memset((&L_34), 0, sizeof(L_34)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_34), ((int32_t)14), 0, 0, /*hidden argument*/NULL); bool L_35; L_35 = TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00db; } } IL_00d0: { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_36 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_mF89D515B84C47916FA07B7EFA41851CE35BB72E4(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A984C333E3D89965E3A0B7B20CBC3DF5C1D6247)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_Validate_mE5E62C2FCF855BBE71ED2D84C36FA294D8774C89_RuntimeMethod_var))); } IL_00db: { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_37 = V_0; if (!L_37) { goto IL_00fc; } } { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_38 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_39; L_39 = AdjustmentRule_get_DateStart_m05FFD9D69391EC287D299B23A549FFB1F9FB14EE_inline(L_38, /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_40 = V_3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_41; L_41 = AdjustmentRule_get_DateStart_m05FFD9D69391EC287D299B23A549FFB1F9FB14EE_inline(L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_42; L_42 = DateTime_op_GreaterThan_m87A988E247EFDFFE61474088700F29840758E3DD(L_39, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00fc; } } { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_43 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_mF89D515B84C47916FA07B7EFA41851CE35BB72E4(L_43, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral41A7A009D447FFBB9DAE7C088E93F490C2584AE6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_Validate_mE5E62C2FCF855BBE71ED2D84C36FA294D8774C89_RuntimeMethod_var))); } IL_00fc: { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_44 = V_0; if (!L_44) { goto IL_011d; } } { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_45 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_46; L_46 = AdjustmentRule_get_DateEnd_mE011DEEF8AB4DE944C2FF5F45112F468A92492BC_inline(L_45, /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_47 = V_3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_48; L_48 = AdjustmentRule_get_DateStart_m05FFD9D69391EC287D299B23A549FFB1F9FB14EE_inline(L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_49; L_49 = DateTime_op_GreaterThan_m87A988E247EFDFFE61474088700F29840758E3DD(L_46, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_011d; } } { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_50 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_mF89D515B84C47916FA07B7EFA41851CE35BB72E4(L_50, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral64018E8AB289CD4E80D1258760B2F6F550CC4120)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_Validate_mE5E62C2FCF855BBE71ED2D84C36FA294D8774C89_RuntimeMethod_var))); } IL_011d: { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_51 = V_0; if (!L_51) { goto IL_013e; } } { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_52 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_53; L_53 = AdjustmentRule_get_DateEnd_mE011DEEF8AB4DE944C2FF5F45112F468A92492BC_inline(L_52, /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_54 = V_3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_55; L_55 = AdjustmentRule_get_DateStart_m05FFD9D69391EC287D299B23A549FFB1F9FB14EE_inline(L_54, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_56; L_56 = DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44(L_53, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_013e; } } { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_57 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_mF89D515B84C47916FA07B7EFA41851CE35BB72E4(L_57, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1338F98F5E20EA021738C70A01A2067C5DF445E7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_Validate_mE5E62C2FCF855BBE71ED2D84C36FA294D8774C89_RuntimeMethod_var))); } IL_013e: { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_58 = V_3; V_0 = L_58; int32_t L_59 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0144: { int32_t L_60 = V_2; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_61 = V_1; if ((((int32_t)L_60) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_61)->max_length)))))) { goto IL_0086; } } IL_014d: { return; } } // System.String System.TimeZoneInfo::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_ToString_mD3AEA34EA53894302A239B9EFA766A732EA9846A (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = TimeZoneInfo_get_DisplayName_m15A88C8DE3387D24B9CFC5CE4645FDA01D0C10B6_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.TimeZoneInfo::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneInfo__ctor_m67111F672756BCB0761B352CC46FCDAA328E63E2 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A58A4491B2CAAC8B03975834049C51649A53FA2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CEBE907F12753A3B74B3F049CD4FCCAD27EEB0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C152F638579421698C1833EAD994B061F824CA0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAED72E9EF0C042EAA3A3C7A43CA329E75FF933BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFF9324A7A4DB3E1D645999C8B9E2DA54472D42C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1D800B26C6F9144AC6A1E10C149876FA99E3EBE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF413CEA9BAA458730567FE47F57CC3C94DDF63C0); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo__ctor_m67111F672756BCB0761B352CC46FCDAA328E63E2_RuntimeMethod_var))); } IL_0014: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); RuntimeObject * L_5; L_5 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_2, _stringLiteralBFF9324A7A4DB3E1D645999C8B9E2DA54472D42C, L_4, /*hidden argument*/NULL); __this->set_id_3(((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); RuntimeObject * L_9; L_9 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_6, _stringLiteralF413CEA9BAA458730567FE47F57CC3C94DDF63C0, L_8, /*hidden argument*/NULL); __this->set_displayName_2(((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); RuntimeObject * L_13; L_13 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_10, _stringLiteral7C152F638579421698C1833EAD994B061F824CA0, L_12, /*hidden argument*/NULL); __this->set_standardDisplayName_7(((String_t*)CastclassSealed((RuntimeObject*)L_13, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_14 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); RuntimeObject * L_17; L_17 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_14, _stringLiteral0A58A4491B2CAAC8B03975834049C51649A53FA2, L_16, /*hidden argument*/NULL); __this->set_daylightDisplayName_1(((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_18 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_19 = { reinterpret_cast (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var) }; Type_t * L_20; L_20 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_19, /*hidden argument*/NULL); RuntimeObject * L_21; L_21 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_18, _stringLiteral2CEBE907F12753A3B74B3F049CD4FCCAD27EEB0D, L_20, /*hidden argument*/NULL); __this->set_baseUtcOffset_0(((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_21, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_22 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_23 = { reinterpret_cast (AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F_0_0_0_var) }; Type_t * L_24; L_24 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_23, /*hidden argument*/NULL); RuntimeObject * L_25; L_25 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_22, _stringLiteralAED72E9EF0C042EAA3A3C7A43CA329E75FF933BD, L_24, /*hidden argument*/NULL); __this->set_adjustmentRules_11(((AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F*)Castclass((RuntimeObject*)L_25, AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_26 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_27 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; Type_t * L_28; L_28 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_27, /*hidden argument*/NULL); RuntimeObject * L_29; L_29 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_26, _stringLiteralD1D800B26C6F9144AC6A1E10C149876FA99E3EBE, L_28, /*hidden argument*/NULL); __this->set_supportsDaylightSavingTime_8(((*(bool*)((bool*)UnBox(L_29, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))))); return; } } // System.Void System.TimeZoneInfo::.ctor(System.String,System.TimeSpan,System.String,System.String,System.String,System.TimeZoneInfo/AdjustmentRule[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, String_t* ___id0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___baseUtcOffset1, String_t* ___displayName2, String_t* ___standardDisplayName3, String_t* ___daylightDisplayName4, AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* ___adjustmentRules5, bool ___disableDaylightSavingTime6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_1 = NULL; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* V_2 = NULL; int32_t V_3 = 0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_4 = NULL; String_t* G_B32_0 = NULL; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * G_B32_1 = NULL; String_t* G_B31_0 = NULL; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * G_B31_1 = NULL; String_t* G_B34_0 = NULL; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * G_B34_1 = NULL; String_t* G_B33_0 = NULL; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * G_B33_1 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___id0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D_RuntimeMethod_var))); } IL_0014: { String_t* L_2 = ___id0; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC1D338FB7E284C2823745BBDD58DC3E651EF712F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D_RuntimeMethod_var))); } IL_002c: { int64_t L_6; L_6 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&___baseUtcOffset1), /*hidden argument*/NULL); if (!((int64_t)((int64_t)L_6%(int64_t)((int64_t)((int64_t)((int32_t)600000000)))))) { goto IL_0047; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral78EB63A2F2AC27026BF2257EBF48910FE8DFCB59)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D_RuntimeMethod_var))); } IL_0047: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8 = ___baseUtcOffset1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_9; memset((&L_9), 0, sizeof(L_9)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_9), ((int32_t)14), 0, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_10; L_10 = TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18(L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0069; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_11 = ___baseUtcOffset1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_12; memset((&L_12), 0, sizeof(L_12)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_12), ((int32_t)-14), 0, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_13; L_13 = TimeSpan_op_LessThan_m585756B1EABD0B2BF89F6BDAD62E7C34BCE59E28(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0074; } } IL_0069: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_14 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9BE14EDDDB4B925F02F0D6680EBA6D6C1EE1582B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D_RuntimeMethod_var))); } IL_0074: { bool L_15 = ___disableDaylightSavingTime6; V_0 = (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0); AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_16 = ___adjustmentRules5; if (!L_16) { goto IL_0166; } } { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_17 = ___adjustmentRules5; if (!(((RuntimeArray*)L_17)->max_length)) { goto IL_0166; } } { V_1 = (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *)NULL; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_18 = ___adjustmentRules5; V_2 = L_18; V_3 = 0; goto IL_015b; } IL_0095: { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = L_20; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_22 = (L_19)->GetAtUnchecked(static_cast(L_21)); V_4 = L_22; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_23 = V_4; if (L_23) { goto IL_00a9; } } { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_24 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_mF89D515B84C47916FA07B7EFA41851CE35BB72E4(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ABDD45B39736505E0BD2251314FEDCB23F5F100)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D_RuntimeMethod_var))); } IL_00a9: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_25 = ___baseUtcOffset1; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_26 = V_4; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_27; L_27 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_28; L_28 = TimeSpan_op_Addition_mBF0190F67F6882232A9E20DDB5F0ACF25D2F6327(L_25, L_27, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_29; memset((&L_29), 0, sizeof(L_29)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_29), ((int32_t)-14), 0, 0, /*hidden argument*/NULL); bool L_30; L_30 = TimeSpan_op_LessThan_m585756B1EABD0B2BF89F6BDAD62E7C34BCE59E28(L_28, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00e3; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_31 = ___baseUtcOffset1; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_32 = V_4; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_33; L_33 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_34; L_34 = TimeSpan_op_Addition_mBF0190F67F6882232A9E20DDB5F0ACF25D2F6327(L_31, L_33, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_35; memset((&L_35), 0, sizeof(L_35)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_35), ((int32_t)14), 0, 0, /*hidden argument*/NULL); bool L_36; L_36 = TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18(L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00ee; } } IL_00e3: { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_37 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_mF89D515B84C47916FA07B7EFA41851CE35BB72E4(L_37, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A984C333E3D89965E3A0B7B20CBC3DF5C1D6247)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D_RuntimeMethod_var))); } IL_00ee: { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_38 = V_1; if (!L_38) { goto IL_0110; } } { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_39 = V_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_40; L_40 = AdjustmentRule_get_DateStart_m05FFD9D69391EC287D299B23A549FFB1F9FB14EE_inline(L_39, /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_41 = V_4; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_42; L_42 = AdjustmentRule_get_DateStart_m05FFD9D69391EC287D299B23A549FFB1F9FB14EE_inline(L_41, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_43; L_43 = DateTime_op_GreaterThan_m87A988E247EFDFFE61474088700F29840758E3DD(L_40, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0110; } } { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_44 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_mF89D515B84C47916FA07B7EFA41851CE35BB72E4(L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral41A7A009D447FFBB9DAE7C088E93F490C2584AE6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D_RuntimeMethod_var))); } IL_0110: { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_45 = V_1; if (!L_45) { goto IL_0132; } } { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_46 = V_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_47; L_47 = AdjustmentRule_get_DateEnd_mE011DEEF8AB4DE944C2FF5F45112F468A92492BC_inline(L_46, /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_48 = V_4; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_49; L_49 = AdjustmentRule_get_DateStart_m05FFD9D69391EC287D299B23A549FFB1F9FB14EE_inline(L_48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_50; L_50 = DateTime_op_GreaterThan_m87A988E247EFDFFE61474088700F29840758E3DD(L_47, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0132; } } { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_51 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_mF89D515B84C47916FA07B7EFA41851CE35BB72E4(L_51, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral64018E8AB289CD4E80D1258760B2F6F550CC4120)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D_RuntimeMethod_var))); } IL_0132: { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_52 = V_1; if (!L_52) { goto IL_0154; } } { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_53 = V_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_54; L_54 = AdjustmentRule_get_DateEnd_mE011DEEF8AB4DE944C2FF5F45112F468A92492BC_inline(L_53, /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_55 = V_4; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_56; L_56 = AdjustmentRule_get_DateStart_m05FFD9D69391EC287D299B23A549FFB1F9FB14EE_inline(L_55, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_57; L_57 = DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44(L_54, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_0154; } } { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_58 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_mF89D515B84C47916FA07B7EFA41851CE35BB72E4(L_58, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1338F98F5E20EA021738C70A01A2067C5DF445E7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo__ctor_m57C42BF24C1DC1EE03B86C1B8287D2531335239D_RuntimeMethod_var))); } IL_0154: { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_59 = V_4; V_1 = L_59; int32_t L_60 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_015b: { int32_t L_61 = V_3; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_62 = V_2; if ((((int32_t)L_61) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_62)->max_length)))))) { goto IL_0095; } } { goto IL_0168; } IL_0166: { V_0 = (bool)0; } IL_0168: { String_t* L_63 = ___id0; __this->set_id_3(L_63); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_64 = ___baseUtcOffset1; __this->set_baseUtcOffset_0(L_64); String_t* L_65 = ___displayName2; String_t* L_66 = L_65; G_B31_0 = L_66; G_B31_1 = __this; if (L_66) { G_B32_0 = L_66; G_B32_1 = __this; goto IL_017d; } } { String_t* L_67 = ___id0; G_B32_0 = L_67; G_B32_1 = G_B31_1; } IL_017d: { G_B32_1->set_displayName_2(G_B32_0); String_t* L_68 = ___standardDisplayName3; String_t* L_69 = L_68; G_B33_0 = L_69; G_B33_1 = __this; if (L_69) { G_B34_0 = L_69; G_B34_1 = __this; goto IL_018a; } } { String_t* L_70 = ___id0; G_B34_0 = L_70; G_B34_1 = G_B33_1; } IL_018a: { G_B34_1->set_standardDisplayName_7(G_B34_0); String_t* L_71 = ___daylightDisplayName4; __this->set_daylightDisplayName_1(L_71); bool L_72 = V_0; __this->set_supportsDaylightSavingTime_8(L_72); AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_73 = ___adjustmentRules5; __this->set_adjustmentRules_11(L_73); return; } } // System.TimeZoneInfo/AdjustmentRule System.TimeZoneInfo::GetApplicableRule(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * TimeZoneInfo_GetApplicableRule_mDD5FFC563555B49E31D1ADA59047978B27934BEA (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_1; memset((&V_1), 0, sizeof(V_1)); AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* V_2 = NULL; int32_t V_3 = 0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_4 = NULL; { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___dateTime0; V_0 = L_0; int32_t L_1; L_1 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0035; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_2; L_2 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); if ((((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)__this) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_2))) { goto IL_0035; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4; L_4 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(__this, /*hidden argument*/NULL); V_1 = L_4; int64_t L_5; L_5 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_1), /*hidden argument*/NULL); bool L_6; L_6 = TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419(L_3, L_5, (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), 0, /*hidden argument*/NULL); if (L_6) { goto IL_0062; } } { return (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *)NULL; } IL_0035: { int32_t L_7; L_7 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0062; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_8; L_8 = TimeZoneInfo_get_Utc_m70D5DFD08544AA58A5D2E343F082C91F95F56AE4(/*hidden argument*/NULL); if ((((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)__this) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_8))) { goto IL_0062; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_10; L_10 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(__this, /*hidden argument*/NULL); V_1 = L_10; int64_t L_11; L_11 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_1), /*hidden argument*/NULL); bool L_12; L_12 = TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419(L_9, L_11, (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), 0, /*hidden argument*/NULL); if (L_12) { goto IL_0062; } } { return (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *)NULL; } IL_0062: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = DateTime_get_Date_m8650BEE59889347B31E204806C88AB51E6F1E325((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); V_0 = L_13; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_14 = __this->get_adjustmentRules_11(); if (!L_14) { goto IL_00af; } } { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_15 = __this->get_adjustmentRules_11(); V_2 = L_15; V_3 = 0; goto IL_00a9; } IL_007d: { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_16 = V_2; int32_t L_17 = V_3; int32_t L_18 = L_17; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_19 = (L_16)->GetAtUnchecked(static_cast(L_18)); V_4 = L_19; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_20 = V_4; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_21; L_21 = AdjustmentRule_get_DateStart_m05FFD9D69391EC287D299B23A549FFB1F9FB14EE_inline(L_20, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_23; L_23 = DateTime_op_GreaterThan_m87A988E247EFDFFE61474088700F29840758E3DD(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0093; } } { return (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *)NULL; } IL_0093: { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_24 = V_4; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_25; L_25 = AdjustmentRule_get_DateEnd_mE011DEEF8AB4DE944C2FF5F45112F468A92492BC_inline(L_24, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_27; L_27 = DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE(L_25, L_26, /*hidden argument*/NULL); if (L_27) { goto IL_00a5; } } { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_28 = V_4; return L_28; } IL_00a5: { int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00a9: { int32_t L_30 = V_3; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_31 = V_2; if ((((int32_t)L_30) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))) { goto IL_007d; } } IL_00af: { return (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *)NULL; } } // System.Boolean System.TimeZoneInfo::TryGetTransitionOffset(System.DateTime,System.TimeSpan&,System.Boolean&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_TryGetTransitionOffset_m20E151A5D915CE9269B4415FB8E5155673D94768 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___offset1, bool* ___isDst2, bool ___forOffset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_2 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_3; memset((&V_3), 0, sizeof(V_3)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_4; memset((&V_4), 0, sizeof(V_4)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_5; memset((&V_5), 0, sizeof(V_5)); { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_0 = ___offset1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(__this, /*hidden argument*/NULL); *(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_0 = L_1; bool* L_2 = ___isDst2; *((int8_t*)L_2) = (int8_t)0; List_1_t960AA958F641EF26613957B203B645E693F9430D * L_3 = __this->get_transitions_5(); if (L_3) { goto IL_0019; } } { return (bool)0; } IL_0019: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ___dateTime0; V_0 = L_4; int32_t L_5; L_5 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_004e; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_6; L_6 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); if ((((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)__this) == ((RuntimeObject*)(TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 *)L_6))) { goto IL_004e; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7; L_7 = DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8; L_8 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(__this, /*hidden argument*/NULL); V_3 = L_8; int64_t L_9; L_9 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_3), /*hidden argument*/NULL); bool L_10; L_10 = TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419(L_7, L_9, (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), 1, /*hidden argument*/NULL); if (L_10) { goto IL_004e; } } { return (bool)0; } IL_004e: { V_1 = (bool)0; int32_t L_11; L_11 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_0076; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12 = V_0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_13; L_13 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(__this, /*hidden argument*/NULL); V_3 = L_13; int64_t L_14; L_14 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_3), /*hidden argument*/NULL); bool L_15; L_15 = TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419(L_12, ((-L_14)), (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), 1, /*hidden argument*/NULL); if (L_15) { goto IL_0078; } } { return (bool)0; } IL_0076: { V_1 = (bool)1; } IL_0078: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16 = V_0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_17; L_17 = TimeZoneInfo_GetApplicableRule_mDD5FFC563555B49E31D1ADA59047978B27934BEA(__this, L_16, /*hidden argument*/NULL); V_2 = L_17; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_18 = V_2; if (!L_18) { goto IL_01bf; } } { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_19 = V_2; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_20; L_20 = AdjustmentRule_get_DaylightTransitionStart_m5B17370369E5E5671EF1EF5F3C99AF4B39275B81_inline(L_19, /*hidden argument*/NULL); int32_t L_21; L_21 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22; L_22 = TimeZoneInfo_TransitionPoint_m801E1F2943286F093C0D9EE70797817BB71E4737(L_20, L_21, /*hidden argument*/NULL); V_4 = L_22; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_23 = V_2; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_24; L_24 = AdjustmentRule_get_DaylightTransitionEnd_m219FBBD247700BDFF251BCB5A0ADE7C622AC2111_inline(L_23, /*hidden argument*/NULL); int32_t L_25; L_25 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26; L_26 = TimeZoneInfo_TransitionPoint_m801E1F2943286F093C0D9EE70797817BB71E4737(L_24, L_25, /*hidden argument*/NULL); V_5 = L_26; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_27 = V_4; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_28; L_28 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(__this, /*hidden argument*/NULL); V_3 = L_28; int64_t L_29; L_29 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_3), /*hidden argument*/NULL); bool L_30; L_30 = TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419(L_27, ((-L_29)), (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), 1, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_31 = V_5; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_32; L_32 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(__this, /*hidden argument*/NULL); V_3 = L_32; int64_t L_33; L_33 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_3), /*hidden argument*/NULL); bool L_34; L_34 = TimeZoneInfo_TryAddTicks_m93FD5D4BFD57C78C24104B288BCCEF5B1640B419(L_31, ((-L_33)), (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), 1, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_35 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_36 = V_4; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_37; L_37 = DateTime_op_GreaterThanOrEqual_mB7C78A9E8E0004F447A9E2735FB33E20005C96C0(L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_01bf; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_38 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_39 = V_5; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_40; L_40 = DateTime_op_LessThanOrEqual_mC1E034B3799905E42ACA29F05FDBB7F651E68541(L_38, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_01bf; } } { bool L_41 = ___forOffset3; if (!L_41) { goto IL_0103; } } { bool* L_42 = ___isDst2; *((int8_t*)L_42) = (int8_t)1; } IL_0103: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_43 = ___offset1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_44 = __this->get_baseUtcOffset_0(); *(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_43 = L_44; bool L_45 = V_1; if (L_45) { goto IL_0136; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_46 = V_0; int64_t L_47; L_47 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_48 = V_2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_49; L_49 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_48, /*hidden argument*/NULL); V_3 = L_49; int64_t L_50; L_50 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_3), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_51; memset((&L_51), 0, sizeof(L_51)); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((&L_51), ((int64_t)il2cpp_codegen_add((int64_t)L_47, (int64_t)L_50)), 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_52; L_52 = DateTime_op_GreaterThanOrEqual_mB7C78A9E8E0004F447A9E2735FB33E20005C96C0(L_46, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_0150; } } IL_0136: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_53 = ___offset1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_54 = ___offset1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_55 = (*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_54); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_56 = V_2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_57; L_57 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_56, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_58; L_58 = TimeSpan_op_Addition_mBF0190F67F6882232A9E20DDB5F0ACF25D2F6327(L_55, L_57, /*hidden argument*/NULL); *(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_53 = L_58; bool* L_59 = ___isDst2; *((int8_t*)L_59) = (int8_t)1; } IL_0150: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_60 = V_0; int64_t L_61; L_61 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_5), /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_62 = V_2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_63; L_63 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_62, /*hidden argument*/NULL); V_3 = L_63; int64_t L_64; L_64 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_3), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_65; memset((&L_65), 0, sizeof(L_65)); DateTime__ctor_mD17BC147184B06220C3FD44EBF50238A3894ADD7((&L_65), ((int64_t)il2cpp_codegen_subtract((int64_t)L_61, (int64_t)L_64)), 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_66; L_66 = DateTime_op_GreaterThanOrEqual_mB7C78A9E8E0004F447A9E2735FB33E20005C96C0(L_60, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_0183; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_67 = ___offset1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_68 = __this->get_baseUtcOffset_0(); *(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_67 = L_68; bool* L_69 = ___isDst2; *((int8_t*)L_69) = (int8_t)0; } IL_0183: { bool* L_70 = ___isDst2; int32_t L_71 = *((uint8_t*)L_70); if (L_71) { goto IL_01bd; } } { int32_t L_72; L_72 = DateTime_get_Kind_mC7EC1A788CC9A875094117214C5A0C153A39F496((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_72) == ((uint32_t)2)))) { goto IL_01bd; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_73 = ___dateTime0; bool L_74; L_74 = TimeZoneInfo_IsAmbiguousTime_m916604199812419EBDE02258F91381208AA7CDC8(__this, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_01bd; } } { bool L_75; L_75 = DateTime_IsAmbiguousDaylightSavingTime_m409E3926D2705852BDDBF9323DC4937EAE9DFE0C((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___dateTime0), /*hidden argument*/NULL); if (!L_75) { goto IL_01bd; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_76 = ___offset1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_77 = ___offset1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_78 = (*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_77); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_79 = V_2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_80; L_80 = AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline(L_79, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_81; L_81 = TimeSpan_op_Addition_mBF0190F67F6882232A9E20DDB5F0ACF25D2F6327(L_78, L_80, /*hidden argument*/NULL); *(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_76 = L_81; bool* L_82 = ___isDst2; *((int8_t*)L_82) = (int8_t)1; } IL_01bd: { return (bool)1; } IL_01bf: { return (bool)0; } } // System.DateTime System.TimeZoneInfo::TransitionPoint(System.TimeZoneInfo/TransitionTime,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_TransitionPoint_m801E1F2943286F093C0D9EE70797817BB71E4737 (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A ___transition0, int32_t ___year1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t G_B4_0 = 0; { bool L_0; L_0 = TransitionTime_get_IsFixedDateRule_m4E7A489F0B8E60893C80A70E768F36A10258E9FB_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&___transition0), /*hidden argument*/NULL); if (!L_0) { goto IL_0050; } } { int32_t L_1 = ___year1; int32_t L_2; L_2 = TransitionTime_get_Month_m1E127ECF7312277ED31CEB769A6DC0503F1FAB2B_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&___transition0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); int32_t L_3; L_3 = DateTime_DaysInMonth_m64931EEDA4428AD99566FCF0434BA298153E4531(L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; int32_t L_4; L_4 = TransitionTime_get_Day_mF663C24FEFF09012299FA76BE6D65CC6C455C87C_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&___transition0), /*hidden argument*/NULL); int32_t L_5 = V_2; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_0024; } } { int32_t L_6 = V_2; G_B4_0 = L_6; goto IL_002b; } IL_0024: { int32_t L_7; L_7 = TransitionTime_get_Day_mF663C24FEFF09012299FA76BE6D65CC6C455C87C_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&___transition0), /*hidden argument*/NULL); G_B4_0 = L_7; } IL_002b: { V_3 = G_B4_0; int32_t L_8 = ___year1; int32_t L_9; L_9 = TransitionTime_get_Month_m1E127ECF7312277ED31CEB769A6DC0503F1FAB2B_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&___transition0), /*hidden argument*/NULL); int32_t L_10 = V_3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11; memset((&L_11), 0, sizeof(L_11)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_11), L_8, L_9, L_10, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12; L_12 = TransitionTime_get_TimeOfDay_m95ECA2E981CA772D9D1DECC7F7421241D4144F44_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&___transition0), /*hidden argument*/NULL); V_4 = L_12; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_13; L_13 = DateTime_get_TimeOfDay_mE6A177963C8D8AA8AA2830239F1C7B3D11AFC645((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14; L_14 = DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14(L_11, L_13, /*hidden argument*/NULL); return L_14; } IL_0050: { int32_t L_15 = ___year1; int32_t L_16; L_16 = TransitionTime_get_Month_m1E127ECF7312277ED31CEB769A6DC0503F1FAB2B_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&___transition0), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17; memset((&L_17), 0, sizeof(L_17)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_17), L_15, L_16, 1, /*hidden argument*/NULL); V_4 = L_17; int32_t L_18; L_18 = DateTime_get_DayOfWeek_m7323645A95CB8290D3162F43B12E6A36A6413839((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); V_0 = L_18; int32_t L_19; L_19 = TransitionTime_get_Week_m9271C2A79DC390EF07020F63CAB641FA36E304BA_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&___transition0), /*hidden argument*/NULL); int32_t L_20; L_20 = TransitionTime_get_DayOfWeek_mDC32F75FFCC4AAE5826AFBBC11840C8290E08E52_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&___transition0), /*hidden argument*/NULL); int32_t L_21 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), (int32_t)7)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), (int32_t)7))%(int32_t)7)))); int32_t L_22 = V_1; int32_t L_23 = ___year1; int32_t L_24; L_24 = TransitionTime_get_Month_m1E127ECF7312277ED31CEB769A6DC0503F1FAB2B_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&___transition0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); int32_t L_25; L_25 = DateTime_DaysInMonth_m64931EEDA4428AD99566FCF0434BA298153E4531(L_23, L_24, /*hidden argument*/NULL); if ((((int32_t)L_22) <= ((int32_t)L_25))) { goto IL_0098; } } { int32_t L_26 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)7)); } IL_0098: { int32_t L_27 = V_1; if ((((int32_t)L_27) >= ((int32_t)1))) { goto IL_00a0; } } { int32_t L_28 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)7)); } IL_00a0: { int32_t L_29 = ___year1; int32_t L_30; L_30 = TransitionTime_get_Month_m1E127ECF7312277ED31CEB769A6DC0503F1FAB2B_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&___transition0), /*hidden argument*/NULL); int32_t L_31 = V_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_32; memset((&L_32), 0, sizeof(L_32)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_32), L_29, L_30, L_31, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_33; L_33 = TransitionTime_get_TimeOfDay_m95ECA2E981CA772D9D1DECC7F7421241D4144F44_inline((TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A *)(&___transition0), /*hidden argument*/NULL); V_4 = L_33; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_34; L_34 = DateTime_get_TimeOfDay_mE6A177963C8D8AA8AA2830239F1C7B3D11AFC645((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_4), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_35; L_35 = DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14(L_32, L_34, /*hidden argument*/NULL); return L_35; } } // System.TimeZoneInfo/AdjustmentRule[] System.TimeZoneInfo::ValidateRules(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* TimeZoneInfo_ValidateRules_m7B52D32FBFA06E57C7E265950435AF982F0388A6 (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * ___adjustmentRules0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m386CA240C117BB0BA4846AC6AF2538ACDD80EBD3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m61E604EF0C1062E085FD829670AAC948F27EE9A3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_0 = NULL; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* V_1 = NULL; int32_t V_2 = 0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * V_3 = NULL; { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_0 = ___adjustmentRules0; if (!L_0) { goto IL_000b; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_1 = ___adjustmentRules0; int32_t L_2; L_2 = List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_inline(L_1, /*hidden argument*/List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_RuntimeMethod_var); if (L_2) { goto IL_000d; } } IL_000b: { return (AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F*)NULL; } IL_000d: { V_0 = (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 *)NULL; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_3 = ___adjustmentRules0; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_4; L_4 = List_1_ToArray_m61E604EF0C1062E085FD829670AAC948F27EE9A3(L_3, /*hidden argument*/List_1_ToArray_m61E604EF0C1062E085FD829670AAC948F27EE9A3_RuntimeMethod_var); V_1 = L_4; V_2 = 0; goto IL_0042; } IL_001a: { AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_5 = V_1; int32_t L_6 = V_2; int32_t L_7 = L_6; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_8 = (L_5)->GetAtUnchecked(static_cast(L_7)); V_3 = L_8; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_9 = V_0; if (!L_9) { goto IL_003c; } } { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_10 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11; L_11 = AdjustmentRule_get_DateEnd_mE011DEEF8AB4DE944C2FF5F45112F468A92492BC_inline(L_10, /*hidden argument*/NULL); AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_12 = V_3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = AdjustmentRule_get_DateStart_m05FFD9D69391EC287D299B23A549FFB1F9FB14EE_inline(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_14; L_14 = DateTime_op_GreaterThan_m87A988E247EFDFFE61474088700F29840758E3DD(L_11, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_003c; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_15 = ___adjustmentRules0; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_16 = V_3; bool L_17; L_17 = List_1_Remove_m386CA240C117BB0BA4846AC6AF2538ACDD80EBD3(L_15, L_16, /*hidden argument*/List_1_Remove_m386CA240C117BB0BA4846AC6AF2538ACDD80EBD3_RuntimeMethod_var); } IL_003c: { AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_18 = V_3; V_0 = L_18; int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0042: { int32_t L_20 = V_2; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))) { goto IL_001a; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_22 = ___adjustmentRules0; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_23; L_23 = List_1_ToArray_m61E604EF0C1062E085FD829670AAC948F27EE9A3(L_22, /*hidden argument*/List_1_ToArray_m61E604EF0C1062E085FD829670AAC948F27EE9A3_RuntimeMethod_var); return L_23; } } // System.TimeZoneInfo System.TimeZoneInfo::BuildFromStream(System.String,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_BuildFromStream_mC62C55A93795817FD9D3A75AFCE45A574BD522D3 (String_t* ___id0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16384)); V_0 = L_0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___stream1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; int32_t L_3; L_3 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(21 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, 0, ((int32_t)16384)); V_1 = L_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; int32_t L_5 = V_1; bool L_6; L_6 = TimeZoneInfo_ValidTZFile_m308989071249E99D18EF35E20AC6DFC42ADBA399(L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_002d; } } { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_7 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_mF89D515B84C47916FA07B7EFA41851CE35BB72E4(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80D26F075B31F501732BE15CF55CA996DEC7200F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_BuildFromStream_mC62C55A93795817FD9D3A75AFCE45A574BD522D3_RuntimeMethod_var))); } IL_002d: { } IL_002e: try { // begin try (depth: 1) String_t* L_8 = ___id0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; int32_t L_10 = V_1; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_11; L_11 = TimeZoneInfo_ParseTZBuffer_mA32246AA931F36895F716D3664BE545DF6C1A56B(L_8, L_9, L_10, /*hidden argument*/NULL); V_2 = L_11; goto IL_0049; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0039; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003c; } throw e; } CATCH_0039: { // begin catch(System.InvalidTimeZoneException) IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_BuildFromStream_mC62C55A93795817FD9D3A75AFCE45A574BD522D3_RuntimeMethod_var))); } // end catch (depth: 1) CATCH_003c: { // begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_12 = V_3; InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_13 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_m635D30C4384618C91F1A90F410AF9D039E2BC660(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral37D6C4777FA2C1A101C515E817370FCC19CC4F66)), L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_BuildFromStream_mC62C55A93795817FD9D3A75AFCE45A574BD522D3_RuntimeMethod_var))); } // end catch (depth: 1) IL_0049: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_14 = V_2; return L_14; } } // System.Boolean System.TimeZoneInfo::ValidTZFile(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeZoneInfo_ValidTZFile_m308989071249E99D18EF35E20AC6DFC42ADBA399 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20F21E147BDB7CB4477F426A2F4597E5BAB32925); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_0018; } IL_000a: { StringBuilder_t * L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = V_1; int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAtUnchecked(static_cast(L_4)); StringBuilder_t * L_6; L_6 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_1, L_5, /*hidden argument*/NULL); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0018: { int32_t L_8 = V_1; if ((((int32_t)L_8) < ((int32_t)4))) { goto IL_000a; } } { StringBuilder_t * L_9 = V_0; String_t* L_10; L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9); bool L_11; L_11 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_10, _stringLiteral20F21E147BDB7CB4477F426A2F4597E5BAB32925, /*hidden argument*/NULL); if (!L_11) { goto IL_0030; } } { return (bool)0; } IL_0030: { int32_t L_12 = ___length1; if ((((int32_t)L_12) < ((int32_t)((int32_t)16384)))) { goto IL_003a; } } { return (bool)0; } IL_003a: { return (bool)1; } } // System.Int32 System.TimeZoneInfo::SwapInt32(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeZoneInfo_SwapInt32_m10519FDEF425C10912D73F7124DE94273644B6DF (int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; int32_t L_1 = ___i0; int32_t L_2 = ___i0; int32_t L_3 = ___i0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)8))&(int32_t)((int32_t)65280)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2<<(int32_t)8))&(int32_t)((int32_t)16711680)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)24))))); } } // System.Int32 System.TimeZoneInfo::ReadBigEndianInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeZoneInfo_ReadBigEndianInt32_m4CE3FE35D31FCC32034A3750362869286DDD6537 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___start1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___start1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); int32_t L_2; L_2 = BitConverter_ToInt32_m09562D0C66673FA4883600754E82F22CAFED8892(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_3) { goto IL_0011; } } { int32_t L_4 = V_0; return L_4; } IL_0011: { int32_t L_5 = V_0; int32_t L_6; L_6 = TimeZoneInfo_SwapInt32_m10519FDEF425C10912D73F7124DE94273644B6DF(L_5, /*hidden argument*/NULL); return L_6; } } // System.TimeZoneInfo System.TimeZoneInfo::ParseTZBuffer(System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * TimeZoneInfo_ParseTZBuffer_mA32246AA931F36895F716D3664BE545DF6C1A56B (String_t* ___id0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mBF15D2EF8C313964D0A92C9F7165433E68E821CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m71B9315D4F2735F21362246F358D35F906D6BAA7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m9CAFFEA98191CB68C8E1DEAA692BF13B6C04F5DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mAD42F4030E9058AA29B7A1991420EE3C1EF228C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m79F465401C84ED3C9EC0C8AF46747ED8D1FD3B2A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m20C8DEEE2BA433267D0E7E4F9DDA5E5DA977A52B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2353AA641A9F1EA712AC48090296AE000B281771_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * V_6 = NULL; Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * V_7 = NULL; List_1_t960AA958F641EF26613957B203B645E693F9430D * V_8 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_9; memset((&V_9), 0, sizeof(V_9)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_10; memset((&V_10), 0, sizeof(V_10)); String_t* V_11 = NULL; String_t* V_12 = NULL; bool V_13 = false; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_14; memset((&V_14), 0, sizeof(V_14)); List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * V_15 = NULL; bool V_16 = false; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * V_17 = NULL; int32_t V_18 = 0; KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD V_19; memset((&V_19), 0, sizeof(V_19)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_20; memset((&V_20), 0, sizeof(V_20)); TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * V_21 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_22; memset((&V_22), 0, sizeof(V_22)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_23; memset((&V_23), 0, sizeof(V_23)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_24; memset((&V_24), 0, sizeof(V_24)); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A V_25; memset((&V_25), 0, sizeof(V_25)); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A V_26; memset((&V_26), 0, sizeof(V_26)); TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * V_27 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer1; int32_t L_1; L_1 = TimeZoneInfo_ReadBigEndianInt32_m4CE3FE35D31FCC32034A3750362869286DDD6537(L_0, ((int32_t)20), /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer1; int32_t L_3; L_3 = TimeZoneInfo_ReadBigEndianInt32_m4CE3FE35D31FCC32034A3750362869286DDD6537(L_2, ((int32_t)24), /*hidden argument*/NULL); V_1 = L_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___buffer1; int32_t L_5; L_5 = TimeZoneInfo_ReadBigEndianInt32_m4CE3FE35D31FCC32034A3750362869286DDD6537(L_4, ((int32_t)28), /*hidden argument*/NULL); V_2 = L_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___buffer1; int32_t L_7; L_7 = TimeZoneInfo_ReadBigEndianInt32_m4CE3FE35D31FCC32034A3750362869286DDD6537(L_6, ((int32_t)32), /*hidden argument*/NULL); V_3 = L_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer1; int32_t L_9; L_9 = TimeZoneInfo_ReadBigEndianInt32_m4CE3FE35D31FCC32034A3750362869286DDD6537(L_8, ((int32_t)36), /*hidden argument*/NULL); V_4 = L_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___buffer1; int32_t L_11; L_11 = TimeZoneInfo_ReadBigEndianInt32_m4CE3FE35D31FCC32034A3750362869286DDD6537(L_10, ((int32_t)40), /*hidden argument*/NULL); V_5 = L_11; int32_t L_12 = ___length2; int32_t L_13 = V_3; int32_t L_14 = V_4; int32_t L_15 = V_5; int32_t L_16 = V_2; int32_t L_17 = V_1; int32_t L_18 = V_0; if ((((int32_t)L_12) >= ((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_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)44), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)5)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)6)))), (int32_t)L_15)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)8)))), (int32_t)L_17)), (int32_t)L_18))))) { goto IL_0057; } } { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_19 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_m32C1B8AADB1E2DE1462EB26B4B9033BD97EB9BCA(L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ParseTZBuffer_mA32246AA931F36895F716D3664BE545DF6C1A56B_RuntimeMethod_var))); } IL_0057: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___buffer1; int32_t L_21 = V_3; int32_t L_22 = V_3; int32_t L_23 = V_4; int32_t L_24 = V_5; Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * L_25; L_25 = TimeZoneInfo_ParseAbbreviations_m5C798F3D7151586FD8A44DF6416A421B5D9A85FF(L_20, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)44), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_21)))), (int32_t)L_22)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)6, (int32_t)L_23)))), L_24, /*hidden argument*/NULL); V_6 = L_25; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer1; int32_t L_27 = V_3; int32_t L_28 = V_3; int32_t L_29 = V_4; Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * L_30 = V_6; Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * L_31; L_31 = TimeZoneInfo_ParseTimesTypes_m934AB7A6138DE16EACBE9273CE7E5313876BB898(L_26, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)44), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_27)))), (int32_t)L_28)), L_29, L_30, /*hidden argument*/NULL); V_7 = L_31; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___buffer1; int32_t L_33 = V_3; Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * L_34 = V_7; List_1_t960AA958F641EF26613957B203B645E693F9430D * L_35; L_35 = TimeZoneInfo_ParseTransitions_m0598391651C96C37D6416647966B64980EEB159B(L_32, ((int32_t)44), L_33, L_34, /*hidden argument*/NULL); V_8 = L_35; Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * L_36 = V_7; int32_t L_37; L_37 = Dictionary_2_get_Count_mBF15D2EF8C313964D0A92C9F7165433E68E821CB(L_36, /*hidden argument*/Dictionary_2_get_Count_mBF15D2EF8C313964D0A92C9F7165433E68E821CB_RuntimeMethod_var); if (L_37) { goto IL_009e; } } { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_38 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_m32C1B8AADB1E2DE1462EB26B4B9033BD97EB9BCA(L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ParseTZBuffer_mA32246AA931F36895F716D3664BE545DF6C1A56B_RuntimeMethod_var))); } IL_009e: { Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * L_39 = V_7; int32_t L_40; L_40 = Dictionary_2_get_Count_mBF15D2EF8C313964D0A92C9F7165433E68E821CB(L_39, /*hidden argument*/Dictionary_2_get_Count_mBF15D2EF8C313964D0A92C9F7165433E68E821CB_RuntimeMethod_var); if ((!(((uint32_t)L_40) == ((uint32_t)1)))) { goto IL_00bd; } } { Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * L_41 = V_7; TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_42; L_42 = Dictionary_2_get_Item_m71B9315D4F2735F21362246F358D35F906D6BAA7(L_41, 0, /*hidden argument*/Dictionary_2_get_Item_m71B9315D4F2735F21362246F358D35F906D6BAA7_RuntimeMethod_var); bool L_43 = L_42->get_IsDst_1(); if (!L_43) { goto IL_00bd; } } { InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 * L_44 = (InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidTimeZoneException_tEF2CDF74F9EE20A1C9972EFC2CF078966698DB10_il2cpp_TypeInfo_var))); InvalidTimeZoneException__ctor_m32C1B8AADB1E2DE1462EB26B4B9033BD97EB9BCA(L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeZoneInfo_ParseTZBuffer_mA32246AA931F36895F716D3664BE545DF6C1A56B_RuntimeMethod_var))); } IL_00bd: { TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_9), ((int64_t)((int64_t)0)), /*hidden argument*/NULL); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_10), ((int64_t)((int64_t)0)), /*hidden argument*/NULL); V_11 = (String_t*)NULL; V_12 = (String_t*)NULL; V_13 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_45 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); V_14 = L_45; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_46 = (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 *)il2cpp_codegen_object_new(List_1_t2353AA641A9F1EA712AC48090296AE000B281771_il2cpp_TypeInfo_var); List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA(L_46, /*hidden argument*/List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA_RuntimeMethod_var); V_15 = L_46; V_16 = (bool)0; V_18 = 0; goto IL_0334; } IL_00f1: { List_1_t960AA958F641EF26613957B203B645E693F9430D * L_47 = V_8; int32_t L_48 = V_18; KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD L_49; L_49 = List_1_get_Item_m20C8DEEE2BA433267D0E7E4F9DDA5E5DA977A52B_inline(L_47, L_48, /*hidden argument*/List_1_get_Item_m20C8DEEE2BA433267D0E7E4F9DDA5E5DA977A52B_RuntimeMethod_var); V_19 = L_49; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_50; L_50 = KeyValuePair_2_get_Key_m9CAFFEA98191CB68C8E1DEAA692BF13B6C04F5DF_inline((KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD *)(&V_19), /*hidden argument*/KeyValuePair_2_get_Key_m9CAFFEA98191CB68C8E1DEAA692BF13B6C04F5DF_RuntimeMethod_var); V_20 = L_50; TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_51; L_51 = KeyValuePair_2_get_Value_mAD42F4030E9058AA29B7A1991420EE3C1EF228C8_inline((KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD *)(&V_19), /*hidden argument*/KeyValuePair_2_get_Value_mAD42F4030E9058AA29B7A1991420EE3C1EF228C8_RuntimeMethod_var); V_21 = L_51; TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_52 = V_21; bool L_53 = L_52->get_IsDst_1(); if (L_53) { goto IL_02b4; } } { String_t* L_54 = V_11; TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_55 = V_21; String_t* L_56 = L_55->get_Name_2(); bool L_57; L_57 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_54, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_0133; } } { TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_58 = V_21; String_t* L_59 = L_58->get_Name_2(); V_11 = L_59; } IL_0133: { double L_60; L_60 = TimeSpan_get_TotalSeconds_m28CDC7B9ADFEAFF912CC9B66984090CFE60B9AA4((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_9), /*hidden argument*/NULL); TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_61 = V_21; int32_t L_62 = L_61->get_Offset_0(); if ((((double)L_60) == ((double)((double)((double)L_62))))) { goto IL_016b; } } { TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_63 = V_21; int32_t L_64 = L_63->get_Offset_0(); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_9), 0, 0, L_64, /*hidden argument*/NULL); List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_65 = V_15; int32_t L_66; L_66 = List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_inline(L_65, /*hidden argument*/List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_RuntimeMethod_var); if ((((int32_t)L_66) <= ((int32_t)0))) { goto IL_0161; } } { V_16 = (bool)1; } IL_0161: { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_67 = (List_1_t2353AA641A9F1EA712AC48090296AE000B281771 *)il2cpp_codegen_object_new(List_1_t2353AA641A9F1EA712AC48090296AE000B281771_il2cpp_TypeInfo_var); List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA(L_67, /*hidden argument*/List_1__ctor_m1B8695F737FA76AEB552ACEA34BF3563F378C1CA_RuntimeMethod_var); V_15 = L_67; V_13 = (bool)0; } IL_016b: { bool L_68 = V_13; if (!L_68) { goto IL_02af; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_69 = V_14; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_70 = V_9; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_71; L_71 = DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14(L_69, L_70, /*hidden argument*/NULL); V_14 = L_71; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_72 = V_20; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_73 = V_9; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_74; L_74 = DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14(L_72, L_73, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_75 = V_10; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_76; L_76 = DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14(L_74, L_75, /*hidden argument*/NULL); V_22 = L_76; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_77; L_77 = DateTime_get_Date_m8650BEE59889347B31E204806C88AB51E6F1E325((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_22), /*hidden argument*/NULL); int32_t L_78; L_78 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_22), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_79; memset((&L_79), 0, sizeof(L_79)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_79), L_78, 1, 1, /*hidden argument*/NULL); bool L_80; L_80 = DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44(L_77, L_79, /*hidden argument*/NULL); if (!L_80) { goto IL_01cd; } } { int32_t L_81; L_81 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_22), /*hidden argument*/NULL); int32_t L_82; L_82 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_14), /*hidden argument*/NULL); if ((((int32_t)L_81) <= ((int32_t)L_82))) { goto IL_01cd; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_83 = V_22; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_84; memset((&L_84), 0, sizeof(L_84)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_84), ((int32_t)24), 0, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_85; L_85 = DateTime_op_Subtraction_mFF3EE9E2EB7AAFF084A1104FD1C718B1B3DBC208(L_83, L_84, /*hidden argument*/NULL); V_22 = L_85; } IL_01cd: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_86; L_86 = DateTime_AddYears_m9F1541DE0F82F1278ECC5216337FD3263A279695((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_14), 1, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_87 = V_22; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_88; L_88 = DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE(L_86, L_87, /*hidden argument*/NULL); if (!L_88) { goto IL_01e1; } } { V_16 = (bool)1; } IL_01e1: { int32_t L_89; L_89 = DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_14), /*hidden argument*/NULL); if ((((int32_t)L_89) >= ((int32_t)7))) { goto IL_01fd; } } { int32_t L_90; L_90 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_14), /*hidden argument*/NULL); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_23), L_90, 1, 1, /*hidden argument*/NULL); goto IL_020d; } IL_01fd: { int32_t L_91; L_91 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_14), /*hidden argument*/NULL); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_23), L_91, 7, 1, /*hidden argument*/NULL); } IL_020d: { int32_t L_92; L_92 = DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_22), /*hidden argument*/NULL); if ((((int32_t)L_92) < ((int32_t)7))) { goto IL_022b; } } { int32_t L_93; L_93 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_22), /*hidden argument*/NULL); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_24), L_93, ((int32_t)12), ((int32_t)31), /*hidden argument*/NULL); goto IL_023c; } IL_022b: { int32_t L_94; L_94 = DateTime_get_Year_m977F96B53C996797BFBDCAA5679B8DCBA61AC185((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_22), /*hidden argument*/NULL); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_24), L_94, 6, ((int32_t)30), /*hidden argument*/NULL); } IL_023c: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_95; memset((&L_95), 0, sizeof(L_95)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_95), 1, 1, 1, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_96; L_96 = DateTime_get_TimeOfDay_mE6A177963C8D8AA8AA2830239F1C7B3D11AFC645((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_14), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_97; L_97 = DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14(L_95, L_96, /*hidden argument*/NULL); int32_t L_98; L_98 = DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_14), /*hidden argument*/NULL); int32_t L_99; L_99 = DateTime_get_Day_m9D698CA2A7D1FBEE7BEC0A982A119239F513CBA8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_14), /*hidden argument*/NULL); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_100; L_100 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_97, L_98, L_99, /*hidden argument*/NULL); V_25 = L_100; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_101; memset((&L_101), 0, sizeof(L_101)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_101), 1, 1, 1, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_102; L_102 = DateTime_get_TimeOfDay_mE6A177963C8D8AA8AA2830239F1C7B3D11AFC645((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_22), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_103; L_103 = DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14(L_101, L_102, /*hidden argument*/NULL); int32_t L_104; L_104 = DateTime_get_Month_m46CC2AED3F24A91104919B1F6B5103DD1F8BBAE8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_22), /*hidden argument*/NULL); int32_t L_105; L_105 = DateTime_get_Day_m9D698CA2A7D1FBEE7BEC0A982A119239F513CBA8((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_22), /*hidden argument*/NULL); TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_106; L_106 = TransitionTime_CreateFixedDateRule_mD01CCFB588F2FF162626B6D876FDD053BD4F67F5(L_103, L_104, L_105, /*hidden argument*/NULL); V_26 = L_106; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_107 = V_25; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_108 = V_26; bool L_109; L_109 = TransitionTime_op_Inequality_m30F06DED443B1F09A34F16DCB60E11414945C2FB(L_107, L_108, /*hidden argument*/NULL); if (!L_109) { goto IL_02af; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_110 = V_15; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_111 = V_23; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_112 = V_24; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_113 = V_10; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_114 = V_25; TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_115 = V_26; AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * L_116; L_116 = AdjustmentRule_CreateAdjustmentRule_mC90086998B3DF5F9492A4B2281CFEDED04E1E6AE(L_111, L_112, L_113, L_114, L_115, /*hidden argument*/NULL); List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE(L_110, L_116, /*hidden argument*/List_1_Add_mCCD479FF8176D2F64ADA4A0C7C451F9B4B8D55AE_RuntimeMethod_var); } IL_02af: { V_13 = (bool)0; goto IL_032e; } IL_02b4: { String_t* L_117 = V_12; TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_118 = V_21; String_t* L_119 = L_118->get_Name_2(); bool L_120; L_120 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_117, L_119, /*hidden argument*/NULL); if (!L_120) { goto IL_02cd; } } { TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_121 = V_21; String_t* L_122 = L_121->get_Name_2(); V_12 = L_122; } IL_02cd: { double L_123; L_123 = TimeSpan_get_TotalSeconds_m28CDC7B9ADFEAFF912CC9B66984090CFE60B9AA4((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_10), /*hidden argument*/NULL); TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_124 = V_21; int32_t L_125 = L_124->get_Offset_0(); double L_126; L_126 = TimeSpan_get_TotalSeconds_m28CDC7B9ADFEAFF912CC9B66984090CFE60B9AA4((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_9), /*hidden argument*/NULL); if ((((double)L_123) == ((double)((double)il2cpp_codegen_subtract((double)((double)((double)L_125)), (double)L_126))))) { goto IL_0327; } } { TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_127 = V_21; int32_t L_128 = L_127->get_Offset_0(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_129; memset((&L_129), 0, sizeof(L_129)); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((&L_129), 0, 0, L_128, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_130 = V_9; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_131; L_131 = TimeSpan_op_Subtraction_mA4ACA1A4349FA026D9F3DE12E4E1DC180832CA62(L_129, L_130, /*hidden argument*/NULL); V_10 = L_131; int64_t L_132; L_132 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_10), /*hidden argument*/NULL); if (!((int64_t)((int64_t)L_132%(int64_t)((int64_t)((int64_t)((int32_t)600000000)))))) { goto IL_0327; } } { double L_133; L_133 = TimeSpan_get_TotalMinutes_m96E1D555D4663771C703D7F9A5D8F775E27853C3((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_10), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_134; L_134 = TimeSpan_FromMinutes_mAB9F93263460C5FE2BC56C34F268C97EB6035958(((double)((double)il2cpp_codegen_cast_double_to_int(((double)il2cpp_codegen_add((double)L_133, (double)(0.5)))))), /*hidden argument*/NULL); V_10 = L_134; } IL_0327: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_135 = V_20; V_14 = L_135; V_13 = (bool)1; } IL_032e: { int32_t L_136 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)1)); } IL_0334: { int32_t L_137 = V_18; List_1_t960AA958F641EF26613957B203B645E693F9430D * L_138 = V_8; int32_t L_139; L_139 = List_1_get_Count_m79F465401C84ED3C9EC0C8AF46747ED8D1FD3B2A_inline(L_138, /*hidden argument*/List_1_get_Count_m79F465401C84ED3C9EC0C8AF46747ED8D1FD3B2A_RuntimeMethod_var); if ((((int32_t)L_137) < ((int32_t)L_139))) { goto IL_00f1; } } { List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_140 = V_15; int32_t L_141; L_141 = List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_inline(L_140, /*hidden argument*/List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_RuntimeMethod_var); if (L_141) { goto IL_0385; } } { bool L_142 = V_16; if (L_142) { goto IL_0385; } } { String_t* L_143 = V_11; if (L_143) { goto IL_0376; } } { Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * L_144 = V_7; TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_145; L_145 = Dictionary_2_get_Item_m71B9315D4F2735F21362246F358D35F906D6BAA7(L_144, 0, /*hidden argument*/Dictionary_2_get_Item_m71B9315D4F2735F21362246F358D35F906D6BAA7_RuntimeMethod_var); V_27 = L_145; TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_146 = V_27; String_t* L_147 = L_146->get_Name_2(); V_11 = L_147; TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_148 = V_27; int32_t L_149 = L_148->get_Offset_0(); TimeSpan__ctor_m809B4E761E68A974DCE454C30595ADE72DCE3A91((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_9), 0, 0, L_149, /*hidden argument*/NULL); } IL_0376: { String_t* L_150 = ___id0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_151 = V_9; String_t* L_152 = ___id0; String_t* L_153 = V_11; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_154; L_154 = TimeZoneInfo_CreateCustomTimeZone_m18247BA38FBC500B7FE224B186638B5E0D20BA54(L_150, L_151, L_152, L_153, /*hidden argument*/NULL); V_17 = L_154; goto IL_039b; } IL_0385: { String_t* L_155 = ___id0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_156 = V_9; String_t* L_157 = ___id0; String_t* L_158 = V_11; String_t* L_159 = V_12; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_160 = V_15; AdjustmentRuleU5BU5D_t13A903FE644194C2CAF6698B6890B32A226FD19F* L_161; L_161 = TimeZoneInfo_ValidateRules_m7B52D32FBFA06E57C7E265950435AF982F0388A6(L_160, /*hidden argument*/NULL); TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_162; L_162 = TimeZoneInfo_CreateCustomTimeZone_m0C71E857FF379CB81685D4086BC7CFB3B7E36077(L_155, L_156, L_157, L_158, L_159, L_161, /*hidden argument*/NULL); V_17 = L_162; } IL_039b: { bool L_163 = V_16; if (!L_163) { goto IL_03b2; } } { List_1_t960AA958F641EF26613957B203B645E693F9430D * L_164 = V_8; int32_t L_165; L_165 = List_1_get_Count_m79F465401C84ED3C9EC0C8AF46747ED8D1FD3B2A_inline(L_164, /*hidden argument*/List_1_get_Count_m79F465401C84ED3C9EC0C8AF46747ED8D1FD3B2A_RuntimeMethod_var); if ((((int32_t)L_165) <= ((int32_t)0))) { goto IL_03b2; } } { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_166 = V_17; List_1_t960AA958F641EF26613957B203B645E693F9430D * L_167 = V_8; L_166->set_transitions_5(L_167); } IL_03b2: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_168 = V_17; List_1_t2353AA641A9F1EA712AC48090296AE000B281771 * L_169 = V_15; int32_t L_170; L_170 = List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_inline(L_169, /*hidden argument*/List_1_get_Count_mEBA09982463A6FFCCB78A703DCFDB6EFE0DDB611_RuntimeMethod_var); L_168->set_supportsDaylightSavingTime_8((bool)((((int32_t)L_170) > ((int32_t)0))? 1 : 0)); TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_171 = V_17; return L_171; } } // System.Collections.Generic.Dictionary`2 System.TimeZoneInfo::ParseAbbreviations(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * TimeZoneInfo_ParseAbbreviations_m5C798F3D7151586FD8A44DF6416A421B5D9A85FF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m1F0637B069C2F1C8CFC43C8B2D8C5564FA7013B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mB40672A269C34DB22BA5BFAF2511631483E1690E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * V_0 = NULL; int32_t V_1 = 0; StringBuilder_t * V_2 = NULL; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; int32_t V_5 = 0; { Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * L_0 = (Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB *)il2cpp_codegen_object_new(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB_il2cpp_TypeInfo_var); Dictionary_2__ctor_mB40672A269C34DB22BA5BFAF2511631483E1690E(L_0, /*hidden argument*/Dictionary_2__ctor_mB40672A269C34DB22BA5BFAF2511631483E1690E_RuntimeMethod_var); V_0 = L_0; V_1 = 0; StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_1, /*hidden argument*/NULL); V_2 = L_1; V_3 = 0; goto IL_0073; } IL_0012: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = ___index1; int32_t L_4 = V_3; int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); uint8_t L_6 = (L_2)->GetAtUnchecked(static_cast(L_5)); V_4 = L_6; Il2CppChar L_7 = V_4; if (!L_7) { goto IL_0028; } } { StringBuilder_t * L_8 = V_2; Il2CppChar L_9 = V_4; StringBuilder_t * L_10; L_10 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_8, L_9, /*hidden argument*/NULL); goto IL_006f; } IL_0028: { Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * L_11 = V_0; int32_t L_12 = V_1; StringBuilder_t * L_13 = V_2; String_t* L_14; L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); Dictionary_2_Add_m1F0637B069C2F1C8CFC43C8B2D8C5564FA7013B0(L_11, L_12, L_14, /*hidden argument*/Dictionary_2_Add_m1F0637B069C2F1C8CFC43C8B2D8C5564FA7013B0_RuntimeMethod_var); V_5 = 1; goto IL_005b; } IL_003a: { Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * L_15 = V_0; int32_t L_16 = V_1; int32_t L_17 = V_5; StringBuilder_t * L_18 = V_2; int32_t L_19 = V_5; StringBuilder_t * L_20 = V_2; int32_t L_21; L_21 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_20, /*hidden argument*/NULL); int32_t L_22 = V_5; String_t* L_23; L_23 = StringBuilder_ToString_mF3154CCF8250170547C4EC74C4A8DBCA00F34453(L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), /*hidden argument*/NULL); Dictionary_2_Add_m1F0637B069C2F1C8CFC43C8B2D8C5564FA7013B0(L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), L_23, /*hidden argument*/Dictionary_2_Add_m1F0637B069C2F1C8CFC43C8B2D8C5564FA7013B0_RuntimeMethod_var); int32_t L_24 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_005b: { int32_t L_25 = V_5; StringBuilder_t * L_26 = V_2; int32_t L_27; L_27 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_26, /*hidden argument*/NULL); if ((((int32_t)L_25) <= ((int32_t)L_27))) { goto IL_003a; } } { int32_t L_28 = V_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); StringBuilder_t * L_29 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_29, /*hidden argument*/NULL); V_2 = L_29; } IL_006f: { int32_t L_30 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0073: { int32_t L_31 = V_3; int32_t L_32 = ___count2; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0012; } } { Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * L_33 = V_0; return L_33; } } // System.Collections.Generic.Dictionary`2 System.TimeZoneInfo::ParseTimesTypes(System.Byte[],System.Int32,System.Int32,System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * TimeZoneInfo_ParseTimesTypes_m934AB7A6138DE16EACBE9273CE7E5313876BB898 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * ___abbreviations3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m0B8DAB2160C8D1053E5A2388684FF80C5C877546_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m09041DB7548BFD9868E791D912FDDFDA99D4E577_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m47040F6DF204BD0EB1F3FC11096C4C236DED9C24_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; uint8_t V_3 = 0x0; uint8_t V_4 = 0x0; { int32_t L_0 = ___count2; Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * L_1 = (Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 *)il2cpp_codegen_object_new(Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72_il2cpp_TypeInfo_var); Dictionary_2__ctor_m09041DB7548BFD9868E791D912FDDFDA99D4E577(L_1, L_0, /*hidden argument*/Dictionary_2__ctor_m09041DB7548BFD9868E791D912FDDFDA99D4E577_RuntimeMethod_var); V_0 = L_1; V_1 = 0; goto IL_0051; } IL_000b: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = ___index1; int32_t L_4 = V_1; int32_t L_5; L_5 = TimeZoneInfo_ReadBigEndianInt32_m4CE3FE35D31FCC32034A3750362869286DDD6537(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)6, (int32_t)L_4)))), /*hidden argument*/NULL); V_2 = L_5; int32_t L_6 = V_2; V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_6/(int32_t)((int32_t)60))), (int32_t)((int32_t)60))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; int32_t L_8 = ___index1; int32_t L_9 = V_1; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)6, (int32_t)L_9)))), (int32_t)4)); uint8_t L_11 = (L_7)->GetAtUnchecked(static_cast(L_10)); V_3 = L_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___buffer0; int32_t L_13 = ___index1; int32_t L_14 = V_1; int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)6, (int32_t)L_14)))), (int32_t)5)); uint8_t L_16 = (L_12)->GetAtUnchecked(static_cast(L_15)); V_4 = L_16; Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * L_17 = V_0; int32_t L_18 = V_1; int32_t L_19 = V_2; uint8_t L_20 = V_3; Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * L_21 = ___abbreviations3; uint8_t L_22 = V_4; String_t* L_23; L_23 = Dictionary_2_get_Item_m47040F6DF204BD0EB1F3FC11096C4C236DED9C24(L_21, L_22, /*hidden argument*/Dictionary_2_get_Item_m47040F6DF204BD0EB1F3FC11096C4C236DED9C24_RuntimeMethod_var); TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_24 = (TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF *)il2cpp_codegen_object_new(TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF_il2cpp_TypeInfo_var); TimeType__ctor_mD0DECB503E195CD1A08ED0CB5FD046F6D27A2205(L_24, L_19, (bool)((!(((uint32_t)L_20) <= ((uint32_t)0)))? 1 : 0), L_23, /*hidden argument*/NULL); Dictionary_2_Add_m0B8DAB2160C8D1053E5A2388684FF80C5C877546(L_17, L_18, L_24, /*hidden argument*/Dictionary_2_Add_m0B8DAB2160C8D1053E5A2388684FF80C5C877546_RuntimeMethod_var); int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0051: { int32_t L_26 = V_1; int32_t L_27 = ___count2; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_000b; } } { Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * L_28 = V_0; return L_28; } } // System.Collections.Generic.List`1> System.TimeZoneInfo::ParseTransitions(System.Byte[],System.Int32,System.Int32,System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t960AA958F641EF26613957B203B645E693F9430D * TimeZoneInfo_ParseTransitions_m0598391651C96C37D6416647966B64980EEB159B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * ___time_types3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m71B9315D4F2735F21362246F358D35F906D6BAA7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2__ctor_mC6638BB696AB08547385E5DC66DCB3060DFA091D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB97096E98A2307188EDA1D0C81D8BDC5D54C6F91_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m38A3433E70A9AC1563E1305E6C090E2B8B8D6CF7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t960AA958F641EF26613957B203B645E693F9430D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t960AA958F641EF26613957B203B645E693F9430D * V_0 = NULL; int32_t V_1 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_2; memset((&V_2), 0, sizeof(V_2)); uint8_t V_3 = 0x0; { int32_t L_0 = ___count2; List_1_t960AA958F641EF26613957B203B645E693F9430D * L_1 = (List_1_t960AA958F641EF26613957B203B645E693F9430D *)il2cpp_codegen_object_new(List_1_t960AA958F641EF26613957B203B645E693F9430D_il2cpp_TypeInfo_var); List_1__ctor_m38A3433E70A9AC1563E1305E6C090E2B8B8D6CF7(L_1, L_0, /*hidden argument*/List_1__ctor_m38A3433E70A9AC1563E1305E6C090E2B8B8D6CF7_RuntimeMethod_var); V_0 = L_1; V_1 = 0; goto IL_003e; } IL_000b: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = ___index1; int32_t L_4 = V_1; int32_t L_5; L_5 = TimeZoneInfo_ReadBigEndianInt32_m4CE3FE35D31FCC32034A3750362869286DDD6537(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_4)))), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = TimeZoneInfo_DateTimeFromUnixTime_mCDDF21F58829DD68874E75E8DD75FCD38502B863(((int64_t)((int64_t)L_5)), /*hidden argument*/NULL); V_2 = L_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; int32_t L_8 = ___index1; int32_t L_9 = ___count2; int32_t L_10 = V_1; int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_9)))), (int32_t)L_10)); uint8_t L_12 = (L_7)->GetAtUnchecked(static_cast(L_11)); V_3 = L_12; List_1_t960AA958F641EF26613957B203B645E693F9430D * L_13 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14 = V_2; Dictionary_2_t5D8E184D8FCD474C100BFB072548D71B5B758D72 * L_15 = ___time_types3; uint8_t L_16 = V_3; TimeType_tE37C25AC39BA57BBB8D27E9F20FFED6E4EB9CCDF * L_17; L_17 = Dictionary_2_get_Item_m71B9315D4F2735F21362246F358D35F906D6BAA7(L_15, L_16, /*hidden argument*/Dictionary_2_get_Item_m71B9315D4F2735F21362246F358D35F906D6BAA7_RuntimeMethod_var); KeyValuePair_2_tE98011A2E1924AEDC6049B93082D303274D9A7FD L_18; memset((&L_18), 0, sizeof(L_18)); KeyValuePair_2__ctor_mC6638BB696AB08547385E5DC66DCB3060DFA091D((&L_18), L_14, L_17, /*hidden argument*/KeyValuePair_2__ctor_mC6638BB696AB08547385E5DC66DCB3060DFA091D_RuntimeMethod_var); List_1_Add_mB97096E98A2307188EDA1D0C81D8BDC5D54C6F91(L_13, L_18, /*hidden argument*/List_1_Add_mB97096E98A2307188EDA1D0C81D8BDC5D54C6F91_RuntimeMethod_var); int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_003e: { int32_t L_20 = V_1; int32_t L_21 = ___count2; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_000b; } } { List_1_t960AA958F641EF26613957B203B645E693F9430D * L_22 = V_0; return L_22; } } // System.DateTime System.TimeZoneInfo::DateTimeFromUnixTime(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TimeZoneInfo_DateTimeFromUnixTime_mCDDF21F58829DD68874E75E8DD75FCD38502B863 (int64_t ___unix_time0, const RuntimeMethod* method) { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), ((int32_t)1970), 1, 1, /*hidden argument*/NULL); int64_t L_0 = ___unix_time0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = DateTime_AddSeconds_mCA0940A7E7C3ED40A86532349B7D4CB3A0F0DEAF((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), ((double)((double)L_0)), /*hidden argument*/NULL); return L_1; } } // System.TimeSpan System.TimeZoneInfo::GetLocalUtcOffset(System.DateTime,System.TimeZoneInfoOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_GetLocalUtcOffset_m0BB02611FD7B4B1E2E92D2FF2CA32FE9536E6C77 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, int32_t ___flags1, const RuntimeMethod* method) { bool V_0 = false; { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_0; L_0 = TimeZoneInfo_get_Local_m2C2645D8BAB720A34942820DD3DC1A541BEC51C9(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___dateTime0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = TimeZoneInfo_GetUtcOffset_m8BF42836E267242E64450036F79FB3F1AA2BA127(L_0, L_1, (bool*)(&V_0), (bool)0, /*hidden argument*/NULL); return L_2; } } // System.TimeSpan System.TimeZoneInfo::GetUtcOffset(System.DateTime,System.TimeZoneInfoOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_GetUtcOffset_mB0E28ED028C95E7214E4B013B571D56D0A17FC68 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, int32_t ___flags1, const RuntimeMethod* method) { bool V_0 = false; { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___dateTime0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeZoneInfo_GetUtcOffset_m8BF42836E267242E64450036F79FB3F1AA2BA127(__this, L_0, (bool*)(&V_0), (bool)0, /*hidden argument*/NULL); return L_1; } } // System.TimeSpan System.TimeZoneInfo::GetUtcOffsetFromUtc(System.DateTime,System.TimeZoneInfo,System.Boolean&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_GetUtcOffsetFromUtc_m1B6E6EF126B2A2598677CF3E60F91A08CF01E965 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * ___zone1, bool* ___isDaylightSavings2, bool* ___isAmbiguousLocalDst3, const RuntimeMethod* method) { { bool* L_0 = ___isDaylightSavings2; *((int8_t*)L_0) = (int8_t)0; bool* L_1 = ___isAmbiguousLocalDst3; *((int8_t*)L_1) = (int8_t)0; TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_2 = ___zone1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3; L_3 = TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline(L_2, /*hidden argument*/NULL); TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_4 = ___zone1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5 = ___time0; bool L_6; L_6 = TimeZoneInfo_IsAmbiguousLocalDstFromUtc_m7EFA80A0C0823411578E9790ABA7BC14B0F3219D(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0019; } } { bool* L_7 = ___isAmbiguousLocalDst3; *((int8_t*)L_7) = (int8_t)1; } IL_0019: { TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * L_8 = ___zone1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9 = ___time0; bool* L_10 = ___isDaylightSavings2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_11; L_11 = TimeZoneInfo_GetUtcOffset_m8BF42836E267242E64450036F79FB3F1AA2BA127(L_8, L_9, (bool*)L_10, (bool)0, /*hidden argument*/NULL); return L_11; } } // System.Void System.TimeZoneInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeZoneInfo__ctor_mAC025D6F06BB957213D3560E7E60D3245549E929 (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo__ctor_mAC025D6F06BB957213D3560E7E60D3245549E929_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(TimeZoneInfo__ctor_mAC025D6F06BB957213D3560E7E60D3245549E929_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Task_get_IsWaitNotificationEnabledOrNotRanToCompletion_m08AE8FC3C2730156E5244176D8DABEE9741D1B6B_inline (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)285212672)))) == ((int32_t)((int32_t)16777216)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * ExceptionDispatchInfo_get_SourceException_m461A8748D61FCC7EF8D71D2784D851B0523B9B30_inline (ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_m_Exception_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t06CAAF5787D8FDE0CB0F04082673EC9B212451BE * AggregateException_get_InnerExceptions_m2020FC3A2334DDB72FEBFB2BF4CFE088FF83FEFE_inline (AggregateException_t45A871D3DBDA3E28FBCD8DF21F6772238FC55BD1 * __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_t06CAAF5787D8FDE0CB0F04082673EC9B212451BE * L_0 = __this->get_m_innerExceptions_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * Task_get_ExecutingTaskScheduler_m95D238D843CD999FD8899BF6A98F5E84F4212C4C_inline (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method) { { TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_0 = __this->get_m_taskScheduler_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Task_FireTaskScheduledIfNeeded_m7A6B18BF76D32C198B1FF67EEE03D85C7E070EC3_inline (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___ts0, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Task_get_InternalCurrent_m557FDDC9AA0F289D2E00266B3E231DF5299A719D_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0 = ((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var))->get_t_currentTask_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * TaskScheduler_get_Default_m3FAE18B08A620C75BF0256917EFB236D30AB6BCB_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var); TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * L_0 = ((TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D_il2cpp_TypeInfo_var))->get_s_defaultTaskScheduler_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Console_get_OutputEncoding_m002C265931AC07332512A8EEB77DB62555C8CAB6_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0 = ((Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields*)il2cpp_codegen_static_fields_for(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var))->get_outputEncoding_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Console_get_InputEncoding_m5D112AC436D4AA9D148B012047DC54C4129CE987_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0 = ((Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_StaticFields*)il2cpp_codegen_static_fields_for(Console_t79987B1B5914E76054A8CBE506B9E11936A8BC07_il2cpp_TypeInfo_var))->get_inputEncoding_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_get_Key_m55835EA07741BFE8C6E035A124507DF196010011_inline (ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__key_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m85F4AA380907696C19C1BFFB73FA5DCA0975A82D_inline (ConsoleKeyInfo_tDA8AC07839288484FCB167A81B4FBA92ECCEAF88 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get__keyChar_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CultureData_get_CultureName_m03D4BB35D349D0463EE9338FCE2C2424876C9B55_inline (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_sRealName_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CultureData_get_STEXTINFO_m8FAF1D39FCD0E26DC5B38781E548E0C8C8468B63_inline (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_sRealName_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextInfo_SetReadOnlyState_m48F81D66BBBE5AC95CC1FB7E17885672F7A14CA9_inline (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, bool ___readOnly0, const RuntimeMethod* method) { { bool L_0 = ___readOnly0; __this->set_m_isReadOnly_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CultureData_get_SISO639LANGNAME_mFB04163860A69BEB7CD234229219D396121B040E_inline (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_sISO639Language_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TextInfo_get_CultureName_mFA2382305F84A045CE80275A913A5F1EE9A60D03_inline (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_textInfoName_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_mA4C35D598EE379F0F1D49EA8670620792D25EAB1_inline (Delegate_t * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_target_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ThreadHelper_SetExecutionContextHelper_m1D8E57074148759BE3C547E5267F980366B3E107_inline (ThreadHelper_t7958FA16432CE4696D922D505D04B5AA66560E2C * __this, ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___ec0, const RuntimeMethod* method) { { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_0 = ___ec0; __this->set__executionContext_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Reader__ctor_m31D3B8298BE90B3841905D3A4B9D7C12A681752A_inline (Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C * __this, ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___ec0, const RuntimeMethod* method) { { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_0 = ___ec0; __this->set_m_ec_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * Reader_DangerousGetRawExecutionContext_m775C6561EDC04E929913B71591495000DB9DD994_inline (Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C * __this, const RuntimeMethod* method) { { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_0 = __this->get_m_ec_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int64_t ___ticks0, const RuntimeMethod* method) { { int64_t L_0 = ___ticks0; __this->set__ticks_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TimeSpan_GetLegacyFormatMode_m4051C9E33D1A5EC26DEDD0788936C1795B4D2B7E_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ((CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC460ACEE669B13F7C9D2FEA284D77D8B4AF9616E_il2cpp_TypeInfo_var))->get_IsAppEarlierThanSilverlight4_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_get_Id_m8F572A86ECA6ACA2FA6025DFF147BAFA1CF9CB69_inline (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_id_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline (OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__platform_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TimeZoneInfo_get_SupportsDaylightSavingTime_m758D25DB319198F82CA6FC6E7C808FE1C94F4950_inline (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_supportsDaylightSavingTime_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeZoneInfo_get_BaseUtcOffset_m64CC1C71EC55D0BB97A18320E565A98BB93E8E3F_inline (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_baseUtcOffset_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 AdjustmentRule_get_DaylightDelta_m4C44F91C9ACBDFC572EBD831EFAA6253577B4FAD_inline (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * __this, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_m_daylightDelta_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A AdjustmentRule_get_DaylightTransitionEnd_m219FBBD247700BDFF251BCB5A0ADE7C622AC2111_inline (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * __this, const RuntimeMethod* method) { { TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_0 = __this->get_m_daylightTransitionEnd_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A AdjustmentRule_get_DaylightTransitionStart_m5B17370369E5E5671EF1EF5F3C99AF4B39275B81_inline (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * __this, const RuntimeMethod* method) { { TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A L_0 = __this->get_m_daylightTransitionStart_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TransitionTime_get_Month_m1E127ECF7312277ED31CEB769A6DC0503F1FAB2B_inline (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_m_month_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 AdjustmentRule_get_DateStart_m05FFD9D69391EC287D299B23A549FFB1F9FB14EE_inline (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * __this, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_m_dateStart_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 AdjustmentRule_get_DateEnd_mE011DEEF8AB4DE944C2FF5F45112F468A92492BC_inline (AdjustmentRule_t15EC10F91D4E8CC287CF8610D8D24BD636A23304 * __this, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_m_dateEnd_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TimeZoneInfo_get_DisplayName_m15A88C8DE3387D24B9CFC5CE4645FDA01D0C10B6_inline (TimeZoneInfo_t6988042963E068DC7DE283E2D0902C0B8A40C074 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_displayName_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TransitionTime_get_IsFixedDateRule_m4E7A489F0B8E60893C80A70E768F36A10258E9FB_inline (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_isFixedDateRule_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TransitionTime_get_Day_mF663C24FEFF09012299FA76BE6D65CC6C455C87C_inline (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_m_day_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 TransitionTime_get_TimeOfDay_m95ECA2E981CA772D9D1DECC7F7421241D4144F44_inline (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * __this, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_m_timeOfDay_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TransitionTime_get_Week_m9271C2A79DC390EF07020F63CAB641FA36E304BA_inline (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_m_week_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TransitionTime_get_DayOfWeek_mDC32F75FFCC4AAE5826AFBBC11840C8290E08E52_inline (TransitionTime_tD3B9CE442418566444BB123BA7297AE071D0D47A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_dayOfWeek_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 List_1_get_Item_m9C08DEEC45DFAC0741F047200A07FD43B9A8F6B9_gshared_inline (List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D* L_2 = (KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D*)__this->get__items_1(); int32_t L_3 = ___index0; KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D*)L_2, (int32_t)L_3); return (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 )L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 KeyValuePair_2_get_Key_mBEDC6BEC4BF28502CFBB86706275492049BDBCF6_gshared_inline (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )__this->get_key_0(); return (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m244C9DDEE1055D648230C1EA0405CA7FBEB24CCE_gshared_inline (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m90123498C9C4C120131E73B3ED3BE021C509CB45_gshared_inline (List_1_t9AAD8217D3BF8F2B4750AD496F9C87CFC41876B7 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } }