#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "icalls/mscorlib/System.Threading/Thread.h" #include "mono/ThreadPool/threadpool-ms.h" #include "icalls/mscorlib/System.Threading/Timer.h" #include "icalls/mscorlib/System.Threading/WaitHandle.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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); } }; 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 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 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 VirtFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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 GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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 InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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); } }; 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 InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579; // System.Action`1 struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0; // System.Action`1> struct Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49; // System.Action`1> struct Action_1_tC9C78235CE090A8C814E2C458627F15C33AF0180; // System.Action`1 struct Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827; // System.Action`2 struct Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C; // System.Action`2 struct Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8; // System.AggregateException struct AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E; // System.AppDomain struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8; // System.ApplicationException struct ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t4E4624ADB0382647D3DDD5ABEA46B237F202D148; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t7C4B7E5B90C7341BB00324E95C0FF0EDDD9D23FB; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD508C2F8A039CFD77B270500C1C5D723B78FE10C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t37B4D1EEBA6E5098A0F018A779067097451BAD2C; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2281FCF251CD51C1F13587450034F0E08EBFAD0E; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95; // System.Collections.Generic.IList`1 struct IList_1_t79A79A556E69BA20A09771D2D61B0440B6F4EFBA; // System.Collections.Generic.IList`1 struct IList_1_tE09735A322C3B17000EF4E4BC8026FEDEB7B0D9B; // System.Collections.Generic.IList`1 struct IList_1_t1D32293C65F49E1B7D7E3344057FED3589CD8F1F; // System.Collections.Generic.IList`1 struct IList_1_t93C6282CDBF781012E10B912A9AD946F53099551; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D; // System.Collections.Generic.List`1 struct List_1_tCD04260AE1254C438132446F1E6892AB86D18743; // System.Collections.Generic.List`1 struct List_1_t2E9E934268E3583A1050C7A03B1647E77B57672D; // System.Collections.Generic.List`1 struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3; // System.Collections.Generic.List`1 struct List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB; // System.Collections.Generic.List`1 struct List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E; // System.Collections.Generic.List`1 struct List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A; // System.Collections.ICollection struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54; // System.Collections.IComparer struct IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IEqualityComparer struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t5D996E967221C71E4EC5CC11210C3076432D5A50; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1; // System.Collections.SortedList struct SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E; // System.Collections.SortedList/KeyList struct KeyList_t3FD2386C1305D84BFBBD5BE5583CB239B98BA388; // System.Collections.SortedList/ValueList struct ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.EventArgs struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E; // System.EventHandler struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C; // System.EventHandler`1 struct EventHandler_1_t10245A26B14DDE8DDFD5B263BDE0641F17DCFDC3; // System.EventHandler`1 struct EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF; // System.EventHandler`1 struct EventHandler_1_tF704D003AB4792AFE4B10D9127FF82EEC18615BC; // System.Exception struct Exception_t; // System.Exception[] struct ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209; // System.Func`1 struct Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386; // System.Func`1 struct Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t185FBBAFD46813778C35A8D4A5FA3AFB4FC0E14C; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t9183BE7C6FB5EAED091785FC3E1D3D41DB3497F7; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t9FE43757FE22F96D0EA4E7945B6D146812F2671F; // System.Globalization.Calendar struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5; // System.Globalization.CompareInfo struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1; // System.Globalization.CultureData struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8; // System.Globalization.TextInfo struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.IFormatProvider struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9; // System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF; // System.MulticastDelegate struct MulticastDelegate_t; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.OperationCanceledException struct OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90; // System.OverflowException struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D; // System.Predicate`1 struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979; // System.Predicate`1 struct Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335; // System.Random struct Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MethodInfo struct MethodInfo_t; // System.ResolveEventHandler struct ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_tAD6736E4C6A9AF930D360966499D999E3CE45BF3; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C; // System.Runtime.CompilerServices.Ephemeron[] struct EphemeronU5BU5D_t575534899E3EE9D8B85CAF11342BA22D164C7C10; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tEFDFBE18E061A6065AB2FF735F1425FB59F919BC; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A; // System.Runtime.ExceptionServices.ExceptionDispatchInfo[] struct ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383; // System.Runtime.Remoting.Contexts.Context struct Context_tE86AB6B3D9759C8E715184808579EFE761683724; // System.Runtime.Remoting.Contexts.ContextCallbackObject struct ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection struct DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C; // System.Runtime.Remoting.Messaging.IMessageSink struct IMessageSink_tB1CED1C3E8A2782C843D48468DB443B7940FC76C; // System.Runtime.Remoting.Messaging.IllogicalCallContext struct IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179; // System.Runtime.Remoting.Messaging.LogicalCallContext struct LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26; // System.Security.Principal.IPrincipal struct IPrincipal_t63FD7F58FBBE134C8FE4D31710AAEA00B000F0BF; // System.String struct String_t; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782; // System.Threading.AbandonedMutexException struct AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_tB3967B9BB037A3D4C437E7F0773AFF68802723D9; // System.Threading.CancellationCallbackInfo struct CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36; // System.Threading.CancellationTokenRegistration[] struct CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B; // System.Threading.CancellationTokenSource struct CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE; // System.Threading.ContextCallback struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676; // System.Threading.EventWaitHandle struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98; // System.Threading.ExecutionContext struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70; // System.Threading.IThreadPoolWorkItem struct IThreadPoolWorkItem_t2EF44881BFB1A9C021606D5B0C03B31B62B6C38D; // System.Threading.IThreadPoolWorkItem[] struct IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154; // System.Threading.InternalThread struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192; // System.Threading.LockQueue struct LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4; // System.Threading.LockRecursionException struct LockRecursionException_tB25740EFF8FBE39193D06FEDAD527853C70944B9; // System.Threading.ManualResetEvent struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408; // System.Threading.ManualResetEventSlim struct ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445; // System.Threading.Mutex struct Mutex_tEFA4BCB29AF9E8B7BD6F0973C6AFFA072744AB5C; // System.Threading.OSSpecificSynchronizationContext struct OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31; // System.Threading.ParameterizedThreadStart struct ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F; // System.Threading.QueueUserWorkItemCallback struct QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8; // System.Threading.ReaderWriterLock struct ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349; // System.Threading.RegisteredWaitHandle struct RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0; // System.Threading.SemaphoreFullException struct SemaphoreFullException_tA922BF3DD3A402F2CCE5AFDEFCB40BD57720FA2E; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048; // System.Threading.SemaphoreSlim/TaskNode struct TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01; // System.Threading.SparselyPopulatedArrayFragment`1 struct SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7; // System.Threading.SparselyPopulatedArray`1[] struct SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813; // System.Threading.SynchronizationContext struct SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7; // System.Threading.SynchronizationLockException struct SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4; // System.Threading.Tasks.AwaitTaskContinuation struct AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F; // System.Threading.Tasks.AwaitTaskContinuation/<>c struct U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024; // System.Threading.Tasks.CompletionActionInvoker struct CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C; // System.Threading.Tasks.ContinuationTaskFromTask struct ContinuationTaskFromTask_tFE42871D04E441714667326AD03132B52E75777F; // System.Threading.Tasks.ITaskCompletionAction struct ITaskCompletionAction_tB83E2DB0F3297A73CDBE338B6F2CA81D84E9C978; // System.Threading.Tasks.Shared`1 struct Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2; // System.Threading.Tasks.StackGuard struct StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9; // System.Threading.Tasks.StandardTaskContinuation struct StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC; // System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation struct SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE; // System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation/<>c struct U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4; // System.Threading.Tasks.Task struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2; // System.Threading.Tasks.Task/<>c struct U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3; // System.Threading.Tasks.Task/<>c__DisplayClass178_0 struct U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08; // System.Threading.Tasks.Task/DelayPromise struct DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2; // System.Threading.Tasks.Task/SetOnInvokeMres struct SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9; // System.Threading.Tasks.TaskCanceledException struct TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48; // System.Threading.Tasks.TaskContinuation struct TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9; // System.Threading.Tasks.TaskExceptionHolder struct TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811; // System.Threading.Tasks.TaskFactory struct TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155; // System.Threading.Tasks.TaskFactory/CompleteOnInvokePromise struct CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t90DBF289FBDBB845B0FA55E1773164F06FBDEA17; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t58FE324C5DC18B5ED9A0E49CA8543DEEA65B4462; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t3C0D0DC20C0FC00DE4F8740B351BE642467AB03D; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114; // System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation struct TaskSchedulerAwaitTaskContinuation_t08B24138EF6D3AC7A821332F15F5A5A0F08543B6; // System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation/<>c struct U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439; // System.Threading.Tasks.TaskSchedulerException struct TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24; // System.Threading.Tasks.TaskToApm/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86; // System.Threading.Tasks.TaskToApm/TaskWrapperAsyncResult struct TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE; // System.Threading.Tasks.Task[] struct TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE; // System.Threading.Tasks.Task`1 struct Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439; // System.Threading.Tasks.Task`1 struct Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09; // System.Threading.Tasks.Task`1 struct Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138; // System.Threading.Tasks.Task`1 struct Task_1_t1359D75350E9D976BFA28AD96E417450DE277673; // System.Threading.Tasks.ThreadPoolTaskScheduler struct ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD; // System.Threading.Tasks.UnobservedTaskExceptionEventArgs struct UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7; // System.Threading.Thread struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7; // System.Threading.ThreadAbortException struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468; // System.Threading.ThreadHelper struct ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13; // System.Threading.ThreadInterruptedException struct ThreadInterruptedException_t40D8296AA9D9E8B74E29BFAE1089CFACC5F03751; // System.Threading.ThreadPoolWorkQueue struct ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011; // System.Threading.ThreadPoolWorkQueue/QueueSegment struct QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE; // System.Threading.ThreadPoolWorkQueue/SparseArray`1 struct SparseArray_1_t3343BC28ED7AB6481D2C9C24AC382CCEFD5148F1; // System.Threading.ThreadPoolWorkQueue/SparseArray`1 struct SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB; // System.Threading.ThreadPoolWorkQueue/WorkStealingQueue struct WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB; // System.Threading.ThreadPoolWorkQueue/WorkStealingQueue[] struct WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9; // System.Threading.ThreadPoolWorkQueueThreadLocals struct ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B; // System.Threading.ThreadStart struct ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF; // System.Threading.ThreadStateException struct ThreadStateException_tCE60AB1B9E16A6D13E3926137BA55832ABE986AE; // System.Threading.Timer struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553; // System.Threading.Timer/Scheduler struct Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9; // System.Threading.Timer/TimerComparer struct TimerComparer_tC987818CFADF2F3ECEB89C0BD510600DAD816015; // System.Threading.TimerCallback struct TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219; // System.Threading.Timer[] struct TimerU5BU5D_tD0E2F3FBF7687B24301E6EAC84AEC44386CB5F7A; // System.Threading.WaitCallback struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC; // System.Threading.WaitHandle struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6; // System.Threading.WaitHandleCannotBeOpenedException struct WaitHandleCannotBeOpenedException_t869CD999EE7B918C5546E2007AF7C4557281B65B; // System.Threading.WaitHandle[] struct WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC; // System.Threading.WaitOrTimerCallback struct WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF; // System.TimeType struct TimeType_t1E0366D2FDDE13B93F6DFD1A2FB8645B76E9DDA9; // System.Tuple`3 struct Tuple_3_tCA94A9157918EBC76337751E950A3BF20BBF71F9; // System.Tuple`3 struct Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; IL2CPP_EXTERN_C RuntimeClass* AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AppDomainUnloadedException_t8DFC322660E43B2A11853B62BF43078F42496A35_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContinuationTaskFromTask_tFE42871D04E441714667326AD03132B52E75777F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debugger_t3DB04278A3AA5DF846CC56744D05F18B7037C22E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Delegate_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionArgument_tE4C1E083DC891ECF9688A8A0C62D7F7841057B14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t39808D274D411213DCFE09BAE8F3041B974A1A4E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t37B4D1EEBA6E5098A0F018A779067097451BAD2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t6B3D33CE5B4DC884E5267C7B8CBC12380D09B3F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t2281FCF251CD51C1F13587450034F0E08EBFAD0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t93C6282CDBF781012E10B912A9AD946F53099551_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITaskCompletionAction_tB83E2DB0F3297A73CDBE338B6F2CA81D84E9C978_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IThreadPoolWorkItem_t2EF44881BFB1A9C021606D5B0C03B31B62B6C38D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tCD04260AE1254C438132446F1E6892AB86D18743_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LockRecursionException_tB25740EFF8FBE39193D06FEDAD527853C70944B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformHelper_tDB17489B10DB45EC7C3422D53A483D9B1B985FB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SemaphoreFullException_tA922BF3DD3A402F2CCE5AFDEFCB40BD57720FA2E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskSchedulerAwaitTaskContinuation_t08B24138EF6D3AC7A821332F15F5A5A0F08543B6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_1_t1359D75350E9D976BFA28AD96E417450DE277673_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadStateException_tCE60AB1B9E16A6D13E3926137BA55832ABE986AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Timeout_t148C37C092EAF5AFCE1D0C06481466A5F88E4C04_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimerComparer_tC987818CFADF2F3ECEB89C0BD510600DAD816015_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B91EB8329FF87486AAB4FD076877F3046AF554; IL2CPP_EXTERN_C String_t* _stringLiteral0446EADE62BBE35D165AAAD965949803B6521089; IL2CPP_EXTERN_C String_t* _stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A; IL2CPP_EXTERN_C String_t* _stringLiteral080C19955B2E8EB7F96E8B1CC1CC77410D38399F; IL2CPP_EXTERN_C String_t* _stringLiteral1038345ECC525CA37383914C8D7839E94CCF5448; IL2CPP_EXTERN_C String_t* _stringLiteral13F7B4FA7CBA65EC1811F8A5C085117CD3DF5506; IL2CPP_EXTERN_C String_t* _stringLiteral142F817C3EC0586DE0F960C1C0483043B61A0D06; IL2CPP_EXTERN_C String_t* _stringLiteral168E598D868A0CC9140604911551C2FC496E3A05; IL2CPP_EXTERN_C String_t* _stringLiteral171112507722F18531ACD11A635F712DADCEBE6E; IL2CPP_EXTERN_C String_t* _stringLiteral18134C3172E2C551F0F862780D5C8A01A31AECFF; IL2CPP_EXTERN_C String_t* _stringLiteral1821AE443912F325AB2E97DF532D1DACF7161739; IL2CPP_EXTERN_C String_t* _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25; IL2CPP_EXTERN_C String_t* _stringLiteral1AD0E9342E3C33991ED3887D6306B249546F0C7B; IL2CPP_EXTERN_C String_t* _stringLiteral1B08DBA6C41309ED4513414011188E6B4CA2403F; IL2CPP_EXTERN_C String_t* _stringLiteral1B8A0FD63D1D605E82838E8FBA940C1207478A60; IL2CPP_EXTERN_C String_t* _stringLiteral1C2EBE0E70C4B03074D33C64120CD29EA385AA71; IL2CPP_EXTERN_C String_t* _stringLiteral1C58A3FE6DCE8C4663334496A6CC60DFDF3BB4EE; IL2CPP_EXTERN_C String_t* _stringLiteral1D45C2C5D19FFE0F90B78839AA1F5EE6AF646F26; IL2CPP_EXTERN_C String_t* _stringLiteral1F81AFFE48C2C2B337815693830EBEE586D9A96C; IL2CPP_EXTERN_C String_t* _stringLiteral2037DE437C80264CCBCE8A8B61D0BF9F593D2322; IL2CPP_EXTERN_C String_t* _stringLiteral222A297D18FF1387F7919DAD802CF73BA68A5B9C; IL2CPP_EXTERN_C String_t* _stringLiteral26B5A99C75CDB00D6145F11A983C91ACADFFFFF1; IL2CPP_EXTERN_C String_t* _stringLiteral2AE9006AA79BCA491D17932D2580DBE509CC1BD7; IL2CPP_EXTERN_C String_t* _stringLiteral2B020927D3C6EB407223A1BAA3D6CE3597A3F88D; IL2CPP_EXTERN_C String_t* _stringLiteral2B6850916A8F21A346CBDF56480A25FA69EF8AEF; IL2CPP_EXTERN_C String_t* _stringLiteral2C3199988097E4BB3103E8C34B8DFE8796545D8F; IL2CPP_EXTERN_C String_t* _stringLiteral2D77BE6D598A0A9376398980E66D10E319F1B52A; IL2CPP_EXTERN_C String_t* _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D; IL2CPP_EXTERN_C String_t* _stringLiteral32368864574CE30745E6A3A112FCB36F083BFB0C; IL2CPP_EXTERN_C String_t* _stringLiteral32D4D0CD69E4FCD0E4B1749FED4FE485D5B17F9C; IL2CPP_EXTERN_C String_t* _stringLiteral34EB4C4EF005207E8B8F916B9F1FFFACCCD6945E; IL2CPP_EXTERN_C String_t* _stringLiteral37C3F47C38A5EBF7F5BAFAA6AA4ED8778E9A2C87; IL2CPP_EXTERN_C String_t* _stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7; IL2CPP_EXTERN_C String_t* _stringLiteral394CD1DBEAFE1BD9574666651BCC66D1298EA18F; IL2CPP_EXTERN_C String_t* _stringLiteral3A7D9767B1233601EBF8B67495C6DC2CE8B8C2AF; IL2CPP_EXTERN_C String_t* _stringLiteral3E817DFC269EB4946CD544A6A97B106296C3940B; IL2CPP_EXTERN_C String_t* _stringLiteral3F1100B2ABF8FFBAD088B793AAF302D5435DBE3F; IL2CPP_EXTERN_C String_t* _stringLiteral4502F52BE77394F4C0ECBD9DEA423CB819129CE0; IL2CPP_EXTERN_C String_t* _stringLiteral463C9ACFFA099CA60B83F74DD23B2E4DE31E298B; IL2CPP_EXTERN_C String_t* _stringLiteral4A9B136550890770D29DF6A00FAA574C173789AD; IL2CPP_EXTERN_C String_t* _stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC; IL2CPP_EXTERN_C String_t* _stringLiteral4BCCDABF897E38A4B92A38BE1212932A6B9649C0; IL2CPP_EXTERN_C String_t* _stringLiteral4DDC7DDA06EC167A4193D5F00C1F56AF6DF241EC; IL2CPP_EXTERN_C String_t* _stringLiteral50DB91C54DC6A6F5B481F31D2A1DA1FD5AA487E7; IL2CPP_EXTERN_C String_t* _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F; IL2CPP_EXTERN_C String_t* _stringLiteral53F7F9602724F5C9D2B64C05462A6DA2F44E2BD0; IL2CPP_EXTERN_C String_t* _stringLiteral54235B8B0E980EBB3355126954C130A816A21AFB; IL2CPP_EXTERN_C String_t* _stringLiteral55D8727A05EB80B0788AF57A5317F3E0A1F4AA55; IL2CPP_EXTERN_C String_t* _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982; IL2CPP_EXTERN_C String_t* _stringLiteral5825EBA52D444C4CF3772B7FE2D74FB2186DA93F; IL2CPP_EXTERN_C String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889; IL2CPP_EXTERN_C String_t* _stringLiteral5EE6EC49CF3A25DADF191E62C4851F860A7900C3; IL2CPP_EXTERN_C String_t* _stringLiteral61AD634E557CA4E72090257EF5F68EA067B4226A; IL2CPP_EXTERN_C String_t* _stringLiteral672E8F4CE93C075F32B4FD6C0D0EDAC1BDDB9469; IL2CPP_EXTERN_C String_t* _stringLiteral699B142A794903652E588B3D75019329F77A9209; IL2CPP_EXTERN_C String_t* _stringLiteral6A64F1C8A3D936D9D3463216444FF0F54EFAEAC5; IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C; IL2CPP_EXTERN_C String_t* _stringLiteral6CB021F4DE5A59C914CE2FD45BD52E5CA6A397FC; IL2CPP_EXTERN_C String_t* _stringLiteral700336D6AF60425DC8D362092DE4C0FFB8576432; IL2CPP_EXTERN_C String_t* _stringLiteral704E89153833A67B5C6F82E1207A4D09B77B49D2; IL2CPP_EXTERN_C String_t* _stringLiteral73EBEA013EB4C5C11E9834291F0D8CBBC4992FB1; IL2CPP_EXTERN_C String_t* _stringLiteral74B459BD4B6AA23FB69AB1D8EF730315059FAEC6; IL2CPP_EXTERN_C String_t* _stringLiteral7B9E91548E399930C3935F7EC5D98D85C3F78739; IL2CPP_EXTERN_C String_t* _stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62; IL2CPP_EXTERN_C String_t* _stringLiteral7CB1F56D3FBE09E809244FC8E13671CD876E3860; IL2CPP_EXTERN_C String_t* _stringLiteral7E2E7C38B817DB77D6B12E99B9738E18BDDF9B28; IL2CPP_EXTERN_C String_t* _stringLiteral81848785013B350D4832A504D9A01A80020ECA6E; IL2CPP_EXTERN_C String_t* _stringLiteral87BA4EEB0809F2755515239D1C0A0280D6CED9CB; IL2CPP_EXTERN_C String_t* _stringLiteral8858D34A5DF81344D5F1195DDACDFB8E8448C5E6; IL2CPP_EXTERN_C String_t* _stringLiteral885F50DCFD6542D03A37B7DE40CFBAEB00164500; IL2CPP_EXTERN_C String_t* _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56; IL2CPP_EXTERN_C String_t* _stringLiteral8C3B2E926370083F251B34CABACDB2607C52202A; IL2CPP_EXTERN_C String_t* _stringLiteral8D35B56BCE74A9F8AC3CB4260050F19B572F5AC7; IL2CPP_EXTERN_C String_t* _stringLiteral8EFECA76BCED966AFD1E6DF59938C647C9C83F78; IL2CPP_EXTERN_C String_t* _stringLiteral8F3A07543988E4673DCAE5E59C35323C5791F370; IL2CPP_EXTERN_C String_t* _stringLiteral8F3F5E0527993BEB4010B7A1444A093EDA2F42EF; IL2CPP_EXTERN_C String_t* _stringLiteral8F8AE9544C800C5645217FBE5AA94B8E526C7E98; IL2CPP_EXTERN_C String_t* _stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA; IL2CPP_EXTERN_C String_t* _stringLiteral93DEC40AB1B5EF19C715C0EAE5164CC3C700BCAF; IL2CPP_EXTERN_C String_t* _stringLiteral9527141004011DE14AE7F1E3643C59B23A00BC38; IL2CPP_EXTERN_C String_t* _stringLiteral9956E10D0235BEF9C63D0B1D2107F77CF985D4B2; IL2CPP_EXTERN_C String_t* _stringLiteral9A7036B77615B621A4F114EE3EBED8A849E49815; IL2CPP_EXTERN_C String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B; IL2CPP_EXTERN_C String_t* _stringLiteral9BB3F4C313586086A176963E545BC3B790B5C029; IL2CPP_EXTERN_C String_t* _stringLiteral9D9BED981884AC3D4D16BF22ED725A5686CEF15B; IL2CPP_EXTERN_C String_t* _stringLiteralA2D9E3AC892A8FEA3180CFBA1F1C9D0F8716EA95; IL2CPP_EXTERN_C String_t* _stringLiteralA2FE0B065EA50F6641CB120F487D334AC723A859; IL2CPP_EXTERN_C String_t* _stringLiteralA5303371A1DD00CB948B4C58C88CC7779A494241; IL2CPP_EXTERN_C String_t* _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE; IL2CPP_EXTERN_C String_t* _stringLiteralA6886D544B3C63487C3755A3B0E6AF19738F90F5; IL2CPP_EXTERN_C String_t* _stringLiteralA70F1BF46F12CF5517DAB14A442D77DB24FDDC26; IL2CPP_EXTERN_C String_t* _stringLiteralA7CA3604B3B7A0733239DF9F41348D06245AC357; IL2CPP_EXTERN_C String_t* _stringLiteralA8214B71D397C96E383069DCF0102B0014B989F9; IL2CPP_EXTERN_C String_t* _stringLiteralA844BD54164A53E9C422D16CBB047D845B5572F3; IL2CPP_EXTERN_C String_t* _stringLiteralAA37CB5B40E647E124F23CC3C27C68F09181CE0D; IL2CPP_EXTERN_C String_t* _stringLiteralB016278EAF5A66B124AA177BADC28CD1550C586F; IL2CPP_EXTERN_C String_t* _stringLiteralB26DC72D261A92C1CFD1E643717E450A84CF2122; IL2CPP_EXTERN_C String_t* _stringLiteralB4D5B37BF7A986C138EDE89E0806F366B5CB1830; IL2CPP_EXTERN_C String_t* _stringLiteralB69B30AEC0330DDBDC65A461569D23007BEE227F; IL2CPP_EXTERN_C String_t* _stringLiteralB7A59C1214B081A2AF0561DFF2E17294228556D4; IL2CPP_EXTERN_C String_t* _stringLiteralBA7B76F7CEFAFC945D4F1E46E2C21A2894A4FD10; IL2CPP_EXTERN_C String_t* _stringLiteralBAF34A2547265FEEA14708F8A1A89708432452A6; IL2CPP_EXTERN_C String_t* _stringLiteralBC80A496F1C479B70F6EE2BF2F0C3C05463301B8; IL2CPP_EXTERN_C String_t* _stringLiteralBCA799238FFD9062EADADF1671BF7042DB42CF92; IL2CPP_EXTERN_C String_t* _stringLiteralBEE73CA6E75A8894DD7A547768926EDAEDCD5C1A; IL2CPP_EXTERN_C String_t* _stringLiteralC2FE37F547603E5070979129624113F1C6F9D844; IL2CPP_EXTERN_C String_t* _stringLiteralC345D79431223595C0658582F663D5FE489CE4EA; IL2CPP_EXTERN_C String_t* _stringLiteralC34859D7F446AA18DD9260227F587FBA6EB4DB1D; IL2CPP_EXTERN_C String_t* _stringLiteralC363992023785AF013BBCF2E20C19D9835184F82; IL2CPP_EXTERN_C String_t* _stringLiteralC43071083D625DD9D6033122453F167B3B12B32D; IL2CPP_EXTERN_C String_t* _stringLiteralC44D4E6C6AF3517A1CC72EDF7D1A5FFD7E3368F1; IL2CPP_EXTERN_C String_t* _stringLiteralC499D2FE766B2B37D326CC48A70E7DFFCE14E67E; IL2CPP_EXTERN_C String_t* _stringLiteralC66F297D9CFBA91552616C44CE043096BDC566A6; IL2CPP_EXTERN_C String_t* _stringLiteralC7CEDF5531BF0EE471FAF3F68BF9D5FCE0C45607; IL2CPP_EXTERN_C String_t* _stringLiteralC8DFBF5C8D6E2ABCBCD997023A30E88DCEDF08DA; IL2CPP_EXTERN_C String_t* _stringLiteralCDD3E50B9E706702A4996E0BC1E08259AF9C1950; IL2CPP_EXTERN_C String_t* _stringLiteralCE012334C76FBB8723D52324457CB619F53F2527; IL2CPP_EXTERN_C String_t* _stringLiteralCF76F3CD38A366E96CB2BED7C1D82F777242B6AA; IL2CPP_EXTERN_C String_t* _stringLiteralD416C225B5075E134E29DFBF7B48B6B0F77F834D; IL2CPP_EXTERN_C String_t* _stringLiteralD6D1BC79DD62E9F1FB9A49A8F76F4BA8AB71AECD; IL2CPP_EXTERN_C String_t* _stringLiteralD70E053DA23EA4B83C24F6829CA81D7ADEB19D59; IL2CPP_EXTERN_C String_t* _stringLiteralD7938D08865974650DE95B633047523C268290B9; IL2CPP_EXTERN_C String_t* _stringLiteralD82EC93453C86F66A937CC6685725A743341DBE1; IL2CPP_EXTERN_C String_t* _stringLiteralDC6963166E9D5E488CF23C5F20C1BCD34C9C9B72; IL2CPP_EXTERN_C String_t* _stringLiteralE06B0DE168F97FA3ED2ADE13FDB940C9BFE62E87; IL2CPP_EXTERN_C String_t* _stringLiteralE15B6A0A1108C9AC320286F96690841664ACD678; IL2CPP_EXTERN_C String_t* _stringLiteralE2FC964D3F8490CBD43091BDA915711FE1DBF6F5; IL2CPP_EXTERN_C String_t* _stringLiteralE5302A7944F4048AECAB32B87AED9AC1DEFBB646; IL2CPP_EXTERN_C String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; IL2CPP_EXTERN_C String_t* _stringLiteralE6E0D45D5FFF69C366F16C4ADA145CD9FFE8C79D; IL2CPP_EXTERN_C String_t* _stringLiteralE78FE7049341B36116D8054F5A3E00D01F245FCC; IL2CPP_EXTERN_C String_t* _stringLiteralE7C8B6C9A3407F1CFA5D484A50D6659DB304A143; IL2CPP_EXTERN_C String_t* _stringLiteralE87A29FAFA6BDE5DB2F2ED78580BDB62061933A0; IL2CPP_EXTERN_C String_t* _stringLiteralEBA8B69763EB43A139DEA3B8C4A58E9CEDCA4968; IL2CPP_EXTERN_C String_t* _stringLiteralECD044A1043B44632AC8663CA77996470922BCAD; IL2CPP_EXTERN_C String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; IL2CPP_EXTERN_C String_t* _stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA; IL2CPP_EXTERN_C String_t* _stringLiteralEF9A26B1AEA755741D0AC956EF8DC9AFB09E7B01; IL2CPP_EXTERN_C String_t* _stringLiteralF18BFB74E613AFB11F36BDD80CF05CD5DFAD98D6; IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5; IL2CPP_EXTERN_C String_t* _stringLiteralF410B3794614F4946761EA1E8C628608639839C6; IL2CPP_EXTERN_C String_t* _stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73; IL2CPP_EXTERN_C String_t* _stringLiteralFA5342C4F12AD1A860B71DA5AD002761768999C3; IL2CPP_EXTERN_C String_t* _stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049; IL2CPP_EXTERN_C String_t* _stringLiteralFB89F8D393DA096100BFDC1D5649D094EFF15377; IL2CPP_EXTERN_C String_t* _stringLiteralFC6AE05A55888138AD5ED7FDF85E0CFAF96F0CB1; IL2CPP_EXTERN_C String_t* _stringLiteralFD9D0C913A99959CCA8988A4605411D970AF3F59; IL2CPP_EXTERN_C String_t* _stringLiteralFF69C2D636503743B153CA52D647A5C19B17092C; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m21996822F6C0C0E1A30ED96F74B9FFE6DD672495_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m4690598098ACAB96072EFE65554EA14ECE6C8CAF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_m8043C3C9CC7F89C23FB8EECBD67B676C332CB200_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncLocalValueChangedArgs_1_get_CurrentValue_m2CFDD7206ADA43DB0CE4A2C2187B567E5B576556_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncLocal_1__ctor_mB3CF89E343A839F0BBAF92222F14FF9230CDBC90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncLocal_1_set_Value_m2D48DBF0A05C32009526D04849FE050A29AC8FF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_mD7526A56B41D9BCBD47A0FBF40425033B092ABB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_m755528799846E77B1782EEE6428170E36A9655F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mEB49F32EAEB3E6C469F3A1194FBC34CD1D91CBBF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_m21285A09F0A9D6C0F245EB498300064F66DAAF18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mCF07BE7A4F16080B49751FF5A4159E2ADDAC723F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m6C16FFAECC8CE76F82289A87141A9524F5B09C60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_m579B20DF6B7062270FE8F1A11AADC69A0D6EE966_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mE71F3C1D2587BE90812781280F0175E9CE14BA66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AwaitTaskContinuation_InvokeAction_mFF8F08E40268B891A1D46F47C3C5C33E7122DA78_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2_Add_m5066B6CF71B4388CE9668A469B274DA1F1CE8267_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2__ctor_m532318C6B13DB33AB8E1A63999A30FBE81BE2FCC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m05FE34533C2F748304AC414A45AF9F926992BED4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m2EF8D361B5AFBDA824FE2D5CE4704EF99AECA48F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_m4898D8CDABDD41A60CF2267D25176F46AAC371AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_mC2B7B126733CDE385D61F2036F9D0668B36F171B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m3106B5C67EF6270B9DB4B5E1C5C687BCAA446F24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m3D021F21281DE3F49E3325651FBA55DB7D9E62D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m8A775DC3DA045DBE29E44D8FA98E57FEA20B9368_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m9E5909F2240E8B4B0B9CA7DDA4075EF6C3B7BCA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m55755723565BE6B8A0576434B1D1E5AFF5BC9E4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m60AD9FD2AC64440B5E23B200EAE9B55F366379AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m83CB993D2CC4222537751945D972767270313F45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m5A9F52ABE68EC7C100DB7A788C4B6BBB48358FFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mDBF08ABE6CCFA1D4FCF82C5D409C18615C300000_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2EA6C5DB454F479076AF2C9098A477B943F7CF71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m7225F86A35D26BD382863FC6FE84CAF3DA11CF9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventHandler_1_Invoke_m5A2B682142BD5C458A2C93E0300172955DBBCEA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_mE9C2E3D8D0214538F8B9ABE57AA858D03EB20169_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LazyInitializer_EnsureInitialized_TisContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08_m2F2E8D86C1C1F146E43AA9AA5572B95F333C0EAF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m931E984DEC4E3137C263958DE8354032E8784003_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3A0B8640D1A4B9BDC91742284BC44B969CC78279_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mAC067166AEB86D01BCC2364DAC32CF05E89AF135_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB5A8963C62BC566BF95512C93EA0B5ED6D04B8E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mACBCDAD884AD8F4AB0A67F8E8626D5FD0C8C6A79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mE27BF65BB76485B01C35B9F6A1D44C4560BF5370_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mFF8F45C64E3BA8B5E05FE814FC09A80F81903598_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAll_m568E7007C316A2B83B0D08A324AA8A9C8D2796DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAll_mC4FEA0EA2929D9530115A00BFA5AF6C1BBAB74A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m5D913FDA1B5B3FFD94223C59B5A70B418F569213_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7C148B97DC87A9125BDE2F8876642459D8A30954_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC06B02C45D781C1EBF33F5D2380FF522713EF33B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Capacity_m4E6CC6EB68ACB4009E66AE14C2969F02B644FAE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Capacity_mB976106DA11B4155CBC654A4FEAF355280834D8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m102A5956CA038B4503A23CBAE433114532EC22E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m3DAF7D49CDFC1C5CB1461E2030F6FDDA59DBBE1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1F6363F6A46963C8CCA039EF719B7933A3817FF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m6C76B0438807DFB527E73E6166D012198028ACBE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Capacity_m0DA623E0A9843F83E643A5E032D775F990F3863E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_m1481B0BA718AF9DAD320321A0CF4E8FB952E1E23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* QueueUserWorkItemCallback_WaitCallback_Context_m8E119CC8DFD394FB61F895C2D5B195114F339545_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_GetEnumerator_mB3A1708B473BA7EE3CED5959613B2AA11A4920BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1__ctor_m7B7B9545500B72A83AC286C66E80177D48BE2F7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReaderWriterLock_AcquireWriterLock_m1B0A8F855064F90B0EC93633078E848F557DADBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReaderWriterLock_ReleaseWriterLock_mEF4B756CF56289B9368F32279F26E88E1DD3D8C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegisteredWaitHandle_DoCallBack_m992D8C91B698DB66A223D078AA88E8075E16D48A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegisteredWaitHandle_Wait_m0F3673BDD8989B937D7EAF2DDCE685C158192A12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Scheduler_SchedulerThread_m9D548ED1E24E29E6CB64A3C7F1FF42FA25054CF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Scheduler_TimerCB_m2EB04474CB0C68B572FDDDBC2641CE749CB3BFB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SemaphoreSlim_CancellationTokenCanceledEventHandler_mB383239D3DB7336602D104C7D17B70F5D2232389_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SemaphoreSlim_CheckDispose_m38F5F406FD2FB6F8B92CD861679A134B3281BF05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SemaphoreSlim_Release_mACD3818F05329681DBCCEB4D4DD90AD70D309B65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SemaphoreSlim_WaitAsync_mBB764841A3D1B32B37C0F0C41B33DCDC5B50B63F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SemaphoreSlim_Wait_m29DC4B74F86F97ACA15A0454BDD03DFB78C84A12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SemaphoreSlim__ctor_mE9DFD50375754E2D73606021F0E4F103E946C50E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SendOrPostCallback_Invoke_m10442BF6A452A4408C3DDD1885D6809C4549C2AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Shared_1__ctor_mAFCC38C207B2F85CB2AE05C7C866B8169EAAE24A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparseArray_1_Add_mE48A7F17E902019686E15A72766DD0AB4CE80971_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparseArray_1_Remove_mEBA9CD59097C8D0C153E48328C21554B81E68414_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparseArray_1__ctor_m0B0CCA1B07E8D3958BD83EFE5CBC7C40A0A9131A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparseArray_1_get_Current_m3B12A0B7ED161127D23F62CC10EDCE7F8ED79051_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SpinLock_ContinueTryEnterWithThreadTracking_m115AC8DDC46B73F61AA2146B7119EEAD9DE630FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SpinLock_ContinueTryEnter_m13251D6EC7969659B3647FA12ECBFA28AFC30FDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SpinLock_ExitSlowPath_m670E522593C059F407052B50DB9B85A7F11BA737_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SpinLock_get_IsHeldByCurrentThread_m974126ABD4E71CBCF895BD3CE34BCD74F0F5A696_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SynchronizationContextAwaitTaskContinuation_PostAction_m68F52E5D2EDC6A0B77FBAA872D32E41B2A6DCA1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_GetResult_m77546DD82B46E6BAAAA79AB5F1BBCD2567E0F7F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskExceptionHolder_AddFaultException_mAED32CEEF853B1EECD7CDD5285BD8E1F079DF505_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskExceptionHolder_AppDomainUnloadCallback_mAC27C1E4D2719B110D952A915FCC2B763C0FDBAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskExceptionHolder_Finalize_mDB06081495D64A2708A09991B67929EDF79EF3FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskFactory_CheckCreationOptions_m03F3C7D571E26A63D8DF838F1F99C28429CB3370_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskFactory_CheckMultiTaskContinuationOptions_mB15FB0D6FD62C8A4AD85751B8605B57420B99640_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskFactory_CommonCWAnyLogic_m49CC1C06031409C5D34990993262A531609D9565_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskScheduler_TryRunInline_m9FBFA8F615D96CC9902CA2CBC3D51BCF7444E67B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_mAB7D38722C432C9FB07D4BE72C9B964D5476810A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_mD03679F7F51381E06FAE9159DA409D99DDB38955_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_GetAwaiter_mACFDCEB6FCFDFCFADAD84AB06A6DC16BAE77948E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_TrySetCanceled_mF517585BF4AC77744F212A6F236047C47E7CB45C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_TrySetResult_m8370C01E1E5614744D78DCC74E06F8FCAFDA11C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_TrySetResult_mAD80B9B3A23B94A6798C589669A06F1D25D46543_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_TrySetResult_mFC68BAD2AD67B63EF8E248E06F6C1819EF13A10E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1__ctor_m3A414F98FA833365D5DFA9DBBFD275B886CDFEAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1__ctor_m4008D170A16EFA60DD6E4D059D75FAAC9D57AD85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1__ctor_m7891CB01EB20826147070EA4906F804ACF5402E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1__ctor_mB6BFCB1A119B19A4AE30679E41E1F4EC47797EB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_AssignCancellationToken_m49B51C0263DAE4EF7573885594D1F99DF81C300F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_ContinueWith_m9B5987FB2709FB98AD32D3083DC203748C43D04B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_ContinueWith_m9CE1D5EA7825C598CB0B59D1DB296C684CBF2C76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_CreationOptionsFromContinuationOptions_m316B62774ED835AD3DB52803990E10A58CFF3B08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_Delay_mE765C93596171D57A356BCCCEFE49392CA925AFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_Dispose_m4DC74A584F1834D9BC586CAA5721CA9D23579ABF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_ExecutionContextCallback_mBF57BB299B4B1FC4E76F5394FDA527B0BD99A4B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromCancellation_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m1D2F3D8D751533AB2C2C6571998736C242E908CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromCancellation_m2106218A961C3950EA87A16189081D7DFB42B860_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromException_TisVoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40_mF0D5B2C3E0E9A2245559F271CB88AAA19ADCE0E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_InternalCancel_m745407E41B4B25AA01E7DBAD85A4857D1F7F520D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_InternalStartNew_mC0053D3F586953AC3989875B67F9D60947C68BEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_ScheduleAndStart_m7A3334C89BD4B47370D0A3CAE575EA54CCA01AEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_System_IAsyncResult_get_AsyncWaitHandle_mA71710AFB5344BE5442434E14095D5B3930859FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_TaskCancelCallback_m871E63C611277708EB9BCD3A584958CF427429CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_TaskConstructorCore_m6B54AFE9106C1C96AC2B4560FCD65796A8D5525C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_ThrowIfExceptional_m57A30F74DDD3039C2EB41FA235A897626CE23A37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_Wait_m937DA145B3571DD253A6FB99CBC824F0839FDA72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_WhenAny_mBC42BCB13C1F576DE6DAA08EB4F704D8176E674F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_WrappedTryRunInline_m6F79A792A8ADAAB725796FA1144A67AB82B0AF1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task__ctor_m0769EBAC32FC56E43AA3EA4697369AD1C68508CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadHelper_ThreadStart_Context_mE293651E7B7060DAC2F7FA75B354BF206DA774A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadHelper_ThreadStart_m21D0954583D43BCACDABE0E2ABB694FC4A0D43A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadHelper_ThreadStart_m8CB657ADE8F96ED7949120D441D40F2A23EECBD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadPoolTaskScheduler_LongRunningThreadWork_m961ED397785555AF2C24A4C8723246BA355CE21D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadPool_QueueUserWorkItemHelper_mD11DD16BA8A1C6C90FC15FB3E47F2C62F19669AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadPool_RegisterWaitForSingleObject_m0642BE341A35D9AB577E4611E254BCF7E5C35540_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThreadPool_RegisterWaitForSingleObject_m1FAE6A729D61DDDF3EE72AEB72D886184A8FA58E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread_AsyncLocalSetCurrentUICulture_m177360C4C12434E54532ECE808830E808D3AD24B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread_StartInternal_mA1F40AE1915B601089920427BCD391C814D624E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread_Start_m3D27E6E9735ED3B6BF2CD332B8D90E7E8CE21933_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread_ValidateThreadState_mEBF62A50922AE3BABE5C6603386D5370DEA385F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread__ctor_m10768310462BE1A521AB4BB70F483741C993ADFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Thread_set_CurrentUICulture_m5C7D7FFD0AFC295C9902BF237F0A214A70D637E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentNullException_m4A3AE1D7B45B9E589828B500895B18D7E6A2740E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentOutOfRangeException_m2C56CC1BC1245743344B9236D279FC9315896F51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowInvalidOperationException_m5FC21125115DA5A3A78175937F96B30333FF2454_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowNotSupportedException_mDE950AAFA2110B5EB15127AAD48E54ADF9C180FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowWrongValueTypeArgumentException_m81EB12FF3AB8403FBF5D9DC58BF6A4950EE76F5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan_Add_mC4C54D4AF8C34EF36288176B85FF2F488A7C5507_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan_CompareTo_mF5675C9DD2AA6D97C68CFAAE340B54EC4485564B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan_Interval_mC54779784D1D81AF3B63161397F31CF7ECDD7732_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan_Subtract_m9A5CA898BD0D57AE22E8E19548B8D635961A71C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan_TimeToTicks_m30D961C24084E95EA9FE0565B87FCFFE24DD3632_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpan__ctor_m310F37AF5F9F91433A98062BF6E4A248AA6C3DE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Timer_Change_m0D893D7C243B79E85CDD8E06F366F0744F6637D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Timer_Init_mF69134A3E2C8A2B79BA925BCF687B3DCBBF4AB65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_3__ctor_mEBEB26F33E2A9546F44BE417D96B1419B7F2EFE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_3_get_Item1_mB0C8437E786459C80B0F2CB57ADC3A643F6C4CE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_3_get_Item2_m64FB7459CA4971DEC4FBC22F9E3BD918557B9BCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_3_get_Item3_m4361144F0F8FBFA32334368B1C2EAFB8158461F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CDelayU3Eb__276_0_m5AB12E46C061368D100FF6C69F9D056E65A6AE2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CDelayU3Eb__276_1_m54F939B4DD3A17936C0D754419E2A01555DB8D6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRunU3Eb__2_0_m09230CC3C4A5FF796AD9270851A6F374D8FC23BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CThrowAsyncIfNecessaryU3Eb__17_0_m69AC8BB37F4FE03EC3C1D3F5D0275BDF209BE24B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__295_0_mDCF5EBEFFB333327107E40BF44507418FE7BBFDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__295_1_m44A2EA1ECE75C2BBF322DB9FC58C4D292B857963_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__295_2_mE59AFDA5091AFFCF6A8D7C9F147A2EB2534B4F3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__7_0_m8D4421278962DBF67E7164884D652DB516D390FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass178_0_U3CExecuteSelfReplicatingU3Eb__0_mAF07405204F1F6B3977A5E367931D33F38CAB548_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass3_0_U3CInvokeCallbackWhenTaskCompletesU3Eb__0_m4C9A107F12D2BC7B54398E44A44D45AB3F8B6D18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WaitHandle_InternalWaitOne_m14CF12240D30C25A6C34683080C5A0D982786303_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WaitHandle_ThrowAbandonedMutexException_m4AFC4FEDCA7C3EF6E1C04D4176ABA49CC728224C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WaitHandle_ThrowAbandonedMutexException_m69BB8B9A409789BDFA844B2A06303CCB3FD3A69C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WaitHandle_WaitAny_m1CA2DEBC40AB9BAF7ADDC0921B2AC332FA44AB1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WaitHandle_WaitAny_mB3F8C574D50E2EC2D056A731B86BC2284D1B85CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WaitHandle_WaitMultiple_mAE04CACC2ADB312E42B0DF0E09EAB1744B50441E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WaitHandle_WaitOne_m0E8BFEEF95DC452E7C5A17DCA57D24F38FF7C467_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WaitHandle_WaitOne_m3EF803DD3FF46D9BA6BA6C5D9B5FA1ED4463D11E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* AppDomainUnloadedException_t8DFC322660E43B2A11853B62BF43078F42496A35_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_0_0_0_var; IL2CPP_EXTERN_C const uint32_t AwaitTaskContinuation_CreateTask_m0C24724576818E738998F3EB48C8DAE22EBA2889_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AwaitTaskContinuation_ExecuteWorkItemHelper_mA2589872AE7C1BF8B648699E0FCC37B0CAE7C377_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AwaitTaskContinuation_GetInvokeActionCallback_m47BB05AEC35713EAAF5030364C1806E6344F9206_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AwaitTaskContinuation_GetInvokeActionCallback_m47BB05AEC35713EAAF5030364C1806E6344F9206mscorlib20_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AwaitTaskContinuation_InvokeAction_mFF8F08E40268B891A1D46F47C3C5C33E7122DA78_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AwaitTaskContinuation_RunCallback_m415919F8BE298801B6B7182632DC33FF6E795F1A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AwaitTaskContinuation_RunOrScheduleAction_mE8B713E233CB78D3973E7E3501DEE4935E553101_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AwaitTaskContinuation_Run_mFF38B07062EFB3E2CD42AAB929B2902BB1FFBBC2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AwaitTaskContinuation_ThrowAsyncIfNecessary_mD1B7B962FF8ED8EC2F105A42998347BDF99FED05_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AwaitTaskContinuation_UnsafeScheduleAction_m6FE5A227F1E782EC26CA755419E7CE146B43FF4B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AwaitTaskContinuation__ctor_m1EC0FA9E3D438D2F3BFEBFBA07FDAF27B4FACACF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AwaitTaskContinuation__ctor_mBEDA16F5D33081AF421A009449B3A1D2B0A0121A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AwaitTaskContinuation_get_IsValidLocationForInlining_m4C79B1B0B463CDA479B2C73B955746B397EC1DCF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CompleteOnInvokePromise_Invoke_mAA9922CF17CC5F9186EEE5672444AC40BA0ACC3A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CompleteOnInvokePromise__ctor_mFA5EA438CE61E8FDEB375E5CA2D7D5D1FFE0F175_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CompletionActionInvoker_ExecuteWorkItem_m709B36ADF0D0B53EAA2C170C22708BBE3F1F1054_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ContingentProperties_DeregisterCancellationCallback_mE1C7DC05011B37760179381194AA813E6646C900_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ContinuationTaskFromTask_InnerInvoke_m9C8AF549927D42595D76DE8817E9E1BA83295723_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ContinuationTaskFromTask__ctor_m7804EC000E1BA147597C861D81912A1A20EA35D9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DelayPromise_Complete_m0CE65AE222FFF596F849ACDF12710DA631C673AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DelayPromise__ctor_m3A76D411C11904928F0FF700384FFA1668669B15_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_get_PreAllocatedDefault_m67D699DE0503E4BC8FB524A9F46669087705FF8Emscorlib20_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PlatformHelper_get_ProcessorCount_mED31378FF99FA52193863291A42F4EA623F62E13_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t QueueSegment__ctor_m7E0672E1810C3887A90DB32CCDE0FC80752495C9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t QueueUserWorkItemCallback_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem_mD33E7C16157B06F9180AC65CB33208FE77F573F4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t QueueUserWorkItemCallback_WaitCallback_Context_m8E119CC8DFD394FB61F895C2D5B195114F339545_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t QueueUserWorkItemCallback__cctor_mF62512405AE8DD20A6B335EE91B327DF9DCA5881_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t QueueUserWorkItemCallback__ctor_mA8BAF438B3BC53CFA970E9728870D5B39A3B86A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ReaderWriterLock_AcquireWriterLock_m1B0A8F855064F90B0EC93633078E848F557DADBB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ReaderWriterLock_ReleaseWriterLock_mEF4B756CF56289B9368F32279F26E88E1DD3D8C6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ReaderWriterLock__ctor_m2AD92754C4944FB9FABE8E8E624D962EDE708CC1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ReaderWriterLock_get_IsReaderLockHeld_m32719A7224B1E06E953BC8C6D93C3298752BEE1F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RegisteredWaitHandle_DoCallBack_m992D8C91B698DB66A223D078AA88E8075E16D48A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RegisteredWaitHandle_Wait_m0F3673BDD8989B937D7EAF2DDCE685C158192A12_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RegisteredWaitHandle__ctor_m990C003E1FC4462F986D99BCE3A995F522203483_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Scheduler_Add_m669D8B05D43F207A8BE1AA1912154AB6F0E9EBEB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Scheduler_FindByDueTime_m2B255CEF6EC7B56CD41F4FD299E09CAAE062D5FB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Scheduler_SchedulerThread_m9D548ED1E24E29E6CB64A3C7F1FF42FA25054CF1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Scheduler_ShrinkIfNeeded_m1DDE9B9B4FECA8D16C922391413085ABCB2B60E4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Scheduler_TimerCB_m2EB04474CB0C68B572FDDDBC2641CE749CB3BFB1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Scheduler__cctor_mF399300AD4750C3FA6E8BFE5DDF32162B6F1AB9B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Scheduler__ctor_mA11657BA808AF374E216FDAAA472E18F00B84FEB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Scheduler_get_Instance_mAD166DADAB60F24F15A36BD49F67172084AA9B4C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Scheduler_get_Instance_mAD166DADAB60F24F15A36BD49F67172084AA9B4Cmscorlib20_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SemaphoreFullException__ctor_m22FC230D5266AB79667D894677719561ADBA8C86_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SemaphoreSlim_CancellationTokenCanceledEventHandler_mB383239D3DB7336602D104C7D17B70F5D2232389_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SemaphoreSlim_CheckDispose_m38F5F406FD2FB6F8B92CD861679A134B3281BF05_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SemaphoreSlim_CreateAndAddAsyncWaiter_m13BC2BA52183EBBF94F3859624D529E399B3739F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SemaphoreSlim_Dispose_mAB61FA568381ED3FA35B0ECBDF0A6333F44E5F56_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SemaphoreSlim_Release_mACD3818F05329681DBCCEB4D4DD90AD70D309B65_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SemaphoreSlim_WaitAsync_mBB764841A3D1B32B37C0F0C41B33DCDC5B50B63F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SemaphoreSlim_WaitUntilCountOrTimeoutAsync_mC2EA6C6E028868536441F09E695A97792ED29F22_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SemaphoreSlim_Wait_m29DC4B74F86F97ACA15A0454BDD03DFB78C84A12_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SemaphoreSlim__cctor_m34A79947854EAC06EB70565D789DA897965B13B1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SemaphoreSlim__ctor_mE9DFD50375754E2D73606021F0E4F103E946C50E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SetOnInvokeMres__ctor_m5687AFB1292311BE5361EDDC64D893359D4DA8BD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SpinLock_ContinueTryEnterWithThreadTracking_m115AC8DDC46B73F61AA2146B7119EEAD9DE630FD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SpinLock_ContinueTryEnter_m13251D6EC7969659B3647FA12ECBFA28AFC30FDF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SpinLock_ExitSlowPath_m670E522593C059F407052B50DB9B85A7F11BA737_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SpinLock__cctor_m061FF4918AE82B0DE9A396678161EDF04122D901_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SpinLock_get_IsHeldByCurrentThread_m974126ABD4E71CBCF895BD3CE34BCD74F0F5A696_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StandardTaskContinuation_Run_mDF1421C2D4608E18487009F2A9928A159D42F830_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StandardTaskContinuation__ctor_m7CB15782CC00DD5A95EB9B98D988BE433A26CD9D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SynchronizationContextAwaitTaskContinuation_GetPostActionCallback_m77660CC4D6299E3D4FEEADD1EEB2ED81479EF1E9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SynchronizationContextAwaitTaskContinuation_GetPostActionCallback_m77660CC4D6299E3D4FEEADD1EEB2ED81479EF1E9mscorlib20_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SynchronizationContextAwaitTaskContinuation_PostAction_m68F52E5D2EDC6A0B77FBAA872D32E41B2A6DCA1F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SynchronizationContextAwaitTaskContinuation_Run_m3E2592B93287CA4E8D046E9C453EC2A67A054772_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SynchronizationContextAwaitTaskContinuation__cctor_m4A9761B402D508BA618ADEE41E0E5F181BA72E2E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SynchronizationContext_CreateCopy_mFC7445A0920593D440425E56ABC4BB95FF46C14A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SynchronizationContext_GetThreadLocalContext_mCA00930F12DD26BDEC8CF3A3D6FF757F7CD5241B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SynchronizationContext_Post_m32C3C2D8969246D488EC81366F8C7B7BDE12EB53_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SynchronizationLockException__ctor_m3018B6BB8F978E665D569972CC5FABBF1563FA3D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskCanceledException__ctor_m050669D6A0AFCADF5E7EE761F1E32860C187D2D4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskCanceledException__ctor_m45DC90A53B1AF6B996D2B1BEA655A8D2C08C6AE7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskContinuation_InlineIfPossibleOrElseQueue_m7CCFD190C3F783A343C1103BF27BFE4D19C66FEF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskExceptionHolder_AddFaultException_mAED32CEEF853B1EECD7CDD5285BD8E1F079DF505_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskExceptionHolder_AppDomainUnloadCallback_mAC27C1E4D2719B110D952A915FCC2B763C0FDBAA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskExceptionHolder_CreateExceptionObject_m054A22256E85C2AF24F5E4253F1FD9ED7698D214_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskExceptionHolder_EnsureADUnloadCallbackRegistered_m9143F763B1A627B480F5E1B9993FF68DE28BD080_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskExceptionHolder_Finalize_mDB06081495D64A2708A09991B67929EDF79EF3FA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskExceptionHolder_GetExceptionDispatchInfos_m22C52A36D4F57DA10A82F4193B5DB26C2761C40E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskExceptionHolder_MarkAsHandled_mDF29FF00633189AAC6A4D341F14D7DC6E0250835_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskExceptionHolder_MarkAsUnhandled_mD22F977332D7F3EAE91FE0665BAEE1873B342301_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskExceptionHolder_SetCancellationException_m98201054DD08F08C9DABEDA502FFDC926412EB35_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskExceptionHolder__cctor_mC036402D0A2253FCC9204F39FEF446B74DD69CEE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskExceptionHolder__ctor_m9DFCF5C093112C5273718737871BB34B2677A842_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskFactory_CheckCreationOptions_m03F3C7D571E26A63D8DF838F1F99C28429CB3370_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskFactory_CheckMultiTaskContinuationOptions_mB15FB0D6FD62C8A4AD85751B8605B57420B99640_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskFactory_CommonCWAnyLogic_m49CC1C06031409C5D34990993262A531609D9565_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskFactory_StartNew_m6CDCE8D4C95E63EA03B6E61D9A4A972782AE9468_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskNode_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem_m2A1D7178C0607E8D486EAE95F78CAC52DA778E97_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskNode__ctor_m72EC4C4F9BA296764F5694BF5D41153341D32E0C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskSchedulerAwaitTaskContinuation_Run_m12898EF0B89FD0CA5D26DC91995257B334E937BA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskSchedulerException__ctor_m54DE71B0C4FFC10BE930F776BE82782F4384D469_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskSchedulerException__ctor_m63156F8498549786866AEA93F820A250BE5B691E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskSchedulerException__ctor_mFFF7423FCD3DFC4F8A6F7E6028AE6CB1D5865F63_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskScheduler_AddToActiveTaskSchedulers_m7BFCDD58D6FCD18D27017C309E8D683D642A7F06_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskScheduler_PublishUnobservedTaskException_mA2CFE30AA160C2A0FEDAB216CEF09B86AD16ECA4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskScheduler_TryRunInline_m9FBFA8F615D96CC9902CA2CBC3D51BCF7444E67B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskScheduler__cctor_m6A38803AE79B8830C4324685C554D545EB68C14E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskScheduler__ctor_mD337C4A20B49427C777B496030923E94CA7BC5EF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskScheduler_get_Current_m650D09DC411D00985B24BEF41984F4FDEE0D91D7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskScheduler_get_Default_mC3794A546EB0F4C6D0A11E72F8939EC364733C87_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskScheduler_get_Default_mC3794A546EB0F4C6D0A11E72F8939EC364733C87mscorlib20_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskScheduler_get_Id_mF6A6B32C47D838C93694AAD06998F85B61F71DA7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskScheduler_get_InternalCurrent_m792B2A13D81A8BD8A724321AFA4633B09FF1259C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskToApm_Begin_m42DFEB73E3BB1B51E0E8D115AFD215F9F2BF4175_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskToApm_End_m1BCAAEC9A8AED75C16537F0D568BE8AE8670FD1A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskToApm_InvokeCallbackWhenTaskCompletes_m46DC53C5C7C58E9F10B0EE7AE711C90A4B1CE494_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskWrapperAsyncResult_System_IAsyncResult_get_AsyncWaitHandle_m2F6AA2661CF059788F85AE7C1B3BB1E3E126200A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_AddCompletionAction_m0B91D1C446207F2632CFCFE45B499E98A6DD8580_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_AddException_mE85F41BF5164A62313993DB0EB1FDAF1B7A53D5E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_AddExceptionsFromChildren_mC22CD99033D0071A1CB17FD39752202CE3E31E26_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_AddTaskContinuationComplex_mA7A1D0E407A59EC369D7879BB76F406CF1B5E848_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_AddToActiveTasks_m840B00A5EE550016686305EDB927B9A7FE37C421_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_AssignCancellationToken_m49B51C0263DAE4EF7573885594D1F99DF81C300F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_CancellationCleanupLogic_m85636A9F2412CDC73F9CFC7CEB87A3C48ECF6BB2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_ContinueWithCore_mD177BCBA1127C701937530F6CE9BF4DC23AF692D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_ContinueWith_m9B5987FB2709FB98AD32D3083DC203748C43D04B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_ContinueWith_m9CE1D5EA7825C598CB0B59D1DB296C684CBF2C76_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_ContinueWith_mC71D3CE9DF20879884F2D08D363BA6E47EF87638_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_CopyExecutionContext_m8B27D58B28710B2B9CDA52970404E67039F0EE53_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_CreateReplicaTask_m7B9111C70A1BF8BA1270121EAF548859CFD48B17_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_CreationOptionsFromContinuationOptions_m316B62774ED835AD3DB52803990E10A58CFF3B08_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_Delay_mE765C93596171D57A356BCCCEFE49392CA925AFA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_Dispose_m3AA92D9D01DCD7403745E720B87C677D3A1AE7EA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_Dispose_m4DC74A584F1834D9BC586CAA5721CA9D23579ABF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_EnsureContingentPropertiesInitializedCore_mEBABC8AA0C0C53B08D71CC3233E7F9487A645709_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_ExecuteEntry_mA04E6FA3370CA2AB19B6AB209E44E993B14621F1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_ExecuteSelfReplicating_m04E29BA5B131FD16387C89CACB5B989BE675C1F4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_ExecuteWithThreadLocal_mFF23F3F9C0796B0EE2AC70CB51AD7D2A2867D733_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_Execute_mF91032F33896912C3A3CC6A568220EBC5D439CFF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_ExecutionContextCallback_mBF57BB299B4B1FC4E76F5394FDA527B0BD99A4B4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_FinishContinuations_m6BBB58CFA80FB99D16972B13ECC41B734475EFCD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_FinishStageTwo_mA282DAF0F6678A55ABBBC388218EE1936C93D487_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_Finish_m3CBED2C27D7A1E20A9D2A659D4DEA38FCC47DF8F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_FromCancellation_m2106218A961C3950EA87A16189081D7DFB42B860_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_FromException_m8D8A19D1CF4B424A3B48F49C7150496075038E54_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_GetExceptionDispatchInfos_m2658FC327172C934AF3149E49345FF3319E92AFB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_GetExceptions_m347C0AF20DE3E85C6F4CD4D7C6BE386C652D136C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_HandleException_m6B4C1844450535E0938234A9A696060C28A5F74C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_InnerInvoke_m6FFFFD064498002E4FA34012E770F1C71FCCF98A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_InternalCancel_m745407E41B4B25AA01E7DBAD85A4857D1F7F520D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_InternalCurrentIfAttached_mA6A2C11F69612C4A960BC1FC6BD4E4D181D26A3B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_InternalStartNew_mC0053D3F586953AC3989875B67F9D60947C68BEC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_InternalWait_m7F1436A365C066C8D9BDEB6740118206B0EFAD45_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_NewId_m2FA62609A08BE3C277416032922008B5F0870B7F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_PossiblyCaptureContext_m0DB8D1ADD84B044BEBC0A692E45577D2B7ADFDA8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_ProcessChildCompletion_mC85680C81FB2CC825B8525B112630786F41C3B3B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_RecordInternalCancellationRequest_m4FA35104DF2C193AC71BD6B1AD951684B9F5E8C3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_RemoveContinuation_m09A569E89BF4CCCF31646AB74A88BCDFC093DAE4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_RemoveFromActiveTasks_mEDE131DB4C29D967D6D717CAB002C6C02583BDF5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_Run_m201E4C04F97BCF541633AF913DF20C6FF7872E44_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_ScheduleAndStart_m7A3334C89BD4B47370D0A3CAE575EA54CCA01AEF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_SetContinuationForAwait_m61A00AF4A1112055BAC121B40C9B357B953EEB94_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_SpinThenBlockingWait_mBAB3ADF8D2F624A0DC70F6BE0D7C2B0E291E635F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_System_IAsyncResult_get_AsyncWaitHandle_mA71710AFB5344BE5442434E14095D5B3930859FB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_TaskCancelCallback_m871E63C611277708EB9BCD3A584958CF427429CF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_TaskConstructorCore_m6B54AFE9106C1C96AC2B4560FCD65796A8D5525C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_ThrowIfExceptional_m57A30F74DDD3039C2EB41FA235A897626CE23A37_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_UpdateExceptionObservedStatus_m1B934C758DC3C80A3B26410F4A246767EEEBE05A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_Wait_m937DA145B3571DD253A6FB99CBC824F0839FDA72_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_WhenAny_mBC42BCB13C1F576DE6DAA08EB4F704D8176E674F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_WrappedTryRunInline_m6F79A792A8ADAAB725796FA1144A67AB82B0AF1B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task__cctor_m7AFA29A4CA3EA811384CCCB500558E02711767B7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task__ctor_m0769EBAC32FC56E43AA3EA4697369AD1C68508CC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task__ctor_m61EE08D52F4C76A4D8E44B826F02724920D3425B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_get_CapturedContext_m0BF410316395E27B89095D1070AB0D0875B0AAF1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_get_CompletedEvent_mE8A47E33273E4C45D6D818F4308903D34C5683DD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_get_CompletedTask_mBB0764E7FDE04E900FFBE5B1BE6B815193681E86_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_get_CurrentStackGuard_m74FB437E43F89B8BDCB272A7257024F586421F11_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_get_Factory_m31F1298E08390A4AD46B85AB060F1FAD4CE12112_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_get_InternalCurrent_m6BD4F17F5DAF5AC20BD6051A854D0BD702025892_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_get_InternalCurrent_m6BD4F17F5DAF5AC20BD6051A854D0BD702025892mscorlib20_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadAbortException__ctor_m35D7B5B282C1E7366DDEA8AD89D8B78E30D76C8C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadHelper_ThreadStart_Context_mE293651E7B7060DAC2F7FA75B354BF206DA774A6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadHelper_ThreadStart_m21D0954583D43BCACDABE0E2ABB694FC4A0D43A3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadHelper_ThreadStart_m8CB657ADE8F96ED7949120D441D40F2A23EECBD2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadHelper__cctor_mCE60860371B3C99D4CF548A8B1B6F2B9E6542602_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadInterruptedException__ctor_m7D7CD66D20D7E9C12C3FD88B9DC0AF9F6EFB22A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolGlobals__cctor_mDE5EB5AAA8F84828FE2CBEEEE1301322CD263AA1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolTaskScheduler_LongRunningThreadWork_m961ED397785555AF2C24A4C8723246BA355CE21D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolTaskScheduler_QueueTask_mE9B3A295B7D2E31848AF3DECA7A89CC814F3F20A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolTaskScheduler__cctor_mC425D1140B5A638568A6350B38102E68BFFE263B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolTaskScheduler__ctor_mC0B9F37DBA25F766F01EE56C8460330C3708FF1D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolWorkQueueThreadLocals_CleanUp_m2557E74F088EB8EC68E1DAB43458EDAF62F30C04_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolWorkQueueThreadLocals__ctor_mD46EF22D8EE15E0585EAC6F9DBF3063D14526362_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolWorkQueue_Dequeue_mC9B6B85A78A962AC577C6474DBF53E2BCE238767_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolWorkQueue_Dispatch_mCDF7415E4C9D02B34761CAE8EA15CD33DDF85ADF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolWorkQueue_Enqueue_m0F5AAE9773892321562E794066DD4DBDF4DCA100_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolWorkQueue_EnsureCurrentThreadHasQueue_m554E036E163A749F37BEBCE4F6020E145779758A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolWorkQueue_EnsureThreadRequested_mEF1AA9C6BEB164BB3CCC05D39D92FDF531B4C39E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolWorkQueue_LocalFindAndPop_m9BE567E92E0DC532DFEE011D236A1159F63E6434_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolWorkQueue__cctor_m4B8371BEBC112C1C29BFF0AA32296B5BABE4CB6E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPoolWorkQueue__ctor_mDAE229D4F94CACC0E1FF97CBDC78F1034C0AF86D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPool_EnsureVMInitialized_mA21FAA8238E99EE2F8CDD7E638FEF5E11B5578D6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPool_NotifyWorkItemProgress_mD041D082A87EAE7A34E6AE21CB7AF8819422B40A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPool_QueueUserWorkItemHelper_mD11DD16BA8A1C6C90FC15FB3E47F2C62F19669AB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPool_RegisterWaitForSingleObject_m0642BE341A35D9AB577E4611E254BCF7E5C35540_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPool_RegisterWaitForSingleObject_m1FAE6A729D61DDDF3EE72AEB72D886184A8FA58E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPool_TryPopCustomWorkItem_mCECECEF31175E5AF82E059137F190C0088897A4A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadPool_UnsafeQueueCustomWorkItem_m6FAFD01CC75C06858788F29C2430A4CB85E13568_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThreadStateException__ctor_m45CB0F9C9BFBAE82CD65CB8AEDB9EE9C1A2027FA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_AsyncLocalSetCurrentUICulture_m177360C4C12434E54532ECE808830E808D3AD24B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_GetCurrentCultureNoAppX_mCD2B90A28EFEFFDB4B5855B71ADF1337C6E36843_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_GetCurrentUICultureNoAppX_m3443520354B118E074F79BF5D5BDBB5B6E31B5AB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_GetMutableExecutionContext_mD22CBCEAD2B95B779612C42D8B634B8B5163BA72_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_GetProcessDefaultStackSize_m876EFB49B410ED044DBFA47B7EE2D4F16D7731EC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_SetStartHelper_mA0ABB42BEDC02848CDF5378338F32B71493E5DD4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_StartInternal_mA1F40AE1915B601089920427BCD391C814D624E0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_Start_m3D27E6E9735ED3B6BF2CD332B8D90E7E8CE21933_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_Start_mFA3CA96DB8FDA3248DF49692ADE09BBD1B894830_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_ValidateThreadState_mEBF62A50922AE3BABE5C6603386D5370DEA385F3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread__ctor_m10768310462BE1A521AB4BB70F483741C993ADFD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_nativeInitCultureAccessors_m76BF4962BAD124E22369D6FD59DA0710C163701C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Thread_set_CurrentUICulture_m5C7D7FFD0AFC295C9902BF237F0A214A70D637E9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThrowHelper_CreateArgumentNullException_m73D3C5638F0A69939498020AA3AE650DAA0178FD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThrowHelper_GetArgumentName_m557024344066246E63A04D0B1A2DB0F6C6781D2C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThrowHelper_GetResourceName_m13FDAE58B6F545972524C1B952F26628A50ED48E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThrowHelper_ThrowArgumentNullException_m4A3AE1D7B45B9E589828B500895B18D7E6A2740E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThrowHelper_ThrowArgumentOutOfRangeException_m2C56CC1BC1245743344B9236D279FC9315896F51_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThrowHelper_ThrowInvalidOperationException_m5FC21125115DA5A3A78175937F96B30333FF2454_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThrowHelper_ThrowNotSupportedException_mDE950AAFA2110B5EB15127AAD48E54ADF9C180FC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ThrowHelper_ThrowWrongValueTypeArgumentException_m81EB12FF3AB8403FBF5D9DC58BF6A4950EE76F5F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_Add_mC4C54D4AF8C34EF36288176B85FF2F488A7C5507_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_CompareTo_mF5675C9DD2AA6D97C68CFAAE340B54EC4485564B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_Equals_m7CD315197413EB59DDBCF923AD564E0021E91A70_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_FromDays_m99DCC655C53C2898FF0C41D1DDFE17A749081DDB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_FromHours_m90C3C400E2561055C063148CF7B6D71EE5E52D5F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_FromMinutes_m3038BAC5BAB62262567D7BB3AE6DD845FC985BC2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_FromSeconds_mB18CB94089B3DA3B1B059BBE90367A9928AEE5CA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_GetLegacyFormatMode_m058C62B8FEB05BBD84A5437AEDF60DAF2444EBB8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_GetLegacyFormatMode_m058C62B8FEB05BBD84A5437AEDF60DAF2444EBB8mscorlib20_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_Interval_mC54779784D1D81AF3B63161397F31CF7ECDD7732_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_Parse_m0857A872999FE4A96AA7672A9BE488A137724080_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_Parse_m41A0AED5191D0636D1F06543FCF2DD70EC4B4B36_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_Subtract_m9A5CA898BD0D57AE22E8E19548B8D635961A71C0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_TimeToTicks_m30D961C24084E95EA9FE0565B87FCFFE24DD3632_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_ToString_m3D31EDB779332CA887A4CB9BD1CA781C59B79EA8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_ToString_m8931E09D0B73F3CF436C70E02D74E14F5479B9BF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_ToString_m9486CD30DB9A51A6AA51C2672FCB1DFEF074FC9F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan__cctor_m4277FE003AF4295BD502DDC59770B07A497C1CBE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan__ctor_m310F37AF5F9F91433A98062BF6E4A248AA6C3DE5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan__ctor_m44268277AFF84DEF6CA3442907CE8116A982FB87_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeSpan_get_LegacyMode_mB9C63B017249E99A978D2977C6172848EFBA30F8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimeType_ToString_m038596EE0936A7854ECC6E84EE9BF236B3DA2BA4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Timeout__cctor_m9C4BFE11D3494ED5DB59176974B66055093F26D9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimerComparer_Compare_mA323B05AE75107BF3D65BCFB43976A29155A4659_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Timer_Change_m0D893D7C243B79E85CDD8E06F366F0744F6637D6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Timer_Init_mF69134A3E2C8A2B79BA925BCF687B3DCBBF4AB65_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Timer__cctor_m0A46AD4FB7C3B912E23811F586FED0391767A2EF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CDelayU3Eb__276_0_m5AB12E46C061368D100FF6C69F9D056E65A6AE2C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CDelayU3Eb__276_1_m54F939B4DD3A17936C0D754419E2A01555DB8D6A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CRunU3Eb__2_0_m09230CC3C4A5FF796AD9270851A6F374D8FC23BE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CThrowAsyncIfNecessaryU3Eb__17_0_m69AC8BB37F4FE03EC3C1D3F5D0275BDF209BE24B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3C_cctorU3Eb__295_0_mDCF5EBEFFB333327107E40BF44507418FE7BBFDD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3C_cctorU3Eb__7_0_m8D4421278962DBF67E7164884D652DB516D390FD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass178_0_U3CExecuteSelfReplicatingU3Eb__0_mAF07405204F1F6B3977A5E367931D33F38CAB548_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_m14A2B19DAD1F9934C7714F31E34E70544869F269_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_m46015CEDA36D3948DEC9E120338956ECA01C907E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_mA9AE81453B216060FAC079D67A7B172C20D81EEA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_mD421A18D7B3D53CD889B2E9FB6B14A042E480477_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_MoveNext_m1982400CBDD4DB67FE38119302F2B707992C1EAA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_SetStateMachine_m7934D38F49845914EE79AC281B298D11AEFCBE32_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnobservedTaskExceptionEventArgs__ctor_mD866CEFA881E8B9F5C7FB00C62B3575E97BFEED3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandleCannotBeOpenedException__ctor_m7A3521D80FAFFDEE0AA1DAE1C9CE3D643AEA0C6D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_Close_m40287CC581A72F1CB4882656D4F91ADDCF5C5434_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_Dispose_m47D6F15A6D36EFBF147D238B794AE6436FD5159C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_Init_m63320FFB796EB59BF6217787185DD0B9BCE7C6FD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_InternalWaitOne_m14CF12240D30C25A6C34683080C5A0D982786303_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_ThrowAbandonedMutexException_m4AFC4FEDCA7C3EF6E1C04D4176ABA49CC728224C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_ThrowAbandonedMutexException_m69BB8B9A409789BDFA844B2A06303CCB3FD3A69C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_WaitAny_m1CA2DEBC40AB9BAF7ADDC0921B2AC332FA44AB1E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_WaitAny_mB3F8C574D50E2EC2D056A731B86BC2284D1B85CB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_WaitMultiple_mAE04CACC2ADB312E42B0DF0E09EAB1744B50441E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_WaitOneNative_mC25327F2B99DBB404B62FD48CFCBDB3244F82434_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_WaitOne_m0E8BFEEF95DC452E7C5A17DCA57D24F38FF7C467_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_WaitOne_m3EF803DD3FF46D9BA6BA6C5D9B5FA1ED4463D11E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_WaitOne_m6283DC18BCD374B579549B156DD30AAA74E64C89_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle__cctor_m007CFC1D3AC126BF18F2000C962A2C73EB73D671_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_get_SafeWaitHandle_m9BA6EA0D8DBD059147DE77EE1E36181EEB5A8AB1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_set_Handle_m174F142FBE3A6EBEF358B389AE825BF2569C2389_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_com_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_pinvoke_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WaitOrTimerCallback_BeginInvoke_m86C8EC9E231C1076272729D07B6331A3253150CF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WorkStealingQueue_LocalPush_mF4807971CDD7F6089AADF28173FEDDDFF4E96455_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WorkStealingQueue__ctor_m5A30B12A759E1174AB423856CECBF73B5A5FA91A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t _ThreadPoolWaitCallback_PerformWaitCallback_mD77C78004E606A2556E66C0D674100581F264C58_MetadataUsageId; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF; struct IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154; struct TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE; struct WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9; struct WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC; 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.AppContextSwitches struct AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D : public RuntimeObject { public: public: }; struct AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D_StaticFields { public: // System.Boolean System.AppContextSwitches::ThrowExceptionIfDisposedCancellationTokenSource bool ___ThrowExceptionIfDisposedCancellationTokenSource_0; // System.Boolean System.AppContextSwitches::NoAsyncCurrentCulture bool ___NoAsyncCurrentCulture_1; public: inline static int32_t get_offset_of_ThrowExceptionIfDisposedCancellationTokenSource_0() { return static_cast(offsetof(AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D_StaticFields, ___ThrowExceptionIfDisposedCancellationTokenSource_0)); } inline bool get_ThrowExceptionIfDisposedCancellationTokenSource_0() const { return ___ThrowExceptionIfDisposedCancellationTokenSource_0; } inline bool* get_address_of_ThrowExceptionIfDisposedCancellationTokenSource_0() { return &___ThrowExceptionIfDisposedCancellationTokenSource_0; } inline void set_ThrowExceptionIfDisposedCancellationTokenSource_0(bool value) { ___ThrowExceptionIfDisposedCancellationTokenSource_0 = value; } inline static int32_t get_offset_of_NoAsyncCurrentCulture_1() { return static_cast(offsetof(AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D_StaticFields, ___NoAsyncCurrentCulture_1)); } inline bool get_NoAsyncCurrentCulture_1() const { return ___NoAsyncCurrentCulture_1; } inline bool* get_address_of_NoAsyncCurrentCulture_1() { return &___NoAsyncCurrentCulture_1; } inline void set_NoAsyncCurrentCulture_1(bool value) { ___NoAsyncCurrentCulture_1 = value; } }; struct Il2CppArrayBounds; // System.Array // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t4E4624ADB0382647D3DDD5ABEA46B237F202D148* ___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_t7C4B7E5B90C7341BB00324E95C0FF0EDDD9D23FB * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tD508C2F8A039CFD77B270500C1C5D723B78FE10C * ___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_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F, ___entries_1)); } inline EntryU5BU5D_t4E4624ADB0382647D3DDD5ABEA46B237F202D148* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t4E4624ADB0382647D3DDD5ABEA46B237F202D148** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t4E4624ADB0382647D3DDD5ABEA46B237F202D148* 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_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F, ___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_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F, ___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_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F, ___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_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F, ___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_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F, ___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_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F, ___keys_7)); } inline KeyCollection_t7C4B7E5B90C7341BB00324E95C0FF0EDDD9D23FB * get_keys_7() const { return ___keys_7; } inline KeyCollection_t7C4B7E5B90C7341BB00324E95C0FF0EDDD9D23FB ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t7C4B7E5B90C7341BB00324E95C0FF0EDDD9D23FB * 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_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F, ___values_8)); } inline ValueCollection_tD508C2F8A039CFD77B270500C1C5D723B78FE10C * get_values_8() const { return ___values_8; } inline ValueCollection_tD508C2F8A039CFD77B270500C1C5D723B78FE10C ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tD508C2F8A039CFD77B270500C1C5D723B78FE10C * 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_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tCD04260AE1254C438132446F1E6892AB86D18743 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF* ____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_tCD04260AE1254C438132446F1E6892AB86D18743, ____items_1)); } inline ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF* get__items_1() const { return ____items_1; } inline ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF* 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_tCD04260AE1254C438132446F1E6892AB86D18743, ____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_tCD04260AE1254C438132446F1E6892AB86D18743, ____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_tCD04260AE1254C438132446F1E6892AB86D18743, ____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_tCD04260AE1254C438132446F1E6892AB86D18743_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tCD04260AE1254C438132446F1E6892AB86D18743_StaticFields, ____emptyArray_5)); } inline ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF* get__emptyArray_5() const { return ____emptyArray_5; } inline ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* ____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_tC62C1E1B0AD84992F0A374A5A4679609955E117E, ____items_1)); } inline TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* get__items_1() const { return ____items_1; } inline TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* 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_tC62C1E1B0AD84992F0A374A5A4679609955E117E, ____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_tC62C1E1B0AD84992F0A374A5A4679609955E117E, ____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_tC62C1E1B0AD84992F0A374A5A4679609955E117E, ____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_tC62C1E1B0AD84992F0A374A5A4679609955E117E_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E_StaticFields, ____emptyArray_5)); } inline TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* get__emptyArray_5() const { return ____emptyArray_5; } inline TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TimerU5BU5D_tD0E2F3FBF7687B24301E6EAC84AEC44386CB5F7A* ____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_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116, ____items_1)); } inline TimerU5BU5D_tD0E2F3FBF7687B24301E6EAC84AEC44386CB5F7A* get__items_1() const { return ____items_1; } inline TimerU5BU5D_tD0E2F3FBF7687B24301E6EAC84AEC44386CB5F7A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TimerU5BU5D_tD0E2F3FBF7687B24301E6EAC84AEC44386CB5F7A* 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_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116, ____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_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116, ____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_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116, ____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_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TimerU5BU5D_tD0E2F3FBF7687B24301E6EAC84AEC44386CB5F7A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116_StaticFields, ____emptyArray_5)); } inline TimerU5BU5D_tD0E2F3FBF7687B24301E6EAC84AEC44386CB5F7A* get__emptyArray_5() const { return ____emptyArray_5; } inline TimerU5BU5D_tD0E2F3FBF7687B24301E6EAC84AEC44386CB5F7A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TimerU5BU5D_tD0E2F3FBF7687B24301E6EAC84AEC44386CB5F7A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8, ___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); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1, ___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); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.SortedList struct SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E : public RuntimeObject { public: // System.Object[] System.Collections.SortedList::keys ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___keys_0; // System.Object[] System.Collections.SortedList::values ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values_1; // System.Int32 System.Collections.SortedList::_size int32_t ____size_2; // System.Int32 System.Collections.SortedList::version int32_t ___version_3; // System.Collections.IComparer System.Collections.SortedList::comparer RuntimeObject* ___comparer_4; // System.Collections.SortedList_KeyList System.Collections.SortedList::keyList KeyList_t3FD2386C1305D84BFBBD5BE5583CB239B98BA388 * ___keyList_5; // System.Collections.SortedList_ValueList System.Collections.SortedList::valueList ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * ___valueList_6; // System.Object System.Collections.SortedList::_syncRoot RuntimeObject * ____syncRoot_7; public: inline static int32_t get_offset_of_keys_0() { return static_cast(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___keys_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_keys_0() const { return ___keys_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_keys_0() { return &___keys_0; } inline void set_keys_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___keys_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_0), (void*)value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___values_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_values_1() const { return ___values_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_comparer_4() { return static_cast(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_4), (void*)value); } inline static int32_t get_offset_of_keyList_5() { return static_cast(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___keyList_5)); } inline KeyList_t3FD2386C1305D84BFBBD5BE5583CB239B98BA388 * get_keyList_5() const { return ___keyList_5; } inline KeyList_t3FD2386C1305D84BFBBD5BE5583CB239B98BA388 ** get_address_of_keyList_5() { return &___keyList_5; } inline void set_keyList_5(KeyList_t3FD2386C1305D84BFBBD5BE5583CB239B98BA388 * value) { ___keyList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyList_5), (void*)value); } inline static int32_t get_offset_of_valueList_6() { return static_cast(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___valueList_6)); } inline ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * get_valueList_6() const { return ___valueList_6; } inline ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE ** get_address_of_valueList_6() { return &___valueList_6; } inline void set_valueList_6(ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * value) { ___valueList_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueList_6), (void*)value); } inline static int32_t get_offset_of__syncRoot_7() { return static_cast(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ____syncRoot_7)); } inline RuntimeObject * get__syncRoot_7() const { return ____syncRoot_7; } inline RuntimeObject ** get_address_of__syncRoot_7() { return &____syncRoot_7; } inline void set__syncRoot_7(RuntimeObject * value) { ____syncRoot_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_7), (void*)value); } }; struct SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_StaticFields { public: // System.Object[] System.Collections.SortedList::emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_8; public: inline static int32_t get_offset_of_emptyArray_8() { return static_cast(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_StaticFields, ___emptyArray_8)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_8() const { return ___emptyArray_8; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_8() { return &___emptyArray_8; } inline void set_emptyArray_8(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___emptyArray_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_8), (void*)value); } }; // System.CompatibilitySwitches struct CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91 : public RuntimeObject { public: public: }; struct CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields { public: // System.Boolean System.CompatibilitySwitches::IsAppEarlierThanSilverlight4 bool ___IsAppEarlierThanSilverlight4_0; // System.Boolean System.CompatibilitySwitches::IsAppEarlierThanWindowsPhone8 bool ___IsAppEarlierThanWindowsPhone8_1; public: inline static int32_t get_offset_of_IsAppEarlierThanSilverlight4_0() { return static_cast(offsetof(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields, ___IsAppEarlierThanSilverlight4_0)); } inline bool get_IsAppEarlierThanSilverlight4_0() const { return ___IsAppEarlierThanSilverlight4_0; } inline bool* get_address_of_IsAppEarlierThanSilverlight4_0() { return &___IsAppEarlierThanSilverlight4_0; } inline void set_IsAppEarlierThanSilverlight4_0(bool value) { ___IsAppEarlierThanSilverlight4_0 = value; } inline static int32_t get_offset_of_IsAppEarlierThanWindowsPhone8_1() { return static_cast(offsetof(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields, ___IsAppEarlierThanWindowsPhone8_1)); } inline bool get_IsAppEarlierThanWindowsPhone8_1() const { return ___IsAppEarlierThanWindowsPhone8_1; } inline bool* get_address_of_IsAppEarlierThanWindowsPhone8_1() { return &___IsAppEarlierThanWindowsPhone8_1; } inline void set_IsAppEarlierThanWindowsPhone8_1(bool value) { ___IsAppEarlierThanWindowsPhone8_1 = value; } }; // System.EventArgs struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject { public: public: }; struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Random struct Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F : 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_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F, ___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_t18A28484F67EFA289C256F508A5C71D9E6DEE09F, ___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_t18A28484F67EFA289C256F508A5C71D9E6DEE09F, ___SeedArray_2)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C : public RuntimeObject { public: // System.Runtime.CompilerServices.Ephemeron[] System.Runtime.CompilerServices.ConditionalWeakTable`2::data EphemeronU5BU5D_t575534899E3EE9D8B85CAF11342BA22D164C7C10* ___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_t9E56EEB44502999EDAA6E212D522D7863829D95C, ___data_0)); } inline EphemeronU5BU5D_t575534899E3EE9D8B85CAF11342BA22D164C7C10* get_data_0() const { return ___data_0; } inline EphemeronU5BU5D_t575534899E3EE9D8B85CAF11342BA22D164C7C10** get_address_of_data_0() { return &___data_0; } inline void set_data_0(EphemeronU5BU5D_t575534899E3EE9D8B85CAF11342BA22D164C7C10* 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_t9E56EEB44502999EDAA6E212D522D7863829D95C, ____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_t9E56EEB44502999EDAA6E212D522D7863829D95C, ___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.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject { public: public: }; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A : 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_t0C54083F3909DAF986A4DEAA7C047559531E0E2A, ___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_t0C54083F3909DAF986A4DEAA7C047559531E0E2A, ___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.Runtime.Serialization.SerializationInfo struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * 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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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.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.Threading.AsyncLocal`1 struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A : public RuntimeObject { public: // System.Action`1> System.Threading.AsyncLocal`1::m_valueChangedHandler Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49 * ___m_valueChangedHandler_0; public: inline static int32_t get_offset_of_m_valueChangedHandler_0() { return static_cast(offsetof(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A, ___m_valueChangedHandler_0)); } inline Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49 * get_m_valueChangedHandler_0() const { return ___m_valueChangedHandler_0; } inline Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49 ** get_address_of_m_valueChangedHandler_0() { return &___m_valueChangedHandler_0; } inline void set_m_valueChangedHandler_0(Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49 * value) { ___m_valueChangedHandler_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_valueChangedHandler_0), (void*)value); } }; // System.Threading.LockQueue struct LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 : public RuntimeObject { public: // System.Threading.ReaderWriterLock System.Threading.LockQueue::rwlock ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * ___rwlock_0; // System.Int32 System.Threading.LockQueue::lockCount int32_t ___lockCount_1; public: inline static int32_t get_offset_of_rwlock_0() { return static_cast(offsetof(LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4, ___rwlock_0)); } inline ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * get_rwlock_0() const { return ___rwlock_0; } inline ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 ** get_address_of_rwlock_0() { return &___rwlock_0; } inline void set_rwlock_0(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * value) { ___rwlock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rwlock_0), (void*)value); } inline static int32_t get_offset_of_lockCount_1() { return static_cast(offsetof(LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4, ___lockCount_1)); } inline int32_t get_lockCount_1() const { return ___lockCount_1; } inline int32_t* get_address_of_lockCount_1() { return &___lockCount_1; } inline void set_lockCount_1(int32_t value) { ___lockCount_1 = value; } }; // System.Threading.QueueUserWorkItemCallback struct QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8 : public RuntimeObject { public: // System.Threading.WaitCallback System.Threading.QueueUserWorkItemCallback::callback WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___callback_0; // System.Threading.ExecutionContext System.Threading.QueueUserWorkItemCallback::context ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___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_t98440ACF9490D738440F631E378B52AD11EAE8C8, ___callback_0)); } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * get_callback_0() const { return ___callback_0; } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8, ___context_1)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_context_1() const { return ___context_1; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_context_1() { return &___context_1; } inline void set_context_1(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_1), (void*)value); } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8, ___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_t98440ACF9490D738440F631E378B52AD11EAE8C8_StaticFields { public: // System.Threading.ContextCallback System.Threading.QueueUserWorkItemCallback::ccb ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___ccb_3; public: inline static int32_t get_offset_of_ccb_3() { return static_cast(offsetof(QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8_StaticFields, ___ccb_3)); } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_ccb_3() const { return ___ccb_3; } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_ccb_3() { return &___ccb_3; } inline void set_ccb_3(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value) { ___ccb_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ccb_3), (void*)value); } }; // System.Threading.SpinLock_SystemThreading_SpinLockDebugView struct SystemThreading_SpinLockDebugView_t5DC1DA2B528EFDCA60DE845E3D216FA2786D8938 : public RuntimeObject { public: public: }; // System.Threading.SynchronizationContext struct SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 : public RuntimeObject { public: public: }; // System.Threading.Tasks.AsyncCausalityTracer struct AsyncCausalityTracer_t1C8FA8786C21E57DA333FBB9447599C6B2235FC8 : public RuntimeObject { public: public: }; // System.Threading.Tasks.AwaitTaskContinuation_<>c struct U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024 : public RuntimeObject { public: public: }; struct U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_StaticFields { public: // System.Threading.Tasks.AwaitTaskContinuation_<>c System.Threading.Tasks.AwaitTaskContinuation_<>c::<>9 U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024 * ___U3CU3E9_0; // System.Threading.WaitCallback System.Threading.Tasks.AwaitTaskContinuation_<>c::<>9__17_0 WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___U3CU3E9__17_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__17_0_1() { return static_cast(offsetof(U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_StaticFields, ___U3CU3E9__17_0_1)); } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * get_U3CU3E9__17_0_1() const { return ___U3CU3E9__17_0_1; } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC ** get_address_of_U3CU3E9__17_0_1() { return &___U3CU3E9__17_0_1; } inline void set_U3CU3E9__17_0_1(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * value) { ___U3CU3E9__17_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__17_0_1), (void*)value); } }; // System.Threading.Tasks.CompletionActionInvoker struct CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C : public RuntimeObject { public: // System.Threading.Tasks.ITaskCompletionAction System.Threading.Tasks.CompletionActionInvoker::m_action RuntimeObject* ___m_action_0; // System.Threading.Tasks.Task System.Threading.Tasks.CompletionActionInvoker::m_completingTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_completingTask_1; public: inline static int32_t get_offset_of_m_action_0() { return static_cast(offsetof(CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C, ___m_action_0)); } inline RuntimeObject* get_m_action_0() const { return ___m_action_0; } inline RuntimeObject** get_address_of_m_action_0() { return &___m_action_0; } inline void set_m_action_0(RuntimeObject* value) { ___m_action_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_0), (void*)value); } inline static int32_t get_offset_of_m_completingTask_1() { return static_cast(offsetof(CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C, ___m_completingTask_1)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_completingTask_1() const { return ___m_completingTask_1; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_completingTask_1() { return &___m_completingTask_1; } inline void set_m_completingTask_1(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___m_completingTask_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_completingTask_1), (void*)value); } }; // System.Threading.Tasks.StackGuard struct StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 : 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_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9, ___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.Threading.Tasks.SynchronizationContextAwaitTaskContinuation_<>c struct U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4 : public RuntimeObject { public: public: }; struct U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4_StaticFields { public: // System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation_<>c System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation_<>c::<>9 U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // System.Threading.Tasks.SystemThreadingTasks_TaskDebugView struct SystemThreadingTasks_TaskDebugView_t89502E48AE74124AD0E88BB0E47F05B5FF16FF03 : public RuntimeObject { public: public: }; // System.Threading.Tasks.Task_<>c struct U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 : public RuntimeObject { public: public: }; struct U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields { public: // System.Threading.Tasks.Task_<>c System.Threading.Tasks.Task_<>c::<>9 U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * ___U3CU3E9_0; // System.Action`1 System.Threading.Tasks.Task_<>c::<>9__276_0 Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___U3CU3E9__276_0_1; // System.Threading.TimerCallback System.Threading.Tasks.Task_<>c::<>9__276_1 TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___U3CU3E9__276_1_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__276_0_1() { return static_cast(offsetof(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields, ___U3CU3E9__276_0_1)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_U3CU3E9__276_0_1() const { return ___U3CU3E9__276_0_1; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_U3CU3E9__276_0_1() { return &___U3CU3E9__276_0_1; } inline void set_U3CU3E9__276_0_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___U3CU3E9__276_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__276_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__276_1_2() { return static_cast(offsetof(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields, ___U3CU3E9__276_1_2)); } inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * get_U3CU3E9__276_1_2() const { return ___U3CU3E9__276_1_2; } inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 ** get_address_of_U3CU3E9__276_1_2() { return &___U3CU3E9__276_1_2; } inline void set_U3CU3E9__276_1_2(TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * value) { ___U3CU3E9__276_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__276_1_2), (void*)value); } }; // System.Threading.Tasks.TaskContinuation struct TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 : public RuntimeObject { public: public: }; // System.Threading.Tasks.TaskScheduler_SystemThreadingTasks_TaskSchedulerDebugView struct SystemThreadingTasks_TaskSchedulerDebugView_t8F5F95CF99AF4467931D7235A3574ADAD41276CD : public RuntimeObject { public: public: }; // System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation_<>c struct U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439 : public RuntimeObject { public: public: }; struct U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439_StaticFields { public: // System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation_<>c System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation_<>c::<>9 U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439 * ___U3CU3E9_0; // System.Action`1 System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation_<>c::<>9__2_0 Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___U3CU3E9__2_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439 * 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_t596A8131DC5C38096B959F07E58C349AAAFE3439_StaticFields, ___U3CU3E9__2_0_1)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } }; // System.Threading.Tasks.TaskToApm struct TaskToApm_tF25594732C9CF1F3AB4F2D74381577956E6B271E : public RuntimeObject { public: public: }; // System.Threading.Tasks.TaskToApm_<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86 : public RuntimeObject { public: // System.AsyncCallback System.Threading.Tasks.TaskToApm_<>c__DisplayClass3_0::callback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback_0; // System.IAsyncResult System.Threading.Tasks.TaskToApm_<>c__DisplayClass3_0::asyncResult RuntimeObject* ___asyncResult_1; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86, ___callback_0)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_callback_0() const { return ___callback_0; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } inline static int32_t get_offset_of_asyncResult_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86, ___asyncResult_1)); } inline RuntimeObject* get_asyncResult_1() const { return ___asyncResult_1; } inline RuntimeObject** get_address_of_asyncResult_1() { return &___asyncResult_1; } inline void set_asyncResult_1(RuntimeObject* value) { ___asyncResult_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncResult_1), (void*)value); } }; // System.Threading.Tasks.TaskToApm_TaskWrapperAsyncResult struct TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE : public RuntimeObject { public: // System.Threading.Tasks.Task System.Threading.Tasks.TaskToApm_TaskWrapperAsyncResult::Task Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___Task_0; // System.Object System.Threading.Tasks.TaskToApm_TaskWrapperAsyncResult::m_state RuntimeObject * ___m_state_1; // System.Boolean System.Threading.Tasks.TaskToApm_TaskWrapperAsyncResult::m_completedSynchronously bool ___m_completedSynchronously_2; public: inline static int32_t get_offset_of_Task_0() { return static_cast(offsetof(TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE, ___Task_0)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_Task_0() const { return ___Task_0; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_Task_0() { return &___Task_0; } inline void set_Task_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___Task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Task_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE, ___m_state_1)); } inline RuntimeObject * get_m_state_1() const { return ___m_state_1; } inline RuntimeObject ** get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(RuntimeObject * value) { ___m_state_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_state_1), (void*)value); } inline static int32_t get_offset_of_m_completedSynchronously_2() { return static_cast(offsetof(TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE, ___m_completedSynchronously_2)); } inline bool get_m_completedSynchronously_2() const { return ___m_completedSynchronously_2; } inline bool* get_address_of_m_completedSynchronously_2() { return &___m_completedSynchronously_2; } inline void set_m_completedSynchronously_2(bool value) { ___m_completedSynchronously_2 = value; } }; // System.Threading.ThreadHelper struct ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 : 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_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ____executionContext_2; public: inline static int32_t get_offset_of__start_0() { return static_cast(offsetof(ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13, ____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_tA2931CFFC5988E4C327F9379104975BC53F1CC13, ____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_tA2931CFFC5988E4C327F9379104975BC53F1CC13, ____executionContext_2)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get__executionContext_2() const { return ____executionContext_2; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of__executionContext_2() { return &____executionContext_2; } inline void set__executionContext_2(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ____executionContext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____executionContext_2), (void*)value); } }; struct ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_StaticFields { public: // System.Threading.ContextCallback System.Threading.ThreadHelper::_ccb ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ____ccb_3; public: inline static int32_t get_offset_of__ccb_3() { return static_cast(offsetof(ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_StaticFields, ____ccb_3)); } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get__ccb_3() const { return ____ccb_3; } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of__ccb_3() { return &____ccb_3; } inline void set__ccb_3(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value) { ____ccb_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ccb_3), (void*)value); } }; // System.Threading.ThreadPool struct ThreadPool_tA1940F6FD1289A609CD56A807062A1045E69478E : public RuntimeObject { public: public: }; // System.Threading.ThreadPoolWorkQueue_SparseArray`1 struct SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB : public RuntimeObject { public: // T[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue_SparseArray`1::m_array WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9* ___m_array_0; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB, ___m_array_0)); } inline WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9* get_m_array_0() const { return ___m_array_0; } inline WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9* value) { ___m_array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_array_0), (void*)value); } }; // System.Threading.ThreadPoolWorkQueueThreadLocals struct ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B : public RuntimeObject { public: // System.Threading.ThreadPoolWorkQueue System.Threading.ThreadPoolWorkQueueThreadLocals::workQueue ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * ___workQueue_1; // System.Threading.ThreadPoolWorkQueue_WorkStealingQueue System.Threading.ThreadPoolWorkQueueThreadLocals::workStealingQueue WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * ___workStealingQueue_2; // System.Random System.Threading.ThreadPoolWorkQueueThreadLocals::random Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * ___random_3; public: inline static int32_t get_offset_of_workQueue_1() { return static_cast(offsetof(ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B, ___workQueue_1)); } inline ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * get_workQueue_1() const { return ___workQueue_1; } inline ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 ** get_address_of_workQueue_1() { return &___workQueue_1; } inline void set_workQueue_1(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * value) { ___workQueue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___workQueue_1), (void*)value); } inline static int32_t get_offset_of_workStealingQueue_2() { return static_cast(offsetof(ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B, ___workStealingQueue_2)); } inline WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * get_workStealingQueue_2() const { return ___workStealingQueue_2; } inline WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB ** get_address_of_workStealingQueue_2() { return &___workStealingQueue_2; } inline void set_workStealingQueue_2(WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * value) { ___workStealingQueue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___workStealingQueue_2), (void*)value); } inline static int32_t get_offset_of_random_3() { return static_cast(offsetof(ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B, ___random_3)); } inline Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * get_random_3() const { return ___random_3; } inline Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F ** get_address_of_random_3() { return &___random_3; } inline void set_random_3(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * value) { ___random_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_3), (void*)value); } }; struct ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_ThreadStaticFields { public: // System.Threading.ThreadPoolWorkQueueThreadLocals System.Threading.ThreadPoolWorkQueueThreadLocals::threadLocals ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * ___threadLocals_0; public: inline static int32_t get_offset_of_threadLocals_0() { return static_cast(offsetof(ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_ThreadStaticFields, ___threadLocals_0)); } inline ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * get_threadLocals_0() const { return ___threadLocals_0; } inline ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B ** get_address_of_threadLocals_0() { return &___threadLocals_0; } inline void set_threadLocals_0(ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * value) { ___threadLocals_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___threadLocals_0), (void*)value); } }; // System.Threading.TimeoutHelper struct TimeoutHelper_t030E3625FF417D3C8315B20910298ECA96E4CDA2 : public RuntimeObject { public: public: }; // System.Threading.Timer_Scheduler struct Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 : public RuntimeObject { public: // System.Collections.SortedList System.Threading.Timer_Scheduler::list SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___list_1; // System.Threading.ManualResetEvent System.Threading.Timer_Scheduler::changed ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___changed_2; public: inline static int32_t get_offset_of_list_1() { return static_cast(offsetof(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9, ___list_1)); } inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * get_list_1() const { return ___list_1; } inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E ** get_address_of_list_1() { return &___list_1; } inline void set_list_1(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * value) { ___list_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_1), (void*)value); } inline static int32_t get_offset_of_changed_2() { return static_cast(offsetof(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9, ___changed_2)); } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_changed_2() const { return ___changed_2; } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_changed_2() { return &___changed_2; } inline void set_changed_2(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value) { ___changed_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___changed_2), (void*)value); } }; struct Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9_StaticFields { public: // System.Threading.Timer_Scheduler System.Threading.Timer_Scheduler::instance Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9_StaticFields, ___instance_0)); } inline Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * get_instance_0() const { return ___instance_0; } inline Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_0), (void*)value); } }; // System.Threading.Timer_TimerComparer struct TimerComparer_tC987818CFADF2F3ECEB89C0BD510600DAD816015 : public RuntimeObject { public: public: }; // System.Threading.Volatile struct Volatile_tE96815F4BB2ADA7D8E4005AD52AC020C22856632 : public RuntimeObject { public: public: }; // System.Threading._ThreadPoolWaitCallback struct _ThreadPoolWaitCallback_t0EAB5D898EAAA9E2A32A89597F7230B8A0D92774 : public RuntimeObject { public: public: }; // System.ThrowHelper struct ThrowHelper_t8065E62B9F6294DE13A825C979597A9746B6771B : public RuntimeObject { public: public: }; // System.TimeType struct TimeType_t1E0366D2FDDE13B93F6DFD1A2FB8645B76E9DDA9 : 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_t1E0366D2FDDE13B93F6DFD1A2FB8645B76E9DDA9, ___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_t1E0366D2FDDE13B93F6DFD1A2FB8645B76E9DDA9, ___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_t1E0366D2FDDE13B93F6DFD1A2FB8645B76E9DDA9, ___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.Tuple`3 struct Tuple_3_tCA94A9157918EBC76337751E950A3BF20BBF71F9 : public RuntimeObject { public: // T1 System.Tuple`3::m_Item1 RuntimeObject * ___m_Item1_0; // T2 System.Tuple`3::m_Item2 RuntimeObject * ___m_Item2_1; // T3 System.Tuple`3::m_Item3 RuntimeObject * ___m_Item3_2; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast(offsetof(Tuple_3_tCA94A9157918EBC76337751E950A3BF20BBF71F9, ___m_Item1_0)); } inline RuntimeObject * get_m_Item1_0() const { return ___m_Item1_0; } inline RuntimeObject ** get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(RuntimeObject * value) { ___m_Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item1_0), (void*)value); } inline static int32_t get_offset_of_m_Item2_1() { return static_cast(offsetof(Tuple_3_tCA94A9157918EBC76337751E950A3BF20BBF71F9, ___m_Item2_1)); } inline RuntimeObject * get_m_Item2_1() const { return ___m_Item2_1; } inline RuntimeObject ** get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(RuntimeObject * value) { ___m_Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item2_1), (void*)value); } inline static int32_t get_offset_of_m_Item3_2() { return static_cast(offsetof(Tuple_3_tCA94A9157918EBC76337751E950A3BF20BBF71F9, ___m_Item3_2)); } inline RuntimeObject * get_m_Item3_2() const { return ___m_Item3_2; } inline RuntimeObject ** get_address_of_m_Item3_2() { return &___m_Item3_2; } inline void set_m_Item3_2(RuntimeObject * value) { ___m_Item3_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item3_2), (void*)value); } }; // System.Tuple`3 struct Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 : public RuntimeObject { public: // T1 System.Tuple`3::m_Item1 Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_Item1_0; // T2 System.Tuple`3::m_Item2 Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_Item2_1; // T3 System.Tuple`3::m_Item3 TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * ___m_Item3_2; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast(offsetof(Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6, ___m_Item1_0)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_Item1_0() const { return ___m_Item1_0; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___m_Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item1_0), (void*)value); } inline static int32_t get_offset_of_m_Item2_1() { return static_cast(offsetof(Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6, ___m_Item2_1)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_Item2_1() const { return ___m_Item2_1; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___m_Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item2_1), (void*)value); } inline static int32_t get_offset_of_m_Item3_2() { return static_cast(offsetof(Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6, ___m_Item3_2)); } inline TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * get_m_Item3_2() const { return ___m_Item3_2; } inline TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 ** get_address_of_m_Item3_2() { return &___m_Item3_2; } inline void set_m_Item3_2(TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * value) { ___m_Item3_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item3_2), (void*)value); } }; // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___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_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___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_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___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_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___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.Collections.Generic.List`1_Enumerator struct Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * ___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_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911, ___list_0)); } inline List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * get_list_0() const { return ___list_0; } inline List_1_tCD04260AE1254C438132446F1E6892AB86D18743 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911, ___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_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911, ___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_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911, ___current_3)); } inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * get_current_3() const { return ___current_3; } inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * ___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 Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718, ___list_0)); } inline List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * get_list_0() const { return ___list_0; } inline List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718, ___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_t09237C45B0676E896BFA29675719D3E7C5D7B718, ___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_t09237C45B0676E896BFA29675719D3E7C5D7B718, ___current_3)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_current_3() const { return ___current_3; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Double struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; // System.Int32 struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // 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; } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 { public: // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___m_defaultContextAction_1; public: inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast(offsetof(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01, ___m_stateMachine_0)); } inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; } inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; } inline void set_m_stateMachine_0(RuntimeObject* value) { ___m_stateMachine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value); } inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast(offsetof(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01, ___m_defaultContextAction_1)); } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; } inline void set_m_defaultContextAction_1(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value) { ___m_defaultContextAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 { public: // System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter::m_task Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874, ___m_task_0)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_task_0() const { return ___m_task_0; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_marshaled_pinvoke { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_marshaled_com { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_task Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065, ___m_task_0)); } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_task Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E, ___m_task_0)); } inline Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_task Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B, ___m_task_0)); } inline Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.TaskAwaiter struct TaskAwaiter_t0CDE8DBB564F0A0EA55FA6B3D43EEF96BC26252F { public: // System.Threading.Tasks.Task System.Runtime.CompilerServices.TaskAwaiter::m_task Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_0; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(TaskAwaiter_t0CDE8DBB564F0A0EA55FA6B3D43EEF96BC26252F, ___m_task_0)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_task_0() const { return ___m_task_0; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * 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_t0CDE8DBB564F0A0EA55FA6B3D43EEF96BC26252F_marshaled_pinvoke { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_0; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.TaskAwaiter struct TaskAwaiter_t0CDE8DBB564F0A0EA55FA6B3D43EEF96BC26252F_marshaled_com { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_0; }; // System.Runtime.CompilerServices.TaskAwaiter`1 struct TaskAwaiter_1_tFD52D9BC245E2C60016F2E6F4CC4A15361418090 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.TaskAwaiter`1::m_task Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * ___m_task_0; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(TaskAwaiter_1_tFD52D9BC245E2C60016F2E6F4CC4A15361418090, ___m_task_0)); } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } }; // System.Threading.AsyncLocalValueChangedArgs`1 struct AsyncLocalValueChangedArgs_1_tF4F345C6388CE435722A915F07BFF9F4667E6B3E { public: // T System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___U3CPreviousValueU3Ek__BackingField_0; // T System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___U3CCurrentValueU3Ek__BackingField_1; // System.Boolean System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField bool ___U3CThreadContextChangedU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPreviousValueU3Ek__BackingField_0() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_tF4F345C6388CE435722A915F07BFF9F4667E6B3E, ___U3CPreviousValueU3Ek__BackingField_0)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_U3CPreviousValueU3Ek__BackingField_0() const { return ___U3CPreviousValueU3Ek__BackingField_0; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_U3CPreviousValueU3Ek__BackingField_0() { return &___U3CPreviousValueU3Ek__BackingField_0; } inline void set_U3CPreviousValueU3Ek__BackingField_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___U3CPreviousValueU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPreviousValueU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CCurrentValueU3Ek__BackingField_1() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_tF4F345C6388CE435722A915F07BFF9F4667E6B3E, ___U3CCurrentValueU3Ek__BackingField_1)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_U3CCurrentValueU3Ek__BackingField_1() const { return ___U3CCurrentValueU3Ek__BackingField_1; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_U3CCurrentValueU3Ek__BackingField_1() { return &___U3CCurrentValueU3Ek__BackingField_1; } inline void set_U3CCurrentValueU3Ek__BackingField_1(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___U3CCurrentValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCurrentValueU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CThreadContextChangedU3Ek__BackingField_2() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_tF4F345C6388CE435722A915F07BFF9F4667E6B3E, ___U3CThreadContextChangedU3Ek__BackingField_2)); } inline bool get_U3CThreadContextChangedU3Ek__BackingField_2() const { return ___U3CThreadContextChangedU3Ek__BackingField_2; } inline bool* get_address_of_U3CThreadContextChangedU3Ek__BackingField_2() { return &___U3CThreadContextChangedU3Ek__BackingField_2; } inline void set_U3CThreadContextChangedU3Ek__BackingField_2(bool value) { ___U3CThreadContextChangedU3Ek__BackingField_2 = value; } }; // System.Threading.AsyncLocalValueChangedArgs`1 struct AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D { public: // T System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField RuntimeObject * ___U3CPreviousValueU3Ek__BackingField_0; // T System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField RuntimeObject * ___U3CCurrentValueU3Ek__BackingField_1; // System.Boolean System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField bool ___U3CThreadContextChangedU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPreviousValueU3Ek__BackingField_0() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D, ___U3CPreviousValueU3Ek__BackingField_0)); } inline RuntimeObject * get_U3CPreviousValueU3Ek__BackingField_0() const { return ___U3CPreviousValueU3Ek__BackingField_0; } inline RuntimeObject ** get_address_of_U3CPreviousValueU3Ek__BackingField_0() { return &___U3CPreviousValueU3Ek__BackingField_0; } inline void set_U3CPreviousValueU3Ek__BackingField_0(RuntimeObject * value) { ___U3CPreviousValueU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPreviousValueU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CCurrentValueU3Ek__BackingField_1() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D, ___U3CCurrentValueU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CCurrentValueU3Ek__BackingField_1() const { return ___U3CCurrentValueU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CCurrentValueU3Ek__BackingField_1() { return &___U3CCurrentValueU3Ek__BackingField_1; } inline void set_U3CCurrentValueU3Ek__BackingField_1(RuntimeObject * value) { ___U3CCurrentValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCurrentValueU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CThreadContextChangedU3Ek__BackingField_2() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D, ___U3CThreadContextChangedU3Ek__BackingField_2)); } inline bool get_U3CThreadContextChangedU3Ek__BackingField_2() const { return ___U3CThreadContextChangedU3Ek__BackingField_2; } inline bool* get_address_of_U3CThreadContextChangedU3Ek__BackingField_2() { return &___U3CThreadContextChangedU3Ek__BackingField_2; } inline void set_U3CThreadContextChangedU3Ek__BackingField_2(bool value) { ___U3CThreadContextChangedU3Ek__BackingField_2 = value; } }; // System.Threading.CancellationToken struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB, ___m_source_0)); } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_pinvoke { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_com { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0; }; // System.Threading.ExecutionContext_Reader struct Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B { public: // System.Threading.ExecutionContext System.Threading.ExecutionContext_Reader::m_ec ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_ec_0; public: inline static int32_t get_offset_of_m_ec_0() { return static_cast(offsetof(Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B, ___m_ec_0)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_ec_0() const { return ___m_ec_0; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_ec_0() { return &___m_ec_0; } inline void set_m_ec_0(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * 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_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_pinvoke { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_ec_0; }; // Native definition for COM marshalling of System.Threading.ExecutionContext/Reader struct Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_com { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_ec_0; }; // System.Threading.OSSpecificSynchronizationContext struct OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 : public SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 { public: // System.Object System.Threading.OSSpecificSynchronizationContext::m_OSSynchronizationContext RuntimeObject * ___m_OSSynchronizationContext_0; public: inline static int32_t get_offset_of_m_OSSynchronizationContext_0() { return static_cast(offsetof(OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31, ___m_OSSynchronizationContext_0)); } inline RuntimeObject * get_m_OSSynchronizationContext_0() const { return ___m_OSSynchronizationContext_0; } inline RuntimeObject ** get_address_of_m_OSSynchronizationContext_0() { return &___m_OSSynchronizationContext_0; } inline void set_m_OSSynchronizationContext_0(RuntimeObject * value) { ___m_OSSynchronizationContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OSSynchronizationContext_0), (void*)value); } }; struct OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31_StaticFields { public: // System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Threading.OSSpecificSynchronizationContext::s_ContextCache ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 * ___s_ContextCache_1; public: inline static int32_t get_offset_of_s_ContextCache_1() { return static_cast(offsetof(OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31_StaticFields, ___s_ContextCache_1)); } inline ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 * get_s_ContextCache_1() const { return ___s_ContextCache_1; } inline ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 ** get_address_of_s_ContextCache_1() { return &___s_ContextCache_1; } inline void set_s_ContextCache_1(ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 * value) { ___s_ContextCache_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ContextCache_1), (void*)value); } }; // System.Threading.ReaderWriterLock struct ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 { public: // System.Int32 System.Threading.ReaderWriterLock::seq_num int32_t ___seq_num_0; // System.Int32 System.Threading.ReaderWriterLock::state int32_t ___state_1; // System.Int32 System.Threading.ReaderWriterLock::readers int32_t ___readers_2; // System.Int32 System.Threading.ReaderWriterLock::writer_lock_owner int32_t ___writer_lock_owner_3; // System.Threading.LockQueue System.Threading.ReaderWriterLock::writer_queue LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * ___writer_queue_4; // System.Collections.Hashtable System.Threading.ReaderWriterLock::reader_locks Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___reader_locks_5; public: inline static int32_t get_offset_of_seq_num_0() { return static_cast(offsetof(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349, ___seq_num_0)); } inline int32_t get_seq_num_0() const { return ___seq_num_0; } inline int32_t* get_address_of_seq_num_0() { return &___seq_num_0; } inline void set_seq_num_0(int32_t value) { ___seq_num_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_readers_2() { return static_cast(offsetof(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349, ___readers_2)); } inline int32_t get_readers_2() const { return ___readers_2; } inline int32_t* get_address_of_readers_2() { return &___readers_2; } inline void set_readers_2(int32_t value) { ___readers_2 = value; } inline static int32_t get_offset_of_writer_lock_owner_3() { return static_cast(offsetof(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349, ___writer_lock_owner_3)); } inline int32_t get_writer_lock_owner_3() const { return ___writer_lock_owner_3; } inline int32_t* get_address_of_writer_lock_owner_3() { return &___writer_lock_owner_3; } inline void set_writer_lock_owner_3(int32_t value) { ___writer_lock_owner_3 = value; } inline static int32_t get_offset_of_writer_queue_4() { return static_cast(offsetof(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349, ___writer_queue_4)); } inline LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * get_writer_queue_4() const { return ___writer_queue_4; } inline LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 ** get_address_of_writer_queue_4() { return &___writer_queue_4; } inline void set_writer_queue_4(LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * value) { ___writer_queue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___writer_queue_4), (void*)value); } inline static int32_t get_offset_of_reader_locks_5() { return static_cast(offsetof(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349, ___reader_locks_5)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_reader_locks_5() const { return ___reader_locks_5; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_reader_locks_5() { return &___reader_locks_5; } inline void set_reader_locks_5(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___reader_locks_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_locks_5), (void*)value); } }; // System.Threading.SparselyPopulatedArrayAddInfo`1 struct SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE { public: // System.Threading.SparselyPopulatedArrayFragment`1 System.Threading.SparselyPopulatedArrayAddInfo`1::m_source SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * ___m_source_0; // System.Int32 System.Threading.SparselyPopulatedArrayAddInfo`1::m_index int32_t ___m_index_1; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE, ___m_source_0)); } inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * get_m_source_0() const { return ___m_source_0; } inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } inline static int32_t get_offset_of_m_index_1() { return static_cast(offsetof(SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE, ___m_index_1)); } inline int32_t get_m_index_1() const { return ___m_index_1; } inline int32_t* get_address_of_m_index_1() { return &___m_index_1; } inline void set_m_index_1(int32_t value) { ___m_index_1 = value; } }; // System.Threading.SpinWait struct SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 { public: // System.Int32 System.Threading.SpinWait::m_count int32_t ___m_count_0; public: inline static int32_t get_offset_of_m_count_0() { return static_cast(offsetof(SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9, ___m_count_0)); } inline int32_t get_m_count_0() const { return ___m_count_0; } inline int32_t* get_address_of_m_count_0() { return &___m_count_0; } inline void set_m_count_0(int32_t value) { ___m_count_0 = value; } }; // System.Threading.Tasks.AwaitTaskContinuation struct AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F : public TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 { public: // System.Threading.ExecutionContext System.Threading.Tasks.AwaitTaskContinuation::m_capturedContext ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_capturedContext_0; // System.Action System.Threading.Tasks.AwaitTaskContinuation::m_action Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___m_action_1; public: inline static int32_t get_offset_of_m_capturedContext_0() { return static_cast(offsetof(AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F, ___m_capturedContext_0)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_capturedContext_0() const { return ___m_capturedContext_0; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_capturedContext_0() { return &___m_capturedContext_0; } inline void set_m_capturedContext_0(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * 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_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F, ___m_action_1)); } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_m_action_1() const { return ___m_action_1; } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_m_action_1() { return &___m_action_1; } inline void set_m_action_1(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value) { ___m_action_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_1), (void*)value); } }; struct AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_StaticFields { public: // System.Threading.ContextCallback System.Threading.Tasks.AwaitTaskContinuation::s_invokeActionCallback ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_invokeActionCallback_2; public: inline static int32_t get_offset_of_s_invokeActionCallback_2() { return static_cast(offsetof(AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_StaticFields, ___s_invokeActionCallback_2)); } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_invokeActionCallback_2() const { return ___s_invokeActionCallback_2; } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_invokeActionCallback_2() { return &___s_invokeActionCallback_2; } inline void set_s_invokeActionCallback_2(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value) { ___s_invokeActionCallback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_invokeActionCallback_2), (void*)value); } }; // System.Threading.Tasks.UnobservedTaskExceptionEventArgs struct UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E { public: // System.AggregateException System.Threading.Tasks.UnobservedTaskExceptionEventArgs::m_exception AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * ___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_tFE11214527E226372281384AC73C2B792170A3B7, ___m_exception_1)); } inline AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * get_m_exception_1() const { return ___m_exception_1; } inline AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E ** get_address_of_m_exception_1() { return &___m_exception_1; } inline void set_m_exception_1(AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * 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_tFE11214527E226372281384AC73C2B792170A3B7, ___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.Threading.Tasks.VoidTaskResult struct VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 { public: union { struct { }; uint8_t VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40__padding[1]; }; public: }; // System.Threading.Thread struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 { public: // System.Threading.InternalThread System.Threading.Thread::internal_thread InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___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_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___internal_thread_6)); } inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * get_internal_thread_6() const { return ___internal_thread_6; } inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 ** get_address_of_internal_thread_6() { return &___internal_thread_6; } inline void set_internal_thread_6(InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * 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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContext_13)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; } inline void set_m_ExecutionContext_13(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * 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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields { public: // System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___s_LocalDataStoreMgr_0; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentCulture AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentCulture_4; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentUICulture AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentUICulture_5; public: inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_LocalDataStoreMgr_0)); } inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; } inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; } inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * 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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentCulture_4)); } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; } inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * 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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentUICulture_5)); } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; } inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value) { ___s_asyncLocalCurrentUICulture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value); } }; struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields { public: // System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ___s_LocalDataStore_1; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentCulture_2; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentUICulture_3; // System.Threading.Thread System.Threading.Thread::current_thread Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current_thread_11; public: inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___s_LocalDataStore_1)); } inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; } inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; } inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * 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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentCulture_2)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; } inline void set_m_CurrentCulture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentUICulture_3)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; } inline void set_m_CurrentUICulture_3(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___current_thread_11)); } inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get_current_thread_11() const { return ___current_thread_11; } inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ** get_address_of_current_thread_11() { return &___current_thread_11; } inline void set_current_thread_11(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value) { ___current_thread_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value); } }; // System.Threading.Timer struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.Threading.TimerCallback System.Threading.Timer::callback TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___callback_2; // System.Object System.Threading.Timer::state RuntimeObject * ___state_3; // System.Int64 System.Threading.Timer::due_time_ms int64_t ___due_time_ms_4; // System.Int64 System.Threading.Timer::period_ms int64_t ___period_ms_5; // System.Int64 System.Threading.Timer::next_run int64_t ___next_run_6; // System.Boolean System.Threading.Timer::disposed bool ___disposed_7; public: inline static int32_t get_offset_of_callback_2() { return static_cast(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___callback_2)); } inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * get_callback_2() const { return ___callback_2; } inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 ** get_address_of_callback_2() { return &___callback_2; } inline void set_callback_2(TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * value) { ___callback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_2), (void*)value); } inline static int32_t get_offset_of_state_3() { return static_cast(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___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_due_time_ms_4() { return static_cast(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___due_time_ms_4)); } inline int64_t get_due_time_ms_4() const { return ___due_time_ms_4; } inline int64_t* get_address_of_due_time_ms_4() { return &___due_time_ms_4; } inline void set_due_time_ms_4(int64_t value) { ___due_time_ms_4 = value; } inline static int32_t get_offset_of_period_ms_5() { return static_cast(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___period_ms_5)); } inline int64_t get_period_ms_5() const { return ___period_ms_5; } inline int64_t* get_address_of_period_ms_5() { return &___period_ms_5; } inline void set_period_ms_5(int64_t value) { ___period_ms_5 = value; } inline static int32_t get_offset_of_next_run_6() { return static_cast(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___next_run_6)); } inline int64_t get_next_run_6() const { return ___next_run_6; } inline int64_t* get_address_of_next_run_6() { return &___next_run_6; } inline void set_next_run_6(int64_t value) { ___next_run_6 = value; } inline static int32_t get_offset_of_disposed_7() { return static_cast(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___disposed_7)); } inline bool get_disposed_7() const { return ___disposed_7; } inline bool* get_address_of_disposed_7() { return &___disposed_7; } inline void set_disposed_7(bool value) { ___disposed_7 = value; } }; struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_StaticFields { public: // System.Threading.Timer_Scheduler System.Threading.Timer::scheduler Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * ___scheduler_1; public: inline static int32_t get_offset_of_scheduler_1() { return static_cast(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_StaticFields, ___scheduler_1)); } inline Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * get_scheduler_1() const { return ___scheduler_1; } inline Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 ** get_address_of_scheduler_1() { return &___scheduler_1; } inline void set_scheduler_1(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * value) { ___scheduler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___scheduler_1), (void*)value); } }; // System.UInt32 struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // 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.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; // System.AppDomain struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { 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_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * ___AssemblyLoad_11; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___AssemblyResolve_12; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___DomainUnload_13; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___ProcessExit_14; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___ResourceResolve_15; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___TypeResolve_16; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * ___UnhandledException_17; // System.EventHandler`1 System.AppDomain::FirstChanceException EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * ___FirstChanceException_18; // System.Object System.AppDomain::_domain_manager RuntimeObject * ____domain_manager_19; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___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_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___AssemblyLoad_11)); } inline AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * get_AssemblyLoad_11() const { return ___AssemblyLoad_11; } inline AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 ** get_address_of_AssemblyLoad_11() { return &___AssemblyLoad_11; } inline void set_AssemblyLoad_11(AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * value) { ___AssemblyLoad_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyLoad_11), (void*)value); } inline static int32_t get_offset_of_AssemblyResolve_12() { return static_cast(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___AssemblyResolve_12)); } inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_AssemblyResolve_12() const { return ___AssemblyResolve_12; } inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_AssemblyResolve_12() { return &___AssemblyResolve_12; } inline void set_AssemblyResolve_12(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value) { ___AssemblyResolve_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyResolve_12), (void*)value); } inline static int32_t get_offset_of_DomainUnload_13() { return static_cast(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___DomainUnload_13)); } inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_DomainUnload_13() const { return ___DomainUnload_13; } inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_DomainUnload_13() { return &___DomainUnload_13; } inline void set_DomainUnload_13(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value) { ___DomainUnload_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DomainUnload_13), (void*)value); } inline static int32_t get_offset_of_ProcessExit_14() { return static_cast(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ProcessExit_14)); } inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_ProcessExit_14() const { return ___ProcessExit_14; } inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_ProcessExit_14() { return &___ProcessExit_14; } inline void set_ProcessExit_14(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value) { ___ProcessExit_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProcessExit_14), (void*)value); } inline static int32_t get_offset_of_ResourceResolve_15() { return static_cast(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ResourceResolve_15)); } inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_ResourceResolve_15() const { return ___ResourceResolve_15; } inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_ResourceResolve_15() { return &___ResourceResolve_15; } inline void set_ResourceResolve_15(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value) { ___ResourceResolve_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResourceResolve_15), (void*)value); } inline static int32_t get_offset_of_TypeResolve_16() { return static_cast(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___TypeResolve_16)); } inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_TypeResolve_16() const { return ___TypeResolve_16; } inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_TypeResolve_16() { return &___TypeResolve_16; } inline void set_TypeResolve_16(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value) { ___TypeResolve_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeResolve_16), (void*)value); } inline static int32_t get_offset_of_UnhandledException_17() { return static_cast(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___UnhandledException_17)); } inline UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * get_UnhandledException_17() const { return ___UnhandledException_17; } inline UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE ** get_address_of_UnhandledException_17() { return &___UnhandledException_17; } inline void set_UnhandledException_17(UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * value) { ___UnhandledException_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnhandledException_17), (void*)value); } inline static int32_t get_offset_of_FirstChanceException_18() { return static_cast(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___FirstChanceException_18)); } inline EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * get_FirstChanceException_18() const { return ___FirstChanceException_18; } inline EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF ** get_address_of_FirstChanceException_18() { return &___FirstChanceException_18; } inline void set_FirstChanceException_18(EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * 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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ReflectionOnlyAssemblyResolve_20)); } inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_ReflectionOnlyAssemblyResolve_20() const { return ___ReflectionOnlyAssemblyResolve_20; } inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_ReflectionOnlyAssemblyResolve_20() { return &___ReflectionOnlyAssemblyResolve_20; } inline void set_ReflectionOnlyAssemblyResolve_20(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value) { ___ReflectionOnlyAssemblyResolve_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReflectionOnlyAssemblyResolve_20), (void*)value); } inline static int32_t get_offset_of__activation_21() { return static_cast(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___compatibility_switch_23)); } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_compatibility_switch_23() const { return ___compatibility_switch_23; } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_compatibility_switch_23() { return &___compatibility_switch_23; } inline void set_compatibility_switch_23(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value) { ___compatibility_switch_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___compatibility_switch_23), (void*)value); } }; struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields, ___default_domain_10)); } inline AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_domain_10), (void*)value); } }; struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields { public: // System.Collections.Generic.Dictionary`2 System.AppDomain::type_resolve_in_progress Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___type_resolve_in_progress_3; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___assembly_resolve_in_progress_4; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress_refonly Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * 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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * 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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** 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_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * 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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_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_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_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_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23; }; // Native definition for COM marshalling of System.AppDomain struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_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_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23; }; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject { public: // System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_0; // System.Int32 System.Collections.Hashtable::count int32_t ___count_1; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_2; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_3; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_4; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_5; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_6; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_7; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_8; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_9; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_10; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_0)); } inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_0() const { return ___buckets_0; } inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_occupancy_2() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_2)); } inline int32_t get_occupancy_2() const { return ___occupancy_2; } inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; } inline void set_occupancy_2(int32_t value) { ___occupancy_2 = value; } inline static int32_t get_offset_of_loadsize_3() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_3)); } inline int32_t get_loadsize_3() const { return ___loadsize_3; } inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; } inline void set_loadsize_3(int32_t value) { ___loadsize_3 = value; } inline static int32_t get_offset_of_loadFactor_4() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_4)); } inline float get_loadFactor_4() const { return ___loadFactor_4; } inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; } inline void set_loadFactor_4(float value) { ___loadFactor_4 = value; } inline static int32_t get_offset_of_version_5() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_5)); } inline int32_t get_version_5() const { return ___version_5; } inline int32_t* get_address_of_version_5() { return &___version_5; } inline void set_version_5(int32_t value) { ___version_5 = value; } inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_6)); } inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; } inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; } inline void set_isWriterInProgress_6(bool value) { ___isWriterInProgress_6 = value; } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_7)); } inline RuntimeObject* get_keys_7() const { return ___keys_7; } inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(RuntimeObject* value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_8)); } inline RuntimeObject* get_values_8() const { return ___values_8; } inline RuntimeObject** get_address_of_values_8() { return &___values_8; } inline void set_values_8(RuntimeObject* value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__keycomparer_9() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_9)); } inline RuntimeObject* get__keycomparer_9() const { return ____keycomparer_9; } inline RuntimeObject** get_address_of__keycomparer_9() { return &____keycomparer_9; } inline void set__keycomparer_9(RuntimeObject* value) { ____keycomparer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_9), (void*)value); } inline static int32_t get_offset_of__syncRoot_10() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_10)); } inline RuntimeObject * get__syncRoot_10() const { return ____syncRoot_10; } inline RuntimeObject ** get_address_of__syncRoot_10() { return &____syncRoot_10; } inline void set__syncRoot_10(RuntimeObject * value) { ____syncRoot_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_10), (void*)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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(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_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((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_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((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_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Exception_ExceptionMessageKind struct ExceptionMessageKind_t5151BECAA7C450ADA0DDF5BB98A51E7042166AB7 { 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_t5151BECAA7C450ADA0DDF5BB98A51E7042166AB7, ___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.ExceptionArgument struct ExceptionArgument_tE4C1E083DC891ECF9688A8A0C62D7F7841057B14 { 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_tE4C1E083DC891ECF9688A8A0C62D7F7841057B14, ___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_t897ACCB868BF3CAAC00AB0C00D57D7A2B6C7586A { 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_t897ACCB868BF3CAAC00AB0C00D57D7A2B6C7586A, ___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.Reflection.BindingFlags struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE, ___m_task_2)); } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable struct ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::m_configuredTaskAwaiter ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable struct ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9_marshaled_pinvoke { ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_marshaled_pinvoke ___m_configuredTaskAwaiter_0; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable struct ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9_marshaled_com { ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_marshaled_com ___m_configuredTaskAwaiter_0; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_t1BE33447D45233CB970D730E5238A5ACDDBF1B82 { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_1_t1BE33447D45233CB970D730E5238A5ACDDBF1B82, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_tA36F8230F9392F8C09FD6FDBAEA3F1A41388CCA8 { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_1_tA36F8230F9392F8C09FD6FDBAEA3F1A41388CCA8, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_t8D34CA760D27E56CAF3F3A7F84C667D30575CEC8 { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_1_t8D34CA760D27E56CAF3F3A7F84C667D30575CEC8, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 { public: // System.IntPtr System.Runtime.InteropServices.SafeHandle::handle intptr_t ___handle_0; // System.Int32 System.Runtime.InteropServices.SafeHandle::_state int32_t ____state_1; // System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle bool ____ownsHandle_2; // System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized bool ____fullyInitialized_3; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } inline static int32_t get_offset_of__state_1() { return static_cast(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____state_1)); } inline int32_t get__state_1() const { return ____state_1; } inline int32_t* get_address_of__state_1() { return &____state_1; } inline void set__state_1(int32_t value) { ____state_1 = value; } inline static int32_t get_offset_of__ownsHandle_2() { return static_cast(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____ownsHandle_2)); } inline bool get__ownsHandle_2() const { return ____ownsHandle_2; } inline bool* get_address_of__ownsHandle_2() { return &____ownsHandle_2; } inline void set__ownsHandle_2(bool value) { ____ownsHandle_2 = value; } inline static int32_t get_offset_of__fullyInitialized_3() { return static_cast(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____fullyInitialized_3)); } inline bool get__fullyInitialized_3() const { return ____fullyInitialized_3; } inline bool* get_address_of__fullyInitialized_3() { return &____fullyInitialized_3; } inline void set__fullyInitialized_3(bool value) { ____fullyInitialized_3 = value; } }; // System.Runtime.Remoting.Contexts.Context struct Context_tE86AB6B3D9759C8E715184808579EFE761683724 : 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_t2E9E934268E3583A1050C7A03B1647E77B57672D * ___context_properties_8; // System.LocalDataStoreHolder modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Remoting.Contexts.Context::_localDataStore LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ____localDataStore_10; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::context_dynamic_properties DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * ___context_dynamic_properties_13; // System.Runtime.Remoting.Contexts.ContextCallbackObject System.Runtime.Remoting.Contexts.Context::callback_object ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0 * ___callback_object_14; public: inline static int32_t get_offset_of_domain_id_0() { return static_cast(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724, ___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_tE86AB6B3D9759C8E715184808579EFE761683724, ___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_tE86AB6B3D9759C8E715184808579EFE761683724, ___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_tE86AB6B3D9759C8E715184808579EFE761683724, ___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_tE86AB6B3D9759C8E715184808579EFE761683724, ___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_tE86AB6B3D9759C8E715184808579EFE761683724, ___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_tE86AB6B3D9759C8E715184808579EFE761683724, ___context_properties_8)); } inline List_1_t2E9E934268E3583A1050C7A03B1647E77B57672D * get_context_properties_8() const { return ___context_properties_8; } inline List_1_t2E9E934268E3583A1050C7A03B1647E77B57672D ** get_address_of_context_properties_8() { return &___context_properties_8; } inline void set_context_properties_8(List_1_t2E9E934268E3583A1050C7A03B1647E77B57672D * 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_tE86AB6B3D9759C8E715184808579EFE761683724, ____localDataStore_10)); } inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * get__localDataStore_10() const { return ____localDataStore_10; } inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 ** get_address_of__localDataStore_10() { return &____localDataStore_10; } inline void set__localDataStore_10(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * 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_tE86AB6B3D9759C8E715184808579EFE761683724, ___context_dynamic_properties_13)); } inline DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * get_context_dynamic_properties_13() const { return ___context_dynamic_properties_13; } inline DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C ** get_address_of_context_dynamic_properties_13() { return &___context_dynamic_properties_13; } inline void set_context_dynamic_properties_13(DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * 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_tE86AB6B3D9759C8E715184808579EFE761683724, ___callback_object_14)); } inline ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0 * get_callback_object_14() const { return ___callback_object_14; } inline ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0 ** get_address_of_callback_object_14() { return &___callback_object_14; } inline void set_callback_object_14(ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0 * value) { ___callback_object_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_object_14), (void*)value); } }; struct Context_tE86AB6B3D9759C8E715184808579EFE761683724_StaticFields { public: // System.Object[] System.Runtime.Remoting.Contexts.Context::local_slots ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___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_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ____localDataStoreMgr_11; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::global_dynamic_properties DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * ___global_dynamic_properties_12; public: inline static int32_t get_offset_of_local_slots_4() { return static_cast(offsetof(Context_tE86AB6B3D9759C8E715184808579EFE761683724_StaticFields, ___local_slots_4)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_local_slots_4() const { return ___local_slots_4; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_local_slots_4() { return &___local_slots_4; } inline void set_local_slots_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_tE86AB6B3D9759C8E715184808579EFE761683724_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_tE86AB6B3D9759C8E715184808579EFE761683724_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_tE86AB6B3D9759C8E715184808579EFE761683724_StaticFields, ____localDataStoreMgr_11)); } inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get__localDataStoreMgr_11() const { return ____localDataStoreMgr_11; } inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of__localDataStoreMgr_11() { return &____localDataStoreMgr_11; } inline void set__localDataStoreMgr_11(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * 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_tE86AB6B3D9759C8E715184808579EFE761683724_StaticFields, ___global_dynamic_properties_12)); } inline DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * get_global_dynamic_properties_12() const { return ___global_dynamic_properties_12; } inline DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C ** get_address_of_global_dynamic_properties_12() { return &___global_dynamic_properties_12; } inline void set_global_dynamic_properties_12(DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * 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_tE86AB6B3D9759C8E715184808579EFE761683724_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_t2E9E934268E3583A1050C7A03B1647E77B57672D * ___context_properties_8; LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ____localDataStore_10; DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * ___context_dynamic_properties_13; ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0 * ___callback_object_14; }; // Native definition for COM marshalling of System.Runtime.Remoting.Contexts.Context struct Context_tE86AB6B3D9759C8E715184808579EFE761683724_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_t2E9E934268E3583A1050C7A03B1647E77B57672D * ___context_properties_8; LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ____localDataStore_10; DynamicPropertyCollection_t53C262686576B02C86B55F8CAA16068AF33DC75C * ___context_dynamic_properties_13; ContextCallbackObject_tA6E21305C9B16E0973DE8B607765D7E41632A4B0 * ___callback_object_14; }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Threading.CancellationTokenRegistration struct CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 { public: // System.Threading.CancellationCallbackInfo System.Threading.CancellationTokenRegistration::m_callbackInfo CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___m_callbackInfo_0; // System.Threading.SparselyPopulatedArrayAddInfo`1 System.Threading.CancellationTokenRegistration::m_registrationInfo SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE ___m_registrationInfo_1; public: inline static int32_t get_offset_of_m_callbackInfo_0() { return static_cast(offsetof(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2, ___m_callbackInfo_0)); } inline CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * get_m_callbackInfo_0() const { return ___m_callbackInfo_0; } inline CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 ** get_address_of_m_callbackInfo_0() { return &___m_callbackInfo_0; } inline void set_m_callbackInfo_0(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * value) { ___m_callbackInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_callbackInfo_0), (void*)value); } inline static int32_t get_offset_of_m_registrationInfo_1() { return static_cast(offsetof(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2, ___m_registrationInfo_1)); } inline SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE get_m_registrationInfo_1() const { return ___m_registrationInfo_1; } inline SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE * get_address_of_m_registrationInfo_1() { return &___m_registrationInfo_1; } inline void set_m_registrationInfo_1(SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE value) { ___m_registrationInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_registrationInfo_1))->___m_source_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationTokenRegistration struct CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshaled_pinvoke { CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___m_callbackInfo_0; SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE ___m_registrationInfo_1; }; // Native definition for COM marshalling of System.Threading.CancellationTokenRegistration struct CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshaled_com { CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___m_callbackInfo_0; SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE ___m_registrationInfo_1; }; // System.Threading.CancellationTokenSource struct CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE : public RuntimeObject { public: // System.Threading.ManualResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::m_kernelEvent ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_kernelEvent_3; // System.Threading.SparselyPopulatedArray`1[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::m_registeredCallbacksLists SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* ___m_registeredCallbacksLists_4; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::m_state int32_t ___m_state_5; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::m_threadIDExecutingCallbacks int32_t ___m_threadIDExecutingCallbacks_6; // System.Boolean System.Threading.CancellationTokenSource::m_disposed bool ___m_disposed_7; // System.Threading.CancellationTokenRegistration[] System.Threading.CancellationTokenSource::m_linkingRegistrations CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B* ___m_linkingRegistrations_8; // System.Threading.CancellationCallbackInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::m_executingCallback CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___m_executingCallback_10; // System.Threading.Timer modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::m_timer Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___m_timer_11; public: inline static int32_t get_offset_of_m_kernelEvent_3() { return static_cast(offsetof(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE, ___m_kernelEvent_3)); } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_m_kernelEvent_3() const { return ___m_kernelEvent_3; } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_m_kernelEvent_3() { return &___m_kernelEvent_3; } inline void set_m_kernelEvent_3(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value) { ___m_kernelEvent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_kernelEvent_3), (void*)value); } inline static int32_t get_offset_of_m_registeredCallbacksLists_4() { return static_cast(offsetof(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE, ___m_registeredCallbacksLists_4)); } inline SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* get_m_registeredCallbacksLists_4() const { return ___m_registeredCallbacksLists_4; } inline SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813** get_address_of_m_registeredCallbacksLists_4() { return &___m_registeredCallbacksLists_4; } inline void set_m_registeredCallbacksLists_4(SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* value) { ___m_registeredCallbacksLists_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_registeredCallbacksLists_4), (void*)value); } inline static int32_t get_offset_of_m_state_5() { return static_cast(offsetof(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE, ___m_state_5)); } inline int32_t get_m_state_5() const { return ___m_state_5; } inline int32_t* get_address_of_m_state_5() { return &___m_state_5; } inline void set_m_state_5(int32_t value) { ___m_state_5 = value; } inline static int32_t get_offset_of_m_threadIDExecutingCallbacks_6() { return static_cast(offsetof(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE, ___m_threadIDExecutingCallbacks_6)); } inline int32_t get_m_threadIDExecutingCallbacks_6() const { return ___m_threadIDExecutingCallbacks_6; } inline int32_t* get_address_of_m_threadIDExecutingCallbacks_6() { return &___m_threadIDExecutingCallbacks_6; } inline void set_m_threadIDExecutingCallbacks_6(int32_t value) { ___m_threadIDExecutingCallbacks_6 = value; } inline static int32_t get_offset_of_m_disposed_7() { return static_cast(offsetof(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE, ___m_disposed_7)); } inline bool get_m_disposed_7() const { return ___m_disposed_7; } inline bool* get_address_of_m_disposed_7() { return &___m_disposed_7; } inline void set_m_disposed_7(bool value) { ___m_disposed_7 = value; } inline static int32_t get_offset_of_m_linkingRegistrations_8() { return static_cast(offsetof(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE, ___m_linkingRegistrations_8)); } inline CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B* get_m_linkingRegistrations_8() const { return ___m_linkingRegistrations_8; } inline CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B** get_address_of_m_linkingRegistrations_8() { return &___m_linkingRegistrations_8; } inline void set_m_linkingRegistrations_8(CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B* value) { ___m_linkingRegistrations_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_linkingRegistrations_8), (void*)value); } inline static int32_t get_offset_of_m_executingCallback_10() { return static_cast(offsetof(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE, ___m_executingCallback_10)); } inline CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * get_m_executingCallback_10() const { return ___m_executingCallback_10; } inline CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 ** get_address_of_m_executingCallback_10() { return &___m_executingCallback_10; } inline void set_m_executingCallback_10(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * value) { ___m_executingCallback_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_executingCallback_10), (void*)value); } inline static int32_t get_offset_of_m_timer_11() { return static_cast(offsetof(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE, ___m_timer_11)); } inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * get_m_timer_11() const { return ___m_timer_11; } inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 ** get_address_of_m_timer_11() { return &___m_timer_11; } inline void set_m_timer_11(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * value) { ___m_timer_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_timer_11), (void*)value); } }; struct CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields { public: // System.Threading.CancellationTokenSource System.Threading.CancellationTokenSource::_staticSource_Set CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ____staticSource_Set_0; // System.Threading.CancellationTokenSource System.Threading.CancellationTokenSource::_staticSource_NotCancelable CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ____staticSource_NotCancelable_1; // System.Int32 System.Threading.CancellationTokenSource::s_nLists int32_t ___s_nLists_2; // System.Action`1 System.Threading.CancellationTokenSource::s_LinkedTokenCancelDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_LinkedTokenCancelDelegate_9; // System.Threading.TimerCallback System.Threading.CancellationTokenSource::s_timerCallback TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___s_timerCallback_12; public: inline static int32_t get_offset_of__staticSource_Set_0() { return static_cast(offsetof(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields, ____staticSource_Set_0)); } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get__staticSource_Set_0() const { return ____staticSource_Set_0; } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of__staticSource_Set_0() { return &____staticSource_Set_0; } inline void set__staticSource_Set_0(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value) { ____staticSource_Set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____staticSource_Set_0), (void*)value); } inline static int32_t get_offset_of__staticSource_NotCancelable_1() { return static_cast(offsetof(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields, ____staticSource_NotCancelable_1)); } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get__staticSource_NotCancelable_1() const { return ____staticSource_NotCancelable_1; } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of__staticSource_NotCancelable_1() { return &____staticSource_NotCancelable_1; } inline void set__staticSource_NotCancelable_1(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value) { ____staticSource_NotCancelable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____staticSource_NotCancelable_1), (void*)value); } inline static int32_t get_offset_of_s_nLists_2() { return static_cast(offsetof(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields, ___s_nLists_2)); } inline int32_t get_s_nLists_2() const { return ___s_nLists_2; } inline int32_t* get_address_of_s_nLists_2() { return &___s_nLists_2; } inline void set_s_nLists_2(int32_t value) { ___s_nLists_2 = value; } inline static int32_t get_offset_of_s_LinkedTokenCancelDelegate_9() { return static_cast(offsetof(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields, ___s_LinkedTokenCancelDelegate_9)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_LinkedTokenCancelDelegate_9() const { return ___s_LinkedTokenCancelDelegate_9; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_LinkedTokenCancelDelegate_9() { return &___s_LinkedTokenCancelDelegate_9; } inline void set_s_LinkedTokenCancelDelegate_9(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___s_LinkedTokenCancelDelegate_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LinkedTokenCancelDelegate_9), (void*)value); } inline static int32_t get_offset_of_s_timerCallback_12() { return static_cast(offsetof(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields, ___s_timerCallback_12)); } inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * get_s_timerCallback_12() const { return ___s_timerCallback_12; } inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 ** get_address_of_s_timerCallback_12() { return &___s_timerCallback_12; } inline void set_s_timerCallback_12(TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * value) { ___s_timerCallback_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_timerCallback_12), (void*)value); } }; // System.Threading.ExecutionContext_CaptureOptions struct CaptureOptions_t7D9885DDA178752A2B4CA4EB542756102B918B6C { 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_t7D9885DDA178752A2B4CA4EB542756102B918B6C, ___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_t8F565E43354BBB9A79D7F0308B469D11A82268BD { 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_t8F565E43354BBB9A79D7F0308B469D11A82268BD, ___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.ManualResetEventSlim struct ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 : public RuntimeObject { public: // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ManualResetEventSlim::m_lock RuntimeObject * ___m_lock_0; // System.Threading.ManualResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ManualResetEventSlim::m_eventObj ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_eventObj_1; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ManualResetEventSlim::m_combinedState int32_t ___m_combinedState_2; public: inline static int32_t get_offset_of_m_lock_0() { return static_cast(offsetof(ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445, ___m_lock_0)); } inline RuntimeObject * get_m_lock_0() const { return ___m_lock_0; } inline RuntimeObject ** get_address_of_m_lock_0() { return &___m_lock_0; } inline void set_m_lock_0(RuntimeObject * value) { ___m_lock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_lock_0), (void*)value); } inline static int32_t get_offset_of_m_eventObj_1() { return static_cast(offsetof(ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445, ___m_eventObj_1)); } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_m_eventObj_1() const { return ___m_eventObj_1; } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_m_eventObj_1() { return &___m_eventObj_1; } inline void set_m_eventObj_1(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value) { ___m_eventObj_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_eventObj_1), (void*)value); } inline static int32_t get_offset_of_m_combinedState_2() { return static_cast(offsetof(ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445, ___m_combinedState_2)); } inline int32_t get_m_combinedState_2() const { return ___m_combinedState_2; } inline int32_t* get_address_of_m_combinedState_2() { return &___m_combinedState_2; } inline void set_m_combinedState_2(int32_t value) { ___m_combinedState_2 = value; } }; struct ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_StaticFields { public: // System.Action`1 System.Threading.ManualResetEventSlim::s_cancellationTokenCallback Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_cancellationTokenCallback_3; public: inline static int32_t get_offset_of_s_cancellationTokenCallback_3() { return static_cast(offsetof(ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_StaticFields, ___s_cancellationTokenCallback_3)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_cancellationTokenCallback_3() const { return ___s_cancellationTokenCallback_3; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_cancellationTokenCallback_3() { return &___s_cancellationTokenCallback_3; } inline void set_s_cancellationTokenCallback_3(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___s_cancellationTokenCallback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cancellationTokenCallback_3), (void*)value); } }; // System.Threading.PlatformHelper struct PlatformHelper_tDB17489B10DB45EC7C3422D53A483D9B1B985FB9 : public RuntimeObject { public: public: }; struct PlatformHelper_tDB17489B10DB45EC7C3422D53A483D9B1B985FB9_StaticFields { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.PlatformHelper::s_processorCount int32_t ___s_processorCount_0; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.PlatformHelper::s_lastProcessorCountRefreshTicks int32_t ___s_lastProcessorCountRefreshTicks_1; public: inline static int32_t get_offset_of_s_processorCount_0() { return static_cast(offsetof(PlatformHelper_tDB17489B10DB45EC7C3422D53A483D9B1B985FB9_StaticFields, ___s_processorCount_0)); } inline int32_t get_s_processorCount_0() const { return ___s_processorCount_0; } inline int32_t* get_address_of_s_processorCount_0() { return &___s_processorCount_0; } inline void set_s_processorCount_0(int32_t value) { ___s_processorCount_0 = value; } inline static int32_t get_offset_of_s_lastProcessorCountRefreshTicks_1() { return static_cast(offsetof(PlatformHelper_tDB17489B10DB45EC7C3422D53A483D9B1B985FB9_StaticFields, ___s_lastProcessorCountRefreshTicks_1)); } inline int32_t get_s_lastProcessorCountRefreshTicks_1() const { return ___s_lastProcessorCountRefreshTicks_1; } inline int32_t* get_address_of_s_lastProcessorCountRefreshTicks_1() { return &___s_lastProcessorCountRefreshTicks_1; } inline void set_s_lastProcessorCountRefreshTicks_1(int32_t value) { ___s_lastProcessorCountRefreshTicks_1 = value; } }; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_currentCount int32_t ___m_currentCount_0; // System.Int32 System.Threading.SemaphoreSlim::m_maxCount int32_t ___m_maxCount_1; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitCount int32_t ___m_waitCount_2; // System.Object System.Threading.SemaphoreSlim::m_lockObj RuntimeObject * ___m_lockObj_3; // System.Threading.ManualResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitHandle ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_waitHandle_4; // System.Threading.SemaphoreSlim_TaskNode System.Threading.SemaphoreSlim::m_asyncHead TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___m_asyncHead_5; // System.Threading.SemaphoreSlim_TaskNode System.Threading.SemaphoreSlim::m_asyncTail TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___m_asyncTail_6; public: inline static int32_t get_offset_of_m_currentCount_0() { return static_cast(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_currentCount_0)); } inline int32_t get_m_currentCount_0() const { return ___m_currentCount_0; } inline int32_t* get_address_of_m_currentCount_0() { return &___m_currentCount_0; } inline void set_m_currentCount_0(int32_t value) { ___m_currentCount_0 = value; } inline static int32_t get_offset_of_m_maxCount_1() { return static_cast(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_maxCount_1)); } inline int32_t get_m_maxCount_1() const { return ___m_maxCount_1; } inline int32_t* get_address_of_m_maxCount_1() { return &___m_maxCount_1; } inline void set_m_maxCount_1(int32_t value) { ___m_maxCount_1 = value; } inline static int32_t get_offset_of_m_waitCount_2() { return static_cast(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_waitCount_2)); } inline int32_t get_m_waitCount_2() const { return ___m_waitCount_2; } inline int32_t* get_address_of_m_waitCount_2() { return &___m_waitCount_2; } inline void set_m_waitCount_2(int32_t value) { ___m_waitCount_2 = value; } inline static int32_t get_offset_of_m_lockObj_3() { return static_cast(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_lockObj_3)); } inline RuntimeObject * get_m_lockObj_3() const { return ___m_lockObj_3; } inline RuntimeObject ** get_address_of_m_lockObj_3() { return &___m_lockObj_3; } inline void set_m_lockObj_3(RuntimeObject * value) { ___m_lockObj_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_lockObj_3), (void*)value); } inline static int32_t get_offset_of_m_waitHandle_4() { return static_cast(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_waitHandle_4)); } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_m_waitHandle_4() const { return ___m_waitHandle_4; } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_m_waitHandle_4() { return &___m_waitHandle_4; } inline void set_m_waitHandle_4(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value) { ___m_waitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_waitHandle_4), (void*)value); } inline static int32_t get_offset_of_m_asyncHead_5() { return static_cast(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_asyncHead_5)); } inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * get_m_asyncHead_5() const { return ___m_asyncHead_5; } inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D ** get_address_of_m_asyncHead_5() { return &___m_asyncHead_5; } inline void set_m_asyncHead_5(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * value) { ___m_asyncHead_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_asyncHead_5), (void*)value); } inline static int32_t get_offset_of_m_asyncTail_6() { return static_cast(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_asyncTail_6)); } inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * get_m_asyncTail_6() const { return ___m_asyncTail_6; } inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D ** get_address_of_m_asyncTail_6() { return &___m_asyncTail_6; } inline void set_m_asyncTail_6(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * value) { ___m_asyncTail_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_asyncTail_6), (void*)value); } }; struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields { public: // System.Threading.Tasks.Task`1 System.Threading.SemaphoreSlim::s_trueTask Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * ___s_trueTask_7; // System.Action`1 System.Threading.SemaphoreSlim::s_cancellationTokenCanceledEventHandler Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_cancellationTokenCanceledEventHandler_8; public: inline static int32_t get_offset_of_s_trueTask_7() { return static_cast(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields, ___s_trueTask_7)); } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * get_s_trueTask_7() const { return ___s_trueTask_7; } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 ** get_address_of_s_trueTask_7() { return &___s_trueTask_7; } inline void set_s_trueTask_7(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * value) { ___s_trueTask_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_trueTask_7), (void*)value); } inline static int32_t get_offset_of_s_cancellationTokenCanceledEventHandler_8() { return static_cast(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields, ___s_cancellationTokenCanceledEventHandler_8)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_cancellationTokenCanceledEventHandler_8() const { return ___s_cancellationTokenCanceledEventHandler_8; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_cancellationTokenCanceledEventHandler_8() { return &___s_cancellationTokenCanceledEventHandler_8; } inline void set_s_cancellationTokenCanceledEventHandler_8(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___s_cancellationTokenCanceledEventHandler_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cancellationTokenCanceledEventHandler_8), (void*)value); } }; // System.Threading.SpinLock struct SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 { 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_t8C6A214261382587D0A07AD354500141672A1DE1, ___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_t8C6A214261382587D0A07AD354500141672A1DE1_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_t8C6A214261382587D0A07AD354500141672A1DE1_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_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943 { 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_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943, ___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.AsyncCausalityStatus struct AsyncCausalityStatus_t551C8435E137F3CE15E458A31D0FF0825FD5FA21 { public: // System.Int32 System.Threading.Tasks.AsyncCausalityStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AsyncCausalityStatus_t551C8435E137F3CE15E458A31D0FF0825FD5FA21, ___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.CausalityRelation struct CausalityRelation_t7B7C548905BFF2D0E24701E2D4FE85DF2C68840A { public: // System.Int32 System.Threading.Tasks.CausalityRelation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CausalityRelation_t7B7C548905BFF2D0E24701E2D4FE85DF2C68840A, ___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.CausalitySynchronousWork struct CausalitySynchronousWork_t1D62C06C58A2C413B2D9F09E0AF2083B7999F860 { public: // System.Int32 System.Threading.Tasks.CausalitySynchronousWork::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CausalitySynchronousWork_t1D62C06C58A2C413B2D9F09E0AF2083B7999F860, ___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.CausalityTraceLevel struct CausalityTraceLevel_t43E68E9AA92AD875A33C16851EFA189EA7D394EE { public: // System.Int32 System.Threading.Tasks.CausalityTraceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CausalityTraceLevel_t43E68E9AA92AD875A33C16851EFA189EA7D394EE, ___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.InternalTaskOptions struct InternalTaskOptions_t370B96BF359DE59C57EB5444F9310B8FFFA2AA6A { public: // System.Int32 System.Threading.Tasks.InternalTaskOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalTaskOptions_t370B96BF359DE59C57EB5444F9310B8FFFA2AA6A, ___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.SynchronizationContextAwaitTaskContinuation struct SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE : public AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F { public: // System.Threading.SynchronizationContext System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation::m_syncContext SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___m_syncContext_5; public: inline static int32_t get_offset_of_m_syncContext_5() { return static_cast(offsetof(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE, ___m_syncContext_5)); } inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * get_m_syncContext_5() const { return ___m_syncContext_5; } inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 ** get_address_of_m_syncContext_5() { return &___m_syncContext_5; } inline void set_m_syncContext_5(SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * value) { ___m_syncContext_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_syncContext_5), (void*)value); } }; struct SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_StaticFields { public: // System.Threading.SendOrPostCallback System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation::s_postCallback SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___s_postCallback_3; // System.Threading.ContextCallback System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation::s_postActionCallback ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_postActionCallback_4; public: inline static int32_t get_offset_of_s_postCallback_3() { return static_cast(offsetof(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_StaticFields, ___s_postCallback_3)); } inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * get_s_postCallback_3() const { return ___s_postCallback_3; } inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 ** get_address_of_s_postCallback_3() { return &___s_postCallback_3; } inline void set_s_postCallback_3(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * value) { ___s_postCallback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_postCallback_3), (void*)value); } inline static int32_t get_offset_of_s_postActionCallback_4() { return static_cast(offsetof(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_StaticFields, ___s_postActionCallback_4)); } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_postActionCallback_4() const { return ___s_postActionCallback_4; } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_postActionCallback_4() { return &___s_postActionCallback_4; } inline void set_s_postActionCallback_4(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value) { ___s_postActionCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_postActionCallback_4), (void*)value); } }; // System.Threading.Tasks.Task struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 : 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_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___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_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * ___m_contingentProperties_15; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskScheduler_7)); } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_parent_8)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_contingentProperties_15)); } inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * get_m_contingentProperties_15() const { return ___m_contingentProperties_15; } inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 ** get_address_of_m_contingentProperties_15() { return &___m_contingentProperties_15; } inline void set_m_contingentProperties_15(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * value) { ___m_contingentProperties_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_15), (void*)value); } }; struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_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_tF3C6D983390ACFB40B4979E225368F78006D6155 * ___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_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * ___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_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_taskCancelCallback_16; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * ___s_createContingentProperties_17; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___s_completedTask_18; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * ___s_IsExceptionObservedByParentPredicate_19; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_ecCallback_20; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___s_IsTaskContinuationNullPredicate_21; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_factory_3)); } inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_currentActiveTasks_13)); } inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * get_s_currentActiveTasks_13() const { return ___s_currentActiveTasks_13; } inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F ** get_address_of_s_currentActiveTasks_13() { return &___s_currentActiveTasks_13; } inline void set_s_currentActiveTasks_13(Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCancelCallback_16)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_taskCancelCallback_16() const { return ___s_taskCancelCallback_16; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_taskCancelCallback_16() { return &___s_taskCancelCallback_16; } inline void set_s_taskCancelCallback_16(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_createContingentProperties_17)); } inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * get_s_createContingentProperties_17() const { return ___s_createContingentProperties_17; } inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F ** get_address_of_s_createContingentProperties_17() { return &___s_createContingentProperties_17; } inline void set_s_createContingentProperties_17(Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_completedTask_18)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_s_completedTask_18() const { return ___s_completedTask_18; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_s_completedTask_18() { return &___s_completedTask_18; } inline void set_s_completedTask_18(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsExceptionObservedByParentPredicate_19)); } inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * get_s_IsExceptionObservedByParentPredicate_19() const { return ___s_IsExceptionObservedByParentPredicate_19; } inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 ** get_address_of_s_IsExceptionObservedByParentPredicate_19() { return &___s_IsExceptionObservedByParentPredicate_19; } inline void set_s_IsExceptionObservedByParentPredicate_19(Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_ecCallback_20)); } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_ecCallback_20() const { return ___s_ecCallback_20; } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_ecCallback_20() { return &___s_ecCallback_20; } inline void set_s_ecCallback_20(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsTaskContinuationNullPredicate_21)); } inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * get_s_IsTaskContinuationNullPredicate_21() const { return ___s_IsTaskContinuationNullPredicate_21; } inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 ** get_address_of_s_IsTaskContinuationNullPredicate_21() { return &___s_IsTaskContinuationNullPredicate_21; } inline void set_s_IsTaskContinuationNullPredicate_21(Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * value) { ___s_IsTaskContinuationNullPredicate_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_21), (void*)value); } }; struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.Threading.Tasks.Task_ContingentProperties struct ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 : public RuntimeObject { public: // System.Threading.ExecutionContext System.Threading.Tasks.Task_ContingentProperties::m_capturedContext ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_capturedContext_0; // System.Threading.ManualResetEventSlim modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task_ContingentProperties::m_completionEvent ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * ___m_completionEvent_1; // System.Threading.Tasks.TaskExceptionHolder modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task_ContingentProperties::m_exceptionsHolder TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * ___m_exceptionsHolder_2; // System.Threading.CancellationToken System.Threading.Tasks.Task_ContingentProperties::m_cancellationToken CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___m_cancellationToken_3; // System.Threading.Tasks.Shared`1 System.Threading.Tasks.Task_ContingentProperties::m_cancellationRegistration Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2 * ___m_cancellationRegistration_4; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task_ContingentProperties::m_internalCancellationRequested int32_t ___m_internalCancellationRequested_5; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task_ContingentProperties::m_completionCountdown int32_t ___m_completionCountdown_6; // System.Collections.Generic.List`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task_ContingentProperties::m_exceptionalChildren List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * ___m_exceptionalChildren_7; public: inline static int32_t get_offset_of_m_capturedContext_0() { return static_cast(offsetof(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08, ___m_capturedContext_0)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_capturedContext_0() const { return ___m_capturedContext_0; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_capturedContext_0() { return &___m_capturedContext_0; } inline void set_m_capturedContext_0(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___m_capturedContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_capturedContext_0), (void*)value); } inline static int32_t get_offset_of_m_completionEvent_1() { return static_cast(offsetof(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08, ___m_completionEvent_1)); } inline ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * get_m_completionEvent_1() const { return ___m_completionEvent_1; } inline ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 ** get_address_of_m_completionEvent_1() { return &___m_completionEvent_1; } inline void set_m_completionEvent_1(ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * value) { ___m_completionEvent_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_completionEvent_1), (void*)value); } inline static int32_t get_offset_of_m_exceptionsHolder_2() { return static_cast(offsetof(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08, ___m_exceptionsHolder_2)); } inline TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * get_m_exceptionsHolder_2() const { return ___m_exceptionsHolder_2; } inline TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 ** get_address_of_m_exceptionsHolder_2() { return &___m_exceptionsHolder_2; } inline void set_m_exceptionsHolder_2(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * value) { ___m_exceptionsHolder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_exceptionsHolder_2), (void*)value); } inline static int32_t get_offset_of_m_cancellationToken_3() { return static_cast(offsetof(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08, ___m_cancellationToken_3)); } inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB get_m_cancellationToken_3() const { return ___m_cancellationToken_3; } inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * get_address_of_m_cancellationToken_3() { return &___m_cancellationToken_3; } inline void set_m_cancellationToken_3(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB value) { ___m_cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_m_cancellationRegistration_4() { return static_cast(offsetof(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08, ___m_cancellationRegistration_4)); } inline Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2 * get_m_cancellationRegistration_4() const { return ___m_cancellationRegistration_4; } inline Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2 ** get_address_of_m_cancellationRegistration_4() { return &___m_cancellationRegistration_4; } inline void set_m_cancellationRegistration_4(Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2 * value) { ___m_cancellationRegistration_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cancellationRegistration_4), (void*)value); } inline static int32_t get_offset_of_m_internalCancellationRequested_5() { return static_cast(offsetof(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08, ___m_internalCancellationRequested_5)); } inline int32_t get_m_internalCancellationRequested_5() const { return ___m_internalCancellationRequested_5; } inline int32_t* get_address_of_m_internalCancellationRequested_5() { return &___m_internalCancellationRequested_5; } inline void set_m_internalCancellationRequested_5(int32_t value) { ___m_internalCancellationRequested_5 = value; } inline static int32_t get_offset_of_m_completionCountdown_6() { return static_cast(offsetof(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08, ___m_completionCountdown_6)); } inline int32_t get_m_completionCountdown_6() const { return ___m_completionCountdown_6; } inline int32_t* get_address_of_m_completionCountdown_6() { return &___m_completionCountdown_6; } inline void set_m_completionCountdown_6(int32_t value) { ___m_completionCountdown_6 = value; } inline static int32_t get_offset_of_m_exceptionalChildren_7() { return static_cast(offsetof(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08, ___m_exceptionalChildren_7)); } inline List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * get_m_exceptionalChildren_7() const { return ___m_exceptionalChildren_7; } inline List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E ** get_address_of_m_exceptionalChildren_7() { return &___m_exceptionalChildren_7; } inline void set_m_exceptionalChildren_7(List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * value) { ___m_exceptionalChildren_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_exceptionalChildren_7), (void*)value); } }; // System.Threading.Tasks.TaskContinuationOptions struct TaskContinuationOptions_t749581ABDD24D74BD051F09EC4E3408C209121A2 { 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_t749581ABDD24D74BD051F09EC4E3408C209121A2, ___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_t73D75E64925AACDF2A90DDB3D508192A8E74D375 { 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_t73D75E64925AACDF2A90DDB3D508192A8E74D375, ___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_t1F44F1CE648090AA15DDC759304A18E998EFA811 : public RuntimeObject { public: // System.Threading.Tasks.Task System.Threading.Tasks.TaskExceptionHolder::m_task Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_3; // System.Collections.Generic.List`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.TaskExceptionHolder::m_faultExceptions List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * ___m_faultExceptions_4; // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Threading.Tasks.TaskExceptionHolder::m_cancellationException ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * ___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_t1F44F1CE648090AA15DDC759304A18E998EFA811, ___m_task_3)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_task_3() const { return ___m_task_3; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_task_3() { return &___m_task_3; } inline void set_m_task_3(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * 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_t1F44F1CE648090AA15DDC759304A18E998EFA811, ___m_faultExceptions_4)); } inline List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * get_m_faultExceptions_4() const { return ___m_faultExceptions_4; } inline List_1_tCD04260AE1254C438132446F1E6892AB86D18743 ** get_address_of_m_faultExceptions_4() { return &___m_faultExceptions_4; } inline void set_m_faultExceptions_4(List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * 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_t1F44F1CE648090AA15DDC759304A18E998EFA811, ___m_cancellationException_5)); } inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * get_m_cancellationException_5() const { return ___m_cancellationException_5; } inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A ** get_address_of_m_cancellationException_5() { return &___m_cancellationException_5; } inline void set_m_cancellationException_5(ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * 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_t1F44F1CE648090AA15DDC759304A18E998EFA811, ___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_t1F44F1CE648090AA15DDC759304A18E998EFA811_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_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___s_adUnloadEventHandler_2; public: inline static int32_t get_offset_of_s_failFastOnUnobservedException_0() { return static_cast(offsetof(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_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_t1F44F1CE648090AA15DDC759304A18E998EFA811_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_t1F44F1CE648090AA15DDC759304A18E998EFA811_StaticFields, ___s_adUnloadEventHandler_2)); } inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_s_adUnloadEventHandler_2() const { return ___s_adUnloadEventHandler_2; } inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_s_adUnloadEventHandler_2() { return &___s_adUnloadEventHandler_2; } inline void set_s_adUnloadEventHandler_2(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value) { ___s_adUnloadEventHandler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_adUnloadEventHandler_2), (void*)value); } }; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 : 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_t966F2798F198FA90A0DA8EFC92BAC08297793114, ___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_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields { public: // System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Threading.Tasks.TaskScheduler::s_activeTaskSchedulers ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C * ___s_activeTaskSchedulers_0; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::s_defaultTaskScheduler TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___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_tF704D003AB4792AFE4B10D9127FF82EEC18615BC * ____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_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields, ___s_activeTaskSchedulers_0)); } inline ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C * get_s_activeTaskSchedulers_0() const { return ___s_activeTaskSchedulers_0; } inline ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C ** get_address_of_s_activeTaskSchedulers_0() { return &___s_activeTaskSchedulers_0; } inline void set_s_activeTaskSchedulers_0(ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C * 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_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields, ___s_defaultTaskScheduler_1)); } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_s_defaultTaskScheduler_1() const { return ___s_defaultTaskScheduler_1; } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_s_defaultTaskScheduler_1() { return &___s_defaultTaskScheduler_1; } inline void set_s_defaultTaskScheduler_1(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * 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_t966F2798F198FA90A0DA8EFC92BAC08297793114_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_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields, ____unobservedTaskException_4)); } inline EventHandler_1_tF704D003AB4792AFE4B10D9127FF82EEC18615BC * get__unobservedTaskException_4() const { return ____unobservedTaskException_4; } inline EventHandler_1_tF704D003AB4792AFE4B10D9127FF82EEC18615BC ** get_address_of__unobservedTaskException_4() { return &____unobservedTaskException_4; } inline void set__unobservedTaskException_4(EventHandler_1_tF704D003AB4792AFE4B10D9127FF82EEC18615BC * value) { ____unobservedTaskException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____unobservedTaskException_4), (void*)value); } inline static int32_t get_offset_of__unobservedTaskExceptionLockObject_5() { return static_cast(offsetof(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_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_t08B24138EF6D3AC7A821332F15F5A5A0F08543B6 : public AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F { public: // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation::m_scheduler TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___m_scheduler_3; public: inline static int32_t get_offset_of_m_scheduler_3() { return static_cast(offsetof(TaskSchedulerAwaitTaskContinuation_t08B24138EF6D3AC7A821332F15F5A5A0F08543B6, ___m_scheduler_3)); } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_scheduler_3() const { return ___m_scheduler_3; } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_scheduler_3() { return &___m_scheduler_3; } inline void set_m_scheduler_3(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * value) { ___m_scheduler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_scheduler_3), (void*)value); } }; // System.Threading.Tasks.TaskStatus struct TaskStatus_t4DB45EB7777EB16CEB85E12E43C4F56EAFA59A99 { 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_t4DB45EB7777EB16CEB85E12E43C4F56EAFA59A99, ___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.ThreadPoolGlobals struct ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5 : public RuntimeObject { public: public: }; struct ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_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_t7CD2CD2E30665483DB7D73043AE06270E0220011 * ___workQueue_5; public: inline static int32_t get_offset_of_tpQuantum_0() { return static_cast(offsetof(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_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_t9DF93E24441362B1D7114B8AD50AF977E96671F5_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_t9DF93E24441362B1D7114B8AD50AF977E96671F5_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_t9DF93E24441362B1D7114B8AD50AF977E96671F5_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_t9DF93E24441362B1D7114B8AD50AF977E96671F5_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_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields, ___workQueue_5)); } inline ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * get_workQueue_5() const { return ___workQueue_5; } inline ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 ** get_address_of_workQueue_5() { return &___workQueue_5; } inline void set_workQueue_5(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * value) { ___workQueue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___workQueue_5), (void*)value); } }; // System.Threading.ThreadPoolWorkQueue struct ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 : public RuntimeObject { public: // System.Threading.ThreadPoolWorkQueue_QueueSegment modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue::queueHead QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * ___queueHead_0; // System.Threading.ThreadPoolWorkQueue_QueueSegment modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue::queueTail QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * ___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_t7CD2CD2E30665483DB7D73043AE06270E0220011, ___queueHead_0)); } inline QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * get_queueHead_0() const { return ___queueHead_0; } inline QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE ** get_address_of_queueHead_0() { return &___queueHead_0; } inline void set_queueHead_0(QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * value) { ___queueHead_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___queueHead_0), (void*)value); } inline static int32_t get_offset_of_queueTail_1() { return static_cast(offsetof(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011, ___queueTail_1)); } inline QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * get_queueTail_1() const { return ___queueTail_1; } inline QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE ** get_address_of_queueTail_1() { return &___queueTail_1; } inline void set_queueTail_1(QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * value) { ___queueTail_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___queueTail_1), (void*)value); } inline static int32_t get_offset_of_numOutstandingThreadRequests_3() { return static_cast(offsetof(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011, ___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_t7CD2CD2E30665483DB7D73043AE06270E0220011_StaticFields { public: // System.Threading.ThreadPoolWorkQueue_SparseArray`1 System.Threading.ThreadPoolWorkQueue::allThreadQueues SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB * ___allThreadQueues_2; public: inline static int32_t get_offset_of_allThreadQueues_2() { return static_cast(offsetof(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_StaticFields, ___allThreadQueues_2)); } inline SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB * get_allThreadQueues_2() const { return ___allThreadQueues_2; } inline SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB ** get_address_of_allThreadQueues_2() { return &___allThreadQueues_2; } inline void set_allThreadQueues_2(SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB * value) { ___allThreadQueues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___allThreadQueues_2), (void*)value); } }; // System.Threading.ThreadPoolWorkQueue_QueueSegment struct QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE : public RuntimeObject { public: // System.Threading.IThreadPoolWorkItem[] System.Threading.ThreadPoolWorkQueue_QueueSegment::nodes IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* ___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_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * ___Next_2; public: inline static int32_t get_offset_of_nodes_0() { return static_cast(offsetof(QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE, ___nodes_0)); } inline IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* get_nodes_0() const { return ___nodes_0; } inline IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154** get_address_of_nodes_0() { return &___nodes_0; } inline void set_nodes_0(IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* value) { ___nodes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nodes_0), (void*)value); } inline static int32_t get_offset_of_indexes_1() { return static_cast(offsetof(QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE, ___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_t3F7E9D01C68FF83E06B265B2CF69264953C094EE, ___Next_2)); } inline QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * get_Next_2() const { return ___Next_2; } inline QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE ** get_address_of_Next_2() { return &___Next_2; } inline void set_Next_2(QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * value) { ___Next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Next_2), (void*)value); } }; // System.Threading.ThreadState struct ThreadState_t5DE1FACD0DA096CCF07D144CBEB4D124CECC671E { 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_t5DE1FACD0DA096CCF07D144CBEB4D124CECC671E, ___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_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { 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_t51DB35FF382E636FF3B868D87816733894D46CF2 * ___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_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___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_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___safeWaitHandle_4)); } inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___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_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_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_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_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_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // System.TimeSpan struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_3; public: inline static int32_t get_offset_of__ticks_3() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); } inline int64_t get__ticks_3() const { return ____ticks_3; } inline int64_t* get_address_of__ticks_3() { return &____ticks_3; } inline void set__ticks_3(int64_t value) { ____ticks_3 = value; } }; struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); } inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; } inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; } inline void set__legacyConfigChecked_4(bool value) { ____legacyConfigChecked_4 = value; } inline static int32_t get_offset_of__legacyMode_5() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); } inline bool get__legacyMode_5() const { return ____legacyMode_5; } inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; } inline void set__legacyMode_5(bool value) { ____legacyMode_5 = value; } }; // Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid struct SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E : public SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 { public: public: }; // System.AggregateException struct AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E : public Exception_t { public: // System.Collections.ObjectModel.ReadOnlyCollection`1 System.AggregateException::m_innerExceptions ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * ___m_innerExceptions_17; public: inline static int32_t get_offset_of_m_innerExceptions_17() { return static_cast(offsetof(AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E, ___m_innerExceptions_17)); } inline ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * get_m_innerExceptions_17() const { return ___m_innerExceptions_17; } inline ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 ** get_address_of_m_innerExceptions_17() { return &___m_innerExceptions_17; } inline void set_m_innerExceptions_17(ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * value) { ___m_innerExceptions_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_innerExceptions_17), (void*)value); } }; // System.ApplicationException struct ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 : public Exception_t { public: public: }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((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.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; // System.Threading.EventWaitHandle struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 : public WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 { public: public: }; // System.Threading.ExecutionContext struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 : public RuntimeObject { public: // System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContext SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ____syncContext_0; // System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContextNoFlow SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ____syncContextNoFlow_1; // System.Runtime.Remoting.Messaging.LogicalCallContext System.Threading.ExecutionContext::_logicalCallContext LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * ____logicalCallContext_2; // System.Runtime.Remoting.Messaging.IllogicalCallContext System.Threading.ExecutionContext::_illogicalCallContext IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * ____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_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * ____localValues_5; // System.Collections.Generic.List`1 System.Threading.ExecutionContext::_localChangeNotifications List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * ____localChangeNotifications_6; public: inline static int32_t get_offset_of__syncContext_0() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____syncContext_0)); } inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * get__syncContext_0() const { return ____syncContext_0; } inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 ** get_address_of__syncContext_0() { return &____syncContext_0; } inline void set__syncContext_0(SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * value) { ____syncContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncContext_0), (void*)value); } inline static int32_t get_offset_of__syncContextNoFlow_1() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____syncContextNoFlow_1)); } inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * get__syncContextNoFlow_1() const { return ____syncContextNoFlow_1; } inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 ** get_address_of__syncContextNoFlow_1() { return &____syncContextNoFlow_1; } inline void set__syncContextNoFlow_1(SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * value) { ____syncContextNoFlow_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncContextNoFlow_1), (void*)value); } inline static int32_t get_offset_of__logicalCallContext_2() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____logicalCallContext_2)); } inline LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * get__logicalCallContext_2() const { return ____logicalCallContext_2; } inline LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E ** get_address_of__logicalCallContext_2() { return &____logicalCallContext_2; } inline void set__logicalCallContext_2(LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * value) { ____logicalCallContext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____logicalCallContext_2), (void*)value); } inline static int32_t get_offset_of__illogicalCallContext_3() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____illogicalCallContext_3)); } inline IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * get__illogicalCallContext_3() const { return ____illogicalCallContext_3; } inline IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 ** get_address_of__illogicalCallContext_3() { return &____illogicalCallContext_3; } inline void set__illogicalCallContext_3(IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * value) { ____illogicalCallContext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____illogicalCallContext_3), (void*)value); } inline static int32_t get_offset_of__flags_4() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____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_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____localValues_5)); } inline Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * get__localValues_5() const { return ____localValues_5; } inline Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A ** get_address_of__localValues_5() { return &____localValues_5; } inline void set__localValues_5(Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * value) { ____localValues_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____localValues_5), (void*)value); } inline static int32_t get_offset_of__localChangeNotifications_6() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____localChangeNotifications_6)); } inline List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * get__localChangeNotifications_6() const { return ____localChangeNotifications_6; } inline List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB ** get_address_of__localChangeNotifications_6() { return &____localChangeNotifications_6; } inline void set__localChangeNotifications_6(List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * value) { ____localChangeNotifications_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____localChangeNotifications_6), (void*)value); } }; struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_StaticFields { public: // System.Threading.ExecutionContext System.Threading.ExecutionContext::s_dummyDefaultEC ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___s_dummyDefaultEC_7; public: inline static int32_t get_offset_of_s_dummyDefaultEC_7() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_StaticFields, ___s_dummyDefaultEC_7)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_s_dummyDefaultEC_7() const { return ___s_dummyDefaultEC_7; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_s_dummyDefaultEC_7() { return &___s_dummyDefaultEC_7; } inline void set_s_dummyDefaultEC_7(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___s_dummyDefaultEC_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_dummyDefaultEC_7), (void*)value); } }; // System.Threading.InternalThread struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 { 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_tD06FDBE8142446525DF1C40351D523A228373821* ____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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ____serialized_principal_15)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__serialized_principal_15() const { return ____serialized_principal_15; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__serialized_principal_15() { return &____serialized_principal_15; } inline void set__serialized_principal_15(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ____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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192, ___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.Threading.LockRecursionException struct LockRecursionException_tB25740EFF8FBE39193D06FEDAD527853C70944B9 : public Exception_t { public: public: }; // System.Threading.RegisteredWaitHandle struct RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.Threading.WaitHandle System.Threading.RegisteredWaitHandle::_waitObject WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ____waitObject_1; // System.Threading.WaitOrTimerCallback System.Threading.RegisteredWaitHandle::_callback WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * ____callback_2; // System.Object System.Threading.RegisteredWaitHandle::_state RuntimeObject * ____state_3; // System.Threading.WaitHandle System.Threading.RegisteredWaitHandle::_finalEvent WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ____finalEvent_4; // System.Threading.ManualResetEvent System.Threading.RegisteredWaitHandle::_cancelEvent ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ____cancelEvent_5; // System.TimeSpan System.Threading.RegisteredWaitHandle::_timeout TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ____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_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0, ____waitObject_1)); } inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * get__waitObject_1() const { return ____waitObject_1; } inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 ** get_address_of__waitObject_1() { return &____waitObject_1; } inline void set__waitObject_1(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * value) { ____waitObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____waitObject_1), (void*)value); } inline static int32_t get_offset_of__callback_2() { return static_cast(offsetof(RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0, ____callback_2)); } inline WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * get__callback_2() const { return ____callback_2; } inline WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF ** get_address_of__callback_2() { return &____callback_2; } inline void set__callback_2(WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * value) { ____callback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____callback_2), (void*)value); } inline static int32_t get_offset_of__state_3() { return static_cast(offsetof(RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0, ____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_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0, ____finalEvent_4)); } inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * get__finalEvent_4() const { return ____finalEvent_4; } inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 ** get_address_of__finalEvent_4() { return &____finalEvent_4; } inline void set__finalEvent_4(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * value) { ____finalEvent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____finalEvent_4), (void*)value); } inline static int32_t get_offset_of__cancelEvent_5() { return static_cast(offsetof(RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0, ____cancelEvent_5)); } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get__cancelEvent_5() const { return ____cancelEvent_5; } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of__cancelEvent_5() { return &____cancelEvent_5; } inline void set__cancelEvent_5(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value) { ____cancelEvent_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____cancelEvent_5), (void*)value); } inline static int32_t get_offset_of__timeout_6() { return static_cast(offsetof(RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0, ____timeout_6)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get__timeout_6() const { return ____timeout_6; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of__timeout_6() { return &____timeout_6; } inline void set__timeout_6(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ____timeout_6 = value; } inline static int32_t get_offset_of__callsInProcess_7() { return static_cast(offsetof(RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0, ____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_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0, ____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_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0, ____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.Threading.SemaphoreSlim_d__31 struct U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC { public: // System.Int32 System.Threading.SemaphoreSlim_d__31::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Threading.SemaphoreSlim_d__31::<>t__builder AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE ___U3CU3Et__builder_1; // System.Threading.CancellationToken System.Threading.SemaphoreSlim_d__31::cancellationToken CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken_2; // System.Threading.SemaphoreSlim_TaskNode System.Threading.SemaphoreSlim_d__31::asyncWaiter TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___asyncWaiter_3; // System.Int32 System.Threading.SemaphoreSlim_d__31::millisecondsTimeout int32_t ___millisecondsTimeout_4; // System.Threading.CancellationTokenSource System.Threading.SemaphoreSlim_d__31::5__1 CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___U3CctsU3E5__1_5; // System.Threading.SemaphoreSlim System.Threading.SemaphoreSlim_d__31::<>4__this SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___U3CU3E4__this_6; // System.Object System.Threading.SemaphoreSlim_d__31::<>7__wrap1 RuntimeObject * ___U3CU3E7__wrap1_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter System.Threading.SemaphoreSlim_d__31::<>u__1 ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B ___U3CU3Eu__1_8; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter System.Threading.SemaphoreSlim_d__31::<>u__2 ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 ___U3CU3Eu__2_9; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC, ___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_U3CU3Et__builder_1() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC, ___cancellationToken_2)); } inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_asyncWaiter_3() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC, ___asyncWaiter_3)); } inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * get_asyncWaiter_3() const { return ___asyncWaiter_3; } inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D ** get_address_of_asyncWaiter_3() { return &___asyncWaiter_3; } inline void set_asyncWaiter_3(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * value) { ___asyncWaiter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncWaiter_3), (void*)value); } inline static int32_t get_offset_of_millisecondsTimeout_4() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC, ___millisecondsTimeout_4)); } inline int32_t get_millisecondsTimeout_4() const { return ___millisecondsTimeout_4; } inline int32_t* get_address_of_millisecondsTimeout_4() { return &___millisecondsTimeout_4; } inline void set_millisecondsTimeout_4(int32_t value) { ___millisecondsTimeout_4 = value; } inline static int32_t get_offset_of_U3CctsU3E5__1_5() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC, ___U3CctsU3E5__1_5)); } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get_U3CctsU3E5__1_5() const { return ___U3CctsU3E5__1_5; } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of_U3CctsU3E5__1_5() { return &___U3CctsU3E5__1_5; } inline void set_U3CctsU3E5__1_5(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value) { ___U3CctsU3E5__1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CctsU3E5__1_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_6() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC, ___U3CU3E4__this_6)); } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_U3CU3E4__this_6() const { return ___U3CU3E4__this_6; } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_U3CU3E4__this_6() { return &___U3CU3E4__this_6; } inline void set_U3CU3E4__this_6(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value) { ___U3CU3E4__this_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_7() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC, ___U3CU3E7__wrap1_7)); } inline RuntimeObject * get_U3CU3E7__wrap1_7() const { return ___U3CU3E7__wrap1_7; } inline RuntimeObject ** get_address_of_U3CU3E7__wrap1_7() { return &___U3CU3E7__wrap1_7; } inline void set_U3CU3E7__wrap1_7(RuntimeObject * value) { ___U3CU3E7__wrap1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_9() { return static_cast(offsetof(U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC, ___U3CU3Eu__2_9)); } inline ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 get_U3CU3Eu__2_9() const { return ___U3CU3Eu__2_9; } inline ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 * get_address_of_U3CU3Eu__2_9() { return &___U3CU3Eu__2_9; } inline void set_U3CU3Eu__2_9(ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 value) { ___U3CU3Eu__2_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_9))->___m_task_0), (void*)NULL); } }; // System.Threading.Tasks.ContinuationTaskFromTask struct ContinuationTaskFromTask_tFE42871D04E441714667326AD03132B52E75777F : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 { public: // System.Threading.Tasks.Task System.Threading.Tasks.ContinuationTaskFromTask::m_antecedent Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_antecedent_22; public: inline static int32_t get_offset_of_m_antecedent_22() { return static_cast(offsetof(ContinuationTaskFromTask_tFE42871D04E441714667326AD03132B52E75777F, ___m_antecedent_22)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_antecedent_22() const { return ___m_antecedent_22; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_antecedent_22() { return &___m_antecedent_22; } inline void set_m_antecedent_22(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___m_antecedent_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_antecedent_22), (void*)value); } }; // System.Threading.Tasks.Shared`1 struct Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2 : public RuntimeObject { public: // T System.Threading.Tasks.Shared`1::Value CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2, ___Value_0)); } inline CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 get_Value_0() const { return ___Value_0; } inline CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Value_0))->___m_callbackInfo_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Value_0))->___m_registrationInfo_1))->___m_source_0), (void*)NULL); #endif } }; // System.Threading.Tasks.StandardTaskContinuation struct StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC : public TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 { public: // System.Threading.Tasks.Task System.Threading.Tasks.StandardTaskContinuation::m_task Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_0; // System.Threading.Tasks.TaskContinuationOptions System.Threading.Tasks.StandardTaskContinuation::m_options int32_t ___m_options_1; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.StandardTaskContinuation::m_taskScheduler TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___m_taskScheduler_2; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC, ___m_task_0)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_task_0() const { return ___m_task_0; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_options_1() { return static_cast(offsetof(StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC, ___m_options_1)); } inline int32_t get_m_options_1() const { return ___m_options_1; } inline int32_t* get_address_of_m_options_1() { return &___m_options_1; } inline void set_m_options_1(int32_t value) { ___m_options_1 = value; } inline static int32_t get_offset_of_m_taskScheduler_2() { return static_cast(offsetof(StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC, ___m_taskScheduler_2)); } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_taskScheduler_2() const { return ___m_taskScheduler_2; } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_taskScheduler_2() { return &___m_taskScheduler_2; } inline void set_m_taskScheduler_2(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * value) { ___m_taskScheduler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_2), (void*)value); } }; // System.Threading.Tasks.Task_<>c__DisplayClass178_0 struct U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E : public RuntimeObject { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task_<>c__DisplayClass178_0::root Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___root_0; // System.Boolean System.Threading.Tasks.Task_<>c__DisplayClass178_0::replicasAreQuitting bool ___replicasAreQuitting_1; // System.Action`1 System.Threading.Tasks.Task_<>c__DisplayClass178_0::taskReplicaDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___taskReplicaDelegate_2; // System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.Task_<>c__DisplayClass178_0::creationOptionsForReplicas int32_t ___creationOptionsForReplicas_3; // System.Threading.Tasks.InternalTaskOptions System.Threading.Tasks.Task_<>c__DisplayClass178_0::internalOptionsForReplicas int32_t ___internalOptionsForReplicas_4; public: inline static int32_t get_offset_of_root_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E, ___root_0)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_root_0() const { return ___root_0; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_root_0() { return &___root_0; } inline void set_root_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___root_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___root_0), (void*)value); } inline static int32_t get_offset_of_replicasAreQuitting_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E, ___replicasAreQuitting_1)); } inline bool get_replicasAreQuitting_1() const { return ___replicasAreQuitting_1; } inline bool* get_address_of_replicasAreQuitting_1() { return &___replicasAreQuitting_1; } inline void set_replicasAreQuitting_1(bool value) { ___replicasAreQuitting_1 = value; } inline static int32_t get_offset_of_taskReplicaDelegate_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E, ___taskReplicaDelegate_2)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_taskReplicaDelegate_2() const { return ___taskReplicaDelegate_2; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_taskReplicaDelegate_2() { return &___taskReplicaDelegate_2; } inline void set_taskReplicaDelegate_2(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___taskReplicaDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___taskReplicaDelegate_2), (void*)value); } inline static int32_t get_offset_of_creationOptionsForReplicas_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E, ___creationOptionsForReplicas_3)); } inline int32_t get_creationOptionsForReplicas_3() const { return ___creationOptionsForReplicas_3; } inline int32_t* get_address_of_creationOptionsForReplicas_3() { return &___creationOptionsForReplicas_3; } inline void set_creationOptionsForReplicas_3(int32_t value) { ___creationOptionsForReplicas_3 = value; } inline static int32_t get_offset_of_internalOptionsForReplicas_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E, ___internalOptionsForReplicas_4)); } inline int32_t get_internalOptionsForReplicas_4() const { return ___internalOptionsForReplicas_4; } inline int32_t* get_address_of_internalOptionsForReplicas_4() { return &___internalOptionsForReplicas_4; } inline void set_internalOptionsForReplicas_4(int32_t value) { ___internalOptionsForReplicas_4 = value; } }; // System.Threading.Tasks.Task_SetOnInvokeMres struct SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9 : public ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 { public: public: }; // System.Threading.Tasks.TaskFactory struct TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 : public RuntimeObject { public: // System.Threading.CancellationToken System.Threading.Tasks.TaskFactory::m_defaultCancellationToken CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___m_defaultCancellationToken_0; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskFactory::m_defaultScheduler TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___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_tF3C6D983390ACFB40B4979E225368F78006D6155, ___m_defaultCancellationToken_0)); } inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB get_m_defaultCancellationToken_0() const { return ___m_defaultCancellationToken_0; } inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * get_address_of_m_defaultCancellationToken_0() { return &___m_defaultCancellationToken_0; } inline void set_m_defaultCancellationToken_0(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB 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_tF3C6D983390ACFB40B4979E225368F78006D6155, ___m_defaultScheduler_1)); } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_defaultScheduler_1() const { return ___m_defaultScheduler_1; } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_defaultScheduler_1() { return &___m_defaultScheduler_1; } inline void set_m_defaultScheduler_1(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * 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_tF3C6D983390ACFB40B4979E225368F78006D6155, ___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_tF3C6D983390ACFB40B4979E225368F78006D6155, ___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_tE0888B47136E7B61EAF20A145EF053023F8C7B24 : public Exception_t { public: public: }; // System.Threading.Tasks.Task`1 struct Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 { public: // TResult System.Threading.Tasks.Task`1::m_result bool ___m_result_22; public: inline static int32_t get_offset_of_m_result_22() { return static_cast(offsetof(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439, ___m_result_22)); } inline bool get_m_result_22() const { return ___m_result_22; } inline bool* get_address_of_m_result_22() { return &___m_result_22; } inline void set_m_result_22(bool value) { ___m_result_22 = value; } }; struct Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t90DBF289FBDBB845B0FA55E1773164F06FBDEA17 * ___s_Factory_23; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t185FBBAFD46813778C35A8D4A5FA3AFB4FC0E14C * ___TaskWhenAnyCast_24; public: inline static int32_t get_offset_of_s_Factory_23() { return static_cast(offsetof(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439_StaticFields, ___s_Factory_23)); } inline TaskFactory_1_t90DBF289FBDBB845B0FA55E1773164F06FBDEA17 * get_s_Factory_23() const { return ___s_Factory_23; } inline TaskFactory_1_t90DBF289FBDBB845B0FA55E1773164F06FBDEA17 ** get_address_of_s_Factory_23() { return &___s_Factory_23; } inline void set_s_Factory_23(TaskFactory_1_t90DBF289FBDBB845B0FA55E1773164F06FBDEA17 * 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_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439_StaticFields, ___TaskWhenAnyCast_24)); } inline Func_2_t185FBBAFD46813778C35A8D4A5FA3AFB4FC0E14C * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; } inline Func_2_t185FBBAFD46813778C35A8D4A5FA3AFB4FC0E14C ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; } inline void set_TaskWhenAnyCast_24(Func_2_t185FBBAFD46813778C35A8D4A5FA3AFB4FC0E14C * value) { ___TaskWhenAnyCast_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 { public: // TResult System.Threading.Tasks.Task`1::m_result Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_result_22; public: inline static int32_t get_offset_of_m_result_22() { return static_cast(offsetof(Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138, ___m_result_22)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_result_22() const { return ___m_result_22; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_result_22() { return &___m_result_22; } inline void set_m_result_22(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___m_result_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_22), (void*)value); } }; struct Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t58FE324C5DC18B5ED9A0E49CA8543DEEA65B4462 * ___s_Factory_23; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t9183BE7C6FB5EAED091785FC3E1D3D41DB3497F7 * ___TaskWhenAnyCast_24; public: inline static int32_t get_offset_of_s_Factory_23() { return static_cast(offsetof(Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138_StaticFields, ___s_Factory_23)); } inline TaskFactory_1_t58FE324C5DC18B5ED9A0E49CA8543DEEA65B4462 * get_s_Factory_23() const { return ___s_Factory_23; } inline TaskFactory_1_t58FE324C5DC18B5ED9A0E49CA8543DEEA65B4462 ** get_address_of_s_Factory_23() { return &___s_Factory_23; } inline void set_s_Factory_23(TaskFactory_1_t58FE324C5DC18B5ED9A0E49CA8543DEEA65B4462 * 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_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138_StaticFields, ___TaskWhenAnyCast_24)); } inline Func_2_t9183BE7C6FB5EAED091785FC3E1D3D41DB3497F7 * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; } inline Func_2_t9183BE7C6FB5EAED091785FC3E1D3D41DB3497F7 ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; } inline void set_TaskWhenAnyCast_24(Func_2_t9183BE7C6FB5EAED091785FC3E1D3D41DB3497F7 * value) { ___TaskWhenAnyCast_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 { public: // TResult System.Threading.Tasks.Task`1::m_result VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 ___m_result_22; public: inline static int32_t get_offset_of_m_result_22() { return static_cast(offsetof(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673, ___m_result_22)); } inline VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 get_m_result_22() const { return ___m_result_22; } inline VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 * get_address_of_m_result_22() { return &___m_result_22; } inline void set_m_result_22(VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 value) { ___m_result_22 = value; } }; struct Task_1_t1359D75350E9D976BFA28AD96E417450DE277673_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t3C0D0DC20C0FC00DE4F8740B351BE642467AB03D * ___s_Factory_23; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t9FE43757FE22F96D0EA4E7945B6D146812F2671F * ___TaskWhenAnyCast_24; public: inline static int32_t get_offset_of_s_Factory_23() { return static_cast(offsetof(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673_StaticFields, ___s_Factory_23)); } inline TaskFactory_1_t3C0D0DC20C0FC00DE4F8740B351BE642467AB03D * get_s_Factory_23() const { return ___s_Factory_23; } inline TaskFactory_1_t3C0D0DC20C0FC00DE4F8740B351BE642467AB03D ** get_address_of_s_Factory_23() { return &___s_Factory_23; } inline void set_s_Factory_23(TaskFactory_1_t3C0D0DC20C0FC00DE4F8740B351BE642467AB03D * 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_t1359D75350E9D976BFA28AD96E417450DE277673_StaticFields, ___TaskWhenAnyCast_24)); } inline Func_2_t9FE43757FE22F96D0EA4E7945B6D146812F2671F * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; } inline Func_2_t9FE43757FE22F96D0EA4E7945B6D146812F2671F ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; } inline void set_TaskWhenAnyCast_24(Func_2_t9FE43757FE22F96D0EA4E7945B6D146812F2671F * value) { ___TaskWhenAnyCast_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value); } }; // System.Threading.Tasks.ThreadPoolTaskScheduler struct ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD : public TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 { public: public: }; struct ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD_StaticFields { public: // System.Threading.ParameterizedThreadStart System.Threading.Tasks.ThreadPoolTaskScheduler::s_longRunningThreadWork ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * ___s_longRunningThreadWork_6; public: inline static int32_t get_offset_of_s_longRunningThreadWork_6() { return static_cast(offsetof(ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD_StaticFields, ___s_longRunningThreadWork_6)); } inline ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * get_s_longRunningThreadWork_6() const { return ___s_longRunningThreadWork_6; } inline ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F ** get_address_of_s_longRunningThreadWork_6() { return &___s_longRunningThreadWork_6; } inline void set_s_longRunningThreadWork_6(ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * value) { ___s_longRunningThreadWork_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_longRunningThreadWork_6), (void*)value); } }; // System.Threading.ThreadPoolWorkQueue_WorkStealingQueue struct WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB : public RuntimeObject { public: // System.Threading.IThreadPoolWorkItem[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.ThreadPoolWorkQueue_WorkStealingQueue::m_array IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* ___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_t8C6A214261382587D0A07AD354500141672A1DE1 ___m_foreignLock_4; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB, ___m_array_0)); } inline IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* get_m_array_0() const { return ___m_array_0; } inline IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* 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_tFC6A568537E943B70FB9A859876D16E7DB7A84DB, ___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_tFC6A568537E943B70FB9A859876D16E7DB7A84DB, ___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_tFC6A568537E943B70FB9A859876D16E7DB7A84DB, ___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_tFC6A568537E943B70FB9A859876D16E7DB7A84DB, ___m_foreignLock_4)); } inline SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 get_m_foreignLock_4() const { return ___m_foreignLock_4; } inline SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * get_address_of_m_foreignLock_4() { return &___m_foreignLock_4; } inline void set_m_foreignLock_4(SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 value) { ___m_foreignLock_4 = value; } }; // System.Threading.Timeout struct Timeout_t148C37C092EAF5AFCE1D0C06481466A5F88E4C04 : public RuntimeObject { public: public: }; struct Timeout_t148C37C092EAF5AFCE1D0C06481466A5F88E4C04_StaticFields { public: // System.TimeSpan System.Threading.Timeout::InfiniteTimeSpan TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___InfiniteTimeSpan_0; public: inline static int32_t get_offset_of_InfiniteTimeSpan_0() { return static_cast(offsetof(Timeout_t148C37C092EAF5AFCE1D0C06481466A5F88E4C04_StaticFields, ___InfiniteTimeSpan_0)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_InfiniteTimeSpan_0() const { return ___InfiniteTimeSpan_0; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_InfiniteTimeSpan_0() { return &___InfiniteTimeSpan_0; } inline void set_InfiniteTimeSpan_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___InfiniteTimeSpan_0 = value; } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((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_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((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_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((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_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((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_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 : public SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E { public: public: }; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 : public MulticastDelegate_t { public: public: }; // System.Action`1> struct Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8 : public MulticastDelegate_t { public: public: }; // System.AppDomainUnloadedException struct AppDomainUnloadedException_t8DFC322660E43B2A11853B62BF43078F42496A35 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ArithmeticException struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t { public: public: }; // System.EventHandler struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C : public MulticastDelegate_t { public: public: }; // System.EventHandler`1 struct EventHandler_1_tF704D003AB4792AFE4B10D9127FF82EEC18615BC : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F : public MulticastDelegate_t { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.OperationCanceledException struct OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.Threading.CancellationToken System.OperationCanceledException::_cancellationToken CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ____cancellationToken_17; public: inline static int32_t get_offset_of__cancellationToken_17() { return static_cast(offsetof(OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90, ____cancellationToken_17)); } inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB get__cancellationToken_17() const { return ____cancellationToken_17; } inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * get_address_of__cancellationToken_17() { return &____cancellationToken_17; } inline void set__cancellationToken_17(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB value) { ____cancellationToken_17 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____cancellationToken_17))->___m_source_0), (void*)NULL); } }; // System.Predicate`1 struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 : public MulticastDelegate_t { public: public: }; // System.Predicate`1 struct Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 : public MulticastDelegate_t { public: public: }; // System.Threading.AbandonedMutexException struct AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.Int32 System.Threading.AbandonedMutexException::m_MutexIndex int32_t ___m_MutexIndex_17; // System.Threading.Mutex System.Threading.AbandonedMutexException::m_Mutex Mutex_tEFA4BCB29AF9E8B7BD6F0973C6AFFA072744AB5C * ___m_Mutex_18; public: inline static int32_t get_offset_of_m_MutexIndex_17() { return static_cast(offsetof(AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9, ___m_MutexIndex_17)); } inline int32_t get_m_MutexIndex_17() const { return ___m_MutexIndex_17; } inline int32_t* get_address_of_m_MutexIndex_17() { return &___m_MutexIndex_17; } inline void set_m_MutexIndex_17(int32_t value) { ___m_MutexIndex_17 = value; } inline static int32_t get_offset_of_m_Mutex_18() { return static_cast(offsetof(AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9, ___m_Mutex_18)); } inline Mutex_tEFA4BCB29AF9E8B7BD6F0973C6AFFA072744AB5C * get_m_Mutex_18() const { return ___m_Mutex_18; } inline Mutex_tEFA4BCB29AF9E8B7BD6F0973C6AFFA072744AB5C ** get_address_of_m_Mutex_18() { return &___m_Mutex_18; } inline void set_m_Mutex_18(Mutex_tEFA4BCB29AF9E8B7BD6F0973C6AFFA072744AB5C * value) { ___m_Mutex_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Mutex_18), (void*)value); } }; // System.Threading.ContextCallback struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 : public MulticastDelegate_t { public: public: }; // System.Threading.ManualResetEvent struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 : public EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 { public: public: }; // System.Threading.ParameterizedThreadStart struct ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F : public MulticastDelegate_t { public: public: }; // System.Threading.SemaphoreFullException struct SemaphoreFullException_tA922BF3DD3A402F2CCE5AFDEFCB40BD57720FA2E : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Threading.SemaphoreSlim_TaskNode struct TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D : public Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 { public: // System.Threading.SemaphoreSlim_TaskNode System.Threading.SemaphoreSlim_TaskNode::Prev TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___Prev_25; // System.Threading.SemaphoreSlim_TaskNode System.Threading.SemaphoreSlim_TaskNode::Next TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___Next_26; public: inline static int32_t get_offset_of_Prev_25() { return static_cast(offsetof(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D, ___Prev_25)); } inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * get_Prev_25() const { return ___Prev_25; } inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D ** get_address_of_Prev_25() { return &___Prev_25; } inline void set_Prev_25(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * value) { ___Prev_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prev_25), (void*)value); } inline static int32_t get_offset_of_Next_26() { return static_cast(offsetof(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D, ___Next_26)); } inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * get_Next_26() const { return ___Next_26; } inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D ** get_address_of_Next_26() { return &___Next_26; } inline void set_Next_26(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * value) { ___Next_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___Next_26), (void*)value); } }; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 : public MulticastDelegate_t { public: public: }; // System.Threading.SynchronizationLockException struct SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Threading.Tasks.Task_DelayPromise struct DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 : public Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 { public: // System.Threading.CancellationToken System.Threading.Tasks.Task_DelayPromise::Token CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___Token_25; // System.Threading.CancellationTokenRegistration System.Threading.Tasks.Task_DelayPromise::Registration CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 ___Registration_26; // System.Threading.Timer System.Threading.Tasks.Task_DelayPromise::Timer Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___Timer_27; public: inline static int32_t get_offset_of_Token_25() { return static_cast(offsetof(DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2, ___Token_25)); } inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB get_Token_25() const { return ___Token_25; } inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * get_address_of_Token_25() { return &___Token_25; } inline void set_Token_25(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB value) { ___Token_25 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Token_25))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_Registration_26() { return static_cast(offsetof(DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2, ___Registration_26)); } inline CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 get_Registration_26() const { return ___Registration_26; } inline CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * get_address_of_Registration_26() { return &___Registration_26; } inline void set_Registration_26(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 value) { ___Registration_26 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Registration_26))->___m_callbackInfo_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Registration_26))->___m_registrationInfo_1))->___m_source_0), (void*)NULL); #endif } inline static int32_t get_offset_of_Timer_27() { return static_cast(offsetof(DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2, ___Timer_27)); } inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * get_Timer_27() const { return ___Timer_27; } inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 ** get_address_of_Timer_27() { return &___Timer_27; } inline void set_Timer_27(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * value) { ___Timer_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___Timer_27), (void*)value); } }; // System.Threading.Tasks.TaskFactory_CompleteOnInvokePromise struct CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 : public Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 { 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_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86, ____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_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86, ___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.Threading.ThreadAbortException struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Threading.ThreadInterruptedException struct ThreadInterruptedException_t40D8296AA9D9E8B74E29BFAE1089CFACC5F03751 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Threading.ThreadStart struct ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF : public MulticastDelegate_t { public: public: }; // System.Threading.ThreadStateException struct ThreadStateException_tCE60AB1B9E16A6D13E3926137BA55832ABE986AE : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Threading.TimerCallback struct TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 : public MulticastDelegate_t { public: public: }; // System.Threading.WaitCallback struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC : public MulticastDelegate_t { public: public: }; // System.Threading.WaitHandleCannotBeOpenedException struct WaitHandleCannotBeOpenedException_t869CD999EE7B918C5546E2007AF7C4557281B65B : public ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 { public: public: }; // System.Threading.WaitOrTimerCallback struct WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 { 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_tF68E471ECD1419AD7C51137B742837395F50B69A, ___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_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 { public: public: }; // System.Threading.Tasks.TaskCanceledException struct TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48 : public OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 { public: // System.Threading.Tasks.Task System.Threading.Tasks.TaskCanceledException::m_canceledTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_canceledTask_18; public: inline static int32_t get_offset_of_m_canceledTask_18() { return static_cast(offsetof(TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48, ___m_canceledTask_18)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_canceledTask_18() const { return ___m_canceledTask_18; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_canceledTask_18() { return &___m_canceledTask_18; } inline void set_m_canceledTask_18(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___m_canceledTask_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_canceledTask_18), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Threading.WaitHandle[] struct WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC : public RuntimeArray { public: ALIGN_FIELD (8) WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * m_Items[1]; public: inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 ** 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, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Threading.Tasks.Task[] struct TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE : public RuntimeArray { public: ALIGN_FIELD (8) Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * m_Items[1]; public: inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** 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, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((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.Exception[] struct ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209 : 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.Runtime.ExceptionServices.ExceptionDispatchInfo[] struct ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF : public RuntimeArray { public: ALIGN_FIELD (8) ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * m_Items[1]; public: inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A ** 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, ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Threading.ThreadPoolWorkQueue_WorkStealingQueue[] struct WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9 : public RuntimeArray { public: ALIGN_FIELD (8) WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * m_Items[1]; public: inline WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB ** 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_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Threading.IThreadPoolWorkItem[] struct IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154 : 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.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((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.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1::GetAwaiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskAwaiter_1_tFD52D9BC245E2C60016F2E6F4CC4A15361418090 Task_1_GetAwaiter_mACFDCEB6FCFDFCFADAD84AB06A6DC16BAE77948E_gshared (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * __this, const RuntimeMethod* method); // TResult System.Runtime.CompilerServices.TaskAwaiter`1::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskAwaiter_1_GetResult_m77546DD82B46E6BAAAA79AB5F1BBCD2567E0F7F8_gshared (TaskAwaiter_1_tFD52D9BC245E2C60016F2E6F4CC4A15361418090 * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::FromCancellation(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * Task_FromCancellation_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m1D2F3D8D751533AB2C2C6571998736C242E908CB_gshared (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE AsyncTaskMethodBuilder_1_Create_mEB49F32EAEB3E6C469F3A1194FBC34CD1D91CBBF_gshared (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__31>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_m579B20DF6B7062270FE8F1A11AADC69A0D6EE966_gshared (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * AsyncTaskMethodBuilder_1_get_Task_mE71F3C1D2587BE90812781280F0175E9CE14BA66_gshared (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task`1::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_1__ctor_m3A414F98FA833365D5DFA9DBBFD275B886CDFEAD_gshared (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * __this, bool ___canceled0, bool ___result1, int32_t ___creationOptions2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___ct3, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_tA36F8230F9392F8C09FD6FDBAEA3F1A41388CCA8 Task_1_ConfigureAwait_m60DD864D9488EACBA6C087E87E448797C1C8B76B_gshared (Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E ConfiguredTaskAwaitable_1_GetAwaiter_m86C543D72022CB5D0C43053C4AF5F37EA4E690A7_gshared_inline (ConfiguredTaskAwaitable_1_tA36F8230F9392F8C09FD6FDBAEA3F1A41388CCA8 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mA1F08104B225C8640528B38BFD0AAAEE84541586_gshared (ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Threading.SemaphoreSlim/d__31>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_mBA0B39DAAB8A47038BC4E627109D0CC08E3DEC12_gshared (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E * ___awaiter0, U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * ___stateMachine1, const RuntimeMethod* method); // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConfiguredTaskAwaiter_GetResult_m4EE5BF4F8536CCC951CA3F4E3C494411AE2D507E_gshared (ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t1BE33447D45233CB970D730E5238A5ACDDBF1B82 Task_1_ConfigureAwait_mAB7D38722C432C9FB07D4BE72C9B964D5476810A_gshared (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 ConfiguredTaskAwaitable_1_GetAwaiter_m2EF8D361B5AFBDA824FE2D5CE4704EF99AECA48F_gshared_inline (ConfiguredTaskAwaitable_1_t1BE33447D45233CB970D730E5238A5ACDDBF1B82 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_m3106B5C67EF6270B9DB4B5E1C5C687BCAA446F24_gshared (ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Threading.SemaphoreSlim/d__31>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_mD7526A56B41D9BCBD47A0FBF40425033B092ABB5_gshared (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 * ___awaiter0, U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * ___stateMachine1, const RuntimeMethod* method); // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_GetResult_mC2B7B126733CDE385D61F2036F9D0668B36F171B_gshared (ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_m21285A09F0A9D6C0F245EB498300064F66DAAF18_gshared (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, Exception_t * ___exception0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_mCF07BE7A4F16080B49751FF5A4159E2ADDAC723F_gshared (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, bool ___result0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_m6C16FFAECC8CE76F82289A87141A9524F5B09C60_gshared (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_1__ctor_m7891CB01EB20826147070EA4906F804ACF5402E0_gshared (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task`1::TrySetResult(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_1_TrySetResult_mFC68BAD2AD67B63EF8E248E06F6C1819EF13A10E_gshared (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * __this, bool ___result0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m1738FFAE74BE5E599FD42520FA2BEF69D1AC4709_gshared (Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m2204D6D532702FD13AB2A9AD8DB538E4E8FB1913_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, const RuntimeMethod* method); // System.Void System.Tuple`3::.ctor(T1,T2,T3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tuple_3__ctor_m7334BD1AD31582D0F7A90637AEC714072E093956_gshared (Tuple_3_tCA94A9157918EBC76337751E950A3BF20BBF71F9 * __this, RuntimeObject * ___item10, RuntimeObject * ___item21, RuntimeObject * ___item32, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Shared`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shared_1__ctor_mAFCC38C207B2F85CB2AE05C7C866B8169EAAE24A_gshared (Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2 * __this, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 ___value0, const RuntimeMethod* method); // T1 System.Tuple`3::get_Item1() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Tuple_3_get_Item1_mDB05E64387A775571A57E1A8A3B225E9A079DF8C_gshared_inline (Tuple_3_tCA94A9157918EBC76337751E950A3BF20BBF71F9 * __this, const RuntimeMethod* method); // T2 System.Tuple`3::get_Item2() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Tuple_3_get_Item2_m28B3505579A6A87FAAFF970D0F19EBE95F6D9B2D_gshared_inline (Tuple_3_tCA94A9157918EBC76337751E950A3BF20BBF71F9 * __this, const RuntimeMethod* method); // T3 System.Tuple`3::get_Item3() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Tuple_3_get_Item3_m9F2E5915E0F2E217F46D06D14F750008D0E31B9B_gshared_inline (Tuple_3_tCA94A9157918EBC76337751E950A3BF20BBF71F9 * __this, const RuntimeMethod* method); // T System.Threading.LazyInitializer::EnsureInitialized(T&,System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyInitializer_EnsureInitialized_TisRuntimeObject_m7B0E3E50F3847BD7E9A7254C24D6DAA8994F6CC7_gshared (RuntimeObject ** ___target0, Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * ___valueFactory1, 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_m8F7880F43C4E281DBF7CA5A9431D5E6DD3797B7E_gshared (ReadOnlyCollection_1_t5D996E967221C71E4EC5CC11210C3076432D5A50 * __this, RuntimeObject* ___list0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::RemoveAll(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_RemoveAll_m568E7007C316A2B83B0D08A324AA8A9C8D2796DF_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___match0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // T System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // T System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_get_Capacity_mB976106DA11B4155CBC654A4FEAF355280834D8B_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::IndexOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::FromException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * Task_FromException_TisVoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40_mF0D5B2C3E0E9A2245559F271CB88AAA19ADCE0E9_gshared (Exception_t * ___exception0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_mE02699FC76D830943069F8FC19D16C3B72A98A1F_gshared (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_1__ctor_mB6BFCB1A119B19A4AE30679E41E1F4EC47797EB4_gshared (Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task`1::TrySetCanceled(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_1_TrySetCanceled_mF517585BF4AC77744F212A6F236047C47E7CB45C_gshared (Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___tokenToRecord0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task`1::TrySetResult(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_1_TrySetResult_mAD80B9B3A23B94A6798C589669A06F1D25D46543_gshared (Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * __this, VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 ___result0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m0C8A9A1DBCB1FEFD1FF6A4E807D329949B925A76_gshared (ReadOnlyCollection_1_t5D996E967221C71E4EC5CC11210C3076432D5A50 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, 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_m629B40CD4286736C328FA496AAFC388F697CF984_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_1__ctor_m6DAC1732E56024E32076DEE1A3863F17635A8944_gshared (Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task`1::TrySetResult(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_1_TrySetResult_m4FE4E07EBB0BA224341A4946FE2C4A813BD8AF64_gshared (Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * __this, RuntimeObject * ___result0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalWeakTable_2__ctor_m1BF7C98CA314D99CE58778C0C661D5F1628B6563_gshared (ConditionalWeakTable_2_tAD6736E4C6A9AF930D360966499D999E3CE45BF3 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalWeakTable_2_Add_m328BEB54F1BEAC2B86045D46A84627B02C82E777_gshared (ConditionalWeakTable_2_tAD6736E4C6A9AF930D360966499D999E3CE45BF3 * __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_mBF3979EE17B68658C4C1AB3A8D64B24F263E3B98_gshared (EventHandler_1_t10245A26B14DDE8DDFD5B263BDE0641F17DCFDC3 * __this, RuntimeObject * ___sender0, RuntimeObject * ___e1, const RuntimeMethod* method); // T System.Threading.AsyncLocalValueChangedArgs`1::get_CurrentValue() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * AsyncLocalValueChangedArgs_1_get_CurrentValue_mE7B45C05247F47070ABC5251ECF740710FB99B52_gshared_inline (AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D * __this, const RuntimeMethod* method); // System.Void System.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m09B6544493F7B95A7FA3A568D25489C5E3EEAFB6_gshared (Action_1_tC9C78235CE090A8C814E2C458627F15C33AF0180 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.AsyncLocal`1::.ctor(System.Action`1>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncLocal_1__ctor_mBF520B58E9E752F59538039C7EB57E879F5AE8A2_gshared (AsyncLocal_1_tB3967B9BB037A3D4C437E7F0773AFF68802723D9 * __this, Action_1_tC9C78235CE090A8C814E2C458627F15C33AF0180 * ___valueChangedHandler0, const RuntimeMethod* method); // System.Void System.Threading.AsyncLocal`1::set_Value(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncLocal_1_set_Value_m8D6AFEFFA7271575D6B9F60F8F812407431BA2C9_gshared (AsyncLocal_1_tB3967B9BB037A3D4C437E7F0773AFF68802723D9 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // T[] System.Threading.ThreadPoolWorkQueue/SparseArray`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* SparseArray_1_get_Current_m6715E5ACB39FD5E197A696FF118069BAD185668D_gshared (SparseArray_1_t3343BC28ED7AB6481D2C9C24AC382CCEFD5148F1 * __this, const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SparseArray_1__ctor_m14F57DABEB0112D1C2DC00D1C734570C06C73DB5_gshared (SparseArray_1_t3343BC28ED7AB6481D2C9C24AC382CCEFD5148F1 * __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_mF691405F72340FFB24B2B053CD36CE49E6F93D7A_gshared (SparseArray_1_t3343BC28ED7AB6481D2C9C24AC382CCEFD5148F1 * __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_m68197C62F8B904A1778445F94E694E9F18C90BD7_gshared (SparseArray_1_t3343BC28ED7AB6481D2C9C24AC382CCEFD5148F1 * __this, RuntimeObject * ___e0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Capacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Capacity_m5E67DE1CEC89ADB8A82937E2D0CB48A78F962FA3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Environment::get_TickCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C (const RuntimeMethod* method); // System.Int32 System.Environment::get_ProcessorCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_ProcessorCount_m086119F1D40B7319BFC37F4501C6A73517E9B8CD (const RuntimeMethod* method); // System.Int32 System.Threading.PlatformHelper::get_ProcessorCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlatformHelper_get_ProcessorCount_mED31378FF99FA52193863291A42F4EA623F62E13 (const RuntimeMethod* method); // System.Void System.Threading.ContextCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493 (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Threading.ExecutionContext::IsFlowSuppressed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContext_IsFlowSuppressed_mA39E5CDF87685341DE0E387503AD4B7D215933C6 (const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.ExecutionContext::Capture(System.Threading.StackCrawlMark&,System.Threading.ExecutionContext/CaptureOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_Capture_m03E9840F580CC8E82725D5969D6132B0ABADD5F2 (int32_t* ___stackMark0, int32_t ___options1, const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback_Invoke_mB6A858A1792B8E0DE526C3C157624C1A59EEFA16 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * __this, RuntimeObject * ___state0, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::Run(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_Run_mFF76DDA6501D993EB4A4B79EFDAF1F6476920945 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___executionContext0, ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___callback1, RuntimeObject * ___state2, bool ___preserveSyncCtx3, const RuntimeMethod* method); // System.Void System.Runtime.ConstrainedExecution.CriticalFinalizerObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CriticalFinalizerObject__ctor_m99FA3656B2AAC4F7E53A8BFE9E361E7C1F8867C5 (CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 * __this, const RuntimeMethod* method); // System.Void System.Threading.LockQueue::.ctor(System.Threading.ReaderWriterLock) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LockQueue__ctor_m90D16C636959C77D90E90AFAFA5A1A172A541318 (LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * __this, ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * ___rwlock0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Runtime.ConstrainedExecution.CriticalFinalizerObject::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CriticalFinalizerObject_Finalize_m36B07F0B4F395452E3EFB45EF4887C763388AFA7 (CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Int32 System.Threading.Thread::get_CurrentThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_CurrentThreadId_m4E5AF50F663EA2F6891B44EABD11D9B05C75CF4F (const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Threading.ReaderWriterLock::AcquireWriterLock(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReaderWriterLock_AcquireWriterLock_m1B0A8F855064F90B0EC93633078E848F557DADBB (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, int32_t ___millisecondsTimeout0, int32_t ___initialLockCount1, const RuntimeMethod* method); // System.Boolean System.Threading.ReaderWriterLock::HasWriterLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReaderWriterLock_HasWriterLock_m6B44D796D1A9712A72463CA6E0E5F15683E2DB41 (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.LockQueue::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LockQueue_get_IsEmpty_mBAE6EA4A8B3E59E63E635D641B88467C1350BB38 (LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.LockQueue::Wait(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LockQueue_Wait_m94008C29AF5E3B465892D821A6DA94EF5814B8CD (LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * __this, int32_t ___timeout0, const RuntimeMethod* method); // System.Void System.ApplicationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationException__ctor_mDC26CE8ECD0DDA5C8FA50C8E8B2614F3B50FC308 (ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Threading.ReaderWriterLock::ReleaseWriterLock(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReaderWriterLock_ReleaseWriterLock_mF9CA542FA200B1C431BD58A982119A5126A1FDC3 (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, int32_t ___releaseCount0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::PulseAll(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_PulseAll_mFE0F30CE6AE17C41852AFEA9FB3B78957CA103C5 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Threading.LockQueue::Pulse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LockQueue_Pulse_mEB62D68F1294AEEA812A1E61A9FE99D7AE42AC20 (LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * __this, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850 (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * __this, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1 (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * __this, bool ___initialState0, const RuntimeMethod* method); // Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitHandle::get_SafeWaitHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * WaitHandle_get_SafeWaitHandle_m9BA6EA0D8DBD059147DE77EE1E36181EEB5A8AB1 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousAddRef(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, bool* ___success0, const RuntimeMethod* method); // System.Int32 System.Threading.WaitHandle::WaitAny(System.Threading.WaitHandle[],System.TimeSpan,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WaitHandle_WaitAny_mB3F8C574D50E2EC2D056A731B86BC2284D1B85CB (WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* ___waitHandles0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeout1, bool ___exitContext2, const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * __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_mF344DA7B44CDBE8C7163C1539D429F27E8553185 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___callBack0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Boolean System.Threading.NativeEventCalls::SetEvent(Microsoft.Win32.SafeHandles.SafeWaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeEventCalls_SetEvent_mAEF9B9C0465787B512B6497A05E56EFD39BD420C (SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * ___handle0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method); // System.Void System.Threading.WaitOrTimerCallback::Invoke(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitOrTimerCallback_Invoke_m339DD37A56CCF4A02065A78DEE3A981017B80670 (WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * __this, RuntimeObject * ___state0, bool ___timedOut1, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method); // System.String System.Threading.SemaphoreSlim::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SemaphoreSlim_GetResourceString_mE3D9E87B59865FFD5AAD8B6E958E3E61539381BD (String_t* ___str0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method); // System.Boolean System.Threading.SemaphoreSlim::Wait(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SemaphoreSlim_Wait_m29DC4B74F86F97ACA15A0454BDD03DFB78C84A12 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, int32_t ___millisecondsTimeout0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken1, const RuntimeMethod* method); // System.Void System.Threading.SemaphoreSlim::CheckDispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_CheckDispose_m38F5F406FD2FB6F8B92CD861679A134B3281BF05 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method); // System.Void System.Threading.CancellationToken::ThrowIfCancellationRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken_ThrowIfCancellationRequested_m13AB667F961F83D8ED759BA402325638F43B0938 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, const RuntimeMethod* method); // System.UInt32 System.Threading.TimeoutHelper::GetTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TimeoutHelper_GetTime_m6AD4BA5DCA9E4102DC18395A59123E91EB915D98 (const RuntimeMethod* method); // System.Threading.CancellationTokenRegistration System.Threading.CancellationToken::InternalRegisterWithoutEC(System.Action`1,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 CancellationToken_InternalRegisterWithoutEC_m2AB5F8C5E8800786BE0825ACE80BAA2EFB719DFF (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Void System.Threading.SpinWait::SpinOnce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinWait_SpinOnce_mFE80DED71DC333A3F5C6F98AE9B46AB63B854E87 (SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.SpinWait::get_NextSpinWillYield() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinWait_get_NextSpinWillYield_m00ED46CB0C35A8CC817E0670A4726969361AD78C (SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.SemaphoreSlim::WaitAsync(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * SemaphoreSlim_WaitAsync_mBB764841A3D1B32B37C0F0C41B33DCDC5B50B63F (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, int32_t ___millisecondsTimeout0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken1, const RuntimeMethod* method); // System.Boolean System.Threading.SemaphoreSlim::WaitUntilCountOrTimeout(System.Int32,System.UInt32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SemaphoreSlim_WaitUntilCountOrTimeout_mA36D8A5809312197C41BF2999267A5FCAA02EA5C (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, int32_t ___millisecondsTimeout0, uint32_t ___startTime1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken2, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, const RuntimeMethod* method); // System.Void System.Threading.CancellationTokenRegistration::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenRegistration_Dispose_m12C09B73DC2913C85C776E611EF48DCA63405457 (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1::GetAwaiter() inline TaskAwaiter_1_tFD52D9BC245E2C60016F2E6F4CC4A15361418090 Task_1_GetAwaiter_mACFDCEB6FCFDFCFADAD84AB06A6DC16BAE77948E (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * __this, const RuntimeMethod* method) { return (( TaskAwaiter_1_tFD52D9BC245E2C60016F2E6F4CC4A15361418090 (*) (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 *, const RuntimeMethod*))Task_1_GetAwaiter_mACFDCEB6FCFDFCFADAD84AB06A6DC16BAE77948E_gshared)(__this, method); } // TResult System.Runtime.CompilerServices.TaskAwaiter`1::GetResult() inline bool TaskAwaiter_1_GetResult_m77546DD82B46E6BAAAA79AB5F1BBCD2567E0F7F8 (TaskAwaiter_1_tFD52D9BC245E2C60016F2E6F4CC4A15361418090 * __this, const RuntimeMethod* method) { return (( bool (*) (TaskAwaiter_1_tFD52D9BC245E2C60016F2E6F4CC4A15361418090 *, const RuntimeMethod*))TaskAwaiter_1_GetResult_m77546DD82B46E6BAAAA79AB5F1BBCD2567E0F7F8_gshared)(__this, method); } // System.Int32 System.Threading.TimeoutHelper::UpdateTimeOut(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeoutHelper_UpdateTimeOut_mC735C89ED9256E7BD6B8AC2068A8A50DDDB4F45D (uint32_t ___startTime0, int32_t ___originalWaitMillisecondsTimeout1, const RuntimeMethod* method); // System.Boolean System.Threading.Monitor::Wait(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_Wait_m370232637E049ACF8E0322DC89D1AECD48ADE0E4 (RuntimeObject * ___obj0, int32_t ___millisecondsTimeout1, const RuntimeMethod* method); // System.Boolean System.Threading.CancellationToken::get_IsCancellationRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::FromCancellation(System.Threading.CancellationToken) inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * Task_FromCancellation_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m1D2F3D8D751533AB2C2C6571998736C242E908CB (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method) { return (( Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * (*) (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB , const RuntimeMethod*))Task_FromCancellation_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m1D2F3D8D751533AB2C2C6571998736C242E908CB_gshared)(___cancellationToken0, method); } // System.Threading.SemaphoreSlim/TaskNode System.Threading.SemaphoreSlim::CreateAndAddAsyncWaiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * SemaphoreSlim_CreateAndAddAsyncWaiter_m13BC2BA52183EBBF94F3859624D529E399B3739F (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.CancellationToken::get_CanBeCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_get_CanBeCanceled_m485B6A386A628048A15D607330E91582012C59EF (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.SemaphoreSlim::WaitUntilCountOrTimeoutAsync(System.Threading.SemaphoreSlim/TaskNode,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * SemaphoreSlim_WaitUntilCountOrTimeoutAsync_mC2EA6C6E028868536441F09E695A97792ED29F22 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___asyncWaiter0, int32_t ___millisecondsTimeout1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken2, const RuntimeMethod* method); // System.Void System.Threading.SemaphoreSlim/TaskNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskNode__ctor_m72EC4C4F9BA296764F5694BF5D41153341D32E0C (TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE AsyncTaskMethodBuilder_1_Create_mEB49F32EAEB3E6C469F3A1194FBC34CD1D91CBBF (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mEB49F32EAEB3E6C469F3A1194FBC34CD1D91CBBF_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__31>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_m579B20DF6B7062270FE8F1A11AADC69A0D6EE966 (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *, U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_m579B20DF6B7062270FE8F1A11AADC69A0D6EE966_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * AsyncTaskMethodBuilder_1_get_Task_mE71F3C1D2587BE90812781280F0175E9CE14BA66 (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, const RuntimeMethod* method) { return (( Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * (*) (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mE71F3C1D2587BE90812781280F0175E9CE14BA66_gshared)(__this, method); } // System.Int32 System.Threading.SemaphoreSlim::Release(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SemaphoreSlim_Release_mACD3818F05329681DBCCEB4D4DD90AD70D309B65 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, int32_t ___releaseCount0, const RuntimeMethod* method); // System.Void System.Threading.SemaphoreFullException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreFullException__ctor_m22FC230D5266AB79667D894677719561ADBA8C86 (SemaphoreFullException_tA922BF3DD3A402F2CCE5AFDEFCB40BD57720FA2E * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Pulse(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Pulse_mA4885CDA903E733894EB46D7D4CA9F40C95FEE08 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Threading.SemaphoreSlim::RemoveAsyncWaiter(System.Threading.SemaphoreSlim/TaskNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SemaphoreSlim_RemoveAsyncWaiter_m39BC77A3981580E045918DBA0320D2BCCC7082DF (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___task0, const RuntimeMethod* method); // System.Void System.Threading.SemaphoreSlim::QueueWaiterTask(System.Threading.SemaphoreSlim/TaskNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_QueueWaiterTask_mA3A9B3409968DFF37D0B0E7ECEAFBB850DE5EDBA (TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___waiterTask0, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, const RuntimeMethod* method); // System.Void System.Threading.ThreadPool::UnsafeQueueCustomWorkItem(System.Threading.IThreadPoolWorkItem,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_UnsafeQueueCustomWorkItem_m6FAFD01CC75C06858788F29C2430A4CB85E13568 (RuntimeObject* ___workItem0, bool ___forceGlobal1, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task`1::.ctor(System.Boolean,TResult,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) inline void Task_1__ctor_m3A414F98FA833365D5DFA9DBBFD275B886CDFEAD (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * __this, bool ___canceled0, bool ___result1, int32_t ___creationOptions2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___ct3, const RuntimeMethod* method) { (( void (*) (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 *, bool, bool, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB , const RuntimeMethod*))Task_1__ctor_m3A414F98FA833365D5DFA9DBBFD275B886CDFEAD_gshared)(__this, ___canceled0, ___result1, ___creationOptions2, ___ct3, method); } // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510 (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Threading.CancellationTokenSource::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource__ctor_m217582F71932ADD00D63047D8D53C87111116C6B (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method); // System.Threading.CancellationTokenSource System.Threading.CancellationTokenSource::CreateLinkedTokenSource(System.Threading.CancellationToken,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * CancellationTokenSource_CreateLinkedTokenSource_m2C81DC36FDD60133E058DFCFCF84043F93631206 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___token10, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___token21, const RuntimeMethod* method); // System.Threading.CancellationToken System.Threading.CancellationTokenSource::get_Token() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB CancellationTokenSource_get_Token_mBB578AFC3DB427E263C966B2DCA86E6ED1CCBC9B (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::Delay(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_Delay_mE765C93596171D57A356BCCCEFE49392CA925AFA (int32_t ___millisecondsDelay0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken1, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::WhenAny(System.Threading.Tasks.Task[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 * Task_WhenAny_mBC42BCB13C1F576DE6DAA08EB4F704D8176E674F (TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* ___tasks0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_t8D34CA760D27E56CAF3F3A7F84C667D30575CEC8 Task_1_ConfigureAwait_mD03679F7F51381E06FAE9159DA409D99DDB38955 (Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_t8D34CA760D27E56CAF3F3A7F84C667D30575CEC8 (*) (Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 *, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m60DD864D9488EACBA6C087E87E448797C1C8B76B_gshared)(__this, ___continueOnCapturedContext0, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() inline ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B ConfiguredTaskAwaitable_1_GetAwaiter_m05FE34533C2F748304AC414A45AF9F926992BED4_inline (ConfiguredTaskAwaitable_1_t8D34CA760D27E56CAF3F3A7F84C667D30575CEC8 * __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B (*) (ConfiguredTaskAwaitable_1_t8D34CA760D27E56CAF3F3A7F84C667D30575CEC8 *, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m86C543D72022CB5D0C43053C4AF5F37EA4E690A7_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_m3D021F21281DE3F49E3325651FBA55DB7D9E62D4 (ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B * __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B *, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mA1F08104B225C8640528B38BFD0AAAEE84541586_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Threading.SemaphoreSlim/d__31>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_m755528799846E77B1782EEE6428170E36A9655F0 (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B * ___awaiter0, U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *, ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B *, U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_mBA0B39DAAB8A47038BC4E627109D0CC08E3DEC12_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ConfiguredTaskAwaiter_GetResult_m4898D8CDABDD41A60CF2267D25176F46AAC371AE (ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B * __this, const RuntimeMethod* method) { return (( Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * (*) (ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B *, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m4EE5BF4F8536CCC951CA3F4E3C494411AE2D507E_gshared)(__this, method); } // System.Void System.Threading.CancellationTokenSource::Cancel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_Cancel_m33023D4CB46117A4C6A7C1ED0076918871A1E2DF (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_t1BE33447D45233CB970D730E5238A5ACDDBF1B82 Task_1_ConfigureAwait_mAB7D38722C432C9FB07D4BE72C9B964D5476810A (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_t1BE33447D45233CB970D730E5238A5ACDDBF1B82 (*) (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 *, bool, const RuntimeMethod*))Task_1_ConfigureAwait_mAB7D38722C432C9FB07D4BE72C9B964D5476810A_gshared)(__this, ___continueOnCapturedContext0, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() inline ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 ConfiguredTaskAwaitable_1_GetAwaiter_m2EF8D361B5AFBDA824FE2D5CE4704EF99AECA48F_inline (ConfiguredTaskAwaitable_1_t1BE33447D45233CB970D730E5238A5ACDDBF1B82 * __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 (*) (ConfiguredTaskAwaitable_1_t1BE33447D45233CB970D730E5238A5ACDDBF1B82 *, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m2EF8D361B5AFBDA824FE2D5CE4704EF99AECA48F_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_m3106B5C67EF6270B9DB4B5E1C5C687BCAA446F24 (ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 * __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 *, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_m3106B5C67EF6270B9DB4B5E1C5C687BCAA446F24_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Threading.SemaphoreSlim/d__31>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_mD7526A56B41D9BCBD47A0FBF40425033B092ABB5 (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 * ___awaiter0, U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *, ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 *, U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_mD7526A56B41D9BCBD47A0FBF40425033B092ABB5_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() inline bool ConfiguredTaskAwaiter_GetResult_mC2B7B126733CDE385D61F2036F9D0668B36F171B (ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 * __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 *, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_mC2B7B126733CDE385D61F2036F9D0668B36F171B_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_m21285A09F0A9D6C0F245EB498300064F66DAAF18 (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, Exception_t * ___exception0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *, Exception_t *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m21285A09F0A9D6C0F245EB498300064F66DAAF18_gshared)(__this, ___exception0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) inline void AsyncTaskMethodBuilder_1_SetResult_mCF07BE7A4F16080B49751FF5A4159E2ADDAC723F (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, bool ___result0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *, bool, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mCF07BE7A4F16080B49751FF5A4159E2ADDAC723F_gshared)(__this, ___result0, method); } // System.Void System.Threading.SemaphoreSlim/d__31::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_MoveNext_m1982400CBDD4DB67FE38119302F2B707992C1EAA (U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_m6C16FFAECC8CE76F82289A87141A9524F5B09C60 (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m6C16FFAECC8CE76F82289A87141A9524F5B09C60_gshared)(__this, ___stateMachine0, method); } // System.Void System.Threading.SemaphoreSlim/d__31::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_SetStateMachine_m7934D38F49845914EE79AC281B298D11AEFCBE32 (U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task`1::.ctor() inline void Task_1__ctor_m7891CB01EB20826147070EA4906F804ACF5402E0 (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * __this, const RuntimeMethod* method) { (( void (*) (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 *, const RuntimeMethod*))Task_1__ctor_m7891CB01EB20826147070EA4906F804ACF5402E0_gshared)(__this, method); } // System.Boolean System.Threading.Tasks.Task`1::TrySetResult(TResult) inline bool Task_1_TrySetResult_mFC68BAD2AD67B63EF8E248E06F6C1819EF13A10E (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * __this, bool ___result0, const RuntimeMethod* method) { return (( bool (*) (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 *, bool, const RuntimeMethod*))Task_1_TrySetResult_mFC68BAD2AD67B63EF8E248E06F6C1819EF13A10E_gshared)(__this, ___result0, method); } // System.Void System.Threading.SpinLock::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock__ctor_m2BB2C4BB309BF3C6D004C3BABAE3C8484DA5B6A0 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, bool ___enableThreadOwnerTracking0, const RuntimeMethod* method); // System.Void System.Threading.Thread::BeginCriticalRegion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_BeginCriticalRegion_m55EE44EB61B3CA75D6458FACAB208D7FA6D32D44 (const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_m4114DFF2BC6F128F8A044E0437E2DD8CE52E9226 (int32_t* ___location10, int32_t ___value1, int32_t ___comparand2, bool* ___succeeded3, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::ContinueTryEnter(System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_ContinueTryEnter_m13251D6EC7969659B3647FA12ECBFA28AFC30FDF (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, int32_t ___millisecondsTimeout0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::Enter(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_Enter_mF3E9D6327B1767595E94264ABB9526C5CF3CFC3B (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, bool* ___lockTaken0, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::TryEnter(System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_TryEnter_mC40B3AF891D55A2D0DC2AEC8F83926EBB4A28109 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, int32_t ___millisecondsTimeout0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Threading.Thread::EndCriticalRegion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_EndCriticalRegion_mD3B15BD6F84DE9EFC254F87275F4EE52E4F0A96E (const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Threading.SpinLock::get_IsThreadOwnerTrackingEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinLock_get_IsThreadOwnerTrackingEnabled_m5FE4C1CD01AD438BF8C17E1BEC394A96E592E0F2 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::ContinueTryEnterWithThreadTracking(System.Int32,System.UInt32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_ContinueTryEnterWithThreadTracking_m115AC8DDC46B73F61AA2146B7119EEAD9DE630FD (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, int32_t ___millisecondsTimeout0, uint32_t ___startTime1, bool* ___lockTaken2, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Add(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Add_mB998A76F86D8882F5FBFB9F64E7143B3DAB3C68F (int32_t* ___location10, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::DecrementWaiters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_DecrementWaiters_mF8D475ADEA3BB31BBBCBECCA5B3049E7D2294A47 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, const RuntimeMethod* method); // System.Void System.Threading.Thread::SpinWait(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SpinWait_m78B41D34DB11B07C0E7776FD3150DFB10AC63BB4 (int32_t ___iterations0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Sleep(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF (int32_t ___millisecondsTimeout0, const RuntimeMethod* method); // System.Boolean System.Threading.Thread::Yield() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_Yield_m04E310FE49602AEB72AE630E371CFAC36AAA718B (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_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03 (int32_t* ___location10, int32_t ___value1, int32_t ___comparand2, const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::get_CurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E (const RuntimeMethod* method); // System.Int32 System.Threading.Thread::get_ManagedThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Void System.Threading.LockRecursionException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LockRecursionException__ctor_mC4B847F5F4421F0B7EA18E302D346C35C8A2F9E1 (LockRecursionException_tB25740EFF8FBE39193D06FEDAD527853C70944B9 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::ExitSlowPath(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_ExitSlowPath_m670E522593C059F407052B50DB9B85A7F11BA737 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, bool ___useMemoryBarrier0, const RuntimeMethod* method); // System.Void System.Threading.SpinLock::Exit(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_Exit_m85BC505E091C592BE7015391FAD05C5BDC8A1D66 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, bool ___useMemoryBarrier0, const RuntimeMethod* method); // System.Boolean System.Threading.SpinLock::get_IsHeldByCurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinLock_get_IsHeldByCurrentThread_m974126ABD4E71CBCF895BD3CE34BCD74F0F5A696 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, const RuntimeMethod* method); // System.Void System.Threading.SynchronizationLockException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationLockException__ctor_m2D56EA848D40CF87417BFD4BE6426C39C6873FE9 (SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Exchange(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5 (int32_t* ___location10, int32_t ___value1, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Decrement(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Decrement_m5C38319E41D5F7C90DFEC9138D58E6E92DFAFCFE (int32_t* ___location0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Threading.PlatformHelper::get_IsSingleProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_get_IsSingleProcessor_m87507D435831F72BC807223D20139EE006CC3106 (const RuntimeMethod* method); // System.Void System.Threading.SendOrPostCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendOrPostCallback_Invoke_m10442BF6A452A4408C3DDD1885D6809C4549C2AC (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * __this, RuntimeObject * ___state0, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.Thread::GetMutableExecutionContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * Thread_GetMutableExecutionContext_mD22CBCEAD2B95B779612C42D8B634B8B5163BA72 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::set_SynchronizationContext(System.Threading.SynchronizationContext) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ExecutionContext_set_SynchronizationContext_mBFE248C6373436FB512D4E65E00297A56EF412BF_inline (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___value0, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::set_SynchronizationContextNoFlow(System.Threading.SynchronizationContext) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ExecutionContext_set_SynchronizationContextNoFlow_mD43C4382257518361F32EE94D935CD5ABFD4D17D_inline (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___value0, const RuntimeMethod* method); // System.Threading.ExecutionContext/Reader System.Threading.Thread::GetExecutionContextReader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B Thread_GetExecutionContextReader_m94A554E99BC4602CE1703DFBA4C96373208D1A4B (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Threading.SynchronizationContext System.Threading.ExecutionContext/Reader::get_SynchronizationContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * Reader_get_SynchronizationContext_m399CC51942AA34194E2F022DB3DCC8F2FE88F979 (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, const RuntimeMethod* method); // System.Threading.SynchronizationContext System.Threading.SynchronizationContext::GetThreadLocalContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * SynchronizationContext_GetThreadLocalContext_mCA00930F12DD26BDEC8CF3A3D6FF757F7CD5241B (const RuntimeMethod* method); // System.Threading.SynchronizationContext System.Threading.ExecutionContext/Reader::get_SynchronizationContextNoFlow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * Reader_get_SynchronizationContextNoFlow_mC5F9EDB5DD2F7C76A21D27FE94C9360F9C8D3EE4 (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, const RuntimeMethod* method); // System.Threading.OSSpecificSynchronizationContext System.Threading.OSSpecificSynchronizationContext::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * OSSpecificSynchronizationContext_Get_m0DB575C35C4E1CCBA0E664CB66EAA3C4E75D4DE4 (const RuntimeMethod* method); // System.Void System.Threading.SynchronizationContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContext__ctor_mC7C5F426C3450ACA409B5FE89E961EB8E5047512 (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * __this, const RuntimeMethod* method); // System.Void System.Exception::SetErrorCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7 (Exception_t * __this, int32_t ___hr0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskContinuation::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskContinuation__ctor_m80CED39EAC26BB41224D948D7197F1251E4F4631 (TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * __this, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.ExecutionContext::FastCapture() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_FastCapture_m45BB22D28452F5CF987B1D0C33EE75FB801D9856 (const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task__ctor_m0769EBAC32FC56E43AA3EA4697369AD1C68508CC (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Delegate_t * ___action0, RuntimeObject * ___state1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___parent2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, int32_t ___creationOptions4, int32_t ___internalOptions5, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler6, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::set_CapturedContext(System.Threading.ExecutionContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_set_CapturedContext_mB7C98613F94CB2B97DB8B283F18E0E47C42B887B (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___value0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.AwaitTaskContinuation::get_IsValidLocationForInlining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AwaitTaskContinuation_get_IsValidLocationForInlining_m4C79B1B0B463CDA479B2C73B955746B397EC1DCF (const RuntimeMethod* method); // System.Threading.ContextCallback System.Threading.Tasks.AwaitTaskContinuation::GetInvokeActionCallback() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * AwaitTaskContinuation_GetInvokeActionCallback_m47BB05AEC35713EAAF5030364C1806E6344F9206_inline (const RuntimeMethod* method); // System.Void System.Threading.Tasks.AwaitTaskContinuation::RunCallback(System.Threading.ContextCallback,System.Object,System.Threading.Tasks.Task&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_RunCallback_m415919F8BE298801B6B7182632DC33FF6E795F1A (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___callback0, RuntimeObject * ___state1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** ___currentTask2, const RuntimeMethod* method); // System.Threading.SynchronizationContext System.Threading.SynchronizationContext::get_CurrentNoFlow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * SynchronizationContext_get_CurrentNoFlow_m27FCFE7342796044E2ADD701D2E86F2517D64194 (const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_InternalCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * TaskScheduler_get_InternalCurrent_m792B2A13D81A8BD8A724321AFA4633B09FF1259C (const RuntimeMethod* method); // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_Default() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * TaskScheduler_get_Default_mC3794A546EB0F4C6D0A11E72F8939EC364733C87_inline (const RuntimeMethod* method); // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_Dispose_mC5B9EB90B72938BC56CE08155CC5DFAF40F16A69 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AwaitTaskContinuation::ExecuteWorkItemHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_ExecuteWorkItemHelper_mA2589872AE7C1BF8B648699E0FCC37B0CAE7C377 (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, const RuntimeMethod* method); // System.Void System.Threading.ContextCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextCallback_Invoke_m76E65E7A67AA99858554F451E0F78E22B6478998 (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * __this, RuntimeObject * ___state0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AwaitTaskContinuation::ThrowAsyncIfNecessary(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_ThrowAsyncIfNecessary_mD1B7B962FF8ED8EC2F105A42998347BDF99FED05 (Exception_t * ___exc0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AwaitTaskContinuation::UnsafeScheduleAction(System.Action,System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_UnsafeScheduleAction_m6FE5A227F1E782EC26CA755419E7CE146B43FF4B (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AwaitTaskContinuation::.ctor(System.Action,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation__ctor_m1EC0FA9E3D438D2F3BFEBFBA07FDAF27B4FACACF (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, bool ___flowExecutionContext1, const RuntimeMethod* method); // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Runtime.ExceptionServices.ExceptionDispatchInfo::Capture(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * ExceptionDispatchInfo_Capture_m8E5F721466EDFE9AA8BC532F9AE7A859E0766E23 (Exception_t * ___source0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AwaitTaskContinuation/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m3BA8F422E35FB5D7F0B86004B5AB7CD2C7B8E1C0 (U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024 * __this, const RuntimeMethod* method); // System.Void System.Runtime.ExceptionServices.ExceptionDispatchInfo::Throw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDispatchInfo_Throw_m9630C06EF8D7CDF5BD5DC76144CD98C4D9E8D26F (ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::InternalCurrentIfAttached(System.Threading.Tasks.TaskCreationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_InternalCurrentIfAttached_mA6A2C11F69612C4A960BC1FC6BD4E4D181D26A3B (int32_t ___creationOptions0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::PossiblyCaptureContext(System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_PossiblyCaptureContext_m0DB8D1ADD84B044BEBC0A692E45577D2B7ADFDA8 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t* ___stackMark0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::NotifyDebuggerOfWaitCompletionIfNecessary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_NotifyDebuggerOfWaitCompletionIfNecessary_m71ACB838EB1988C1436F99C7EB0C819D9F025E2A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) inline void Action_1_Invoke_m21996822F6C0C0E1A30ED96F74B9FFE6DD672495 (Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 *, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, const RuntimeMethod*))Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared)(__this, ___obj0, method); } // System.Void System.Action`2::Invoke(T1,T2) inline void Action_2_Invoke_m8043C3C9CC7F89C23FB8EECBD67B676C332CB200 (Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8 *, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, RuntimeObject *, const RuntimeMethod*))Action_2_Invoke_m1738FFAE74BE5E599FD42520FA2BEF69D1AC4709_gshared)(__this, ___arg10, ___arg21, method); } // System.Boolean System.Threading.Tasks.StackGuard::CheckForSufficientStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackGuard_CheckForSufficientStack_m78952214615951B65E1D3C8B1FE328936F5D817E (StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.AsyncCausalityTracer::get_LoggingOn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7 (const RuntimeMethod* method); // System.Int32 System.Threading.Tasks.Task::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Delegate::get_Method() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048 (Delegate_t * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceOperationCreation(System.Threading.Tasks.CausalityTraceLevel,System.Int32,System.String,System.UInt64) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceOperationCreation_m7B5DBD272BC20E986A5120FBF6665241BBACF060 (int32_t ___traceLevel0, int32_t ___taskId1, String_t* ___operationName2, uint64_t ___relatedContext3, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::AddToActiveTasks(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_AddToActiveTasks_m840B00A5EE550016686305EDB927B9A7FE37C421 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsRanToCompletion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsRanToCompletion_mCCFB04975336938D365F65C71C75A38CFE3721BC (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCanceled_m42A47FCA2C6F33308A08C92C8489E802448F6F42 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceOperationRelation(System.Threading.Tasks.CausalityTraceLevel,System.Int32,System.Threading.Tasks.CausalityRelation) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceOperationRelation_mA7691DAE55DF8387322376648D9CCBB54EFFC490 (int32_t ___traceLevel0, int32_t ___taskId1, int32_t ___relation2, 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_m7CCFD190C3F783A343C1103BF27BFE4D19C66FEF (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, bool ___needsProtection1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::ScheduleAndStart(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ScheduleAndStart_m7A3334C89BD4B47370D0A3CAE575EA54CCA01AEF (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___needsProtection0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::InternalCancel(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_InternalCancel_m745407E41B4B25AA01E7DBAD85A4857D1F7F520D (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___bCancelNonExecutingOnly0, 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_mBEDA16F5D33081AF421A009449B3A1D2B0A0121A (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, bool ___flowExecutionContext1, int32_t* ___stackMark2, const RuntimeMethod* method); // System.Threading.ContextCallback System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation::GetPostActionCallback() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * SynchronizationContextAwaitTaskContinuation_GetPostActionCallback_m77660CC4D6299E3D4FEEADD1EEB2ED81479EF1E9_inline (const RuntimeMethod* method); // System.Void System.Threading.SendOrPostCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendOrPostCallback__ctor_mA3A6885EC5474314128A4FDE77E93F8B7EEC2619 (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mAC67D3D51A9073130F2F486675676EBFAEC148C7 (U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m55755723565BE6B8A0576434B1D1E5AFF5BC9E4A (Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * __this, int32_t ___key0, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F *, int32_t, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, const RuntimeMethod*))Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_m8A775DC3DA045DBE29E44D8FA98E57FEA20B9368 (Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * __this, int32_t ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m2204D6D532702FD13AB2A9AD8DB538E4E8FB1913_gshared)(__this, ___key0, method); } // System.Void System.Threading.Tasks.Task/ContingentProperties::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContingentProperties__ctor_mD515B94D26AB52AFF131A9C97483E657261B0120 (ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::TaskConstructorCore(System.Object,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_TaskConstructorCore_m6B54AFE9106C1C96AC2B4560FCD65796A8D5525C (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject * ___action0, RuntimeObject * ___state1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken2, int32_t ___creationOptions3, int32_t ___internalOptions4, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler5, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.Task::get_CreationOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_CreationOptions_m1013CF6F9F645BFA03F13F89DFA749ADABA541C8 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::AddNewChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddNewChild_m892592DE6344787DB92036EAB590476E549FA78F (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::AssignCancellationToken(System.Threading.CancellationToken,System.Threading.Tasks.Task,System.Threading.Tasks.TaskContinuation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AssignCancellationToken_m49B51C0263DAE4EF7573885594D1F99DF81C300F (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___antecedent1, TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * ___continuation2, const RuntimeMethod* method); // System.Threading.Tasks.Task/ContingentProperties System.Threading.Tasks.Task::EnsureContingentPropertiesInitialized(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * Task_EnsureContingentPropertiesInitialized_mFEF35F7CCA43B6FC6843167E62779F6C09100475 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___needsProtection0, const RuntimeMethod* method); // System.Void System.Threading.CancellationToken::ThrowIfSourceDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken_ThrowIfSourceDisposed_m8E42C0EEDC94CA3AB799D787A25E1BF63EC33271 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, const RuntimeMethod* method); // System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.Task::get_Options() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Tuple`3::.ctor(T1,T2,T3) inline void Tuple_3__ctor_mEBEB26F33E2A9546F44BE417D96B1419B7F2EFE9 (Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___item10, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___item21, TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * ___item32, const RuntimeMethod* method) { (( void (*) (Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 *, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 *, const RuntimeMethod*))Tuple_3__ctor_m7334BD1AD31582D0F7A90637AEC714072E093956_gshared)(__this, ___item10, ___item21, ___item32, method); } // System.Void System.Threading.Tasks.Shared`1::.ctor(T) inline void Shared_1__ctor_mAFCC38C207B2F85CB2AE05C7C866B8169EAAE24A (Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2 * __this, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 ___value0, const RuntimeMethod* method) { (( void (*) (Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2 *, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 , const RuntimeMethod*))Shared_1__ctor_mAFCC38C207B2F85CB2AE05C7C866B8169EAAE24A_gshared)(__this, ___value0, method); } // System.Void System.Threading.Tasks.Task::DisregardChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_DisregardChild_mF5C09366D4780D6C6A90B60BAC0C769054EA8771 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // T1 System.Tuple`3::get_Item1() inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Tuple_3_get_Item1_mB0C8437E786459C80B0F2CB57ADC3A643F6C4CE2_inline (Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 * __this, const RuntimeMethod* method) { return (( Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * (*) (Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 *, const RuntimeMethod*))Tuple_3_get_Item1_mDB05E64387A775571A57E1A8A3B225E9A079DF8C_gshared_inline)(__this, method); } // T2 System.Tuple`3::get_Item2() inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Tuple_3_get_Item2_m64FB7459CA4971DEC4FBC22F9E3BD918557B9BCB_inline (Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 * __this, const RuntimeMethod* method) { return (( Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * (*) (Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 *, const RuntimeMethod*))Tuple_3_get_Item2_m28B3505579A6A87FAAFF970D0F19EBE95F6D9B2D_gshared_inline)(__this, method); } // T3 System.Tuple`3::get_Item3() inline TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * Tuple_3_get_Item3_m4361144F0F8FBFA32334368B1C2EAFB8158461F0_inline (Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 * __this, const RuntimeMethod* method) { return (( TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * (*) (Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 *, const RuntimeMethod*))Tuple_3_get_Item3_m9F2E5915E0F2E217F46D06D14F750008D0E31B9B_gshared_inline)(__this, method); } // System.Void System.Threading.Tasks.Task::RemoveContinuation(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_RemoveContinuation_m09A569E89BF4CCCF31646AB74A88BCDFC093DAE4 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject * ___continuationObject0, const RuntimeMethod* method); // System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.Task::OptionsMethod(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_OptionsMethod_m078D666F0D89BE7D57D02F2E355907A71EA962ED (int32_t ___flags0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::AtomicStateUpdate(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_AtomicStateUpdate_m8453A8B2D404F085626BC0BCFCB2593AA373F530 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t ___newBits0, int32_t ___illegalBits1, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsWaitNotificationEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsWaitNotificationEnabled_m2FCD90C6D62FFF78CBE2C5FE3BB9AAB68794DE8E (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::NotifyDebuggerOfWaitCompletion() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Task_NotifyDebuggerOfWaitCompletion_m29E07DF85245752783EB926AF0698526AE9954F3 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::SetNotificationForWaitCompletion(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_SetNotificationForWaitCompletion_mD1A101A6112916B6B28B86D5A9015348CCDFEC2A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___enabled0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsSelfReplicatingRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsSelfReplicatingRoot_m8E6E3BDE25EE52DCDFF58787B9E81CE7EA7CFA37 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Increment(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F (int32_t* ___location0, const RuntimeMethod* method); // System.Int32 System.Threading.Tasks.Task::NewId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_NewId_m2FA62609A08BE3C277416032922008B5F0870B7F (const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::get_InternalCurrent() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_get_InternalCurrent_m6BD4F17F5DAF5AC20BD6051A854D0BD702025892_inline (const RuntimeMethod* method); // System.Void System.Threading.Tasks.StackGuard::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackGuard__ctor_m43A3F9AC18F2D28154D3C5B1434DAAF5A59EB3EB (StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsFaulted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsFaulted_m7337D2694F4BF380C5B8893B4A924D7F0E762A48 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.AggregateException System.Threading.Tasks.Task::GetExceptions(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * Task_GetExceptions_m347C0AF20DE3E85C6F4CD4D7C6BE386C652D136C (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___includeTaskCanceledExceptions0, const RuntimeMethod* method); // System.Threading.Tasks.Task/ContingentProperties System.Threading.Tasks.Task::EnsureContingentPropertiesInitializedCore(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * Task_EnsureContingentPropertiesInitializedCore_mEBABC8AA0C0C53B08D71CC3233E7F9487A645709 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___needsProtection0, const RuntimeMethod* method); // T System.Threading.LazyInitializer::EnsureInitialized(T&,System.Func`1) inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * LazyInitializer_EnsureInitialized_TisContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08_m2F2E8D86C1C1F146E43AA9AA5572B95F333C0EAF (ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 ** ___target0, Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * ___valueFactory1, const RuntimeMethod* method) { return (( ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * (*) (ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 **, Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F *, const RuntimeMethod*))LazyInitializer_EnsureInitialized_TisRuntimeObject_m7B0E3E50F3847BD7E9A7254C24D6DAA8994F6CC7_gshared)(___target0, ___valueFactory1, method); } // System.Boolean System.Threading.Tasks.Task::IsCompletedMethod(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_IsCompletedMethod_mDB10A23B3BE87989E50E196D28E2A429ED06C48A (int32_t ___flags0, const RuntimeMethod* method); // System.Threading.ManualResetEventSlim System.Threading.Tasks.Task::get_CompletedEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * Task_get_CompletedEvent_mE8A47E33273E4C45D6D818F4308903D34C5683DD (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Threading.WaitHandle System.Threading.ManualResetEventSlim::get_WaitHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ManualResetEventSlim_get_WaitHandle_m1D2F06B07F0563D6E4788305F52284487DCE802B (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::.ctor(System.Boolean,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task__ctor_m61EE08D52F4C76A4D8E44B826F02724920D3425B (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___canceled0, int32_t ___creationOptions1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___ct2, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEventSlim::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim__ctor_m8A42F1BAF0BB8E04060ABB7506A3F03EF6EFD6EF (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, bool ___initialState0, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEventSlim::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_Dispose_mDF9E897811F63EA93C87E4D2FE66B138A66146AA (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEventSlim::Set() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_Set_m2E94D35286055BA81B9DAD85C4CB9DCF89CF0F81 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.TaskExceptionHolder::get_ContainsFaultList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskExceptionHolder_get_ContainsFaultList_m0BD28A069F49306DC78F74060DF55D2F9F5275E3 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.ExecutionContext::get_PreAllocatedDefault() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_get_PreAllocatedDefault_m67D699DE0503E4BC8FB524A9F46669087705FF8E_inline (const RuntimeMethod* method); // System.Boolean System.Threading.ExecutionContext::get_IsPreAllocatedDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContext_get_IsPreAllocatedDefault_mFD07D73B6F109B0CC3444D45542A6A63D4B373D4 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.ExecutionContext::CreateCopy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_CreateCopy_mD0C2EA5AE6F140C566D3DC1B0E7896AEDBBAA6F1 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.ManualResetEventSlim::get_IsSet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ManualResetEventSlim_get_IsSet_mF9C923A1085E5C05A4A9B4844FD43D33F9B51EFC (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::MarkStarted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_MarkStarted_mA6657A4058C324CA5277F16D30C25741C4220030 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskScheduler::InternalQueueTask(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler_InternalQueueTask_m08940F911E3B4987803048AC88CAE4FB803E1B30 (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::AddException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddException_m07648B13C5D6B6517EEC4C84D5C022965ED1AE54 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject * ___exceptionObject0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::FinishThreadAbortedTask(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_FinishThreadAbortedTask_m68ACB8E7C1B325A01E7CFB23448F60DF56328760 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___bTAEAddedToExceptionHolder0, bool ___delegateRan1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskSchedulerException::.ctor(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskSchedulerException__ctor_mFFF7423FCD3DFC4F8A6F7E6028AE6CB1D5865F63 (TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * __this, Exception_t * ___innerException0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::Finish(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Finish_m3CBED2C27D7A1E20A9D2A659D4DEA38FCC47DF8F (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___bUserDelegateExecuted0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskExceptionHolder::MarkAsHandled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_MarkAsHandled_mDF29FF00633189AAC6A4D341F14D7DC6E0250835 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, bool ___calledFromFinalizer0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::AddException(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddException_mE85F41BF5164A62313993DB0EB1FDAF1B7A53D5E (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject * ___exceptionObject0, bool ___representsCancellation1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskExceptionHolder::.ctor(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder__ctor_m9DFCF5C093112C5273718737871BB34B2677A842 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskExceptionHolder::Add(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_Add_m474EACCFF78EE2092046D28A549140F2DB721109 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, RuntimeObject * ___exceptionObject0, bool ___representsCancellation1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskCanceledException::.ctor(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCanceledException__ctor_m45DC90A53B1AF6B996D2B1BEA655A8D2C08C6AE7 (TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_ExceptionRecorded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_ExceptionRecorded_mE7BD1794348DB6D61B6A1D29A57519264BC6722E (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.AggregateException System.Threading.Tasks.TaskExceptionHolder::CreateExceptionObject(System.Boolean,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * TaskExceptionHolder_CreateExceptionObject_m054A22256E85C2AF24F5E4253F1FD9ED7698D214 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, bool ___calledFromFinalizer0, Exception_t * ___includeThisException1, const RuntimeMethod* method); // System.Void System.AggregateException::.ctor(System.Exception[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m4BE6D1A4009BE2081C418E517FFDFE415B6CF908 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* ___innerExceptions0, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::.ctor(System.Collections.Generic.IList`1) inline void ReadOnlyCollection_1__ctor_m7B7B9545500B72A83AC286C66E80177D48BE2F7F (ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1 * __this, RuntimeObject* ___list0, const RuntimeMethod* method) { (( void (*) (ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1 *, RuntimeObject*, const RuntimeMethod*))ReadOnlyCollection_1__ctor_m8F7880F43C4E281DBF7CA5A9431D5E6DD3797B7E_gshared)(__this, ___list0, method); } // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Threading.Tasks.TaskExceptionHolder::GetExceptionDispatchInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1 * TaskExceptionHolder_GetExceptionDispatchInfos_m22C52A36D4F57DA10A82F4193B5DB26C2761C40E (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, const RuntimeMethod* method); // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Threading.Tasks.TaskExceptionHolder::GetCancellationExceptionDispatchInfo() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * TaskExceptionHolder_GetCancellationExceptionDispatchInfo_m6F7AB65EF187AEE62E6704ED3C85C4BC58C6F369_inline (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::UpdateExceptionObservedStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_UpdateExceptionObservedStatus_m1B934C758DC3C80A3B26410F4A246767EEEBE05A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::FinishStageTwo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_FinishStageTwo_mA282DAF0F6678A55ABBBC388218EE1936C93D487 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::RemoveAll(System.Predicate`1) inline int32_t List_1_RemoveAll_mC4FEA0EA2929D9530115A00BFA5AF6C1BBAB74A8 (List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * __this, Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * ___match0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E *, Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 *, const RuntimeMethod*))List_1_RemoveAll_m568E7007C316A2B83B0D08A324AA8A9C8D2796DF_gshared)(__this, ___match0, method); } // System.Void System.Threading.Tasks.Task::AddExceptionsFromChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddExceptionsFromChildren_mC22CD99033D0071A1CB17FD39752202CE3E31E26 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceOperationCompletion(System.Threading.Tasks.CausalityTraceLevel,System.Int32,System.Threading.Tasks.AsyncCausalityStatus) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceOperationCompletion_m63C07B707D3034D2F0F4B395636B410ACC9A78D6 (int32_t ___traceLevel0, int32_t ___taskId1, int32_t ___status2, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::RemoveFromActiveTasks(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_RemoveFromActiveTasks_mEDE131DB4C29D967D6D717CAB002C6C02583BDF5 (int32_t ___taskId0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsCancellationRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCancellationRequested_mEC0D3452C63A295062E6D2C1FCECA529EC9D1C91 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsCancellationAcknowledged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCancellationAcknowledged_m8E56396FE6257481F3B2DC98DC1F8ED3BA2E3E9E (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task/ContingentProperties::SetCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContingentProperties_SetCompleted_m3CB1941CBE9F1D241A2AFA4E3F739C98B493E6DE (ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task/ContingentProperties::DeregisterCancellationCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContingentProperties_DeregisterCancellationCallback_mE1C7DC05011B37760179381194AA813E6646C900 (ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::FinishStageThree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_FinishStageThree_m543744E8C5DFC94B2F2898998663C85617999E32 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::ProcessChildCompletion(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ProcessChildCompletion_mC85680C81FB2CC825B8525B112630786F41C3B3B (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___childTask0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::FinishContinuations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_FinishContinuations_m6BBB58CFA80FB99D16972B13ECC41B734475EFCD (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsExceptionObservedByParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsExceptionObservedByParent_mF76B3BAD34F96F98D1A8E8ACFF533728CEA7EE07 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mC06B02C45D781C1EBF33F5D2380FF522713EF33B (List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * __this, const RuntimeMethod* method) { (( void (*) (List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mAC067166AEB86D01BCC2364DAC32CF05E89AF135 (List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E *, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 List_1_GetEnumerator_mFF8F45C64E3BA8B5E05FE814FC09A80F81903598 (List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * __this, const RuntimeMethod* method) { return (( Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 (*) (List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Enumerator_get_Current_m7225F86A35D26BD382863FC6FE84CAF3DA11CF9F_inline (Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 * __this, const RuntimeMethod* method) { return (( Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * (*) (Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m5A9F52ABE68EC7C100DB7A788C4B6BBB48358FFD (Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m83CB993D2CC4222537751945D972767270313F45 (Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method); } // System.Void System.Threading.Tasks.Task::ExecuteSelfReplicating(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ExecuteSelfReplicating_m04E29BA5B131FD16387C89CACB5B989BE675C1F4 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___root0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsChildReplica() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsChildReplica_m0C8033A1E772EF6829A2F00F9BB58C455D4DC6AA (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::HandleException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_HandleException_m6B4C1844450535E0938234A9A696060C28A5F74C (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Exception_t * ___unhandledException0, const RuntimeMethod* method); // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::get_ExecutingTaskScheduler() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * Task_get_ExecutingTaskScheduler_m3A3340F34EF9D594413E54F46B78874BCB0CA30D_inline (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task/<>c__DisplayClass178_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass178_0__ctor_mE3AB73DE645CB1E445061A5C3AF7591D19EC1D10 (U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(T) inline void Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5 (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, const RuntimeMethod*))Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared)(__this, ___obj0, method); } // System.Boolean System.Threading.Tasks.Task::ExecuteEntry(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_ExecuteEntry_mA04E6FA3370CA2AB19B6AB209E44E993B14621F1 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___bPreventDoubleExecution0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::AtomicStateUpdate(System.Int32,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_AtomicStateUpdate_mC826E87CFCDFFDB8E6225C8D6A7FA0B95AB0C1E0 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t ___newBits0, int32_t ___illegalBits1, int32_t* ___oldFlags2, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::ExecuteWithThreadLocal(System.Threading.Tasks.Task&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ExecuteWithThreadLocal_mFF23F3F9C0796B0EE2AC70CB51AD7D2A2867D733 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** ___currentTaskSlot0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::CancellationCleanupLogic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_CancellationCleanupLogic_m85636A9F2412CDC73F9CFC7CEB87A3C48ECF6BB2 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.Tasks.Task::get_CapturedContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * Task_get_CapturedContext_m0BF410316395E27B89095D1070AB0D0875B0AAF1 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Execute_mF91032F33896912C3A3CC6A568220EBC5D439CFF (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.Tasks.Task::CopyExecutionContext(System.Threading.ExecutionContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * Task_CopyExecutionContext_m8B27D58B28710B2B9CDA52970404E67039F0EE53 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___capturedContext0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceSynchronousWorkCompletion(System.Threading.Tasks.CausalityTraceLevel,System.Threading.Tasks.CausalitySynchronousWork) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceSynchronousWorkCompletion_m55EB5CB50B1797EDC8071C3D1BF3FDEB92D5025C (int32_t ___traceLevel0, int32_t ___work1, const RuntimeMethod* method); // System.Threading.CancellationToken System.OperationCanceledException::get_CancellationToken() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB OperationCanceledException_get_CancellationToken_mE0079552C3600A6DB8324958CA288DB19AF05B66_inline (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.CancellationToken::op_Equality(System.Threading.CancellationToken,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_op_Equality_m21CD07CDD7FE9C6920F3806BE460A35DC4A0332D (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___left0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___right1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::SetCancellationAcknowledged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_SetCancellationAcknowledged_m5C4A001B268D335A8AAD044071B8DDD5C3024EF5 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.TaskAwaiter::.ctor(System.Threading.Tasks.Task) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TaskAwaiter__ctor_m097495CE8729E030CC08F2C46FEA4BAD6AD4228B_inline (TaskAwaiter_t0CDE8DBB564F0A0EA55FA6B3D43EEF96BC26252F * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable::.ctor(System.Threading.Tasks.Task,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfiguredTaskAwaitable__ctor_m8FEE38F1343FC69A8D97E4FFB076E6377592693F (ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, bool ___continueOnCapturedContext1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation::.ctor(System.Threading.SynchronizationContext,System.Action,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContextAwaitTaskContinuation__ctor_m050FFB1926E4E85CF18607F93821E1CDA6308A4E (SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE * __this, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___context0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action1, bool ___flowExecutionContext2, int32_t* ___stackMark3, const RuntimeMethod* method); // 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_m173C68019B0FDEB8F679AED48DDD37B4DD9ED470 (TaskSchedulerAwaitTaskContinuation_t08B24138EF6D3AC7A821332F15F5A5A0F08543B6 * __this, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action1, bool ___flowExecutionContext2, int32_t* ___stackMark3, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::AddTaskContinuation(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_AddTaskContinuation_m16543B86970B0357262A2CD975E006BBC07760C0 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject * ___tc0, bool ___addBeforeOthers1, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::Wait(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_Wait_m937DA145B3571DD253A6FB99CBC824F0839FDA72 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t ___millisecondsTimeout0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken1, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::get_IsWaitNotificationEnabledOrNotRanToCompletion() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Task_get_IsWaitNotificationEnabledOrNotRanToCompletion_mEC26269ABD71D03847D81120160D2106C2B3D581_inline (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __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_m7F1436A365C066C8D9BDEB6740118206B0EFAD45 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t ___millisecondsTimeout0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::ThrowIfExceptional(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ThrowIfExceptional_m57A30F74DDD3039C2EB41FA235A897626CE23A37 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___includeTaskCanceledExceptions0, 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_m9FBFA8F615D96CC9902CA2CBC3D51BCF7444E67B (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, bool ___taskWasPreviouslyQueued1, const RuntimeMethod* method); // System.Void System.Diagnostics.Debugger::NotifyOfCrossThreadDependency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger_NotifyOfCrossThreadDependency_m8387594B996D7068C44BA22E2D85266D3BAF4307 (const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::WrappedTryRunInline() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_WrappedTryRunInline_m6F79A792A8ADAAB725796FA1144A67AB82B0AF1B (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::SpinThenBlockingWait(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_SpinThenBlockingWait_mBAB3ADF8D2F624A0DC70F6BE0D7C2B0E291E635F (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t ___millisecondsTimeout0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken1, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::SpinWait(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_SpinWait_mE21B8AFD42111D5E49A949853AAF5576AAAFB93A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t ___millisecondsTimeout0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task/SetOnInvokeMres::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SetOnInvokeMres__ctor_m5687AFB1292311BE5361EDDC64D893359D4DA8BD (SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::AddCompletionAction(System.Threading.Tasks.ITaskCompletionAction,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddCompletionAction_m0B91D1C446207F2632CFCFE45B499E98A6DD8580 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject* ___action0, bool ___addBeforeOthers1, const RuntimeMethod* method); // System.Boolean System.Threading.ManualResetEventSlim::Wait(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ManualResetEventSlim_Wait_mBBC47852C86E2A3D08FADAF3DE0588A2CE720B2F (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, int32_t ___millisecondsTimeout0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::RecordInternalCancellationRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_RecordInternalCancellationRequest_m3438B1196A36F51DBC6585D4824CFD492851A395 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.CancellationToken::op_Inequality(System.Threading.CancellationToken,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_op_Inequality_mF123C167BD2B2C2FD542C282C0968790E400C540 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___left0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___right1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::RecordInternalCancellationRequest(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_RecordInternalCancellationRequest_m4FA35104DF2C193AC71BD6B1AD951684B9F5E8C3 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___tokenToRecord0, const RuntimeMethod* method); // System.Object System.Threading.Interlocked::Exchange(System.Object&,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_Exchange_m3D17D94F59C9010A3116C2016D1C066E54049E38 (RuntimeObject ** ___location10, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceSynchronousWorkStart(System.Threading.Tasks.CausalityTraceLevel,System.Int32,System.Threading.Tasks.CausalitySynchronousWork) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceSynchronousWorkStart_m1A1EE1813BE623AF47CA240A8DA14DAE98A6279D (int32_t ___traceLevel0, int32_t ___taskId1, int32_t ___work2, const RuntimeMethod* method); // System.Threading.ThreadState System.Threading.Thread::get_ThreadState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_ThreadState_m8F398B10B485BC5FC7499B53452230A604989C10 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AwaitTaskContinuation::RunOrScheduleAction(System.Action,System.Boolean,System.Threading.Tasks.Task&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_RunOrScheduleAction_mE8B713E233CB78D3973E7E3501DEE4935E553101 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, bool ___allowInlining1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** ___currentTask2, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::LogFinishCompletionNotification() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_LogFinishCompletionNotification_mE4370F520CEBA341AE78844DA43AA6CD730F31E9 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.CompletionActionInvoker::.ctor(System.Threading.Tasks.ITaskCompletionAction,System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompletionActionInvoker__ctor_m99DE9FFDBB3B8A79C61EA35DDE340DF5FB54F158 (CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C * __this, RuntimeObject* ___action0, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___completingTask1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // T System.Collections.Generic.List`1::get_Item(System.Int32) inline RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method) { return (( RuntimeObject * (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,T) inline void List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, RuntimeObject *, const RuntimeMethod*))List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_gshared)(__this, ___index0, ___value1, method); } // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * TaskScheduler_get_Current_m650D09DC411D00985B24BEF41984F4FDEE0D91D7 (const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::ContinueWith(System.Action`1,System.Threading.Tasks.TaskScheduler,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_ContinueWith_m9B5987FB2709FB98AD32D3083DC203748C43D04B (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * ___continuationAction0, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken2, int32_t ___continuationOptions3, int32_t* ___stackMark4, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::CreationOptionsFromContinuationOptions(System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskCreationOptions&,System.Threading.Tasks.InternalTaskOptions&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_CreationOptionsFromContinuationOptions_m316B62774ED835AD3DB52803990E10A58CFF3B08 (int32_t ___continuationOptions0, int32_t* ___creationOptions1, int32_t* ___internalOptions2, const RuntimeMethod* method); // System.Void System.Threading.Tasks.ContinuationTaskFromTask::.ctor(System.Threading.Tasks.Task,System.Delegate,System.Object,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContinuationTaskFromTask__ctor_m7804EC000E1BA147597C861D81912A1A20EA35D9 (ContinuationTaskFromTask_tFE42871D04E441714667326AD03132B52E75777F * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___antecedent0, Delegate_t * ___action1, RuntimeObject * ___state2, int32_t ___creationOptions3, int32_t ___internalOptions4, int32_t* ___stackMark5, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::ContinueWithCore(System.Threading.Tasks.Task,System.Threading.Tasks.TaskScheduler,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ContinueWithCore_mD177BCBA1127C701937530F6CE9BF4DC23AF692D (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___continuationTask0, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken2, int32_t ___options3, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::ContinueWith(System.Action`2,System.Object,System.Threading.Tasks.TaskScheduler,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_ContinueWith_m9CE1D5EA7825C598CB0B59D1DB296C684CBF2C76 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8 * ___continuationAction0, RuntimeObject * ___state1, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, int32_t ___continuationOptions4, int32_t* ___stackMark5, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.StandardTaskContinuation::.ctor(System.Threading.Tasks.Task,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardTaskContinuation__ctor_m7CB15782CC00DD5A95EB9B98D988BE433A26CD9D (StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, int32_t ___options1, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3 (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method) { (( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138 (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, RuntimeObject *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Capacity() inline int32_t List_1_get_Capacity_mB976106DA11B4155CBC654A4FEAF355280834D8B (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))List_1_get_Capacity_mB976106DA11B4155CBC654A4FEAF355280834D8B_gshared)(__this, method); } // System.Int32 System.Collections.Generic.List`1::RemoveAll(System.Predicate`1) inline int32_t List_1_RemoveAll_m568E7007C316A2B83B0D08A324AA8A9C8D2796DF (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___match0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *, const RuntimeMethod*))List_1_RemoveAll_m568E7007C316A2B83B0D08A324AA8A9C8D2796DF_gshared)(__this, ___match0, method); } // System.Void System.Collections.Generic.List`1::Insert(System.Int32,T) inline void List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52 (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { (( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, RuntimeObject *, const RuntimeMethod*))List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared)(__this, ___index0, ___item1, method); } // System.Boolean System.Threading.Tasks.Task::AddTaskContinuationComplex(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_AddTaskContinuationComplex_mA7A1D0E407A59EC369D7879BB76F406CF1B5E848 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject * ___tc0, bool ___addBeforeOthers1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::IndexOf(T) inline int32_t List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728 (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, RuntimeObject *, const RuntimeMethod*))List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared)(__this, ___item0, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::FromException(System.Exception) inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * Task_FromException_TisVoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40_mF0D5B2C3E0E9A2245559F271CB88AAA19ADCE0E9 (Exception_t * ___exception0, const RuntimeMethod* method) { return (( Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * (*) (Exception_t *, const RuntimeMethod*))Task_FromException_TisVoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40_mF0D5B2C3E0E9A2245559F271CB88AAA19ADCE0E9_gshared)(___exception0, method); } // System.Threading.Tasks.Task System.Threading.Tasks.Task::InternalStartNew(System.Threading.Tasks.Task,System.Delegate,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskScheduler,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_InternalStartNew_mC0053D3F586953AC3989875B67F9D60947C68BEC (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___creatingTask0, Delegate_t * ___action1, RuntimeObject * ___state2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler4, int32_t ___options5, int32_t ___internalOptions6, int32_t* ___stackMark7, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::FromCancellation(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_FromCancellation_m2106218A961C3950EA87A16189081D7DFB42B860 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::get_CompletedTask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_get_CompletedTask_mBB0764E7FDE04E900FFBE5B1BE6B815193681E86 (const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task/DelayPromise::.ctor(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelayPromise__ctor_m3A76D411C11904928F0FF700384FFA1668669B15 (DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___token0, const RuntimeMethod* method); // System.Void System.Threading.TimerCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback__ctor_m6B85BEF2F0E429E5F8E4FA2F527B42247E95A690 (TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.Timer::.ctor(System.Threading.TimerCallback,System.Object,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer__ctor_mD4A4B4616E25E39A422DD8083930951535AE8BA1 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___callback0, RuntimeObject * ___state1, int32_t ___dueTime2, int32_t ___period3, const RuntimeMethod* method); // System.Void System.Threading.Timer::KeepRootedWhileScheduled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_KeepRootedWhileScheduled_mDB50A8671E3759074432E0E4EEBF1BD90B721829 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskFactory::CommonCWAnyLogic(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 * TaskFactory_CommonCWAnyLogic_m49CC1C06031409C5D34990993262A531609D9565 (RuntimeObject* ___tasks0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskFactory__ctor_m56921654C22946B66D728E86E5989E0397303233 (TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m9E5909F2240E8B4B0B9CA7DDA4075EF6C3B7BCA5 (Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F *, const RuntimeMethod*))Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared)(__this, method); } // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_mE9C2E3D8D0214538F8B9ABE57AA858D03EB20169 (Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_mE02699FC76D830943069F8FC19D16C3B72A98A1F_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_m1481B0BA718AF9DAD320321A0CF4E8FB952E1E23 (Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Threading.Tasks.Task/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m5074370076D060EDD4DE2D93ABCD6E80B6AA2574 (U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task/DelayPromise::Complete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelayPromise_Complete_m0CE65AE222FFF596F849ACDF12710DA631C673AD (DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::InnerInvokeWithArg(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Task_InnerInvokeWithArg_m8313756145BF2BCE95AA05D0B896E4780788DD86 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___childTask0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task`1::.ctor() inline void Task_1__ctor_mB6BFCB1A119B19A4AE30679E41E1F4EC47797EB4 (Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * __this, const RuntimeMethod* method) { (( void (*) (Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 *, const RuntimeMethod*))Task_1__ctor_mB6BFCB1A119B19A4AE30679E41E1F4EC47797EB4_gshared)(__this, method); } // System.Boolean System.Threading.Tasks.Task`1::TrySetCanceled(System.Threading.CancellationToken) inline bool Task_1_TrySetCanceled_mF517585BF4AC77744F212A6F236047C47E7CB45C (Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___tokenToRecord0, const RuntimeMethod* method) { return (( bool (*) (Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 *, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB , const RuntimeMethod*))Task_1_TrySetCanceled_mF517585BF4AC77744F212A6F236047C47E7CB45C_gshared)(__this, ___tokenToRecord0, method); } // System.Boolean System.Threading.Tasks.Task`1::TrySetResult(TResult) inline bool Task_1_TrySetResult_mAD80B9B3A23B94A6798C589669A06F1D25D46543 (Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * __this, VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 ___result0, const RuntimeMethod* method) { return (( bool (*) (Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 *, VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 , const RuntimeMethod*))Task_1_TrySetResult_mAD80B9B3A23B94A6798C589669A06F1D25D46543_gshared)(__this, ___result0, method); } // System.Void System.Threading.Timer::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEventSlim::.ctor(System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim__ctor_m9755B7ADD1C06A7CA340D730FD1E3694BB563B94 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, bool ___initialState0, int32_t ___spinCount1, const RuntimeMethod* method); // System.Void System.OperationCanceledException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_m2B7CD7E9C467C67E91F869D2418897991E05CC2F (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Threading.CancellationToken System.Threading.Tasks.Task::get_CancellationToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB Task_get_CancellationToken_m3E8D0E96EEC38EC70AEE5F876AF8A0517B463D75 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.OperationCanceledException::.ctor(System.String,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperationCanceledException__ctor_mFA31130275508696794961415B1C9F0AC2308DB0 (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __this, String_t* ___message0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___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_m8FCB4255C71E7CCCD49CF391BC5CE8EF39F47700 (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskExceptionHolder::EnsureADUnloadCallbackRegistered() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_EnsureADUnloadCallbackRegistered_m9143F763B1A627B480F5E1B9993FF68DE28BD080 (const RuntimeMethod* method); // System.Boolean System.CLRConfig::CheckThrowUnobservedTaskExceptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CLRConfig_CheckThrowUnobservedTaskExceptions_m7E817CDBB28FAAD9A350E189D536A84EA75A37D3 (const RuntimeMethod* method); // System.Void System.EventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler__ctor_m497A2BCD46DB769EAFFDE919303FCAE226906B6F (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0 (const RuntimeMethod* method); // System.Void System.AppDomain::add_DomainUnload(System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppDomain_add_DomainUnload_mF24D35CA25C3C808EC78600D0C603B396EC8765F (AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * __this, EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___value0, const RuntimeMethod* method); // System.Boolean System.Environment::get_HasShutdownStarted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Environment_get_HasShutdownStarted_m722CC30F8A3C58FE3165427FF2858922C13F7A5C (const RuntimeMethod* method); // System.Boolean System.AppDomain::IsFinalizingForUnload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AppDomain_IsFinalizingForUnload_m1B3D0DA1C7AEA3D6FA5D7D52161B2FF52B2D9912 (AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 List_1_GetEnumerator_mE27BF65BB76485B01C35B9F6A1D44C4560BF5370 (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * __this, const RuntimeMethod* method) { return (( Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 (*) (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * Enumerator_get_Current_m2EA6C5DB454F479076AF2C9098A477B943F7CF71_inline (Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 * __this, const RuntimeMethod* method) { return (( ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * (*) (Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method); } // System.Exception System.Runtime.ExceptionServices.ExceptionDispatchInfo::get_SourceException() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * ExceptionDispatchInfo_get_SourceException_m212F50A437B8B18AFECE39F2A9F7231787F45F28_inline (ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * __this, const RuntimeMethod* method); // System.AggregateException System.AggregateException::Flatten() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * AggregateException_Flatten_mDA4D8AD18CD6E4E13B69A3CDC8F341D825AFE05C (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, const RuntimeMethod* method); // System.Collections.ObjectModel.ReadOnlyCollection`1 System.AggregateException::get_InnerExceptions() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * AggregateException_get_InnerExceptions_mB81D2B3BD56A3E938B83B0AF766474ED66057040_inline (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1::GetEnumerator() inline RuntimeObject* ReadOnlyCollection_1_GetEnumerator_mB3A1708B473BA7EE3CED5959613B2AA11A4920BA (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 *, const RuntimeMethod*))ReadOnlyCollection_1_GetEnumerator_m0C8A9A1DBCB1FEFD1FF6A4E807D329949B925A76_gshared)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mDBF08ABE6CCFA1D4FCF82C5D409C18615C300000 (Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m60AD9FD2AC64440B5E23B200EAE9B55F366379AB (Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method); } // System.Void System.AggregateException::.ctor(System.String,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m49EF2FE10BC147085D49932EDE07AD581C461818 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __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_mD866CEFA881E8B9F5C7FB00C62B3575E97BFEED3 (UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7 * __this, AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * ___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_mA2CFE30AA160C2A0FEDAB216CEF09B86AD16ECA4 (RuntimeObject * ___sender0, UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7 * ___ueea1, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskExceptionHolder::SetCancellationException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_SetCancellationException_m98201054DD08F08C9DABEDA502FFDC926412EB35 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, RuntimeObject * ___exceptionObject0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskExceptionHolder::AddFaultException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_AddFaultException_mAED32CEEF853B1EECD7CDD5285BD8E1F079DF505 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, RuntimeObject * ___exceptionObject0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m5D913FDA1B5B3FFD94223C59B5A70B418F569213 (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_m3A0B8640D1A4B9BDC91742284BC44B969CC78279 (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * __this, ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 *, ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_m931E984DEC4E3137C263958DE8354032E8784003 (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m629B40CD4286736C328FA496AAFC388F697CF984_gshared)(__this, ___collection0, method); } // T System.Collections.Generic.List`1::get_Item(System.Int32) inline ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * List_1_get_Item_m1F6363F6A46963C8CCA039EF719B7933A3817FF3_inline (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * (*) (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method); } // System.Type System.Exception::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Exception_GetType_mA3390B9D538D5FAC3802D9D8A2FCAC31465130F3 (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskExceptionHolder::MarkAsUnhandled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_MarkAsUnhandled_mD22F977332D7F3EAE91FE0665BAEE1873B342301 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m3DAF7D49CDFC1C5CB1461E2030F6FDDA59DBBE1F_inline (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // System.Void System.GC::ReRegisterForFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_ReRegisterForFinalize_m4978CBD78D693FF77EA40D4000F0EF9F2C2E54C8 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.AggregateException::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m863A7C10A5AC7652F73FD1DD2441F9FF5544311E (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, RuntimeObject* ___innerExceptionInfos0, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.TaskExceptionHolder::ShouldFailFastOnUnobservedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskExceptionHolder_ShouldFailFastOnUnobservedException_m598AC45A67885B2AECE374ACE0EC8863F733CD1B (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_m2490F91C5D8A538976744AC434628767958D5EEA (TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, int32_t ___creationOptions1, int32_t ___continuationOptions2, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler3, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskFactory::CheckMultiTaskContinuationOptions(System.Threading.Tasks.TaskContinuationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskFactory_CheckMultiTaskContinuationOptions_mB15FB0D6FD62C8A4AD85751B8605B57420B99640 (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_m03F3C7D571E26A63D8DF838F1F99C28429CB3370 (int32_t ___creationOptions0, 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_mFA5EA438CE61E8FDEB375E5CA2D7D5D1FFE0F175 (CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 * __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_mAA9922CF17CC5F9186EEE5672444AC40BA0ACC3A (CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___completingTask0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::AddCompletionAction(System.Threading.Tasks.ITaskCompletionAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddCompletionAction_m211F80F6F259D8F8CBB408A901101B91923800C1 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject* ___action0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task`1::.ctor() inline void Task_1__ctor_m4008D170A16EFA60DD6E4D059D75FAAC9D57AD85 (Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 * __this, const RuntimeMethod* method) { (( void (*) (Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 *, const RuntimeMethod*))Task_1__ctor_m6DAC1732E56024E32076DEE1A3863F17635A8944_gshared)(__this, method); } // System.Boolean System.Threading.Tasks.Task`1::TrySetResult(TResult) inline bool Task_1_TrySetResult_m8370C01E1E5614744D78DCC74E06F8FCAFDA11C8 (Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___result0, const RuntimeMethod* method) { return (( bool (*) (Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 *, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, const RuntimeMethod*))Task_1_TrySetResult_m4FE4E07EBB0BA224341A4946FE2C4A813BD8AF64_gshared)(__this, ___result0, method); } // System.Boolean System.Threading.Tasks.Task::get_IsDelegateInvoked() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsDelegateInvoked_m45C6B668A20D03726083A730EFC33873B10B5735 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::get_CurrentStackGuard() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * Task_get_CurrentStackGuard_m74FB437E43F89B8BDCB272A7257024F586421F11 (const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.StackGuard::TryBeginInliningScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackGuard_TryBeginInliningScope_mE32F6AC0F440280CD1E98D273645CD08AF844B33 (StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::FireTaskScheduledIfNeeded(System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Task_FireTaskScheduledIfNeeded_m6792459336CB25D967928EDA5249F2164991E447_inline (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___ts0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.StackGuard::EndInliningScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackGuard_EndInliningScope_mEC7A78B71CB01216F0A7B0462E319234F0F05C39 (StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * __this, const RuntimeMethod* method); // System.Boolean System.Diagnostics.Debugger::get_IsAttached() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debugger_get_IsAttached_mFCFAAB7A47FA4DEC80A3A68FE13C307C439E9013 (const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskScheduler::AddToActiveTaskSchedulers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler_AddToActiveTaskSchedulers_m7BFCDD58D6FCD18D27017C309E8D683D642A7F06 (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::.ctor() inline void ConditionalWeakTable_2__ctor_m532318C6B13DB33AB8E1A63999A30FBE81BE2FCC (ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C * __this, const RuntimeMethod* method) { (( void (*) (ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C *, const RuntimeMethod*))ConditionalWeakTable_2__ctor_m1BF7C98CA314D99CE58778C0C661D5F1628B6563_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::Add(TKey,TValue) inline void ConditionalWeakTable_2_Add_m5066B6CF71B4388CE9668A469B274DA1F1CE8267 (ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C * __this, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C *, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *, RuntimeObject *, const RuntimeMethod*))ConditionalWeakTable_2_Add_m328BEB54F1BEAC2B86045D46A84627B02C82E777_gshared)(__this, ___key0, ___value1, method); } // System.Void System.EventHandler`1::Invoke(System.Object,TEventArgs) inline void EventHandler_1_Invoke_m5A2B682142BD5C458A2C93E0300172955DBBCEA6 (EventHandler_1_tF704D003AB4792AFE4B10D9127FF82EEC18615BC * __this, RuntimeObject * ___sender0, UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7 * ___e1, const RuntimeMethod* method) { (( void (*) (EventHandler_1_tF704D003AB4792AFE4B10D9127FF82EEC18615BC *, RuntimeObject *, UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7 *, const RuntimeMethod*))EventHandler_1_Invoke_mBF3979EE17B68658C4C1AB3A8D64B24F263E3B98_gshared)(__this, ___sender0, ___e1, method); } // System.Void System.Threading.Tasks.ThreadPoolTaskScheduler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolTaskScheduler__ctor_mC0B9F37DBA25F766F01EE56C8460330C3708FF1D (ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD * __this, 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_mFF38B07062EFB3E2CD42AAB929B2902BB1FFBBC2 (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, bool ___canInlineContinuationTask1, const RuntimeMethod* method); // System.Boolean System.Threading.Thread::get_IsThreadPoolThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_get_IsThreadPoolThread_m3CF4788DEF7D552D12D5E54E10CF1BD0F763ED55 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * AwaitTaskContinuation_CreateTask_m0C24724576818E738998F3EB48C8DAE22EBA2889 (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___action0, RuntimeObject * ___state1, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler2, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m7385A27A6BD7D377F64C862AEAC9F9D6DDE64CA8 (U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439 * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (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_m62590BC1925B7B354EBFD852E162CD170FEB861D (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_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskToApm/TaskWrapperAsyncResult::.ctor(System.Threading.Tasks.Task,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskWrapperAsyncResult__ctor_m47C91370D59B60FE3A5C49786EF699AD63784A3B (TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, RuntimeObject * ___state1, bool ___completedSynchronously2, const RuntimeMethod* method); // System.Void System.AsyncCallback::Invoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCallback_Invoke_m1830E56CD41BDD255C144AA16A9426EEE301617C (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method); // System.Object System.Threading.Tasks.Task::get_AsyncState() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Task_get_AsyncState_mEE6996D21AD9F92E34A30FA73A7D31A5BCE42657_inline (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskToApm::InvokeCallbackWhenTaskCompletes(System.Threading.Tasks.Task,System.AsyncCallback,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskToApm_InvokeCallbackWhenTaskCompletes_m46DC53C5C7C58E9F10B0EE7AE711C90A4B1CE494 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___antecedent0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject* ___asyncResult2, const RuntimeMethod* method); // System.Void System.IO.__Error::WrongAsyncResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Error_WrongAsyncResult_m612D2B72EAE5B009FFB4DFD0831140EE6819B909 (const RuntimeMethod* method); // System.Runtime.CompilerServices.TaskAwaiter System.Threading.Tasks.Task::GetAwaiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskAwaiter_t0CDE8DBB564F0A0EA55FA6B3D43EEF96BC26252F Task_GetAwaiter_m73027D5E4C16E961C658B83526BED8E32FD2AC6C (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.TaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskAwaiter_GetResult_m89868C01592AC2B06CE1FD42D9B9C187C6FD928A (TaskAwaiter_t0CDE8DBB564F0A0EA55FA6B3D43EEF96BC26252F * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskToApm/<>c__DisplayClass3_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m349D6D5C702DDC66F2490654813695CE39A0B3B2 (U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86 * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable System.Threading.Tasks.Task::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::GetAwaiter() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline (ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 * __this, const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::OnCompleted(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfiguredTaskAwaiter_OnCompleted_m847B280BD99B29C570B6EC0993E6BC8977871872 (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.TaskScheduler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler__ctor_mD337C4A20B49427C777B496030923E94CA7BC5EF (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Tasks.TaskScheduler::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaskScheduler_get_Id_mF6A6B32C47D838C93694AAD06998F85B61F71DA7 (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * __this, const RuntimeMethod* method); // System.Void System.Threading.Thread::.ctor(System.Threading.ParameterizedThreadStart) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_m10768310462BE1A521AB4BB70F483741C993ADFD (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * ___start0, const RuntimeMethod* method); // System.Void System.Threading.Thread::set_IsBackground(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_IsBackground_mF62551A195DCB09D44E512F52916145E39362D39 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __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_m3D27E6E9735ED3B6BF2CD332B8D90E7E8CE21933 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, RuntimeObject * ___parameter0, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::TryPopCustomWorkItem(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_TryPopCustomWorkItem_mCECECEF31175E5AF82E059137F190C0088897A4A (RuntimeObject* ___workItem0, const RuntimeMethod* method); // System.Void System.Threading.ThreadPool::NotifyWorkItemProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_NotifyWorkItemProgress_mD041D082A87EAE7A34E6AE21CB7AF8819422B40A (const RuntimeMethod* method); // System.Void System.Threading.ParameterizedThreadStart::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterizedThreadStart__ctor_m236F11FFFC55CB6AC611B16302E2F5F58C60346B (ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7 (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * __this, const RuntimeMethod* method); // T System.Threading.AsyncLocalValueChangedArgs`1::get_CurrentValue() inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * AsyncLocalValueChangedArgs_1_get_CurrentValue_m2CFDD7206ADA43DB0CE4A2C2187B567E5B576556_inline (AsyncLocalValueChangedArgs_1_tF4F345C6388CE435722A915F07BFF9F4667E6B3E * __this, const RuntimeMethod* method) { return (( CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * (*) (AsyncLocalValueChangedArgs_1_tF4F345C6388CE435722A915F07BFF9F4667E6B3E *, const RuntimeMethod*))AsyncLocalValueChangedArgs_1_get_CurrentValue_mE7B45C05247F47070ABC5251ECF740710FB99B52_gshared_inline)(__this, method); } // System.Void System.Threading.Thread::SetStartHelper(System.Delegate,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SetStartHelper_mA0ABB42BEDC02848CDF5378338F32B71493E5DD4 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __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_mFA3CA96DB8FDA3248DF49692ADE09BBD1B894830 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, int32_t* ___stackMark0, const RuntimeMethod* method); // System.Object System.Delegate::get_Target() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method); // System.Void System.Threading.ThreadHelper::SetExecutionContextHelper(System.Threading.ExecutionContext) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ThreadHelper_SetExecutionContextHelper_m253F9206E5C01BE9A6BC3ED65106B5C2DB7240FF_inline (ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___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_mA1F40AE1915B601089920427BCD391C814D624E0 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, RuntimeObject* ___principal0, int32_t* ___stackMark1, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext/Reader::.ctor(System.Threading.ExecutionContext) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Reader__ctor_mDB8E37FABE15D47E2E78E77EA6702D0FBAB8FC5E_inline (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___ec0, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext__ctor_m60AAAF7CF4BF6DB4192982A1822C4379355DAC64 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Thread::get_ExecutionContextBelongsToCurrentScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_get_ExecutionContextBelongsToCurrentScope_m0F37C83CC64B2AB00FC01FBC704D161DDE18766A (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.ExecutionContext::CreateMutableCopy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_CreateMutableCopy_mA3CD86A88C02101A1E6F33D0111FBE1DD926238F (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method); // System.Void System.Threading.Thread::set_ExecutionContextBelongsToCurrentScope(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_ExecutionContextBelongsToCurrentScope_mD8B987510AE88BD907A27ACC54F4022A04FB30C2 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, bool ___value0, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.ExecutionContext/Reader::DangerousGetRawExecutionContext() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * Reader_DangerousGetRawExecutionContext_m0AAF58869F7AC7C33242B7C6A6ABFA2EF5100EBA_inline (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Thread::JoinInternal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_JoinInternal_m964C6DF451EAE539EC568BBCA4EA77A80D770475 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, int32_t ___millisecondsTimeout0, const RuntimeMethod* method); // System.Void System.Threading.Thread::SleepInternal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SleepInternal_m69943350F67E5C693262A6278FB7A835AE1942CE (int32_t ___millisecondsTimeout0, const RuntimeMethod* method); // System.Boolean System.Threading.Thread::YieldInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_YieldInternal_mA0081B312A19ECA8D0A7E49DD9DF8AF5A0C7F851 (const RuntimeMethod* method); // System.Int32 System.Threading.Thread::GetProcessDefaultStackSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_GetProcessDefaultStackSize_m876EFB49B410ED044DBFA47B7EE2D4F16D7731EC (int32_t ___maxStackSize0, const RuntimeMethod* method); // System.Void System.Threading.ThreadHelper::.ctor(System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadHelper__ctor_m8262A0EF0381251FDDFA4696B84F68AF3A01411B (ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * __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_m692348FEAEBAF381D62984EE95B217CC024A77D5 (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * __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_m22F9A89D5768A9EF04A85F3FA4E8090CE2667FFE (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, MulticastDelegate_t * ___start0, int32_t ___maxStackSize1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Threading.Thread::GetCurrentUICultureNoAppX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * Thread_GetCurrentUICultureNoAppX_m3443520354B118E074F79BF5D5BDBB5B6E31B5AB (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::VerifyCultureName(System.Globalization.CultureInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_VerifyCultureName_m6169AD8655E71230F89C121DFF06759F3AE7638C (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, bool ___throwException1, const RuntimeMethod* method); // System.Void System.Threading.Thread::nativeInitCultureAccessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_nativeInitCultureAccessors_m76BF4962BAD124E22369D6FD59DA0710C163701C (const RuntimeMethod* method); // System.Void System.Action`1>::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m4690598098ACAB96072EFE65554EA14ECE6C8CAF (Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m09B6544493F7B95A7FA3A568D25489C5E3EEAFB6_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Threading.AsyncLocal`1::.ctor(System.Action`1>) inline void AsyncLocal_1__ctor_mB3CF89E343A839F0BBAF92222F14FF9230CDBC90 (AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * __this, Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49 * ___valueChangedHandler0, const RuntimeMethod* method) { (( void (*) (AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A *, Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49 *, const RuntimeMethod*))AsyncLocal_1__ctor_mBF520B58E9E752F59538039C7EB57E879F5AE8A2_gshared)(__this, ___valueChangedHandler0, method); } // System.Void System.Threading.AsyncLocal`1::set_Value(T) inline void AsyncLocal_1_set_Value_m2D48DBF0A05C32009526D04849FE050A29AC8FF4 (AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___value0, const RuntimeMethod* method) { (( void (*) (AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, const RuntimeMethod*))AsyncLocal_1_set_Value_m8D6AFEFFA7271575D6B9F60F8F812407431BA2C9_gshared)(__this, ___value0, method); } // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_DefaultThreadCurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_DefaultThreadCurrentUICulture_mEB6BC8E5CB2D0BBBB6B7AD860E55683284CCAF3B (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_UserDefaultUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_UserDefaultUICulture_m65D62A67F22DFB25EDD7E629AC3381824704DE40 (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Threading.Thread::GetCurrentCultureNoAppX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * Thread_GetCurrentCultureNoAppX_mCD2B90A28EFEFFDB4B5855B71ADF1337C6E36843 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_DefaultThreadCurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_DefaultThreadCurrentCulture_mCC52FEEF31992F66C3A74D4566C1CB2C6D2CE581 (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_UserDefaultCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_UserDefaultCulture_m1057FA0B6C68E6EE22B119A3FA7F6678151CEBEB (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::ConstructCurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_ConstructCurrentCulture_mE6C8422F02C0B034357F8AF0561FCAEED25D2652 (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::ConstructCurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_ConstructCurrentUICulture_m2FE732E44451F81797CB4D5489B719716682A8E2 (const RuntimeMethod* method); // System.Void System.Threading.Thread::ConstructInternalThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_ConstructInternalThread_mC11ABFE9172C63CDFD66A11AFB82B9EA2DE8FE33 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Contexts.Context System.AppDomain::InternalGetContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Context_tE86AB6B3D9759C8E715184808579EFE761683724 * AppDomain_InternalGetContext_mAA54924C2DC3349E29D79D76403F803BD966031F (const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::GetCurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * Thread_GetCurrentThread_m7CFEF67B239579F733823B39EC3D56F77E96BC0E (const RuntimeMethod* method); // System.Boolean System.Threading.Thread::get_IsThreadPoolThreadInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_get_IsThreadPoolThreadInternal_m909FDD574165BF8D5D02D414E2F55D44299F95AC (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Threading.InternalThread System.Threading.Thread::get_Internal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * Thread_get_Internal_m4A69329DACC9037BDF9CA582CF4FC9734817D225 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Threading.ThreadState System.Threading.Thread::ValidateThreadState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_ValidateThreadState_mEBF62A50922AE3BABE5C6603386D5370DEA385F3 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __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_mF0035267AC3FECD199B63396E7B1097D4FC2C7C5 (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___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_m108E95E5905DB3F3301DF8FF8A04B956A5136F77 (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___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_mE41978DFBCB89086CBFF60F479FCF0A241500B31 (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___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_m32A1BAF338D3CCCAE4CC2DD9F3E3CD68AF66C9F2 (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___thread0, const RuntimeMethod* method); // System.Void System.Threading.Thread::SpinWait_nop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SpinWait_nop_mDCFDC9E11E3D93EF2261C217649468A3F3A151D7 (const RuntimeMethod* method); // System.IntPtr System.Threading.Thread::Thread_internal(System.MulticastDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Thread_Thread_internal_m43DFA96F34ADF78F99F0F24267EC34A8E7A57849 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __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_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Int32 System.Environment::GetPageSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_GetPageSize_m9DDEBE89C1AD0F93124F0DC120F4495B5A72515E (const RuntimeMethod* method); // System.Int32 System.Threading.Thread::SystemMaxStackStize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_SystemMaxStackStize_m2FD92A285AAEB56862E208375C03D537B13BA3EB (const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.Threading.ThreadStateException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStateException__ctor_m8269A7EE51BF315AD8C0A4B64C2B2319035BB767 (ThreadStateException_tCE60AB1B9E16A6D13E3926137BA55832ABE986AE * __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_m0C3FB5994F1AC0C76785E05972E3E405E8A0F087 (int32_t ___kind0, const RuntimeMethod* method); // System.Void System.Threading.ThreadStart::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart_Invoke_m11B6A66E82F02C74399A7314C14C7F52393CC4B4 (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * __this, const RuntimeMethod* method); // System.Void System.Threading.ParameterizedThreadStart::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterizedThreadStart_Invoke_m5A5DFBAD0D99A39DF7ADA9F75D97B068A8809C14 (ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * __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_m97152E1791C019905F6297946D7411CA6683CCEB (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___executionContext0, ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, 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_m310F37AF5F9F91433A98062BF6E4A248AA6C3DE5 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __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_m990C003E1FC4462F986D99BCE3A995F522203483 (RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * __this, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___waitObject0, WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * ___callback1, RuntimeObject * ___state2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeout3, bool ___executeOnlyOnce4, 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_mA410427123962A9362AB7314149396196928ECC7 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___callBack0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalMilliseconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __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_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * ThreadPool_RegisterWaitForSingleObject_m0642BE341A35D9AB577E4611E254BCF7E5C35540 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___waitObject0, WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * ___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_mD11DD16BA8A1C6C90FC15FB3E47F2C62F19669AB (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___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_mA21FAA8238E99EE2F8CDD7E638FEF5E11B5578D6 (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_mA8BAF438B3BC53CFA970E9728870D5B39A3B86A8 (QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8 * __this, WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___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_m0F5AAE9773892321562E794066DD4DBDF4DCA100 (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __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_m9BE567E92E0DC532DFEE011D236A1159F63E6434 (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __this, RuntimeObject* ___callback0, const RuntimeMethod* method); // System.Void System.Threading.ThreadPool::InitializeVMTp(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_InitializeVMTp_m75941381A968807C339207BE8DF497443200121A (bool* ___enableWorkerTracking0, const RuntimeMethod* method); // System.Void System.Threading.ThreadPool::NotifyWorkItemProgressNative() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_NotifyWorkItemProgressNative_mF559EE574FF07EF426C9B8342221616C78CB370B (const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::IsThreadPoolHosted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_IsThreadPoolHosted_m4C22092ED436EECC64E79C84EEC327B89D7A7D96 (const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue__ctor_mDAE229D4F94CACC0E1FF97CBDC78F1034C0AF86D (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __this, const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue/QueueSegment::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueSegment__ctor_m7E0672E1810C3887A90DB32CCDE0FC80752495C9 (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * __this, const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueueThreadLocals::.ctor(System.Threading.ThreadPoolWorkQueue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueueThreadLocals__ctor_mD46EF22D8EE15E0585EAC6F9DBF3063D14526362 (ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * __this, ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * ___tpq0, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::RequestWorkerThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_RequestWorkerThread_m7C6D88D442BC1EB2C17B6070F0791C6FC4F8A947 (const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::LocalPush(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkStealingQueue_LocalPush_mF4807971CDD7F6089AADF28173FEDDDFF4E96455 (WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * __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_m83AD5DB0A7D19576FC19EF28974EE515E61B8AA5 (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * __this, RuntimeObject* ___node0, const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue::EnsureThreadRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue_EnsureThreadRequested_mEF1AA9C6BEB164BB3CCC05D39D92FDF531B4C39E (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::LocalFindAndPop(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WorkStealingQueue_LocalFindAndPop_m837487AF74CF9C8104986911FC7E279101AE1DCC (WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * __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_m99B519E8984D358D1816A9E01B7A9CD4607B42D0 (WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * __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_m4D5D4F85B81CACAD4B7961DC4EF1FD91A99611D2 (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * __this, RuntimeObject** ___node0, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPoolWorkQueue/QueueSegment::IsUsedUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueueSegment_IsUsedUp_mE4EA87EE6185EAF7C5C6108B4E435CE1D4FB9F0C (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * __this, const RuntimeMethod* method); // T[] System.Threading.ThreadPoolWorkQueue/SparseArray`1::get_Current() inline WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9* SparseArray_1_get_Current_m3B12A0B7ED161127D23F62CC10EDCE7F8ED79051 (SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB * __this, const RuntimeMethod* method) { return (( WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9* (*) (SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB *, const RuntimeMethod*))SparseArray_1_get_Current_m6715E5ACB39FD5E197A696FF118069BAD185668D_gshared)(__this, method); } // System.Boolean System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::TrySteal(System.Threading.IThreadPoolWorkItem&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WorkStealingQueue_TrySteal_mE129DB3DD6A80B3FAF1391366AABFDD488D7956E (WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * __this, RuntimeObject** ___obj0, bool* ___missedSteal1, const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue::MarkThreadRequestSatisfied() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue_MarkThreadRequestSatisfied_m88FE3B0300E0D183244D54B7A7105141432C1955 (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __this, const RuntimeMethod* method); // System.Threading.ThreadPoolWorkQueueThreadLocals System.Threading.ThreadPoolWorkQueue::EnsureCurrentThreadHasQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * ThreadPoolWorkQueue_EnsureCurrentThreadHasQueue_m554E036E163A749F37BEBCE4F6020E145779758A (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __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_mC9B6B85A78A962AC577C6474DBF53E2BCE238767 (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __this, ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * ___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_m5497425AF41790F625F8A890141EC9570FA82EE8 (bool ___isWorking0, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::NotifyWorkItemComplete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_NotifyWorkItemComplete_m66CC6F7A740C2925320EE3A1D901D9AA5D2B9A77 (const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1::.ctor(System.Int32) inline void SparseArray_1__ctor_m0B0CCA1B07E8D3958BD83EFE5CBC7C40A0A9131A (SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB * __this, int32_t ___initialSize0, const RuntimeMethod* method) { (( void (*) (SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB *, int32_t, const RuntimeMethod*))SparseArray_1__ctor_m14F57DABEB0112D1C2DC00D1C734570C06C73DB5_gshared)(__this, ___initialSize0, method); } // System.Void System.Threading.ThreadPoolWorkQueue/QueueSegment::GetIndexes(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueSegment_GetIndexes_mF55461594A0803BA4A598D15A161EF172EB65953 (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * __this, int32_t* ___upper0, int32_t* ___lower1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPoolWorkQueue/QueueSegment::CompareExchangeIndexes(System.Int32&,System.Int32,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueueSegment_CompareExchangeIndexes_m2F262328BC6CD50650808F35D906F986F702E299 (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * __this, int32_t* ___prevUpper0, int32_t ___newUpper1, int32_t* ___prevLower2, int32_t ___newLower3, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::TrySteal(System.Threading.IThreadPoolWorkItem&,System.Boolean&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WorkStealingQueue_TrySteal_mB7C9393B530ABEE102EC1955B02A520D01A08E9C (WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * __this, RuntimeObject** ___obj0, bool* ___missedSteal1, int32_t ___millisecondsTimeout2, const RuntimeMethod* method); // System.Void System.Random::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mDD202982FB7CEDE3F31824E919AD2BFA6D66BA27 (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, int32_t ___Seed0, const RuntimeMethod* method); // System.Void System.Threading.ThreadPoolWorkQueue/WorkStealingQueue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkStealingQueue__ctor_m5A30B12A759E1174AB423856CECBF73B5A5FA91A (WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * __this, const RuntimeMethod* method); // System.Int32 System.Threading.ThreadPoolWorkQueue/SparseArray`1::Add(T) inline int32_t SparseArray_1_Add_mE48A7F17E902019686E15A72766DD0AB4CE80971 (SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB * __this, WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * ___e0, const RuntimeMethod* method) { return (( int32_t (*) (SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB *, WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB *, const RuntimeMethod*))SparseArray_1_Add_mF691405F72340FFB24B2B053CD36CE49E6F93D7A_gshared)(__this, ___e0, method); } // System.Void System.Threading.ThreadPoolWorkQueue/SparseArray`1::Remove(T) inline void SparseArray_1_Remove_mEBA9CD59097C8D0C153E48328C21554B81E68414 (SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB * __this, WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * ___e0, const RuntimeMethod* method) { (( void (*) (SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB *, WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB *, const RuntimeMethod*))SparseArray_1_Remove_m68197C62F8B904A1778445F94E694E9F18C90BD7_gshared)(__this, ___e0, method); } // System.Void System.Threading.ThreadPoolWorkQueueThreadLocals::CleanUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueueThreadLocals_CleanUp_m2557E74F088EB8EC68E1DAB43458EDAF62F30C04 (ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * __this, const RuntimeMethod* method); // System.Void System.Threading.Timer::Init(System.Threading.TimerCallback,System.Object,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Init_mF69134A3E2C8A2B79BA925BCF687B3DCBBF4AB65 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___callback0, RuntimeObject * ___state1, int64_t ___dueTime2, int64_t ___period3, const RuntimeMethod* method); // System.Boolean System.Threading.Timer::Change(System.Int64,System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Timer_Change_m0D893D7C243B79E85CDD8E06F366F0744F6637D6 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, int64_t ___dueTime0, int64_t ___period1, bool ___first2, const RuntimeMethod* method); // System.Void System.Threading.Timer/Scheduler::Remove(System.Threading.Timer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scheduler_Remove_m5D87E925B0C6E4BFB7C68F6614C133ADA2628148 (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___timer0, const RuntimeMethod* method); // System.Int64 System.Threading.Timer::GetTimeMonotonic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Timer_GetTimeMonotonic_m4B6169CEEE39504646E976FBF26B3EFBD609ABFA (const RuntimeMethod* method); // System.Void System.Threading.Timer/Scheduler::Change(System.Threading.Timer,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scheduler_Change_m0B2CF9E01BA6732CE701861DFE5142200CD6654C (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___timer0, int64_t ___new_next_run1, const RuntimeMethod* method); // System.Threading.Timer/Scheduler System.Threading.Timer/Scheduler::get_Instance() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * Scheduler_get_Instance_mAD166DADAB60F24F15A36BD49F67172084AA9B4C_inline (const RuntimeMethod* method); // System.Void System.Threading.Timer/Scheduler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scheduler__ctor_mA11657BA808AF374E216FDAAA472E18F00B84FEB (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, const RuntimeMethod* method); // System.Void System.Threading.Timer/TimerComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerComparer__ctor_m4286C1A800BFB3F6A065A9DB0122B7FC1A440F22 (TimerComparer_tC987818CFADF2F3ECEB89C0BD510600DAD816015 * __this, const RuntimeMethod* method); // System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_mE69C668800C6AF9EE9C745E046E151352D424E79 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, RuntimeObject* ___comparer0, int32_t ___capacity1, const RuntimeMethod* method); // System.Void System.Threading.Thread::.ctor(System.Threading.ThreadStart) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * ___start0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Start() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Timer/Scheduler::InternalRemove(System.Threading.Timer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Scheduler_InternalRemove_m7B12673F6C5012E19754EF3C2E9BD9438D5D23BD (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___timer0, const RuntimeMethod* method); // System.Void System.Threading.Timer/Scheduler::Add(System.Threading.Timer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scheduler_Add_m669D8B05D43F207A8BE1AA1912154AB6F0E9EBEB (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___timer0, const RuntimeMethod* method); // System.Int32 System.Threading.Timer/Scheduler::FindByDueTime(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Scheduler_FindByDueTime_m2B255CEF6EC7B56CD41F4FD299E09CAAE062D5FB (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, int64_t ___nr0, const RuntimeMethod* method); // System.Void System.Threading.TimerCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback_Invoke_m64E1279AA84FA0D01697CB6D7B3D8C01959B4A50 (TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * __this, RuntimeObject * ___state0, const RuntimeMethod* method); // System.Void System.Threading.Thread::set_Name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_Name_mEBD0DF20D69C49612949EA6F24E8E4EADB7F5E77 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m7C148B97DC87A9125BDE2F8876642459D8A30954 (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mB5A8963C62BC566BF95512C93EA0B5ED6D04B8E9 (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * __this, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 *, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m102A5956CA038B4503A23CBAE433114532EC22E7_inline (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // T System.Collections.Generic.List`1::get_Item(System.Int32) inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * List_1_get_Item_m6C76B0438807DFB527E73E6166D012198028ACBE_inline (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * (*) (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mACBCDAD884AD8F4AB0A67F8E8626D5FD0C8C6A79 (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method); } // System.Void System.Threading.Timer/Scheduler::ShrinkIfNeeded(System.Collections.Generic.List`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scheduler_ShrinkIfNeeded_m1DDE9B9B4FECA8D16C922391413085ABCB2B60E4 (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * ___list0, int32_t ___initial1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Capacity() inline int32_t List_1_get_Capacity_m4E6CC6EB68ACB4009E66AE14C2969F02B644FAE7 (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 *, const RuntimeMethod*))List_1_get_Capacity_mB976106DA11B4155CBC654A4FEAF355280834D8B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::set_Capacity(System.Int32) inline void List_1_set_Capacity_m0DA623E0A9843F83E643A5E032D775F990F3863E (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 *, int32_t, const RuntimeMethod*))List_1_set_Capacity_m5E67DE1CEC89ADB8A82937E2D0CB48A78F962FA3_gshared)(__this, ___value0, method); } // System.Void System.Threading.WaitHandle::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle_Init_m63320FFB796EB59BF6217787185DD0B9BCE7C6FD (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::SetHandleAsInvalid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_SetHandleAsInvalid_mAFA4A01F6FB566AB67312B96E5024088BDF255F6 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method); // System.Void Microsoft.Win32.SafeHandles.SafeWaitHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeWaitHandle__ctor_m7A02720A5A03917CCA8DD68406A124C4AB76191A (SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * __this, intptr_t ___existingHandle0, bool ___ownsHandle1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.SafeHandle::DangerousGetHandle() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.WaitHandle::WaitOne(System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitHandle_WaitOne_m6283DC18BCD374B579549B156DD30AAA74E64C89 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, int64_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method); // System.Boolean System.Threading.WaitHandle::InternalWaitOne(System.Runtime.InteropServices.SafeHandle,System.Int64,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitHandle_InternalWaitOne_m14CF12240D30C25A6C34683080C5A0D982786303 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___waitableSafeHandle0, int64_t ___millisecondsTimeout1, bool ___hasThreadAffinity2, bool ___exitContext3, const RuntimeMethod* method); // System.Int32 System.Threading.WaitHandle::WaitOneNative(System.Runtime.InteropServices.SafeHandle,System.UInt32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WaitHandle_WaitOneNative_mC25327F2B99DBB404B62FD48CFCBDB3244F82434 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___waitableSafeHandle0, uint32_t ___millisecondsTimeout1, bool ___hasThreadAffinity2, bool ___exitContext3, const RuntimeMethod* method); // System.Void System.Threading.WaitHandle::ThrowAbandonedMutexException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle_ThrowAbandonedMutexException_m4AFC4FEDCA7C3EF6E1C04D4176ABA49CC728224C (const RuntimeMethod* method); // System.Int32 System.Threading.WaitHandle::WaitMultiple(System.Threading.WaitHandle[],System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WaitHandle_WaitMultiple_mAE04CACC2ADB312E42B0DF0E09EAB1744B50441E (WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* ___waitHandles0, int32_t ___millisecondsTimeout1, bool ___exitContext2, bool ___WaitAll3, const RuntimeMethod* method); // System.Void System.Threading.WaitHandle::ThrowAbandonedMutexException(System.Int32,System.Threading.WaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle_ThrowAbandonedMutexException_m69BB8B9A409789BDFA844B2A06303CCB3FD3A69C (int32_t ___location0, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___handle1, const RuntimeMethod* method); // System.Void System.GC::KeepAlive(System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void GC_KeepAlive_mE836EDA45A7C6BFDCEA004B9089FA6B4810BDA89 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Threading.WaitHandle::WaitAny(System.Threading.WaitHandle[],System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WaitHandle_WaitAny_m1CA2DEBC40AB9BAF7ADDC0921B2AC332FA44AB1E (WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* ___waitHandles0, int32_t ___millisecondsTimeout1, bool ___exitContext2, const RuntimeMethod* method); // System.Void System.Threading.AbandonedMutexException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbandonedMutexException__ctor_mD789CDEE6F2EFECA949F0205C4AA37F140476E05 (AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9 * __this, const RuntimeMethod* method); // System.Void System.Threading.AbandonedMutexException::.ctor(System.Int32,System.Threading.WaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbandonedMutexException__ctor_m5D2377FCE41D4EA1068C207B0105C7322D521666 (AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9 * __this, int32_t ___location0, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___handle1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Close_m284B185A04D5FB0A23F55B333737B7DF2CBE1F80 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.WaitHandle::Wait_internal(System.IntPtr*,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WaitHandle_Wait_internal_m8941E096BE6A528D936BCE4B4D931753FCB0F483 (intptr_t* ___handles0, int32_t ___numHandles1, bool ___waitAll2, int32_t ___ms3, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91 (int32_t ___value0, const RuntimeMethod* method); // System.Void System.ApplicationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationException__ctor_mFF30CCDE8B078E0ED2E206EEB39611840367607A (ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPoolWorkQueue::Dispatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPoolWorkQueue_Dispatch_mCDF7415E4C9D02B34761CAE8EA15CD33DDF85ADF (const RuntimeMethod* method); // System.Exception System.ThrowHelper::CreateArgumentNullException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentNullException_m73D3C5638F0A69939498020AA3AE650DAA0178FD (int32_t ___argument0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument,System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m2C56CC1BC1245743344B9236D279FC9315896F51 (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_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method); // System.String System.ThrowHelper::GetResourceName(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ThrowHelper_GetResourceName_m13FDAE58B6F545972524C1B952F26628A50ED48E (int32_t ___resource0, const RuntimeMethod* method); // System.String System.ThrowHelper::GetArgumentName(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ThrowHelper_GetArgumentName_m557024344066246E63A04D0B1A2DB0F6C6781D2C (int32_t ___argument0, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int64) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __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_m30D961C24084E95EA9FE0565B87FCFFE24DD3632 (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_m44268277AFF84DEF6CA3442907CE8116A982FB87 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int32_t ___hours0, int32_t ___minutes1, int32_t ___seconds2, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_m040C8658862663DED3794C87A661EBAB82E4D621 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int32_t ___days0, int32_t ___hours1, int32_t ___minutes2, int32_t ___seconds3, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Hours() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Hours_mE248B39F7E3E07DAD257713114E86A1A2C191A45 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Minutes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Minutes_mCABF9EE7E7F78368DA0F825F5922C06238DD0F22 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalHours() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalHours_mE5E189FF852CBC3046D1B584D2DC6B541D0BD327 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalMinutes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMinutes_m41B6248DF2E4E6CAFC4A1B3C7ECCD9A10CC16C22 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalSeconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalSeconds_m0F8F314166E6D1F9D36F32EB1272451EDE56B4EA (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731 (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* ___message0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Add(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Add_mC4C54D4AF8C34EF36288176B85FF2F488A7C5507 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___ts0, const RuntimeMethod* method); // System.Int32 System.TimeSpan::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_mF5675C9DD2AA6D97C68CFAAE340B54EC4485564B (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.TimeSpan::CompareTo(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_mCC797C9F7FF3BC0D7C8401666BDE7DCE676449E3 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Interval(System.Double,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Interval_mC54779784D1D81AF3B63161397F31CF7ECDD7732 (double ___value0, int32_t ___scale1, const RuntimeMethod* method); // System.Boolean System.TimeSpan::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_Equals_m7CD315197413EB59DDBCF923AD564E0021E91A70 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.TimeSpan::Equals(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_Equals_m03A10C4E2E28E5E56B4342AC0B9C68EC677C67F4 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___obj0, const RuntimeMethod* method); // System.Int32 System.TimeSpan::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_GetHashCode_m4FD4BD6B179EDD97650F594B0E671EC8FB1E535F (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method); // System.Boolean System.Double::IsNaN(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3 (double ___d0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Subtract(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Subtract_m9A5CA898BD0D57AE22E8E19548B8D635961A71C0 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___ts0, const RuntimeMethod* method); // System.TimeSpan System.Globalization.TimeSpanParse::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpanParse_Parse_m7C263AB9AA04B4FF31992C59FB086A516E31F3C8 (String_t* ___input0, RuntimeObject* ___formatProvider1, 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_mDFAF627CECBD00A1DDB27D3D812974B3A2875B8F (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, String_t* ___format1, RuntimeObject* ___formatProvider2, const RuntimeMethod* method); // System.String System.TimeSpan::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m3D31EDB779332CA887A4CB9BD1CA781C59B79EA8 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method); // System.String System.TimeSpan::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m8931E09D0B73F3CF436C70E02D74E14F5479B9BF (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, String_t* ___format0, const RuntimeMethod* method); // System.Boolean System.TimeSpan::get_LegacyMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_get_LegacyMode_mB9C63B017249E99A978D2977C6172848EFBA30F8 (const RuntimeMethod* method); // System.String System.TimeSpan::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m9486CD30DB9A51A6AA51C2672FCB1DFEF074FC9F (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.Boolean System.TimeSpan::GetLegacyFormatMode() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool TimeSpan_GetLegacyFormatMode_m058C62B8FEB05BBD84A5437AEDF60DAF2444EBB8_inline (const RuntimeMethod* method); // System.String System.Boolean::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m62D1EFD5F6D5F6B6AF0D14A07BF5741C94413301 (bool* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Threading.PlatformHelper::get_ProcessorCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlatformHelper_get_ProcessorCount_mED31378FF99FA52193863291A42F4EA623F62E13 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PlatformHelper_get_ProcessorCount_mED31378FF99FA52193863291A42F4EA623F62E13_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C(/*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = ((PlatformHelper_tDB17489B10DB45EC7C3422D53A483D9B1B985FB9_StaticFields*)il2cpp_codegen_static_fields_for(PlatformHelper_tDB17489B10DB45EC7C3422D53A483D9B1B985FB9_il2cpp_TypeInfo_var))->get_s_processorCount_0(); il2cpp_codegen_memory_barrier(); V_1 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_0021; } } { int32_t L_3 = V_0; int32_t L_4 = ((PlatformHelper_tDB17489B10DB45EC7C3422D53A483D9B1B985FB9_StaticFields*)il2cpp_codegen_static_fields_for(PlatformHelper_tDB17489B10DB45EC7C3422D53A483D9B1B985FB9_il2cpp_TypeInfo_var))->get_s_lastProcessorCountRefreshTicks_1(); il2cpp_codegen_memory_barrier(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))) < ((int32_t)((int32_t)30000)))) { goto IL_0037; } } IL_0021: { int32_t L_5 = Environment_get_ProcessorCount_m086119F1D40B7319BFC37F4501C6A73517E9B8CD(/*hidden argument*/NULL); int32_t L_6 = L_5; V_1 = L_6; il2cpp_codegen_memory_barrier(); ((PlatformHelper_tDB17489B10DB45EC7C3422D53A483D9B1B985FB9_StaticFields*)il2cpp_codegen_static_fields_for(PlatformHelper_tDB17489B10DB45EC7C3422D53A483D9B1B985FB9_il2cpp_TypeInfo_var))->set_s_processorCount_0(L_6); int32_t L_7 = V_0; il2cpp_codegen_memory_barrier(); ((PlatformHelper_tDB17489B10DB45EC7C3422D53A483D9B1B985FB9_StaticFields*)il2cpp_codegen_static_fields_for(PlatformHelper_tDB17489B10DB45EC7C3422D53A483D9B1B985FB9_il2cpp_TypeInfo_var))->set_s_lastProcessorCountRefreshTicks_1(L_7); } IL_0037: { int32_t L_8 = V_1; return L_8; } } // System.Boolean System.Threading.PlatformHelper::get_IsSingleProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_get_IsSingleProcessor_m87507D435831F72BC807223D20139EE006CC3106 (const RuntimeMethod* method) { { int32_t L_0 = PlatformHelper_get_ProcessorCount_mED31378FF99FA52193863291A42F4EA623F62E13(/*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.QueueUserWorkItemCallback::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueUserWorkItemCallback__cctor_mF62512405AE8DD20A6B335EE91B327DF9DCA5881 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QueueUserWorkItemCallback__cctor_mF62512405AE8DD20A6B335EE91B327DF9DCA5881_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_0 = (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 *)il2cpp_codegen_object_new(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var); ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493(L_0, NULL, (intptr_t)((intptr_t)QueueUserWorkItemCallback_WaitCallback_Context_m8E119CC8DFD394FB61F895C2D5B195114F339545_RuntimeMethod_var), /*hidden argument*/NULL); ((QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8_StaticFields*)il2cpp_codegen_static_fields_for(QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8_il2cpp_TypeInfo_var))->set_ccb_3(L_0); return; } } // 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_mA8BAF438B3BC53CFA970E9728870D5B39A3B86A8 (QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8 * __this, WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___waitCallback0, RuntimeObject * ___stateObj1, bool ___compressStack2, int32_t* ___stackMark3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QueueUserWorkItemCallback__ctor_mA8BAF438B3BC53CFA970E9728870D5B39A3B86A8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_0 = ___waitCallback0; __this->set_callback_0(L_0); RuntimeObject * L_1 = ___stateObj1; __this->set_state_2(L_1); bool L_2 = ___compressStack2; if (!L_2) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); bool L_3 = ExecutionContext_IsFlowSuppressed_mA39E5CDF87685341DE0E387503AD4B7D215933C6(/*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { int32_t* L_4 = ___stackMark3; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_5 = ExecutionContext_Capture_m03E9840F580CC8E82725D5969D6132B0ABADD5F2((int32_t*)L_4, 3, /*hidden argument*/NULL); __this->set_context_1(L_5); } IL_002c: { return; } } // System.Void System.Threading.QueueUserWorkItemCallback::System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueUserWorkItemCallback_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem_mD33E7C16157B06F9180AC65CB33208FE77F573F4 (QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QueueUserWorkItemCallback_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem_mD33E7C16157B06F9180AC65CB33208FE77F573F4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = __this->get_context_1(); if (L_0) { goto IL_0021; } } { WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_1 = __this->get_callback_0(); __this->set_callback_0((WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)NULL); RuntimeObject * L_2 = __this->get_state_2(); NullCheck(L_1); WaitCallback_Invoke_mB6A858A1792B8E0DE526C3C157624C1A59EEFA16(L_1, L_2, /*hidden argument*/NULL); return; } IL_0021: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_3 = __this->get_context_1(); IL2CPP_RUNTIME_CLASS_INIT(QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8_il2cpp_TypeInfo_var); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_4 = ((QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8_StaticFields*)il2cpp_codegen_static_fields_for(QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8_il2cpp_TypeInfo_var))->get_ccb_3(); IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_Run_mFF76DDA6501D993EB4A4B79EFDAF1F6476920945(L_3, L_4, __this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Threading.QueueUserWorkItemCallback::System.Threading.IThreadPoolWorkItem.MarkAborted(System.Threading.ThreadAbortException) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueUserWorkItemCallback_System_Threading_IThreadPoolWorkItem_MarkAborted_m5D4D9328ED7F914DE19D53DB1F7AF1FF3F1EB3E2 (QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8 * __this, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * ___tae0, const RuntimeMethod* method) { { return; } } // System.Void System.Threading.QueueUserWorkItemCallback::WaitCallback_Context(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueUserWorkItemCallback_WaitCallback_Context_m8E119CC8DFD394FB61F895C2D5B195114F339545 (RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QueueUserWorkItemCallback_WaitCallback_Context_m8E119CC8DFD394FB61F895C2D5B195114F339545_MetadataUsageId); s_Il2CppMethodInitialized = true; } QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8 * V_0 = NULL; { RuntimeObject * L_0 = ___state0; V_0 = ((QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8 *)CastclassSealed((RuntimeObject*)L_0, QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8_il2cpp_TypeInfo_var)); QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8 * L_1 = V_0; NullCheck(L_1); WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_2 = L_1->get_callback_0(); QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = L_3->get_state_2(); NullCheck(L_2); WaitCallback_Invoke_mB6A858A1792B8E0DE526C3C157624C1A59EEFA16(L_2, L_4, /*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.ReaderWriterLock::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReaderWriterLock__ctor_m2AD92754C4944FB9FABE8E8E624D962EDE708CC1 (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReaderWriterLock__ctor_m2AD92754C4944FB9FABE8E8E624D962EDE708CC1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_seq_num_0(1); CriticalFinalizerObject__ctor_m99FA3656B2AAC4F7E53A8BFE9E361E7C1F8867C5(__this, /*hidden argument*/NULL); LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * L_0 = (LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 *)il2cpp_codegen_object_new(LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4_il2cpp_TypeInfo_var); LockQueue__ctor_m90D16C636959C77D90E90AFAFA5A1A172A541318(L_0, __this, /*hidden argument*/NULL); __this->set_writer_queue_4(L_0); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_1, /*hidden argument*/NULL); __this->set_reader_locks_5(L_1); IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.ReaderWriterLock::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReaderWriterLock_Finalize_mEAB595A187EF980F1566C28A2CBF99E979E7425B (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__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_m36B07F0B4F395452E3EFB45EF4887C763388AFA7(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(2) } // end finally (depth: 1) IL2CPP_CLEANUP(2) { IL2CPP_JUMP_TBL(0x9, IL_0009) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0009: { return; } } // System.Boolean System.Threading.ReaderWriterLock::get_IsReaderLockHeld() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReaderWriterLock_get_IsReaderLockHeld_m32719A7224B1E06E953BC8C6D93C3298752BEE1F (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReaderWriterLock_get_IsReaderLockHeld_m32719A7224B1E06E953BC8C6D93C3298752BEE1F_MetadataUsageId); s_Il2CppMethodInitialized = true; } ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * V_0 = NULL; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = __this; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_0 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_reader_locks_5(); int32_t L_2 = Thread_get_CurrentThreadId_m4E5AF50F663EA2F6891B44EABD11D9B05C75CF4F(/*hidden argument*/NULL); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_1, L_4); V_2 = L_5; IL2CPP_LEAVE(0x2E, FINALLY_0024); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_002d; } } IL_0027: { ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_7 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL); } IL_002d: { IL2CPP_END_FINALLY(36) } } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_JUMP_TBL(0x2E, IL_002e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002e: { bool L_8 = V_2; return L_8; } } // System.Boolean System.Threading.ReaderWriterLock::get_IsWriterLockHeld() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReaderWriterLock_get_IsWriterLockHeld_mD26A5969A01181CBA073EDD251FDA082F1757323 (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, const RuntimeMethod* method) { ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * V_0 = NULL; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); int32_t G_B4_0 = 0; { V_0 = __this; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) { ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_0 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_1 = __this->get_state_1(); if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0024; } } IL_0015: { int32_t L_2 = Thread_get_CurrentThreadId_m4E5AF50F663EA2F6891B44EABD11D9B05C75CF4F(/*hidden argument*/NULL); int32_t L_3 = __this->get_writer_lock_owner_3(); G_B4_0 = ((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0); goto IL_0025; } IL_0024: { G_B4_0 = 0; } IL_0025: { V_2 = (bool)G_B4_0; IL2CPP_LEAVE(0x32, FINALLY_0028); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0028; } FINALLY_0028: { // begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0031; } } IL_002b: { ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_5 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL); } IL_0031: { IL2CPP_END_FINALLY(40) } } // end finally (depth: 1) IL2CPP_CLEANUP(40) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { bool L_6 = V_2; return L_6; } } // System.Void System.Threading.ReaderWriterLock::AcquireWriterLock(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReaderWriterLock_AcquireWriterLock_mD71492F867BCD99F266A10EF7734949BD3DA3C9B (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, int32_t ___millisecondsTimeout0, const RuntimeMethod* method) { { int32_t L_0 = ___millisecondsTimeout0; ReaderWriterLock_AcquireWriterLock_m1B0A8F855064F90B0EC93633078E848F557DADBB(__this, L_0, 1, /*hidden argument*/NULL); return; } } // System.Void System.Threading.ReaderWriterLock::AcquireWriterLock(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReaderWriterLock_AcquireWriterLock_m1B0A8F855064F90B0EC93633078E848F557DADBB (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, int32_t ___millisecondsTimeout0, int32_t ___initialLockCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReaderWriterLock_AcquireWriterLock_m1B0A8F855064F90B0EC93633078E848F557DADBB_MetadataUsageId); s_Il2CppMethodInitialized = true; } ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = __this; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) { ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_0 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL); bool L_1 = ReaderWriterLock_HasWriterLock_m6B44D796D1A9712A72463CA6E0E5F15683E2DB41(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } IL_0014: { int32_t L_2 = __this->get_state_1(); __this->set_state_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))); IL2CPP_LEAVE(0x87, FINALLY_007d); } IL_0024: { int32_t L_3 = __this->get_state_1(); if (L_3) { goto IL_0039; } } IL_002c: { LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * L_4 = __this->get_writer_queue_4(); NullCheck(L_4); bool L_5 = LockQueue_get_IsEmpty_mBAE6EA4A8B3E59E63E635D641B88467C1350BB38(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_005a; } } IL_0039: { LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * L_6 = __this->get_writer_queue_4(); int32_t L_7 = ___millisecondsTimeout0; NullCheck(L_6); bool L_8 = LockQueue_Wait_m94008C29AF5E3B465892D821A6DA94EF5814B8CD(L_6, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0052; } } IL_0047: { ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 * L_9 = (ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 *)il2cpp_codegen_object_new(ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74_il2cpp_TypeInfo_var); ApplicationException__ctor_mDC26CE8ECD0DDA5C8FA50C8E8B2614F3B50FC308(L_9, _stringLiteralE6E0D45D5FFF69C366F16C4ADA145CD9FFE8C79D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ReaderWriterLock_AcquireWriterLock_m1B0A8F855064F90B0EC93633078E848F557DADBB_RuntimeMethod_var); } IL_0052: { int32_t L_10 = __this->get_state_1(); if (L_10) { goto IL_0039; } } IL_005a: { int32_t L_11 = ___initialLockCount1; __this->set_state_1(((-L_11))); int32_t L_12 = Thread_get_CurrentThreadId_m4E5AF50F663EA2F6891B44EABD11D9B05C75CF4F(/*hidden argument*/NULL); __this->set_writer_lock_owner_3(L_12); int32_t L_13 = __this->get_seq_num_0(); __this->set_seq_num_0(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); IL2CPP_LEAVE(0x87, FINALLY_007d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007d; } FINALLY_007d: { // begin finally (depth: 1) { bool L_14 = V_1; if (!L_14) { goto IL_0086; } } IL_0080: { ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_15 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_15, /*hidden argument*/NULL); } IL_0086: { IL2CPP_END_FINALLY(125) } } // end finally (depth: 1) IL2CPP_CLEANUP(125) { IL2CPP_JUMP_TBL(0x87, IL_0087) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0087: { return; } } // System.Void System.Threading.ReaderWriterLock::ReleaseWriterLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReaderWriterLock_ReleaseWriterLock_mEF4B756CF56289B9368F32279F26E88E1DD3D8C6 (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReaderWriterLock_ReleaseWriterLock_mEF4B756CF56289B9368F32279F26E88E1DD3D8C6_MetadataUsageId); s_Il2CppMethodInitialized = true; } ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = __this; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) { ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_0 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL); bool L_1 = ReaderWriterLock_HasWriterLock_m6B44D796D1A9712A72463CA6E0E5F15683E2DB41(__this, /*hidden argument*/NULL); if (L_1) { goto IL_001f; } } IL_0014: { ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 * L_2 = (ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 *)il2cpp_codegen_object_new(ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74_il2cpp_TypeInfo_var); ApplicationException__ctor_mDC26CE8ECD0DDA5C8FA50C8E8B2614F3B50FC308(L_2, _stringLiteral74B459BD4B6AA23FB69AB1D8EF730315059FAEC6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ReaderWriterLock_ReleaseWriterLock_mEF4B756CF56289B9368F32279F26E88E1DD3D8C6_RuntimeMethod_var); } IL_001f: { ReaderWriterLock_ReleaseWriterLock_mF9CA542FA200B1C431BD58A982119A5126A1FDC3(__this, 1, /*hidden argument*/NULL); IL2CPP_LEAVE(0x32, FINALLY_0028); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0028; } FINALLY_0028: { // begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_0031; } } IL_002b: { ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_4 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL); } IL_0031: { IL2CPP_END_FINALLY(40) } } // end finally (depth: 1) IL2CPP_CLEANUP(40) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { return; } } // System.Void System.Threading.ReaderWriterLock::ReleaseWriterLock(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReaderWriterLock_ReleaseWriterLock_mF9CA542FA200B1C431BD58A982119A5126A1FDC3 (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, int32_t ___releaseCount0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_1(); int32_t L_1 = ___releaseCount0; __this->set_state_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))); int32_t L_2 = __this->get_state_1(); if (L_2) { goto IL_003e; } } { int32_t L_3 = __this->get_readers_2(); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0026; } } { Monitor_PulseAll_mFE0F30CE6AE17C41852AFEA9FB3B78957CA103C5(__this, /*hidden argument*/NULL); return; } IL_0026: { LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * L_4 = __this->get_writer_queue_4(); NullCheck(L_4); bool L_5 = LockQueue_get_IsEmpty_mBAE6EA4A8B3E59E63E635D641B88467C1350BB38(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003e; } } { LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * L_6 = __this->get_writer_queue_4(); NullCheck(L_6); LockQueue_Pulse_mEB62D68F1294AEEA812A1E61A9FE99D7AE42AC20(L_6, /*hidden argument*/NULL); } IL_003e: { return; } } // System.Boolean System.Threading.ReaderWriterLock::HasWriterLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReaderWriterLock_HasWriterLock_m6B44D796D1A9712A72463CA6E0E5F15683E2DB41 (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { int32_t L_1 = Thread_get_CurrentThreadId_m4E5AF50F663EA2F6891B44EABD11D9B05C75CF4F(/*hidden argument*/NULL); int32_t L_2 = __this->get_writer_lock_owner_3(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } IL_0017: { return (bool)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.RegisteredWaitHandle::.ctor(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegisteredWaitHandle__ctor_m990C003E1FC4462F986D99BCE3A995F522203483 (RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * __this, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___waitObject0, WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * ___callback1, RuntimeObject * ___state2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeout3, bool ___executeOnlyOnce4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegisteredWaitHandle__ctor_m990C003E1FC4462F986D99BCE3A995F522203483_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850(__this, /*hidden argument*/NULL); WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_0 = ___waitObject0; __this->set__waitObject_1(L_0); WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * L_1 = ___callback1; __this->set__callback_2(L_1); RuntimeObject * L_2 = ___state2; __this->set__state_3(L_2); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = ___timeout3; __this->set__timeout_6(L_3); bool L_4 = ___executeOnlyOnce4; __this->set__executeOnlyOnce_8(L_4); __this->set__finalEvent_4((WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 *)NULL); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_5 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_5, (bool)0, /*hidden argument*/NULL); __this->set__cancelEvent_5(L_5); __this->set__callsInProcess_7(0); __this->set__unregistered_9((bool)0); return; } } // System.Void System.Threading.RegisteredWaitHandle::Wait(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegisteredWaitHandle_Wait_m0F3673BDD8989B937D7EAF2DDCE685C158192A12 (RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegisteredWaitHandle_Wait_m0F3673BDD8989B937D7EAF2DDCE685C158192A12_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* V_1 = NULL; int32_t V_2 = 0; RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * V_3 = NULL; bool V_4 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 6); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) try { // begin try (depth: 2) { WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_0 = __this->get__waitObject_1(); NullCheck(L_0); SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_1 = WaitHandle_get_SafeWaitHandle_m9BA6EA0D8DBD059147DE77EE1E36181EEB5A8AB1(L_0, /*hidden argument*/NULL); NullCheck(L_1); SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_1, (bool*)(&V_0), /*hidden argument*/NULL); } IL_0014: try { // begin try (depth: 3) { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_2 = (WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC*)(WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC*)SZArrayNew(WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC_il2cpp_TypeInfo_var, (uint32_t)2); WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_3 = L_2; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_4 = __this->get__waitObject_1(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 *)L_4); WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_5 = L_3; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_6 = __this->get__cancelEvent_5(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 *)L_6); V_1 = L_5; } IL_002d: { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_7 = V_1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = __this->get__timeout_6(); IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); int32_t L_9 = WaitHandle_WaitAny_mB3F8C574D50E2EC2D056A731B86BC2284D1B85CB(L_7, L_8, (bool)0, /*hidden argument*/NULL); V_2 = L_9; bool L_10 = __this->get__unregistered_9(); if (L_10) { goto IL_008a; } } IL_0043: { V_3 = __this; V_4 = (bool)0; } IL_0048: try { // begin try (depth: 4) RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * L_11 = V_3; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_11, (bool*)(&V_4), /*hidden argument*/NULL); int32_t L_12 = __this->get__callsInProcess_7(); __this->set__callsInProcess_7(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); IL2CPP_LEAVE(0x6B, FINALLY_0060); } // end try (depth: 4) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0060; } FINALLY_0060: { // begin finally (depth: 4) { bool L_13 = V_4; if (!L_13) { goto IL_006a; } } IL_0064: { RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * L_14 = V_3; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_14, /*hidden argument*/NULL); } IL_006a: { IL2CPP_END_FINALLY(96) } } // end finally (depth: 4) IL2CPP_CLEANUP(96) { IL2CPP_JUMP_TBL(0x6B, IL_006b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006b: { WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_15 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var); WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_15, __this, (intptr_t)((intptr_t)RegisteredWaitHandle_DoCallBack_m992D8C91B698DB66A223D078AA88E8075E16D48A_RuntimeMethod_var), /*hidden argument*/NULL); int32_t L_16 = V_2; bool L_17 = ((bool)((((int32_t)L_16) == ((int32_t)((int32_t)258)))? 1 : 0)); RuntimeObject * L_18 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_17); ThreadPool_QueueUserWorkItem_mF344DA7B44CDBE8C7163C1539D429F27E8553185(L_15, L_18, /*hidden argument*/NULL); } IL_008a: { bool L_19 = __this->get__unregistered_9(); if (L_19) { goto IL_009a; } } IL_0092: { bool L_20 = __this->get__executeOnlyOnce_8(); if (!L_20) { goto IL_002d; } } IL_009a: { goto IL_009f; } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_009c; throw e; } CATCH_009c: { // begin catch(System.Object) goto IL_009f; } // end catch (depth: 3) IL_009f: { V_3 = __this; V_4 = (bool)0; } IL_00a4: try { // begin try (depth: 3) { RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * L_21 = V_3; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_21, (bool*)(&V_4), /*hidden argument*/NULL); __this->set__unregistered_9((bool)1); int32_t L_22 = __this->get__callsInProcess_7(); if (L_22) { goto IL_00d4; } } IL_00bb: { WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_23 = __this->get__finalEvent_4(); if (!L_23) { goto IL_00d4; } } IL_00c3: { WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_24 = __this->get__finalEvent_4(); NullCheck(L_24); SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_25 = WaitHandle_get_SafeWaitHandle_m9BA6EA0D8DBD059147DE77EE1E36181EEB5A8AB1(L_24, /*hidden argument*/NULL); NativeEventCalls_SetEvent_mAEF9B9C0465787B512B6497A05E56EFD39BD420C(L_25, /*hidden argument*/NULL); } IL_00d4: { IL2CPP_LEAVE(0xE1, FINALLY_00d6); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d6; } FINALLY_00d6: { // begin finally (depth: 3) { bool L_26 = V_4; if (!L_26) { goto IL_00e0; } } IL_00da: { RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * L_27 = V_3; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_27, /*hidden argument*/NULL); } IL_00e0: { IL2CPP_END_FINALLY(214) } } // end finally (depth: 3) IL2CPP_CLEANUP(214) { IL2CPP_JUMP_TBL(0xE1, IL_00e1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00e1: { IL2CPP_LEAVE(0xFF, FINALLY_00eb); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00e3; throw e; } CATCH_00e3: { // begin catch(System.ObjectDisposedException) { bool L_28 = V_0; if (!L_28) { goto IL_00e9; } } IL_00e7: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, RegisteredWaitHandle_Wait_m0F3673BDD8989B937D7EAF2DDCE685C158192A12_RuntimeMethod_var); } IL_00e9: { IL2CPP_LEAVE(0xFF, FINALLY_00eb); } } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00eb; } FINALLY_00eb: { // begin finally (depth: 1) { bool L_29 = V_0; if (!L_29) { goto IL_00fe; } } IL_00ee: { WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_30 = __this->get__waitObject_1(); NullCheck(L_30); SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_31 = WaitHandle_get_SafeWaitHandle_m9BA6EA0D8DBD059147DE77EE1E36181EEB5A8AB1(L_30, /*hidden argument*/NULL); NullCheck(L_31); SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_31, /*hidden argument*/NULL); } IL_00fe: { IL2CPP_END_FINALLY(235) } } // end finally (depth: 1) IL2CPP_CLEANUP(235) { IL2CPP_JUMP_TBL(0xFF, IL_00ff) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ff: { return; } } // System.Void System.Threading.RegisteredWaitHandle::DoCallBack(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegisteredWaitHandle_DoCallBack_m992D8C91B698DB66A223D078AA88E8075E16D48A (RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * __this, RuntimeObject * ___timedOut0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegisteredWaitHandle_DoCallBack_m992D8C91B698DB66A223D078AA88E8075E16D48A_MetadataUsageId); s_Il2CppMethodInitialized = true; } RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) { WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * L_0 = __this->get__callback_2(); if (!L_0) { goto IL_001f; } } IL_0008: { WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * L_1 = __this->get__callback_2(); RuntimeObject * L_2 = __this->get__state_3(); RuntimeObject * L_3 = ___timedOut0; NullCheck(L_1); WaitOrTimerCallback_Invoke_m339DD37A56CCF4A02065A78DEE3A981017B80670(L_1, L_2, ((*(bool*)((bool*)UnBox(L_3, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); } IL_001f: { IL2CPP_LEAVE(0x71, FINALLY_0021); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 1) { V_0 = __this; V_1 = (bool)0; } IL_0025: try { // begin try (depth: 2) { RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * L_4 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_4, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_5 = __this->get__callsInProcess_7(); __this->set__callsInProcess_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); bool L_6 = __this->get__unregistered_9(); if (!L_6) { goto IL_0064; } } IL_0043: { int32_t L_7 = __this->get__callsInProcess_7(); if (L_7) { goto IL_0064; } } IL_004b: { WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_8 = __this->get__finalEvent_4(); if (!L_8) { goto IL_0064; } } IL_0053: { WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_9 = __this->get__finalEvent_4(); NullCheck(L_9); SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_10 = WaitHandle_get_SafeWaitHandle_m9BA6EA0D8DBD059147DE77EE1E36181EEB5A8AB1(L_9, /*hidden argument*/NULL); NativeEventCalls_SetEvent_mAEF9B9C0465787B512B6497A05E56EFD39BD420C(L_10, /*hidden argument*/NULL); } IL_0064: { IL2CPP_LEAVE(0x70, FINALLY_0066); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0066; } FINALLY_0066: { // begin finally (depth: 2) { bool L_11 = V_1; if (!L_11) { goto IL_006f; } } IL_0069: { RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * L_12 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_12, /*hidden argument*/NULL); } IL_006f: { IL2CPP_END_FINALLY(102) } } // end finally (depth: 2) IL2CPP_CLEANUP(102) { IL2CPP_JUMP_TBL(0x70, IL_0070) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0070: { IL2CPP_END_FINALLY(33) } } // end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0071: { 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.SemaphoreFullException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreFullException__ctor_m22FC230D5266AB79667D894677719561ADBA8C86 (SemaphoreFullException_tA922BF3DD3A402F2CCE5AFDEFCB40BD57720FA2E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SemaphoreFullException__ctor_m22FC230D5266AB79667D894677719561ADBA8C86_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA6886D544B3C63487C3755A3B0E6AF19738F90F5, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.SemaphoreFullException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreFullException__ctor_mCC5A7FE26B66D748B70508A5F8B864E3912B17A9 (SemaphoreFullException_tA922BF3DD3A402F2CCE5AFDEFCB40BD57720FA2E * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__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.SemaphoreSlim::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim__ctor_mE9DFD50375754E2D73606021F0E4F103E946C50E (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, int32_t ___initialCount0, int32_t ___maxCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SemaphoreSlim__ctor_mE9DFD50375754E2D73606021F0E4F103E946C50E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___initialCount0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000e; } } { int32_t L_1 = ___initialCount0; int32_t L_2 = ___maxCount1; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0029; } } IL_000e: { int32_t L_3 = ___initialCount0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var); String_t* L_6 = SemaphoreSlim_GetResourceString_mE3D9E87B59865FFD5AAD8B6E958E3E61539381BD(_stringLiteralE5302A7944F4048AECAB32B87AED9AC1DEFBB646, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_7, _stringLiteral9BB3F4C313586086A176963E545BC3B790B5C029, L_5, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, SemaphoreSlim__ctor_mE9DFD50375754E2D73606021F0E4F103E946C50E_RuntimeMethod_var); } IL_0029: { int32_t L_8 = ___maxCount1; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_0048; } } { int32_t L_9 = ___maxCount1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10); IL2CPP_RUNTIME_CLASS_INIT(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var); String_t* L_12 = SemaphoreSlim_GetResourceString_mE3D9E87B59865FFD5AAD8B6E958E3E61539381BD(_stringLiteral1D45C2C5D19FFE0F90B78839AA1F5EE6AF646F26, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_13 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_13, _stringLiteralCE012334C76FBB8723D52324457CB619F53F2527, L_11, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, SemaphoreSlim__ctor_mE9DFD50375754E2D73606021F0E4F103E946C50E_RuntimeMethod_var); } IL_0048: { int32_t L_14 = ___maxCount1; __this->set_m_maxCount_1(L_14); RuntimeObject * L_15 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_15, /*hidden argument*/NULL); __this->set_m_lockObj_3(L_15); int32_t L_16 = ___initialCount0; il2cpp_codegen_memory_barrier(); __this->set_m_currentCount_0(L_16); return; } } // System.Void System.Threading.SemaphoreSlim::Wait() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_Wait_mE6DB20AC7CFF0C340A498D74D8A014566BE6DC5C (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method) { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = V_0; SemaphoreSlim_Wait_m29DC4B74F86F97ACA15A0454BDD03DFB78C84A12(__this, (-1), L_0, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.SemaphoreSlim::Wait(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SemaphoreSlim_Wait_m29DC4B74F86F97ACA15A0454BDD03DFB78C84A12 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, int32_t ___millisecondsTimeout0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SemaphoreSlim_Wait_m29DC4B74F86F97ACA15A0454BDD03DFB78C84A12_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * V_2 = NULL; bool V_3 = false; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 V_4; memset((&V_4), 0, sizeof(V_4)); SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 V_5; memset((&V_5), 0, sizeof(V_5)); OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * V_6 = NULL; bool V_7 = false; TaskAwaiter_1_tFD52D9BC245E2C60016F2E6F4CC4A15361418090 V_8; memset((&V_8), 0, sizeof(V_8)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 6); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { SemaphoreSlim_CheckDispose_m38F5F406FD2FB6F8B92CD861679A134B3281BF05(__this, /*hidden argument*/NULL); int32_t L_0 = ___millisecondsTimeout0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_0025; } } { int32_t L_1 = ___millisecondsTimeout0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var); String_t* L_4 = SemaphoreSlim_GetResourceString_mE3D9E87B59865FFD5AAD8B6E958E3E61539381BD(_stringLiteralA844BD54164A53E9C422D16CBB047D845B5572F3, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_5, _stringLiteral6A64F1C8A3D936D9D3463216444FF0F54EFAEAC5, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SemaphoreSlim_Wait_m29DC4B74F86F97ACA15A0454BDD03DFB78C84A12_RuntimeMethod_var); } IL_0025: { CancellationToken_ThrowIfCancellationRequested_m13AB667F961F83D8ED759BA402325638F43B0938((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken1), /*hidden argument*/NULL); V_0 = 0; int32_t L_6 = ___millisecondsTimeout0; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_003c; } } { int32_t L_7 = ___millisecondsTimeout0; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_003c; } } { uint32_t L_8 = TimeoutHelper_GetTime_m6AD4BA5DCA9E4102DC18395A59123E91EB915D98(/*hidden argument*/NULL); V_0 = L_8; } IL_003c: { V_1 = (bool)0; V_2 = (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 *)NULL; V_3 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_9 = ((SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields*)il2cpp_codegen_static_fields_for(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var))->get_s_cancellationTokenCanceledEventHandler_8(); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_10 = CancellationToken_InternalRegisterWithoutEC_m2AB5F8C5E8800786BE0825ACE80BAA2EFB719DFF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken1), L_9, __this, /*hidden argument*/NULL); V_4 = L_10; } IL_0051: try { // begin try (depth: 1) { il2cpp_codegen_initobj((&V_5), sizeof(SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 )); goto IL_0062; } IL_005b: { SpinWait_SpinOnce_mFE80DED71DC333A3F5C6F98AE9B46AB63B854E87((SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 *)(&V_5), /*hidden argument*/NULL); } IL_0062: { int32_t L_11 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if (L_11) { goto IL_0075; } } IL_006c: { bool L_12 = SpinWait_get_NextSpinWillYield_m00ED46CB0C35A8CC817E0670A4726969361AD78C((SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 *)(&V_5), /*hidden argument*/NULL); if (!L_12) { goto IL_005b; } } IL_0075: { } IL_0076: try { // begin try (depth: 2) IL2CPP_LEAVE(0x9B, FINALLY_0078); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0078; } FINALLY_0078: { // begin finally (depth: 2) { RuntimeObject * L_13 = __this->get_m_lockObj_3(); Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_13, (bool*)(&V_3), /*hidden argument*/NULL); bool L_14 = V_3; if (!L_14) { goto IL_009a; } } IL_0088: { int32_t L_15 = __this->get_m_waitCount_2(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_waitCount_2(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); } IL_009a: { IL2CPP_END_FINALLY(120) } } // end finally (depth: 2) IL2CPP_CLEANUP(120) { IL2CPP_JUMP_TBL(0x9B, IL_009b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009b: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_16 = __this->get_m_asyncHead_5(); if (!L_16) { goto IL_00b1; } } IL_00a3: { int32_t L_17 = ___millisecondsTimeout0; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_18 = ___cancellationToken1; Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * L_19 = SemaphoreSlim_WaitAsync_mBB764841A3D1B32B37C0F0C41B33DCDC5B50B63F(__this, L_17, L_18, /*hidden argument*/NULL); V_2 = L_19; IL2CPP_LEAVE(0x14E, FINALLY_0126); } IL_00b1: { V_6 = (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 *)NULL; int32_t L_20 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if (L_20) { goto IL_00da; } } IL_00be: { int32_t L_21 = ___millisecondsTimeout0; if (L_21) { goto IL_00c9; } } IL_00c1: { V_7 = (bool)0; IL2CPP_LEAVE(0x163, FINALLY_0126); } IL_00c9: { } IL_00ca: try { // begin try (depth: 2) int32_t L_22 = ___millisecondsTimeout0; uint32_t L_23 = V_0; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_24 = ___cancellationToken1; bool L_25 = SemaphoreSlim_WaitUntilCountOrTimeout_mA36D8A5809312197C41BF2999267A5FCAA02EA5C(__this, L_22, L_23, L_24, /*hidden argument*/NULL); V_1 = L_25; goto IL_00da; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00d6; throw e; } CATCH_00d6: { // begin catch(System.OperationCanceledException) V_6 = ((OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 *)__exception_local); goto IL_00da; } // end catch (depth: 2) IL_00da: { int32_t L_26 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_00fb; } } IL_00e5: { V_1 = (bool)1; int32_t L_27 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_currentCount_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))); goto IL_0102; } IL_00fb: { OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * L_28 = V_6; if (!L_28) { goto IL_0102; } } IL_00ff: { OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * L_29 = V_6; IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, SemaphoreSlim_Wait_m29DC4B74F86F97ACA15A0454BDD03DFB78C84A12_RuntimeMethod_var); } IL_0102: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_30 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); if (!L_30) { goto IL_0124; } } IL_010c: { int32_t L_31 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if (L_31) { goto IL_0124; } } IL_0116: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_32 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); NullCheck(L_32); EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F(L_32, /*hidden argument*/NULL); } IL_0124: { IL2CPP_LEAVE(0x14E, FINALLY_0126); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0126; } FINALLY_0126: { // begin finally (depth: 1) { bool L_33 = V_3; if (!L_33) { goto IL_0146; } } IL_0129: { int32_t L_34 = __this->get_m_waitCount_2(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_waitCount_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1))); RuntimeObject * L_35 = __this->get_m_lockObj_3(); Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_35, /*hidden argument*/NULL); } IL_0146: { CancellationTokenRegistration_Dispose_m12C09B73DC2913C85C776E611EF48DCA63405457((CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)(&V_4), /*hidden argument*/NULL); IL2CPP_END_FINALLY(294) } } // end finally (depth: 1) IL2CPP_CLEANUP(294) { IL2CPP_JUMP_TBL(0x14E, IL_014e) IL2CPP_JUMP_TBL(0x163, IL_0163) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_014e: { Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * L_36 = V_2; if (L_36) { goto IL_0153; } } { bool L_37 = V_1; return L_37; } IL_0153: { Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * L_38 = V_2; NullCheck(L_38); TaskAwaiter_1_tFD52D9BC245E2C60016F2E6F4CC4A15361418090 L_39 = Task_1_GetAwaiter_mACFDCEB6FCFDFCFADAD84AB06A6DC16BAE77948E(L_38, /*hidden argument*/Task_1_GetAwaiter_mACFDCEB6FCFDFCFADAD84AB06A6DC16BAE77948E_RuntimeMethod_var); V_8 = L_39; bool L_40 = TaskAwaiter_1_GetResult_m77546DD82B46E6BAAAA79AB5F1BBCD2567E0F7F8((TaskAwaiter_1_tFD52D9BC245E2C60016F2E6F4CC4A15361418090 *)(&V_8), /*hidden argument*/TaskAwaiter_1_GetResult_m77546DD82B46E6BAAAA79AB5F1BBCD2567E0F7F8_RuntimeMethod_var); return L_40; } IL_0163: { bool L_41 = V_7; return L_41; } } // System.Boolean System.Threading.SemaphoreSlim::WaitUntilCountOrTimeout(System.Int32,System.UInt32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SemaphoreSlim_WaitUntilCountOrTimeout_mA36D8A5809312197C41BF2999267A5FCAA02EA5C (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, int32_t ___millisecondsTimeout0, uint32_t ___startTime1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken2, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (-1); goto IL_002d; } IL_0004: { CancellationToken_ThrowIfCancellationRequested_m13AB667F961F83D8ED759BA402325638F43B0938((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken2), /*hidden argument*/NULL); int32_t L_0 = ___millisecondsTimeout0; if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_001d; } } { uint32_t L_1 = ___startTime1; int32_t L_2 = ___millisecondsTimeout0; int32_t L_3 = TimeoutHelper_UpdateTimeOut_mC735C89ED9256E7BD6B8AC2068A8A50DDDB4F45D(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_001d; } } { return (bool)0; } IL_001d: { RuntimeObject * L_5 = __this->get_m_lockObj_3(); int32_t L_6 = V_0; bool L_7 = Monitor_Wait_m370232637E049ACF8E0322DC89D1AECD48ADE0E4(L_5, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_002d; } } { return (bool)0; } IL_002d: { int32_t L_8 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if (!L_8) { goto IL_0004; } } { return (bool)1; } } // System.Threading.Tasks.Task System.Threading.SemaphoreSlim::WaitAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * SemaphoreSlim_WaitAsync_mEEDF1F56EF96E2276622B97F79A28D194169B9F6 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method) { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = V_0; Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * L_1 = SemaphoreSlim_WaitAsync_mBB764841A3D1B32B37C0F0C41B33DCDC5B50B63F(__this, (-1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Threading.Tasks.Task`1 System.Threading.SemaphoreSlim::WaitAsync(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * SemaphoreSlim_WaitAsync_mBB764841A3D1B32B37C0F0C41B33DCDC5B50B63F (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, int32_t ___millisecondsTimeout0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SemaphoreSlim_WaitAsync_mBB764841A3D1B32B37C0F0C41B33DCDC5B50B63F_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * V_2 = NULL; TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * G_B14_0 = NULL; { SemaphoreSlim_CheckDispose_m38F5F406FD2FB6F8B92CD861679A134B3281BF05(__this, /*hidden argument*/NULL); int32_t L_0 = ___millisecondsTimeout0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_0025; } } { int32_t L_1 = ___millisecondsTimeout0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var); String_t* L_4 = SemaphoreSlim_GetResourceString_mE3D9E87B59865FFD5AAD8B6E958E3E61539381BD(_stringLiteralA844BD54164A53E9C422D16CBB047D845B5572F3, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_5, _stringLiteral6A64F1C8A3D936D9D3463216444FF0F54EFAEAC5, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SemaphoreSlim_WaitAsync_mBB764841A3D1B32B37C0F0C41B33DCDC5B50B63F_RuntimeMethod_var); } IL_0025: { bool L_6 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken1), /*hidden argument*/NULL); if (!L_6) { goto IL_0035; } } { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_7 = ___cancellationToken1; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * L_8 = Task_FromCancellation_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m1D2F3D8D751533AB2C2C6571998736C242E908CB(L_7, /*hidden argument*/Task_FromCancellation_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m1D2F3D8D751533AB2C2C6571998736C242E908CB_RuntimeMethod_var); return L_8; } IL_0035: { RuntimeObject * L_9 = __this->get_m_lockObj_3(); V_0 = L_9; V_1 = (bool)0; } IL_003e: try { // begin try (depth: 1) { RuntimeObject * L_10 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_10, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_11 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_008d; } } IL_0051: { int32_t L_12 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_currentCount_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_13 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); if (!L_13) { goto IL_0085; } } IL_006d: { int32_t L_14 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); if (L_14) { goto IL_0085; } } IL_0077: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_15 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); NullCheck(L_15); EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F(L_15, /*hidden argument*/NULL); } IL_0085: { IL2CPP_RUNTIME_CLASS_INIT(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var); Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * L_16 = ((SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields*)il2cpp_codegen_static_fields_for(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var))->get_s_trueTask_7(); V_2 = L_16; IL2CPP_LEAVE(0xBA, FINALLY_00b0); } IL_008d: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_17 = SemaphoreSlim_CreateAndAddAsyncWaiter_m13BC2BA52183EBBF94F3859624D529E399B3739F(__this, /*hidden argument*/NULL); V_3 = L_17; int32_t L_18 = ___millisecondsTimeout0; if ((!(((uint32_t)L_18) == ((uint32_t)(-1))))) { goto IL_00a1; } } IL_0098: { bool L_19 = CancellationToken_get_CanBeCanceled_m485B6A386A628048A15D607330E91582012C59EF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken1), /*hidden argument*/NULL); if (!L_19) { goto IL_00ac; } } IL_00a1: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_20 = V_3; int32_t L_21 = ___millisecondsTimeout0; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_22 = ___cancellationToken1; Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * L_23 = SemaphoreSlim_WaitUntilCountOrTimeoutAsync_mC2EA6C6E028868536441F09E695A97792ED29F22(__this, L_20, L_21, L_22, /*hidden argument*/NULL); G_B14_0 = L_23; goto IL_00ad; } IL_00ac: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_24 = V_3; G_B14_0 = ((Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 *)(L_24)); } IL_00ad: { V_2 = G_B14_0; IL2CPP_LEAVE(0xBA, FINALLY_00b0); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b0; } FINALLY_00b0: { // begin finally (depth: 1) { bool L_25 = V_1; if (!L_25) { goto IL_00b9; } } IL_00b3: { RuntimeObject * L_26 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_26, /*hidden argument*/NULL); } IL_00b9: { IL2CPP_END_FINALLY(176) } } // end finally (depth: 1) IL2CPP_CLEANUP(176) { IL2CPP_JUMP_TBL(0xBA, IL_00ba) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ba: { Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * L_27 = V_2; return L_27; } } // System.Threading.SemaphoreSlim_TaskNode System.Threading.SemaphoreSlim::CreateAndAddAsyncWaiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * SemaphoreSlim_CreateAndAddAsyncWaiter_m13BC2BA52183EBBF94F3859624D529E399B3739F (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SemaphoreSlim_CreateAndAddAsyncWaiter_m13BC2BA52183EBBF94F3859624D529E399B3739F_MetadataUsageId); s_Il2CppMethodInitialized = true; } TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * V_0 = NULL; { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_0 = (TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D *)il2cpp_codegen_object_new(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D_il2cpp_TypeInfo_var); TaskNode__ctor_m72EC4C4F9BA296764F5694BF5D41153341D32E0C(L_0, /*hidden argument*/NULL); V_0 = L_0; TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_1 = __this->get_m_asyncHead_5(); if (L_1) { goto IL_001e; } } { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_2 = V_0; __this->set_m_asyncHead_5(L_2); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_3 = V_0; __this->set_m_asyncTail_6(L_3); goto IL_003d; } IL_001e: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_4 = __this->get_m_asyncTail_6(); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_5 = V_0; NullCheck(L_4); L_4->set_Next_26(L_5); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_6 = V_0; TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_7 = __this->get_m_asyncTail_6(); NullCheck(L_6); L_6->set_Prev_25(L_7); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_8 = V_0; __this->set_m_asyncTail_6(L_8); } IL_003d: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_9 = V_0; return L_9; } } // System.Boolean System.Threading.SemaphoreSlim::RemoveAsyncWaiter(System.Threading.SemaphoreSlim_TaskNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SemaphoreSlim_RemoveAsyncWaiter_m39BC77A3981580E045918DBA0320D2BCCC7082DF (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___task0, const RuntimeMethod* method) { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * V_0 = NULL; int32_t G_B3_0 = 0; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; int32_t G_B7_0 = 0; int32_t G_B6_0 = 0; int32_t G_B9_0 = 0; int32_t G_B8_0 = 0; int32_t G_B11_0 = 0; int32_t G_B10_0 = 0; { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_0 = __this->get_m_asyncHead_5(); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_1 = ___task0; if ((((RuntimeObject*)(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D *)L_0) == ((RuntimeObject*)(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D *)L_1))) { goto IL_0014; } } { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_2 = ___task0; NullCheck(L_2); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_3 = L_2->get_Prev_25(); G_B3_0 = ((!(((RuntimeObject*)(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D *)L_3) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_0015; } IL_0014: { G_B3_0 = 1; } IL_0015: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_4 = ___task0; NullCheck(L_4); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_5 = L_4->get_Next_26(); G_B4_0 = G_B3_0; if (!L_5) { G_B5_0 = G_B3_0; goto IL_002e; } } { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_6 = ___task0; NullCheck(L_6); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_7 = L_6->get_Next_26(); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_8 = ___task0; NullCheck(L_8); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_9 = L_8->get_Prev_25(); NullCheck(L_7); L_7->set_Prev_25(L_9); G_B5_0 = G_B4_0; } IL_002e: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_10 = ___task0; NullCheck(L_10); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_11 = L_10->get_Prev_25(); G_B6_0 = G_B5_0; if (!L_11) { G_B7_0 = G_B5_0; goto IL_0047; } } { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_12 = ___task0; NullCheck(L_12); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_13 = L_12->get_Prev_25(); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_14 = ___task0; NullCheck(L_14); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_15 = L_14->get_Next_26(); NullCheck(L_13); L_13->set_Next_26(L_15); G_B7_0 = G_B6_0; } IL_0047: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_16 = __this->get_m_asyncHead_5(); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_17 = ___task0; G_B8_0 = G_B7_0; if ((!(((RuntimeObject*)(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D *)L_16) == ((RuntimeObject*)(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D *)L_17)))) { G_B9_0 = G_B7_0; goto IL_005c; } } { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_18 = ___task0; NullCheck(L_18); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_19 = L_18->get_Next_26(); __this->set_m_asyncHead_5(L_19); G_B9_0 = G_B8_0; } IL_005c: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_20 = __this->get_m_asyncTail_6(); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_21 = ___task0; G_B10_0 = G_B9_0; if ((!(((RuntimeObject*)(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D *)L_20) == ((RuntimeObject*)(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D *)L_21)))) { G_B11_0 = G_B9_0; goto IL_0071; } } { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_22 = ___task0; NullCheck(L_22); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_23 = L_22->get_Prev_25(); __this->set_m_asyncTail_6(L_23); G_B11_0 = G_B10_0; } IL_0071: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_24 = ___task0; TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_25 = ___task0; V_0 = (TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D *)NULL; NullCheck(L_25); L_25->set_Prev_25((TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D *)NULL); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_26 = V_0; NullCheck(L_24); L_24->set_Next_26(L_26); return (bool)G_B11_0; } } // System.Threading.Tasks.Task`1 System.Threading.SemaphoreSlim::WaitUntilCountOrTimeoutAsync(System.Threading.SemaphoreSlim_TaskNode,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * SemaphoreSlim_WaitUntilCountOrTimeoutAsync_mC2EA6C6E028868536441F09E695A97792ED29F22 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___asyncWaiter0, int32_t ___millisecondsTimeout1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SemaphoreSlim_WaitUntilCountOrTimeoutAsync_mC2EA6C6E028868536441F09E695A97792ED29F22_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_6(__this); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_0 = ___asyncWaiter0; (&V_0)->set_asyncWaiter_3(L_0); int32_t L_1 = ___millisecondsTimeout1; (&V_0)->set_millisecondsTimeout_4(L_1); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_2 = ___cancellationToken2; (&V_0)->set_cancellationToken_2(L_2); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE L_3 = AsyncTaskMethodBuilder_1_Create_mEB49F32EAEB3E6C469F3A1194FBC34CD1D91CBBF(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_mEB49F32EAEB3E6C469F3A1194FBC34CD1D91CBBF_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_3); (&V_0)->set_U3CU3E1__state_0((-1)); U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC L_4 = V_0; AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE L_5 = L_4.get_U3CU3Et__builder_1(); V_1 = L_5; AsyncTaskMethodBuilder_1_Start_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_m579B20DF6B7062270FE8F1A11AADC69A0D6EE966((AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *)(&V_1), (U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_m579B20DF6B7062270FE8F1A11AADC69A0D6EE966_RuntimeMethod_var); AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * L_6 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * L_7 = AsyncTaskMethodBuilder_1_get_Task_mE71F3C1D2587BE90812781280F0175E9CE14BA66((AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *)L_6, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_mE71F3C1D2587BE90812781280F0175E9CE14BA66_RuntimeMethod_var); return L_7; } } // System.Int32 System.Threading.SemaphoreSlim::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SemaphoreSlim_Release_m963242914A622613DD41C740400F7D40C85BD169 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method) { { int32_t L_0 = SemaphoreSlim_Release_mACD3818F05329681DBCCEB4D4DD90AD70D309B65(__this, 1, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Threading.SemaphoreSlim::Release(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SemaphoreSlim_Release_mACD3818F05329681DBCCEB4D4DD90AD70D309B65 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, int32_t ___releaseCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SemaphoreSlim_Release_mACD3818F05329681DBCCEB4D4DD90AD70D309B65_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { SemaphoreSlim_CheckDispose_m38F5F406FD2FB6F8B92CD861679A134B3281BF05(__this, /*hidden argument*/NULL); int32_t L_0 = ___releaseCount0; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0025; } } { int32_t L_1 = ___releaseCount0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var); String_t* L_4 = SemaphoreSlim_GetResourceString_mE3D9E87B59865FFD5AAD8B6E958E3E61539381BD(_stringLiteral81848785013B350D4832A504D9A01A80020ECA6E, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_5, _stringLiteral87BA4EEB0809F2755515239D1C0A0280D6CED9CB, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SemaphoreSlim_Release_mACD3818F05329681DBCCEB4D4DD90AD70D309B65_RuntimeMethod_var); } IL_0025: { RuntimeObject * L_6 = __this->get_m_lockObj_3(); V_1 = L_6; V_2 = (bool)0; } IL_002e: try { // begin try (depth: 1) { RuntimeObject * L_7 = V_1; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_7, (bool*)(&V_2), /*hidden argument*/NULL); int32_t L_8 = __this->get_m_currentCount_0(); il2cpp_codegen_memory_barrier(); V_3 = L_8; int32_t L_9 = V_3; V_0 = L_9; int32_t L_10 = __this->get_m_maxCount_1(); int32_t L_11 = V_3; int32_t L_12 = ___releaseCount0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))) >= ((int32_t)L_12))) { goto IL_0052; } } IL_004c: { SemaphoreFullException_tA922BF3DD3A402F2CCE5AFDEFCB40BD57720FA2E * L_13 = (SemaphoreFullException_tA922BF3DD3A402F2CCE5AFDEFCB40BD57720FA2E *)il2cpp_codegen_object_new(SemaphoreFullException_tA922BF3DD3A402F2CCE5AFDEFCB40BD57720FA2E_il2cpp_TypeInfo_var); SemaphoreFullException__ctor_m22FC230D5266AB79667D894677719561ADBA8C86(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, SemaphoreSlim_Release_mACD3818F05329681DBCCEB4D4DD90AD70D309B65_RuntimeMethod_var); } IL_0052: { int32_t L_14 = V_3; int32_t L_15 = ___releaseCount0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)); int32_t L_16 = __this->get_m_waitCount_2(); il2cpp_codegen_memory_barrier(); V_4 = L_16; int32_t L_17 = V_3; if ((((int32_t)L_17) == ((int32_t)1))) { goto IL_0069; } } IL_0064: { int32_t L_18 = V_4; if ((!(((uint32_t)L_18) == ((uint32_t)1)))) { goto IL_0076; } } IL_0069: { RuntimeObject * L_19 = __this->get_m_lockObj_3(); Monitor_Pulse_mA4885CDA903E733894EB46D7D4CA9F40C95FEE08(L_19, /*hidden argument*/NULL); goto IL_0086; } IL_0076: { int32_t L_20 = V_4; if ((((int32_t)L_20) <= ((int32_t)1))) { goto IL_0086; } } IL_007b: { RuntimeObject * L_21 = __this->get_m_lockObj_3(); Monitor_PulseAll_mFE0F30CE6AE17C41852AFEA9FB3B78957CA103C5(L_21, /*hidden argument*/NULL); } IL_0086: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_22 = __this->get_m_asyncHead_5(); if (!L_22) { goto IL_00c5; } } IL_008e: { int32_t L_23 = V_3; int32_t L_24 = V_4; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24)); goto IL_00b8; } IL_0096: { int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); int32_t L_26 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_27 = __this->get_m_asyncHead_5(); V_6 = L_27; TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_28 = V_6; SemaphoreSlim_RemoveAsyncWaiter_m39BC77A3981580E045918DBA0320D2BCCC7082DF(__this, L_28, /*hidden argument*/NULL); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_29 = V_6; IL2CPP_RUNTIME_CLASS_INIT(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var); SemaphoreSlim_QueueWaiterTask_mA3A9B3409968DFF37D0B0E7ECEAFBB850DE5EDBA(L_29, /*hidden argument*/NULL); } IL_00b8: { int32_t L_30 = V_5; if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_00c5; } } IL_00bd: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_31 = __this->get_m_asyncHead_5(); if (L_31) { goto IL_0096; } } IL_00c5: { int32_t L_32 = V_3; il2cpp_codegen_memory_barrier(); __this->set_m_currentCount_0(L_32); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_33 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); if (!L_33) { goto IL_00ed; } } IL_00d8: { int32_t L_34 = V_0; if (L_34) { goto IL_00ed; } } IL_00db: { int32_t L_35 = V_3; if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_00ed; } } IL_00df: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_36 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); NullCheck(L_36); EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_36, /*hidden argument*/NULL); } IL_00ed: { IL2CPP_LEAVE(0xF9, FINALLY_00ef); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ef; } FINALLY_00ef: { // begin finally (depth: 1) { bool L_37 = V_2; if (!L_37) { goto IL_00f8; } } IL_00f2: { RuntimeObject * L_38 = V_1; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_38, /*hidden argument*/NULL); } IL_00f8: { IL2CPP_END_FINALLY(239) } } // end finally (depth: 1) IL2CPP_CLEANUP(239) { IL2CPP_JUMP_TBL(0xF9, IL_00f9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00f9: { int32_t L_39 = V_0; return L_39; } } // System.Void System.Threading.SemaphoreSlim::QueueWaiterTask(System.Threading.SemaphoreSlim_TaskNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_QueueWaiterTask_mA3A9B3409968DFF37D0B0E7ECEAFBB850DE5EDBA (TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___waiterTask0, const RuntimeMethod* method) { { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_0 = ___waiterTask0; ThreadPool_UnsafeQueueCustomWorkItem_m6FAFD01CC75C06858788F29C2430A4CB85E13568(L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.SemaphoreSlim::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_Dispose_mAB61FA568381ED3FA35B0ECBDF0A6333F44E5F56 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SemaphoreSlim_Dispose_mAB61FA568381ED3FA35B0ECBDF0A6333F44E5F56_MetadataUsageId); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Threading.SemaphoreSlim::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.SemaphoreSlim::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_Dispose_m8AFD387293E71859B1C18414B5880E6999280976 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_0038; } } { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_1 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); if (!L_1) { goto IL_0023; } } { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_2 = __this->get_m_waitHandle_4(); il2cpp_codegen_memory_barrier(); NullCheck(L_2); VirtActionInvoker0::Invoke(13 /* System.Void System.Threading.WaitHandle::Close() */, L_2); il2cpp_codegen_memory_barrier(); __this->set_m_waitHandle_4((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)NULL); } IL_0023: { __this->set_m_lockObj_3(NULL); __this->set_m_asyncHead_5((TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D *)NULL); __this->set_m_asyncTail_6((TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D *)NULL); } IL_0038: { return; } } // System.Void System.Threading.SemaphoreSlim::CancellationTokenCanceledEventHandler(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_CancellationTokenCanceledEventHandler_mB383239D3DB7336602D104C7D17B70F5D2232389 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SemaphoreSlim_CancellationTokenCanceledEventHandler_mB383239D3DB7336602D104C7D17B70F5D2232389_MetadataUsageId); s_Il2CppMethodInitialized = true; } SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { RuntimeObject * L_0 = ___obj0; V_0 = ((SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 *)IsInstClass((RuntimeObject*)L_0, SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var)); SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_1 = V_0; NullCheck(L_1); RuntimeObject * L_2 = L_1->get_m_lockObj_3(); V_1 = L_2; V_2 = (bool)0; } IL_0010: try { // begin try (depth: 1) RuntimeObject * L_3 = V_1; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_3, (bool*)(&V_2), /*hidden argument*/NULL); SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = L_4->get_m_lockObj_3(); Monitor_PulseAll_mFE0F30CE6AE17C41852AFEA9FB3B78957CA103C5(L_5, /*hidden argument*/NULL); IL2CPP_LEAVE(0x2F, FINALLY_0025); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: { // begin finally (depth: 1) { bool L_6 = V_2; if (!L_6) { goto IL_002e; } } IL_0028: { RuntimeObject * L_7 = V_1; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL); } IL_002e: { IL2CPP_END_FINALLY(37) } } // end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_JUMP_TBL(0x2F, IL_002f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002f: { return; } } // System.Void System.Threading.SemaphoreSlim::CheckDispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim_CheckDispose_m38F5F406FD2FB6F8B92CD861679A134B3281BF05 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SemaphoreSlim_CheckDispose_m38F5F406FD2FB6F8B92CD861679A134B3281BF05_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get_m_lockObj_3(); if (L_0) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var); String_t* L_1 = SemaphoreSlim_GetResourceString_mE3D9E87B59865FFD5AAD8B6E958E3E61539381BD(_stringLiteralD82EC93453C86F66A937CC6685725A743341DBE1, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_2, (String_t*)NULL, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SemaphoreSlim_CheckDispose_m38F5F406FD2FB6F8B92CD861679A134B3281BF05_RuntimeMethod_var); } IL_0019: { return; } } // System.String System.Threading.SemaphoreSlim::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SemaphoreSlim_GetResourceString_mE3D9E87B59865FFD5AAD8B6E958E3E61539381BD (String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Threading.SemaphoreSlim::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim__cctor_m34A79947854EAC06EB70565D789DA897965B13B1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SemaphoreSlim__cctor_m34A79947854EAC06EB70565D789DA897965B13B1_MetadataUsageId); s_Il2CppMethodInitialized = true; } CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = V_0; Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * L_1 = (Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 *)il2cpp_codegen_object_new(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439_il2cpp_TypeInfo_var); Task_1__ctor_m3A414F98FA833365D5DFA9DBBFD275B886CDFEAD(L_1, (bool)0, (bool)1, ((int32_t)16384), L_0, /*hidden argument*/Task_1__ctor_m3A414F98FA833365D5DFA9DBBFD275B886CDFEAD_RuntimeMethod_var); ((SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields*)il2cpp_codegen_static_fields_for(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var))->set_s_trueTask_7(L_1); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_2 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)il2cpp_codegen_object_new(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0_il2cpp_TypeInfo_var); Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510(L_2, NULL, (intptr_t)((intptr_t)SemaphoreSlim_CancellationTokenCanceledEventHandler_mB383239D3DB7336602D104C7D17B70F5D2232389_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_RuntimeMethod_var); ((SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields*)il2cpp_codegen_static_fields_for(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var))->set_s_cancellationTokenCanceledEventHandler_8(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.SemaphoreSlim_d__31::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_MoveNext_m1982400CBDD4DB67FE38119302F2B707992C1EAA (U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_MoveNext_m1982400CBDD4DB67FE38119302F2B707992C1EAA_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * V_1 = NULL; bool V_2 = false; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_3; memset((&V_3), 0, sizeof(V_3)); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_4 = NULL; ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B V_5; memset((&V_5), 0, sizeof(V_5)); ConfiguredTaskAwaitable_1_t8D34CA760D27E56CAF3F3A7F84C667D30575CEC8 V_6; memset((&V_6), 0, sizeof(V_6)); RuntimeObject * V_7 = NULL; bool V_8 = false; ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 V_9; memset((&V_9), 0, sizeof(V_9)); ConfiguredTaskAwaitable_1_t1BE33447D45233CB970D730E5238A5ACDDBF1B82 V_10; memset((&V_10), 0, sizeof(V_10)); Exception_t * V_11 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 8); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * G_B5_0 = NULL; U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * G_B4_0 = NULL; CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * G_B6_0 = NULL; U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * G_B6_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_1 = __this->get_U3CU3E4__this_6(); V_1 = L_1; } IL_000e: try { // begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0046; } } IL_0011: { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_01b2; } } IL_0018: { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * L_4 = __this->get_address_of_cancellationToken_2(); bool L_5 = CancellationToken_get_CanBeCanceled_m485B6A386A628048A15D607330E91582012C59EF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)L_4, /*hidden argument*/NULL); G_B4_0 = __this; if (L_5) { G_B5_0 = __this; goto IL_002d; } } IL_0026: { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_6 = (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)il2cpp_codegen_object_new(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); CancellationTokenSource__ctor_m217582F71932ADD00D63047D8D53C87111116C6B(L_6, /*hidden argument*/NULL); G_B6_0 = L_6; G_B6_1 = G_B4_0; goto IL_0041; } IL_002d: { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_7 = __this->get_cancellationToken_2(); il2cpp_codegen_initobj((&V_3), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_8 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_9 = CancellationTokenSource_CreateLinkedTokenSource_m2C81DC36FDD60133E058DFCFCF84043F93631206(L_7, L_8, /*hidden argument*/NULL); G_B6_0 = L_9; G_B6_1 = G_B5_0; } IL_0041: { G_B6_1->set_U3CctsU3E5__1_5(G_B6_0); } IL_0046: { } IL_0047: try { // begin try (depth: 2) { int32_t L_10 = V_0; if (!L_10) { goto IL_00c1; } } IL_004a: { TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* L_11 = (TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE*)(TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE*)SZArrayNew(TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE_il2cpp_TypeInfo_var, (uint32_t)2); TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* L_12 = L_11; TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_13 = __this->get_asyncWaiter_3(); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)L_13); TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* L_14 = L_12; int32_t L_15 = __this->get_millisecondsTimeout_4(); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_16 = __this->get_U3CctsU3E5__1_5(); NullCheck(L_16); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_17 = CancellationTokenSource_get_Token_mBB578AFC3DB427E263C966B2DCA86E6ED1CCBC9B(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_18 = Task_Delay_mE765C93596171D57A356BCCCEFE49392CA925AFA(L_15, L_17, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_18); (L_14)->SetAt(static_cast(1), (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)L_18); Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 * L_19 = Task_WhenAny_mBC42BCB13C1F576DE6DAA08EB4F704D8176E674F(L_14, /*hidden argument*/NULL); TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_20 = __this->get_asyncWaiter_3(); __this->set_U3CU3E7__wrap1_7(L_20); NullCheck(L_19); ConfiguredTaskAwaitable_1_t8D34CA760D27E56CAF3F3A7F84C667D30575CEC8 L_21 = Task_1_ConfigureAwait_mD03679F7F51381E06FAE9159DA409D99DDB38955(L_19, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_mD03679F7F51381E06FAE9159DA409D99DDB38955_RuntimeMethod_var); V_6 = L_21; ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B L_22 = ConfiguredTaskAwaitable_1_GetAwaiter_m05FE34533C2F748304AC414A45AF9F926992BED4_inline((ConfiguredTaskAwaitable_1_t8D34CA760D27E56CAF3F3A7F84C667D30575CEC8 *)(&V_6), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_m05FE34533C2F748304AC414A45AF9F926992BED4_RuntimeMethod_var); V_5 = L_22; bool L_23 = ConfiguredTaskAwaiter_get_IsCompleted_m3D021F21281DE3F49E3325651FBA55DB7D9E62D4((ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B *)(&V_5), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_m3D021F21281DE3F49E3325651FBA55DB7D9E62D4_RuntimeMethod_var); if (L_23) { goto IL_00de; } } IL_009d: { int32_t L_24 = 0; V_0 = L_24; __this->set_U3CU3E1__state_0(L_24); ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B L_25 = V_5; __this->set_U3CU3Eu__1_8(L_25); AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * L_26 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_m755528799846E77B1782EEE6428170E36A9655F0((AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *)L_26, (ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B *)(&V_5), (U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_m755528799846E77B1782EEE6428170E36A9655F0_RuntimeMethod_var); IL2CPP_LEAVE(0x206, FINALLY_010c); } IL_00c1: { ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B L_27 = __this->get_U3CU3Eu__1_8(); V_5 = L_27; ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B * L_28 = __this->get_address_of_U3CU3Eu__1_8(); il2cpp_codegen_initobj(L_28, sizeof(ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B )); int32_t L_29 = (-1); V_0 = L_29; __this->set_U3CU3E1__state_0(L_29); } IL_00de: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_30 = ConfiguredTaskAwaiter_GetResult_m4898D8CDABDD41A60CF2267D25176F46AAC371AE((ConfiguredTaskAwaiter_tD4BEDA267F72A0A17D4D6169CAAC637DB564E87B *)(&V_5), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_m4898D8CDABDD41A60CF2267D25176F46AAC371AE_RuntimeMethod_var); V_4 = L_30; RuntimeObject * L_31 = __this->get_U3CU3E7__wrap1_7(); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_32 = V_4; if ((!(((RuntimeObject*)(RuntimeObject *)L_31) == ((RuntimeObject*)(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)L_32)))) { goto IL_010a; } } IL_00f1: { __this->set_U3CU3E7__wrap1_7(NULL); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_33 = __this->get_U3CctsU3E5__1_5(); NullCheck(L_33); CancellationTokenSource_Cancel_m33023D4CB46117A4C6A7C1ED0076918871A1E2DF(L_33, /*hidden argument*/NULL); V_2 = (bool)1; IL2CPP_LEAVE(0x1F2, FINALLY_010c); } IL_010a: { IL2CPP_LEAVE(0x124, FINALLY_010c); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_010c; } FINALLY_010c: { // begin finally (depth: 2) { int32_t L_34 = V_0; if ((((int32_t)L_34) >= ((int32_t)0))) { goto IL_0123; } } IL_0110: { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_35 = __this->get_U3CctsU3E5__1_5(); if (!L_35) { goto IL_0123; } } IL_0118: { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_36 = __this->get_U3CctsU3E5__1_5(); NullCheck(L_36); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_36); } IL_0123: { IL2CPP_END_FINALLY(268) } } // end finally (depth: 2) IL2CPP_CLEANUP(268) { IL2CPP_JUMP_TBL(0x206, IL_0206) IL2CPP_JUMP_TBL(0x1F2, IL_01f2) IL2CPP_JUMP_TBL(0x124, IL_0124) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0124: { __this->set_U3CctsU3E5__1_5((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)NULL); SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_37 = V_1; NullCheck(L_37); RuntimeObject * L_38 = L_37->get_m_lockObj_3(); V_7 = L_38; V_8 = (bool)0; } IL_0136: try { // begin try (depth: 2) { RuntimeObject * L_39 = V_7; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_39, (bool*)(&V_8), /*hidden argument*/NULL); SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_40 = V_1; TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_41 = __this->get_asyncWaiter_3(); NullCheck(L_40); bool L_42 = SemaphoreSlim_RemoveAsyncWaiter_m39BC77A3981580E045918DBA0320D2BCCC7082DF(L_40, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_015f; } } IL_014d: { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * L_43 = __this->get_address_of_cancellationToken_2(); CancellationToken_ThrowIfCancellationRequested_m13AB667F961F83D8ED759BA402325638F43B0938((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)L_43, /*hidden argument*/NULL); V_2 = (bool)0; IL2CPP_LEAVE(0x1F2, FINALLY_0161); } IL_015f: { IL2CPP_LEAVE(0x171, FINALLY_0161); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0161; } FINALLY_0161: { // begin finally (depth: 2) { int32_t L_44 = V_0; if ((((int32_t)L_44) >= ((int32_t)0))) { goto IL_0170; } } IL_0165: { bool L_45 = V_8; if (!L_45) { goto IL_0170; } } IL_0169: { RuntimeObject * L_46 = V_7; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_46, /*hidden argument*/NULL); } IL_0170: { IL2CPP_END_FINALLY(353) } } // end finally (depth: 2) IL2CPP_CLEANUP(353) { IL2CPP_JUMP_TBL(0x1F2, IL_01f2) IL2CPP_JUMP_TBL(0x171, IL_0171) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0171: { TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * L_47 = __this->get_asyncWaiter_3(); NullCheck(L_47); ConfiguredTaskAwaitable_1_t1BE33447D45233CB970D730E5238A5ACDDBF1B82 L_48 = Task_1_ConfigureAwait_mAB7D38722C432C9FB07D4BE72C9B964D5476810A(L_47, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_mAB7D38722C432C9FB07D4BE72C9B964D5476810A_RuntimeMethod_var); V_10 = L_48; ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 L_49 = ConfiguredTaskAwaitable_1_GetAwaiter_m2EF8D361B5AFBDA824FE2D5CE4704EF99AECA48F_inline((ConfiguredTaskAwaitable_1_t1BE33447D45233CB970D730E5238A5ACDDBF1B82 *)(&V_10), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_m2EF8D361B5AFBDA824FE2D5CE4704EF99AECA48F_RuntimeMethod_var); V_9 = L_49; bool L_50 = ConfiguredTaskAwaiter_get_IsCompleted_m3106B5C67EF6270B9DB4B5E1C5C687BCAA446F24((ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 *)(&V_9), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_m3106B5C67EF6270B9DB4B5E1C5C687BCAA446F24_RuntimeMethod_var); if (L_50) { goto IL_01cf; } } IL_0191: { int32_t L_51 = 1; V_0 = L_51; __this->set_U3CU3E1__state_0(L_51); ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 L_52 = V_9; __this->set_U3CU3Eu__2_9(L_52); AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * L_53 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_mD7526A56B41D9BCBD47A0FBF40425033B092ABB5((AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *)L_53, (ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 *)(&V_9), (U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065_TisU3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC_mD7526A56B41D9BCBD47A0FBF40425033B092ABB5_RuntimeMethod_var); goto IL_0206; } IL_01b2: { ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 L_54 = __this->get_U3CU3Eu__2_9(); V_9 = L_54; ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 * L_55 = __this->get_address_of_U3CU3Eu__2_9(); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 )); int32_t L_56 = (-1); V_0 = L_56; __this->set_U3CU3E1__state_0(L_56); } IL_01cf: { bool L_57 = ConfiguredTaskAwaiter_GetResult_mC2B7B126733CDE385D61F2036F9D0668B36F171B((ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 *)(&V_9), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_mC2B7B126733CDE385D61F2036F9D0668B36F171B_RuntimeMethod_var); V_2 = L_57; goto IL_01f2; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01d9; throw e; } CATCH_01d9: { // begin catch(System.Exception) V_11 = ((Exception_t *)__exception_local); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * L_58 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_59 = V_11; AsyncTaskMethodBuilder_1_SetException_m21285A09F0A9D6C0F245EB498300064F66DAAF18((AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *)L_58, L_59, /*hidden argument*/AsyncTaskMethodBuilder_1_SetException_m21285A09F0A9D6C0F245EB498300064F66DAAF18_RuntimeMethod_var); goto IL_0206; } // end catch (depth: 1) IL_01f2: { __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * L_60 = __this->get_address_of_U3CU3Et__builder_1(); bool L_61 = V_2; AsyncTaskMethodBuilder_1_SetResult_mCF07BE7A4F16080B49751FF5A4159E2ADDAC723F((AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *)L_60, L_61, /*hidden argument*/AsyncTaskMethodBuilder_1_SetResult_mCF07BE7A4F16080B49751FF5A4159E2ADDAC723F_RuntimeMethod_var); } IL_0206: { return; } } IL2CPP_EXTERN_C void U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_MoveNext_m1982400CBDD4DB67FE38119302F2B707992C1EAA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * _thisAdjusted = reinterpret_cast(__this + _offset); U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_MoveNext_m1982400CBDD4DB67FE38119302F2B707992C1EAA(_thisAdjusted, method); } // System.Void System.Threading.SemaphoreSlim_d__31::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_SetStateMachine_m7934D38F49845914EE79AC281B298D11AEFCBE32 (U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_SetStateMachine_m7934D38F49845914EE79AC281B298D11AEFCBE32_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_1_SetStateMachine_m6C16FFAECC8CE76F82289A87141A9524F5B09C60((AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetStateMachine_m6C16FFAECC8CE76F82289A87141A9524F5B09C60_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_SetStateMachine_m7934D38F49845914EE79AC281B298D11AEFCBE32_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_t9D784C9583154361C14A89915B798CDE652CF3AC * _thisAdjusted = reinterpret_cast(__this + _offset); U3CWaitUntilCountOrTimeoutAsyncU3Ed__31_SetStateMachine_m7934D38F49845914EE79AC281B298D11AEFCBE32(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.SemaphoreSlim_TaskNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskNode__ctor_m72EC4C4F9BA296764F5694BF5D41153341D32E0C (TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskNode__ctor_m72EC4C4F9BA296764F5694BF5D41153341D32E0C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439_il2cpp_TypeInfo_var); Task_1__ctor_m7891CB01EB20826147070EA4906F804ACF5402E0(__this, /*hidden argument*/Task_1__ctor_m7891CB01EB20826147070EA4906F804ACF5402E0_RuntimeMethod_var); return; } } // System.Void System.Threading.SemaphoreSlim_TaskNode::System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskNode_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem_m2A1D7178C0607E8D486EAE95F78CAC52DA778E97 (TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskNode_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem_m2A1D7178C0607E8D486EAE95F78CAC52DA778E97_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Task_1_TrySetResult_mFC68BAD2AD67B63EF8E248E06F6C1819EF13A10E(__this, (bool)1, /*hidden argument*/Task_1_TrySetResult_mFC68BAD2AD67B63EF8E248E06F6C1819EF13A10E_RuntimeMethod_var); return; } } // System.Void System.Threading.SemaphoreSlim_TaskNode::System.Threading.IThreadPoolWorkItem.MarkAborted(System.Threading.ThreadAbortException) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskNode_System_Threading_IThreadPoolWorkItem_MarkAborted_m4C5053C1C0F20A7F83D596BF6F3C29F822A94D8B (TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * __this, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * ___tae0, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.SendOrPostCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendOrPostCallback__ctor_mA3A6885EC5474314128A4FDE77E93F8B7EEC2619 (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * __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.SendOrPostCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendOrPostCallback_Invoke_m10442BF6A452A4408C3DDD1885D6809C4549C2AC (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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 == 1) { // open typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___state0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && 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, ___state0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___state0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___state0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___state0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, 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)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___state0); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___state0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___state0); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___state0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___state0) - 1), targetMethod); } if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___state0, targetMethod); } } } } } // System.IAsyncResult System.Threading.SendOrPostCallback::BeginInvoke(System.Object,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SendOrPostCallback_BeginInvoke_m55196CB18983929590F57B6F170F61362B8B9560 (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * __this, RuntimeObject * ___state0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___state0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Threading.SendOrPostCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendOrPostCallback_EndInvoke_mC1B2935F8F525C637029F78CCD1C83C02F8B150E (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.SpinLock::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock__ctor_m2BB2C4BB309BF3C6D004C3BABAE3C8484DA5B6A0 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, bool ___enableThreadOwnerTracking0, const RuntimeMethod* method) { { il2cpp_codegen_memory_barrier(); __this->set_m_owner_0(0); bool L_0 = ___enableThreadOwnerTracking0; if (L_0) { goto IL_0022; } } { int32_t L_1 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_owner_0(((int32_t)((int32_t)L_1|(int32_t)((int32_t)-2147483648LL)))); } IL_0022: { return; } } IL2CPP_EXTERN_C void SpinLock__ctor_m2BB2C4BB309BF3C6D004C3BABAE3C8484DA5B6A0_AdjustorThunk (RuntimeObject * __this, bool ___enableThreadOwnerTracking0, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock__ctor_m2BB2C4BB309BF3C6D004C3BABAE3C8484DA5B6A0(_thisAdjusted, ___enableThreadOwnerTracking0, method); } // System.Void System.Threading.SpinLock::Enter(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_Enter_mF3E9D6327B1767595E94264ABB9526C5CF3CFC3B (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, bool* ___lockTaken0, const RuntimeMethod* method) { int32_t V_0 = 0; { Thread_BeginCriticalRegion_m55EE44EB61B3CA75D6458FACAB208D7FA6D32D44(/*hidden argument*/NULL); int32_t L_0 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_0 = L_0; bool* L_1 = ___lockTaken0; int32_t L_2 = *((uint8_t*)L_1); if (L_2) { goto IL_0033; } } { int32_t L_3 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)-2147483647)))) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_0033; } } { int32_t* L_4 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_5 = V_0; int32_t L_6 = V_0; bool* L_7 = ___lockTaken0; int32_t L_8 = Interlocked_CompareExchange_m4114DFF2BC6F128F8A044E0437E2DD8CE52E9226((int32_t*)L_4, ((int32_t)((int32_t)L_5|(int32_t)1)), L_6, (bool*)L_7, /*hidden argument*/NULL); int32_t L_9 = V_0; if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_003b; } } IL_0033: { bool* L_10 = ___lockTaken0; SpinLock_ContinueTryEnter_m13251D6EC7969659B3647FA12ECBFA28AFC30FDF((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)__this, (-1), (bool*)L_10, /*hidden argument*/NULL); } IL_003b: { return; } } IL2CPP_EXTERN_C void SpinLock_Enter_mF3E9D6327B1767595E94264ABB9526C5CF3CFC3B_AdjustorThunk (RuntimeObject * __this, bool* ___lockTaken0, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_Enter_mF3E9D6327B1767595E94264ABB9526C5CF3CFC3B(_thisAdjusted, ___lockTaken0, method); } // System.Void System.Threading.SpinLock::TryEnter(System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_TryEnter_mC40B3AF891D55A2D0DC2AEC8F83926EBB4A28109 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, int32_t ___millisecondsTimeout0, bool* ___lockTaken1, const RuntimeMethod* method) { int32_t V_0 = 0; { Thread_BeginCriticalRegion_m55EE44EB61B3CA75D6458FACAB208D7FA6D32D44(/*hidden argument*/NULL); int32_t L_0 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_0 = L_0; int32_t L_1 = ___millisecondsTimeout0; bool* L_2 = ___lockTaken1; int32_t L_3 = *((uint8_t*)L_2); if (((int32_t)((int32_t)((((int32_t)L_1) < ((int32_t)(-1)))? 1 : 0)|(int32_t)L_3))) { goto IL_0038; } } { int32_t L_4 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)-2147483647)))) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_0038; } } { int32_t* L_5 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_6 = V_0; int32_t L_7 = V_0; bool* L_8 = ___lockTaken1; int32_t L_9 = Interlocked_CompareExchange_m4114DFF2BC6F128F8A044E0437E2DD8CE52E9226((int32_t*)L_5, ((int32_t)((int32_t)L_6|(int32_t)1)), L_7, (bool*)L_8, /*hidden argument*/NULL); int32_t L_10 = V_0; if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_0040; } } IL_0038: { int32_t L_11 = ___millisecondsTimeout0; bool* L_12 = ___lockTaken1; SpinLock_ContinueTryEnter_m13251D6EC7969659B3647FA12ECBFA28AFC30FDF((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)__this, L_11, (bool*)L_12, /*hidden argument*/NULL); } IL_0040: { return; } } IL2CPP_EXTERN_C void SpinLock_TryEnter_mC40B3AF891D55A2D0DC2AEC8F83926EBB4A28109_AdjustorThunk (RuntimeObject * __this, int32_t ___millisecondsTimeout0, bool* ___lockTaken1, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_TryEnter_mC40B3AF891D55A2D0DC2AEC8F83926EBB4A28109(_thisAdjusted, ___millisecondsTimeout0, ___lockTaken1, method); } // System.Void System.Threading.SpinLock::ContinueTryEnter(System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_ContinueTryEnter_m13251D6EC7969659B3647FA12ECBFA28AFC30FDF (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, int32_t ___millisecondsTimeout0, bool* ___lockTaken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpinLock_ContinueTryEnter_m13251D6EC7969659B3647FA12ECBFA28AFC30FDF_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_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 G_B27_0 = 0; int32_t G_B40_0 = 0; { Thread_EndCriticalRegion_mD3B15BD6F84DE9EFC254F87275F4EE52E4F0A96E(/*hidden argument*/NULL); bool* L_0 = ___lockTaken1; int32_t L_1 = *((uint8_t*)L_0); if (!L_1) { goto IL_001c; } } { bool* L_2 = ___lockTaken1; *((int8_t*)L_2) = (int8_t)0; String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2B6850916A8F21A346CBDF56480A25FA69EF8AEF, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, SpinLock_ContinueTryEnter_m13251D6EC7969659B3647FA12ECBFA28AFC30FDF_RuntimeMethod_var); } IL_001c: { int32_t L_5 = ___millisecondsTimeout0; if ((((int32_t)L_5) >= ((int32_t)(-1)))) { goto IL_003b; } } { int32_t L_6 = ___millisecondsTimeout0; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7); String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral00B91EB8329FF87486AAB4FD076877F3046AF554, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_10, _stringLiteral9D9BED981884AC3D4D16BF22ED725A5686CEF15B, L_8, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, SpinLock_ContinueTryEnter_m13251D6EC7969659B3647FA12ECBFA28AFC30FDF_RuntimeMethod_var); } IL_003b: { V_0 = 0; int32_t L_11 = ___millisecondsTimeout0; if ((((int32_t)L_11) == ((int32_t)(-1)))) { goto IL_004a; } } { int32_t L_12 = ___millisecondsTimeout0; if (!L_12) { goto IL_004a; } } { uint32_t L_13 = TimeoutHelper_GetTime_m6AD4BA5DCA9E4102DC18395A59123E91EB915D98(/*hidden argument*/NULL); V_0 = L_13; } IL_004a: { bool L_14 = SpinLock_get_IsThreadOwnerTrackingEnabled_m5FE4C1CD01AD438BF8C17E1BEC394A96E592E0F2((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)__this, /*hidden argument*/NULL); if (!L_14) { goto IL_005c; } } { int32_t L_15 = ___millisecondsTimeout0; uint32_t L_16 = V_0; bool* L_17 = ___lockTaken1; SpinLock_ContinueTryEnterWithThreadTracking_m115AC8DDC46B73F61AA2146B7119EEAD9DE630FD((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)__this, L_15, L_16, (bool*)L_17, /*hidden argument*/NULL); return; } IL_005c: { V_2 = ((int32_t)2147483647LL); int32_t L_18 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_1 = L_18; int32_t L_19 = V_1; if (((int32_t)((int32_t)L_19&(int32_t)1))) { goto IL_0090; } } { Thread_BeginCriticalRegion_m55EE44EB61B3CA75D6458FACAB208D7FA6D32D44(/*hidden argument*/NULL); int32_t* L_20 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_21 = V_1; int32_t L_22 = V_1; bool* L_23 = ___lockTaken1; int32_t L_24 = Interlocked_CompareExchange_m4114DFF2BC6F128F8A044E0437E2DD8CE52E9226((int32_t*)L_20, ((int32_t)((int32_t)L_21|(int32_t)1)), L_22, (bool*)L_23, /*hidden argument*/NULL); int32_t L_25 = V_1; if ((!(((uint32_t)L_24) == ((uint32_t)L_25)))) { goto IL_0089; } } { return; } IL_0089: { Thread_EndCriticalRegion_mD3B15BD6F84DE9EFC254F87275F4EE52E4F0A96E(/*hidden argument*/NULL); goto IL_00b3; } IL_0090: { int32_t L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1_il2cpp_TypeInfo_var); int32_t L_27 = ((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1_StaticFields*)il2cpp_codegen_static_fields_for(SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1_il2cpp_TypeInfo_var))->get_MAXIMUM_WAITERS_1(); if ((((int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)2147483646)))) == ((int32_t)L_27))) { goto IL_00b3; } } { int32_t* L_28 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_29 = Interlocked_Add_mB998A76F86D8882F5FBFB9F64E7143B3DAB3C68F((int32_t*)L_28, 2, /*hidden argument*/NULL); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)2147483646)))>>(int32_t)1)); } IL_00b3: { int32_t L_30 = ___millisecondsTimeout0; if (!L_30) { goto IL_00c4; } } { int32_t L_31 = ___millisecondsTimeout0; if ((((int32_t)L_31) == ((int32_t)(-1)))) { goto IL_00cb; } } { uint32_t L_32 = V_0; int32_t L_33 = ___millisecondsTimeout0; int32_t L_34 = TimeoutHelper_UpdateTimeOut_mC735C89ED9256E7BD6B8AC2068A8A50DDDB4F45D(L_32, L_33, /*hidden argument*/NULL); if ((((int32_t)L_34) > ((int32_t)0))) { goto IL_00cb; } } IL_00c4: { SpinLock_DecrementWaiters_mF8D475ADEA3BB31BBBCBECCA5B3049E7D2294A47((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)__this, /*hidden argument*/NULL); return; } IL_00cb: { int32_t L_35 = PlatformHelper_get_ProcessorCount_mED31378FF99FA52193863291A42F4EA623F62E13(/*hidden argument*/NULL); V_3 = L_35; int32_t L_36 = V_2; int32_t L_37 = V_3; if ((((int32_t)L_36) >= ((int32_t)L_37))) { goto IL_0145; } } { V_5 = 1; V_6 = 1; goto IL_013d; } IL_00dd: { int32_t L_38 = V_2; int32_t L_39 = V_6; int32_t L_40 = V_5; Thread_SpinWait_m78B41D34DB11B07C0E7776FD3150DFB10AC63BB4(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)), (int32_t)((int32_t)100))), (int32_t)L_40)), /*hidden argument*/NULL); int32_t L_41 = V_5; int32_t L_42 = V_3; if ((((int32_t)L_41) >= ((int32_t)L_42))) { goto IL_00f7; } } { int32_t L_43 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00f7: { int32_t L_44 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_1 = L_44; int32_t L_45 = V_1; if (((int32_t)((int32_t)L_45&(int32_t)1))) { goto IL_0137; } } { Thread_BeginCriticalRegion_m55EE44EB61B3CA75D6458FACAB208D7FA6D32D44(/*hidden argument*/NULL); int32_t L_46 = V_1; if (!((int32_t)((int32_t)L_46&(int32_t)((int32_t)2147483646)))) { goto IL_011a; } } { int32_t L_47 = V_1; G_B27_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)2))|(int32_t)1)); goto IL_011d; } IL_011a: { int32_t L_48 = V_1; G_B27_0 = ((int32_t)((int32_t)L_48|(int32_t)1)); } IL_011d: { V_7 = G_B27_0; int32_t* L_49 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_50 = V_7; int32_t L_51 = V_1; bool* L_52 = ___lockTaken1; int32_t L_53 = Interlocked_CompareExchange_m4114DFF2BC6F128F8A044E0437E2DD8CE52E9226((int32_t*)L_49, L_50, L_51, (bool*)L_52, /*hidden argument*/NULL); int32_t L_54 = V_1; if ((!(((uint32_t)L_53) == ((uint32_t)L_54)))) { goto IL_0132; } } { return; } IL_0132: { Thread_EndCriticalRegion_mD3B15BD6F84DE9EFC254F87275F4EE52E4F0A96E(/*hidden argument*/NULL); } IL_0137: { int32_t L_55 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_013d: { int32_t L_56 = V_6; int32_t L_57 = V_2; if ((((int32_t)L_56) <= ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_57, (int32_t)((int32_t)100)))))) { goto IL_00dd; } } IL_0145: { int32_t L_58 = ___millisecondsTimeout0; if ((((int32_t)L_58) == ((int32_t)(-1)))) { goto IL_015a; } } { uint32_t L_59 = V_0; int32_t L_60 = ___millisecondsTimeout0; int32_t L_61 = TimeoutHelper_UpdateTimeOut_mC735C89ED9256E7BD6B8AC2068A8A50DDDB4F45D(L_59, L_60, /*hidden argument*/NULL); if ((((int32_t)L_61) > ((int32_t)0))) { goto IL_015a; } } { SpinLock_DecrementWaiters_mF8D475ADEA3BB31BBBCBECCA5B3049E7D2294A47((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)__this, /*hidden argument*/NULL); return; } IL_015a: { V_4 = 0; } IL_015d: { int32_t L_62 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_1 = L_62; int32_t L_63 = V_1; if (((int32_t)((int32_t)L_63&(int32_t)1))) { goto IL_019d; } } { Thread_BeginCriticalRegion_m55EE44EB61B3CA75D6458FACAB208D7FA6D32D44(/*hidden argument*/NULL); int32_t L_64 = V_1; if (!((int32_t)((int32_t)L_64&(int32_t)((int32_t)2147483646)))) { goto IL_0180; } } { int32_t L_65 = V_1; G_B40_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)2))|(int32_t)1)); goto IL_0183; } IL_0180: { int32_t L_66 = V_1; G_B40_0 = ((int32_t)((int32_t)L_66|(int32_t)1)); } IL_0183: { V_8 = G_B40_0; int32_t* L_67 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_68 = V_8; int32_t L_69 = V_1; bool* L_70 = ___lockTaken1; int32_t L_71 = Interlocked_CompareExchange_m4114DFF2BC6F128F8A044E0437E2DD8CE52E9226((int32_t*)L_67, L_68, L_69, (bool*)L_70, /*hidden argument*/NULL); int32_t L_72 = V_1; if ((!(((uint32_t)L_71) == ((uint32_t)L_72)))) { goto IL_0198; } } { return; } IL_0198: { Thread_EndCriticalRegion_mD3B15BD6F84DE9EFC254F87275F4EE52E4F0A96E(/*hidden argument*/NULL); } IL_019d: { int32_t L_73 = V_4; if (((int32_t)((int32_t)L_73%(int32_t)((int32_t)40)))) { goto IL_01ac; } } { Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF(1, /*hidden argument*/NULL); goto IL_01c1; } IL_01ac: { int32_t L_74 = V_4; if (((int32_t)((int32_t)L_74%(int32_t)((int32_t)10)))) { goto IL_01bb; } } { Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF(0, /*hidden argument*/NULL); goto IL_01c1; } IL_01bb: { Thread_Yield_m04E310FE49602AEB72AE630E371CFAC36AAA718B(/*hidden argument*/NULL); } IL_01c1: { int32_t L_75 = V_4; if (((int32_t)((int32_t)L_75%(int32_t)((int32_t)10)))) { goto IL_01dd; } } { int32_t L_76 = ___millisecondsTimeout0; if ((((int32_t)L_76) == ((int32_t)(-1)))) { goto IL_01dd; } } { uint32_t L_77 = V_0; int32_t L_78 = ___millisecondsTimeout0; int32_t L_79 = TimeoutHelper_UpdateTimeOut_mC735C89ED9256E7BD6B8AC2068A8A50DDDB4F45D(L_77, L_78, /*hidden argument*/NULL); if ((((int32_t)L_79) > ((int32_t)0))) { goto IL_01dd; } } { SpinLock_DecrementWaiters_mF8D475ADEA3BB31BBBCBECCA5B3049E7D2294A47((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)__this, /*hidden argument*/NULL); return; } IL_01dd: { int32_t L_80 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); goto IL_015d; } } IL2CPP_EXTERN_C void SpinLock_ContinueTryEnter_m13251D6EC7969659B3647FA12ECBFA28AFC30FDF_AdjustorThunk (RuntimeObject * __this, int32_t ___millisecondsTimeout0, bool* ___lockTaken1, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_ContinueTryEnter_m13251D6EC7969659B3647FA12ECBFA28AFC30FDF(_thisAdjusted, ___millisecondsTimeout0, ___lockTaken1, method); } // System.Void System.Threading.SpinLock::DecrementWaiters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_DecrementWaiters_mF8D475ADEA3BB31BBBCBECCA5B3049E7D2294A47 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, const RuntimeMethod* method) { SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { il2cpp_codegen_initobj((&V_0), sizeof(SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 )); } IL_0008: { int32_t L_0 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_1 = L_0; int32_t L_1 = V_1; if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)2147483646)))) { goto IL_001b; } } { return; } IL_001b: { int32_t* L_2 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_3 = V_1; int32_t L_4 = V_1; int32_t L_5 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)2)), L_4, /*hidden argument*/NULL); int32_t L_6 = V_1; if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_0036; } } { SpinWait_SpinOnce_mFE80DED71DC333A3F5C6F98AE9B46AB63B854E87((SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 *)(&V_0), /*hidden argument*/NULL); goto IL_0008; } IL_0036: { return; } } IL2CPP_EXTERN_C void SpinLock_DecrementWaiters_mF8D475ADEA3BB31BBBCBECCA5B3049E7D2294A47_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_DecrementWaiters_mF8D475ADEA3BB31BBBCBECCA5B3049E7D2294A47(_thisAdjusted, method); } // System.Void System.Threading.SpinLock::ContinueTryEnterWithThreadTracking(System.Int32,System.UInt32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_ContinueTryEnterWithThreadTracking_m115AC8DDC46B73F61AA2146B7119EEAD9DE630FD (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, int32_t ___millisecondsTimeout0, uint32_t ___startTime1, bool* ___lockTaken2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpinLock_ContinueTryEnterWithThreadTracking_m115AC8DDC46B73F61AA2146B7119EEAD9DE630FD_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 V_2; memset((&V_2), 0, sizeof(V_2)); { V_0 = 0; Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1(L_0, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_3 = V_1; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0028; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE2FC964D3F8490CBD43091BDA915711FE1DBF6F5, /*hidden argument*/NULL); LockRecursionException_tB25740EFF8FBE39193D06FEDAD527853C70944B9 * L_5 = (LockRecursionException_tB25740EFF8FBE39193D06FEDAD527853C70944B9 *)il2cpp_codegen_object_new(LockRecursionException_tB25740EFF8FBE39193D06FEDAD527853C70944B9_il2cpp_TypeInfo_var); LockRecursionException__ctor_mC4B847F5F4421F0B7EA18E302D346C35C8A2F9E1(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SpinLock_ContinueTryEnterWithThreadTracking_m115AC8DDC46B73F61AA2146B7119EEAD9DE630FD_RuntimeMethod_var); } IL_0028: { il2cpp_codegen_initobj((&V_2), sizeof(SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 )); } IL_0030: { SpinWait_SpinOnce_mFE80DED71DC333A3F5C6F98AE9B46AB63B854E87((SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 *)(&V_2), /*hidden argument*/NULL); int32_t L_6 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_7 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_005e; } } { Thread_BeginCriticalRegion_m55EE44EB61B3CA75D6458FACAB208D7FA6D32D44(/*hidden argument*/NULL); int32_t* L_8 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); int32_t L_9 = V_1; int32_t L_10 = V_0; bool* L_11 = ___lockTaken2; int32_t L_12 = Interlocked_CompareExchange_m4114DFF2BC6F128F8A044E0437E2DD8CE52E9226((int32_t*)L_8, L_9, L_10, (bool*)L_11, /*hidden argument*/NULL); int32_t L_13 = V_0; if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_0059; } } { return; } IL_0059: { Thread_EndCriticalRegion_mD3B15BD6F84DE9EFC254F87275F4EE52E4F0A96E(/*hidden argument*/NULL); } IL_005e: { int32_t L_14 = ___millisecondsTimeout0; if (!L_14) { goto IL_0078; } } { int32_t L_15 = ___millisecondsTimeout0; if ((((int32_t)L_15) == ((int32_t)(-1)))) { goto IL_0030; } } { bool L_16 = SpinWait_get_NextSpinWillYield_m00ED46CB0C35A8CC817E0670A4726969361AD78C((SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 *)(&V_2), /*hidden argument*/NULL); if (!L_16) { goto IL_0030; } } { uint32_t L_17 = ___startTime1; int32_t L_18 = ___millisecondsTimeout0; int32_t L_19 = TimeoutHelper_UpdateTimeOut_mC735C89ED9256E7BD6B8AC2068A8A50DDDB4F45D(L_17, L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_0030; } } IL_0078: { return; } } IL2CPP_EXTERN_C void SpinLock_ContinueTryEnterWithThreadTracking_m115AC8DDC46B73F61AA2146B7119EEAD9DE630FD_AdjustorThunk (RuntimeObject * __this, int32_t ___millisecondsTimeout0, uint32_t ___startTime1, bool* ___lockTaken2, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_ContinueTryEnterWithThreadTracking_m115AC8DDC46B73F61AA2146B7119EEAD9DE630FD(_thisAdjusted, ___millisecondsTimeout0, ___startTime1, ___lockTaken2, method); } // System.Void System.Threading.SpinLock::Exit(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_Exit_m85BC505E091C592BE7015391FAD05C5BDC8A1D66 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, bool ___useMemoryBarrier0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)-2147483648LL)))) { goto IL_002a; } } { bool L_1 = ___useMemoryBarrier0; if (L_1) { goto IL_002a; } } { int32_t L_2 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_0 = L_2; int32_t L_3 = V_0; il2cpp_codegen_memory_barrier(); __this->set_m_owner_0(((int32_t)((int32_t)L_3&(int32_t)((int32_t)-2)))); goto IL_0031; } IL_002a: { bool L_4 = ___useMemoryBarrier0; SpinLock_ExitSlowPath_m670E522593C059F407052B50DB9B85A7F11BA737((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)__this, L_4, /*hidden argument*/NULL); } IL_0031: { Thread_EndCriticalRegion_mD3B15BD6F84DE9EFC254F87275F4EE52E4F0A96E(/*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void SpinLock_Exit_m85BC505E091C592BE7015391FAD05C5BDC8A1D66_AdjustorThunk (RuntimeObject * __this, bool ___useMemoryBarrier0, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_Exit_m85BC505E091C592BE7015391FAD05C5BDC8A1D66(_thisAdjusted, ___useMemoryBarrier0, method); } // System.Void System.Threading.SpinLock::ExitSlowPath(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock_ExitSlowPath_m670E522593C059F407052B50DB9B85A7F11BA737 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, bool ___useMemoryBarrier0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpinLock_ExitSlowPath_m670E522593C059F407052B50DB9B85A7F11BA737_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; { int32_t L_0 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)-2147483648LL)))) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_002d; } } { bool L_2 = SpinLock_get_IsHeldByCurrentThread_m974126ABD4E71CBCF895BD3CE34BCD74F0F5A696((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)__this, /*hidden argument*/NULL); if (L_2) { goto IL_002d; } } { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC43071083D625DD9D6033122453F167B3B12B32D, /*hidden argument*/NULL); SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 * L_4 = (SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 *)il2cpp_codegen_object_new(SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4_il2cpp_TypeInfo_var); SynchronizationLockException__ctor_m2D56EA848D40CF87417BFD4BE6426C39C6873FE9(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, SpinLock_ExitSlowPath_m670E522593C059F407052B50DB9B85A7F11BA737_RuntimeMethod_var); } IL_002d: { bool L_5 = ___useMemoryBarrier0; if (!L_5) { goto IL_004e; } } { bool L_6 = V_0; if (!L_6) { goto IL_0041; } } { int32_t* L_7 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_7, 0, /*hidden argument*/NULL); return; } IL_0041: { int32_t* L_8 = __this->get_address_of_m_owner_0(); il2cpp_codegen_memory_barrier(); Interlocked_Decrement_m5C38319E41D5F7C90DFEC9138D58E6E92DFAFCFE((int32_t*)L_8, /*hidden argument*/NULL); return; } IL_004e: { bool L_9 = V_0; if (!L_9) { goto IL_005b; } } { il2cpp_codegen_memory_barrier(); __this->set_m_owner_0(0); return; } IL_005b: { int32_t L_10 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); V_1 = L_10; int32_t L_11 = V_1; il2cpp_codegen_memory_barrier(); __this->set_m_owner_0(((int32_t)((int32_t)L_11&(int32_t)((int32_t)-2)))); return; } } IL2CPP_EXTERN_C void SpinLock_ExitSlowPath_m670E522593C059F407052B50DB9B85A7F11BA737_AdjustorThunk (RuntimeObject * __this, bool ___useMemoryBarrier0, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * _thisAdjusted = reinterpret_cast(__this + _offset); SpinLock_ExitSlowPath_m670E522593C059F407052B50DB9B85A7F11BA737(_thisAdjusted, ___useMemoryBarrier0, method); } // System.Boolean System.Threading.SpinLock::get_IsHeldByCurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinLock_get_IsHeldByCurrentThread_m974126ABD4E71CBCF895BD3CE34BCD74F0F5A696 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpinLock_get_IsHeldByCurrentThread_m974126ABD4E71CBCF895BD3CE34BCD74F0F5A696_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = SpinLock_get_IsThreadOwnerTrackingEnabled_m5FE4C1CD01AD438BF8C17E1BEC394A96E592E0F2((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)__this, /*hidden argument*/NULL); if (L_0) { goto IL_0018; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB69B30AEC0330DDBDC65A461569D23007BEE227F, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SpinLock_get_IsHeldByCurrentThread_m974126ABD4E71CBCF895BD3CE34BCD74F0F5A696_RuntimeMethod_var); } IL_0018: { int32_t L_3 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_4 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1(L_4, /*hidden argument*/NULL); return (bool)((((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL)))) == ((int32_t)L_5))? 1 : 0); } } IL2CPP_EXTERN_C bool SpinLock_get_IsHeldByCurrentThread_m974126ABD4E71CBCF895BD3CE34BCD74F0F5A696_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * _thisAdjusted = reinterpret_cast(__this + _offset); return SpinLock_get_IsHeldByCurrentThread_m974126ABD4E71CBCF895BD3CE34BCD74F0F5A696(_thisAdjusted, method); } // System.Boolean System.Threading.SpinLock::get_IsThreadOwnerTrackingEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinLock_get_IsThreadOwnerTrackingEnabled_m5FE4C1CD01AD438BF8C17E1BEC394A96E592E0F2 (SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_owner_0(); il2cpp_codegen_memory_barrier(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)-2147483648LL)))) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C bool SpinLock_get_IsThreadOwnerTrackingEnabled_m5FE4C1CD01AD438BF8C17E1BEC394A96E592E0F2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * _thisAdjusted = reinterpret_cast(__this + _offset); return SpinLock_get_IsThreadOwnerTrackingEnabled_m5FE4C1CD01AD438BF8C17E1BEC394A96E592E0F2(_thisAdjusted, method); } // System.Void System.Threading.SpinLock::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinLock__cctor_m061FF4918AE82B0DE9A396678161EDF04122D901 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpinLock__cctor_m061FF4918AE82B0DE9A396678161EDF04122D901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1_StaticFields*)il2cpp_codegen_static_fields_for(SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1_il2cpp_TypeInfo_var))->set_MAXIMUM_WAITERS_1(((int32_t)2147483646)); 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.Boolean System.Threading.SpinWait::get_NextSpinWillYield() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpinWait_get_NextSpinWillYield_m00ED46CB0C35A8CC817E0670A4726969361AD78C (SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_count_0(); if ((((int32_t)L_0) > ((int32_t)((int32_t)10)))) { goto IL_0010; } } { bool L_1 = PlatformHelper_get_IsSingleProcessor_m87507D435831F72BC807223D20139EE006CC3106(/*hidden argument*/NULL); return L_1; } IL_0010: { return (bool)1; } } IL2CPP_EXTERN_C bool SpinWait_get_NextSpinWillYield_m00ED46CB0C35A8CC817E0670A4726969361AD78C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 * _thisAdjusted = reinterpret_cast(__this + _offset); return SpinWait_get_NextSpinWillYield_m00ED46CB0C35A8CC817E0670A4726969361AD78C(_thisAdjusted, method); } // System.Void System.Threading.SpinWait::SpinOnce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpinWait_SpinOnce_mFE80DED71DC333A3F5C6F98AE9B46AB63B854E87 (SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B4_0 = 0; SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 * G_B12_0 = NULL; SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 * G_B11_0 = NULL; int32_t G_B13_0 = 0; SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 * G_B13_1 = NULL; { bool L_0 = SpinWait_get_NextSpinWillYield_m00ED46CB0C35A8CC817E0670A4726969361AD78C((SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_004a; } } { int32_t L_1 = __this->get_m_count_0(); if ((((int32_t)L_1) >= ((int32_t)((int32_t)10)))) { goto IL_001a; } } { int32_t L_2 = __this->get_m_count_0(); G_B4_0 = L_2; goto IL_0023; } IL_001a: { int32_t L_3 = __this->get_m_count_0(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)10))); } IL_0023: { V_0 = G_B4_0; int32_t L_4 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_4%(int32_t)((int32_t)20)))) == ((uint32_t)((int32_t)19))))) { goto IL_0034; } } { Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF(1, /*hidden argument*/NULL); goto IL_005a; } IL_0034: { int32_t L_5 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_5%(int32_t)5))) == ((uint32_t)4)))) { goto IL_0042; } } { Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF(0, /*hidden argument*/NULL); goto IL_005a; } IL_0042: { Thread_Yield_m04E310FE49602AEB72AE630E371CFAC36AAA718B(/*hidden argument*/NULL); goto IL_005a; } IL_004a: { int32_t L_6 = __this->get_m_count_0(); Thread_SpinWait_m78B41D34DB11B07C0E7776FD3150DFB10AC63BB4(((int32_t)((int32_t)4<<(int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)31))))), /*hidden argument*/NULL); } IL_005a: { int32_t L_7 = __this->get_m_count_0(); G_B11_0 = __this; if ((((int32_t)L_7) == ((int32_t)((int32_t)2147483647LL)))) { G_B12_0 = __this; goto IL_0072; } } { int32_t L_8 = __this->get_m_count_0(); G_B13_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); G_B13_1 = G_B11_0; goto IL_0074; } IL_0072: { G_B13_0 = ((int32_t)10); G_B13_1 = G_B12_0; } IL_0074: { G_B13_1->set_m_count_0(G_B13_0); return; } } IL2CPP_EXTERN_C void SpinWait_SpinOnce_mFE80DED71DC333A3F5C6F98AE9B46AB63B854E87_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 * _thisAdjusted = reinterpret_cast(__this + _offset); SpinWait_SpinOnce_mFE80DED71DC333A3F5C6F98AE9B46AB63B854E87(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.SynchronizationContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContext__ctor_mC7C5F426C3450ACA409B5FE89E961EB8E5047512 (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.SynchronizationContext::Send(System.Threading.SendOrPostCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContext_Send_m9F36C650C163D6DECD9EF7EE51E852FF9B527066 (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * __this, SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___d0, RuntimeObject * ___state1, const RuntimeMethod* method) { { SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_0 = ___d0; RuntimeObject * L_1 = ___state1; NullCheck(L_0); SendOrPostCallback_Invoke_m10442BF6A452A4408C3DDD1885D6809C4549C2AC(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Threading.SynchronizationContext::Post(System.Threading.SendOrPostCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContext_Post_m32C3C2D8969246D488EC81366F8C7B7BDE12EB53 (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * __this, SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___d0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SynchronizationContext_Post_m32C3C2D8969246D488EC81366F8C7B7BDE12EB53_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_0 = ___d0; WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_1 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var); WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_1, L_0, (intptr_t)((intptr_t)SendOrPostCallback_Invoke_m10442BF6A452A4408C3DDD1885D6809C4549C2AC_RuntimeMethod_var), /*hidden argument*/NULL); RuntimeObject * L_2 = ___state1; ThreadPool_QueueUserWorkItem_mF344DA7B44CDBE8C7163C1539D429F27E8553185(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Threading.SynchronizationContext::OperationStarted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContext_OperationStarted_mAEC4DCCACD4568328232366F43920FAC4EC7DC15 (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Threading.SynchronizationContext::OperationCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContext_OperationCompleted_m02FCBFF32B2DAD3405DBE8F2FD7120FB3F19A601 (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Threading.SynchronizationContext::SetSynchronizationContext(System.Threading.SynchronizationContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContext_SetSynchronizationContext_m41A5A4823E9F4B8961657834EAC44397EFE41D61 (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___syncContext0, const RuntimeMethod* method) { { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_0); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = Thread_GetMutableExecutionContext_mD22CBCEAD2B95B779612C42D8B634B8B5163BA72(L_0, /*hidden argument*/NULL); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_2 = L_1; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_3 = ___syncContext0; NullCheck(L_2); ExecutionContext_set_SynchronizationContext_mBFE248C6373436FB512D4E65E00297A56EF412BF_inline(L_2, L_3, /*hidden argument*/NULL); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_4 = ___syncContext0; NullCheck(L_2); ExecutionContext_set_SynchronizationContextNoFlow_mD43C4382257518361F32EE94D935CD5ABFD4D17D_inline(L_2, L_4, /*hidden argument*/NULL); return; } } // System.Threading.SynchronizationContext System.Threading.SynchronizationContext::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * SynchronizationContext_get_Current_m349D2AF9766D807E4003E23C6D37EF1592832DF4 (const RuntimeMethod* method) { Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B V_0; memset((&V_0), 0, sizeof(V_0)); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * G_B2_0 = NULL; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * G_B1_0 = NULL; { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_0); Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B L_1 = Thread_GetExecutionContextReader_m94A554E99BC4602CE1703DFBA4C96373208D1A4B(L_0, /*hidden argument*/NULL); V_0 = L_1; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = Reader_get_SynchronizationContext_m399CC51942AA34194E2F022DB3DCC8F2FE88F979((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), /*hidden argument*/NULL); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_3 = L_2; G_B1_0 = L_3; if (L_3) { G_B2_0 = L_3; goto IL_001b; } } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_4 = SynchronizationContext_GetThreadLocalContext_mCA00930F12DD26BDEC8CF3A3D6FF757F7CD5241B(/*hidden argument*/NULL); G_B2_0 = L_4; } IL_001b: { return G_B2_0; } } // System.Threading.SynchronizationContext System.Threading.SynchronizationContext::get_CurrentNoFlow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * SynchronizationContext_get_CurrentNoFlow_m27FCFE7342796044E2ADD701D2E86F2517D64194 (const RuntimeMethod* method) { Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B V_0; memset((&V_0), 0, sizeof(V_0)); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * G_B2_0 = NULL; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * G_B1_0 = NULL; { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_0); Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B L_1 = Thread_GetExecutionContextReader_m94A554E99BC4602CE1703DFBA4C96373208D1A4B(L_0, /*hidden argument*/NULL); V_0 = L_1; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = Reader_get_SynchronizationContextNoFlow_mC5F9EDB5DD2F7C76A21D27FE94C9360F9C8D3EE4((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), /*hidden argument*/NULL); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_3 = L_2; G_B1_0 = L_3; if (L_3) { G_B2_0 = L_3; goto IL_001b; } } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_4 = SynchronizationContext_GetThreadLocalContext_mCA00930F12DD26BDEC8CF3A3D6FF757F7CD5241B(/*hidden argument*/NULL); G_B2_0 = L_4; } IL_001b: { return G_B2_0; } } // System.Threading.SynchronizationContext System.Threading.SynchronizationContext::GetThreadLocalContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * SynchronizationContext_GetThreadLocalContext_mCA00930F12DD26BDEC8CF3A3D6FF757F7CD5241B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SynchronizationContext_GetThreadLocalContext_mCA00930F12DD26BDEC8CF3A3D6FF757F7CD5241B_MetadataUsageId); s_Il2CppMethodInitialized = true; } SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * V_0 = NULL; { V_0 = (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 *)NULL; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = V_0; if (L_0) { goto IL_000b; } } { IL2CPP_RUNTIME_CLASS_INIT(OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31_il2cpp_TypeInfo_var); OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * L_1 = OSSpecificSynchronizationContext_Get_m0DB575C35C4E1CCBA0E664CB66EAA3C4E75D4DE4(/*hidden argument*/NULL); V_0 = L_1; } IL_000b: { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = V_0; return L_2; } } // System.Threading.SynchronizationContext System.Threading.SynchronizationContext::CreateCopy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * SynchronizationContext_CreateCopy_mFC7445A0920593D440425E56ABC4BB95FF46C14A (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SynchronizationContext_CreateCopy_mFC7445A0920593D440425E56ABC4BB95FF46C14A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 *)il2cpp_codegen_object_new(SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7_il2cpp_TypeInfo_var); SynchronizationContext__ctor_mC7C5F426C3450ACA409B5FE89E961EB8E5047512(L_0, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.SynchronizationLockException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationLockException__ctor_m3018B6BB8F978E665D569972CC5FABBF1563FA3D (SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SynchronizationLockException__ctor_m3018B6BB8F978E665D569972CC5FABBF1563FA3D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9A7036B77615B621A4F114EE3EBED8A849E49815, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233064), /*hidden argument*/NULL); return; } } // System.Void System.Threading.SynchronizationLockException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationLockException__ctor_m2D56EA848D40CF87417BFD4BE6426C39C6873FE9 (SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233064), /*hidden argument*/NULL); return; } } // System.Void System.Threading.SynchronizationLockException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationLockException__ctor_m6B7754267A4F228961B78BBF7303B38F04F16AC5 (SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__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.Boolean System.Threading.Tasks.AsyncCausalityTracer::get_LoggingOn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7 (const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceOperationCreation(System.Threading.Tasks.CausalityTraceLevel,System.Int32,System.String,System.UInt64) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceOperationCreation_m7B5DBD272BC20E986A5120FBF6665241BBACF060 (int32_t ___traceLevel0, int32_t ___taskId1, String_t* ___operationName2, uint64_t ___relatedContext3, const RuntimeMethod* method) { { return; } } // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceOperationCompletion(System.Threading.Tasks.CausalityTraceLevel,System.Int32,System.Threading.Tasks.AsyncCausalityStatus) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceOperationCompletion_m63C07B707D3034D2F0F4B395636B410ACC9A78D6 (int32_t ___traceLevel0, int32_t ___taskId1, int32_t ___status2, const RuntimeMethod* method) { { return; } } // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceOperationRelation(System.Threading.Tasks.CausalityTraceLevel,System.Int32,System.Threading.Tasks.CausalityRelation) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceOperationRelation_mA7691DAE55DF8387322376648D9CCBB54EFFC490 (int32_t ___traceLevel0, int32_t ___taskId1, int32_t ___relation2, const RuntimeMethod* method) { { return; } } // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceSynchronousWorkStart(System.Threading.Tasks.CausalityTraceLevel,System.Int32,System.Threading.Tasks.CausalitySynchronousWork) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceSynchronousWorkStart_m1A1EE1813BE623AF47CA240A8DA14DAE98A6279D (int32_t ___traceLevel0, int32_t ___taskId1, int32_t ___work2, const RuntimeMethod* method) { { return; } } // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceSynchronousWorkCompletion(System.Threading.Tasks.CausalityTraceLevel,System.Threading.Tasks.CausalitySynchronousWork) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceSynchronousWorkCompletion_m55EB5CB50B1797EDC8071C3D1BF3FDEB92D5025C (int32_t ___traceLevel0, int32_t ___work1, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.AwaitTaskContinuation::.ctor(System.Action,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation__ctor_mBEDA16F5D33081AF421A009449B3A1D2B0A0121A (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, bool ___flowExecutionContext1, int32_t* ___stackMark2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation__ctor_mBEDA16F5D33081AF421A009449B3A1D2B0A0121A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TaskContinuation__ctor_m80CED39EAC26BB41224D948D7197F1251E4F4631(__this, /*hidden argument*/NULL); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ___action0; __this->set_m_action_1(L_0); bool L_1 = ___flowExecutionContext1; if (!L_1) { goto IL_001d; } } { int32_t* L_2 = ___stackMark2; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_3 = ExecutionContext_Capture_m03E9840F580CC8E82725D5969D6132B0ABADD5F2((int32_t*)L_2, 3, /*hidden argument*/NULL); __this->set_m_capturedContext_0(L_3); } IL_001d: { return; } } // System.Void System.Threading.Tasks.AwaitTaskContinuation::.ctor(System.Action,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation__ctor_m1EC0FA9E3D438D2F3BFEBFBA07FDAF27B4FACACF (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, bool ___flowExecutionContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation__ctor_m1EC0FA9E3D438D2F3BFEBFBA07FDAF27B4FACACF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TaskContinuation__ctor_m80CED39EAC26BB41224D948D7197F1251E4F4631(__this, /*hidden argument*/NULL); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ___action0; __this->set_m_action_1(L_0); bool L_1 = ___flowExecutionContext1; if (!L_1) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_2 = ExecutionContext_FastCapture_m45BB22D28452F5CF987B1D0C33EE75FB801D9856(/*hidden argument*/NULL); __this->set_m_capturedContext_0(L_2); } IL_001b: { return; } } // 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * AwaitTaskContinuation_CreateTask_m0C24724576818E738998F3EB48C8DAE22EBA2889 (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___action0, RuntimeObject * ___state1, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation_CreateTask_m0C24724576818E738998F3EB48C8DAE22EBA2889_MetadataUsageId); s_Il2CppMethodInitialized = true; } CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_0; memset((&V_0), 0, sizeof(V_0)); { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = ___action0; RuntimeObject * L_1 = ___state1; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_2 = V_0; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_3 = ___scheduler2; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)il2cpp_codegen_object_new(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task__ctor_m0769EBAC32FC56E43AA3EA4697369AD1C68508CC(L_4, L_0, L_1, (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)NULL, L_2, 0, ((int32_t)8192), L_3, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = L_4; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_6 = __this->get_m_capturedContext_0(); NullCheck(L_5); Task_set_CapturedContext_mB7C98613F94CB2B97DB8B283F18E0E47C42B887B(L_5, L_6, /*hidden argument*/NULL); return L_5; } } // System.Void System.Threading.Tasks.AwaitTaskContinuation::Run(System.Threading.Tasks.Task,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_Run_mFF38B07062EFB3E2CD42AAB929B2902BB1FFBBC2 (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, bool ___canInlineContinuationTask1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation_Run_mFF38B07062EFB3E2CD42AAB929B2902BB1FFBBC2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___canInlineContinuationTask1; if (!L_0) { goto IL_0021; } } { bool L_1 = AwaitTaskContinuation_get_IsValidLocationForInlining_m4C79B1B0B463CDA479B2C73B955746B397EC1DCF(/*hidden argument*/NULL); if (!L_1) { goto IL_0021; } } { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_2 = AwaitTaskContinuation_GetInvokeActionCallback_m47BB05AEC35713EAAF5030364C1806E6344F9206_inline(/*hidden argument*/NULL); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_3 = __this->get_m_action_1(); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); AwaitTaskContinuation_RunCallback_m415919F8BE298801B6B7182632DC33FF6E795F1A(__this, L_2, L_3, (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 **)(((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_address_of_t_currentTask_0()), /*hidden argument*/NULL); return; } IL_0021: { ThreadPool_UnsafeQueueCustomWorkItem_m6FAFD01CC75C06858788F29C2430A4CB85E13568(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Tasks.AwaitTaskContinuation::get_IsValidLocationForInlining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AwaitTaskContinuation_get_IsValidLocationForInlining_m4C79B1B0B463CDA479B2C73B955746B397EC1DCF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation_get_IsValidLocationForInlining_m4C79B1B0B463CDA479B2C73B955746B397EC1DCF_MetadataUsageId); s_Il2CppMethodInitialized = true; } SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * V_0 = NULL; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * V_1 = NULL; { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = SynchronizationContext_get_CurrentNoFlow_m27FCFE7342796044E2ADD701D2E86F2517D64194(/*hidden argument*/NULL); V_0 = L_0; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_1 = V_0; if (!L_1) { goto IL_0022; } } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = V_0; NullCheck(L_2); Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL); bool L_6 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0022; } } { return (bool)0; } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_7 = TaskScheduler_get_InternalCurrent_m792B2A13D81A8BD8A724321AFA4633B09FF1259C(/*hidden argument*/NULL); V_1 = L_7; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_8 = V_1; if (!L_8) { goto IL_0034; } } { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_10 = TaskScheduler_get_Default_mC3794A546EB0F4C6D0A11E72F8939EC364733C87_inline(/*hidden argument*/NULL); return (bool)((((RuntimeObject*)(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *)L_9) == ((RuntimeObject*)(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *)L_10))? 1 : 0); } IL_0034: { return (bool)1; } } // System.Void System.Threading.Tasks.AwaitTaskContinuation::ExecuteWorkItemHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_ExecuteWorkItemHelper_mA2589872AE7C1BF8B648699E0FCC37B0CAE7C377 (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation_ExecuteWorkItemHelper_mA2589872AE7C1BF8B648699E0FCC37B0CAE7C377_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = __this->get_m_capturedContext_0(); if (L_0) { goto IL_0014; } } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = __this->get_m_action_1(); NullCheck(L_1); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_1, /*hidden argument*/NULL); return; } IL_0014: { } IL_0015: try { // begin try (depth: 1) ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_2 = __this->get_m_capturedContext_0(); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_3 = AwaitTaskContinuation_GetInvokeActionCallback_m47BB05AEC35713EAAF5030364C1806E6344F9206_inline(/*hidden argument*/NULL); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_4 = __this->get_m_action_1(); IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_Run_mFF76DDA6501D993EB4A4B79EFDAF1F6476920945(L_2, L_3, L_4, (bool)1, /*hidden argument*/NULL); IL2CPP_LEAVE(0x3A, FINALLY_002e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_5 = __this->get_m_capturedContext_0(); NullCheck(L_5); ExecutionContext_Dispose_mC5B9EB90B72938BC56CE08155CC5DFAF40F16A69(L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(46) } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_JUMP_TBL(0x3A, IL_003a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003a: { return; } } // System.Void System.Threading.Tasks.AwaitTaskContinuation::System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem_mD6B69BC89E8E13759DE4BD6ABAA1913E721AAFBC (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, const RuntimeMethod* method) { { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = __this->get_m_capturedContext_0(); if (L_0) { goto IL_0014; } } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = __this->get_m_action_1(); NullCheck(L_1); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_1, /*hidden argument*/NULL); return; } IL_0014: { AwaitTaskContinuation_ExecuteWorkItemHelper_mA2589872AE7C1BF8B648699E0FCC37B0CAE7C377(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.AwaitTaskContinuation::System.Threading.IThreadPoolWorkItem.MarkAborted(System.Threading.ThreadAbortException) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_System_Threading_IThreadPoolWorkItem_MarkAborted_mA931386DBC633C822D9FD22F036CD2956AA1BC2E (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * ___tae0, const RuntimeMethod* method) { { return; } } // System.Void System.Threading.Tasks.AwaitTaskContinuation::InvokeAction(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_InvokeAction_mFF8F08E40268B891A1D46F47C3C5C33E7122DA78 (RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation_InvokeAction_mFF8F08E40268B891A1D46F47C3C5C33E7122DA78_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___state0; NullCheck(((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)CastclassSealed((RuntimeObject*)L_0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var))); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)CastclassSealed((RuntimeObject*)L_0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Threading.ContextCallback System.Threading.Tasks.AwaitTaskContinuation::GetInvokeActionCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * AwaitTaskContinuation_GetInvokeActionCallback_m47BB05AEC35713EAAF5030364C1806E6344F9206 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation_GetInvokeActionCallback_m47BB05AEC35713EAAF5030364C1806E6344F9206_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * V_0 = NULL; { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_0 = ((AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_StaticFields*)il2cpp_codegen_static_fields_for(AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_il2cpp_TypeInfo_var))->get_s_invokeActionCallback_2(); V_0 = L_0; ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_1 = V_0; if (L_1) { goto IL_001c; } } { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_2 = (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 *)il2cpp_codegen_object_new(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var); ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493(L_2, NULL, (intptr_t)((intptr_t)AwaitTaskContinuation_InvokeAction_mFF8F08E40268B891A1D46F47C3C5C33E7122DA78_RuntimeMethod_var), /*hidden argument*/NULL); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_3 = L_2; V_0 = L_3; ((AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_StaticFields*)il2cpp_codegen_static_fields_for(AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_il2cpp_TypeInfo_var))->set_s_invokeActionCallback_2(L_3); } IL_001c: { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_4 = V_0; return L_4; } } // System.Void System.Threading.Tasks.AwaitTaskContinuation::RunCallback(System.Threading.ContextCallback,System.Object,System.Threading.Tasks.Task&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_RunCallback_m415919F8BE298801B6B7182632DC33FF6E795F1A (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * __this, ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___callback0, RuntimeObject * ___state1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** ___currentTask2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation_RunCallback_m415919F8BE298801B6B7182632DC33FF6E795F1A_MetadataUsageId); s_Il2CppMethodInitialized = true; } Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** L_0 = ___currentTask2; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = *((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 **)L_0); V_0 = L_1; } IL_0003: try { // begin try (depth: 1) try { // begin try (depth: 2) { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = V_0; if (!L_2) { goto IL_0009; } } IL_0006: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** L_3 = ___currentTask2; *((RuntimeObject **)L_3) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)NULL); } IL_0009: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_4 = __this->get_m_capturedContext_0(); if (L_4) { goto IL_001a; } } IL_0011: { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_5 = ___callback0; RuntimeObject * L_6 = ___state1; NullCheck(L_5); ContextCallback_Invoke_m76E65E7A67AA99858554F451E0F78E22B6478998(L_5, L_6, /*hidden argument*/NULL); goto IL_0028; } IL_001a: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_7 = __this->get_m_capturedContext_0(); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_8 = ___callback0; RuntimeObject * L_9 = ___state1; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_Run_mFF76DDA6501D993EB4A4B79EFDAF1F6476920945(L_7, L_8, L_9, (bool)1, /*hidden argument*/NULL); } IL_0028: { IL2CPP_LEAVE(0x4B, FINALLY_0031); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002a; throw e; } CATCH_002a: { // begin catch(System.Exception) AwaitTaskContinuation_ThrowAsyncIfNecessary_mD1B7B962FF8ED8EC2F105A42998347BDF99FED05(((Exception_t *)__exception_local), /*hidden argument*/NULL); IL2CPP_LEAVE(0x4B, FINALLY_0031); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: { // begin finally (depth: 1) { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_10 = V_0; if (!L_10) { goto IL_0037; } } IL_0034: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** L_11 = ___currentTask2; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_12 = V_0; *((RuntimeObject **)L_11) = (RuntimeObject *)L_12; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_11, (void*)(RuntimeObject *)L_12); } IL_0037: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_13 = __this->get_m_capturedContext_0(); if (!L_13) { goto IL_004a; } } IL_003f: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_14 = __this->get_m_capturedContext_0(); NullCheck(L_14); ExecutionContext_Dispose_mC5B9EB90B72938BC56CE08155CC5DFAF40F16A69(L_14, /*hidden argument*/NULL); } IL_004a: { IL2CPP_END_FINALLY(49) } } // end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_JUMP_TBL(0x4B, IL_004b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004b: { return; } } // System.Void System.Threading.Tasks.AwaitTaskContinuation::RunOrScheduleAction(System.Action,System.Boolean,System.Threading.Tasks.Task&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_RunOrScheduleAction_mE8B713E233CB78D3973E7E3501DEE4935E553101 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, bool ___allowInlining1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** ___currentTask2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation_RunOrScheduleAction_mE8B713E233CB78D3973E7E3501DEE4935E553101_MetadataUsageId); s_Il2CppMethodInitialized = true; } Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { bool L_0 = ___allowInlining1; if (!L_0) { goto IL_000a; } } { bool L_1 = AwaitTaskContinuation_get_IsValidLocationForInlining_m4C79B1B0B463CDA479B2C73B955746B397EC1DCF(/*hidden argument*/NULL); if (L_1) { goto IL_0013; } } IL_000a: { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_2 = ___action0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** L_3 = ___currentTask2; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = *((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 **)L_3); AwaitTaskContinuation_UnsafeScheduleAction_m6FE5A227F1E782EC26CA755419E7CE146B43FF4B(L_2, L_4, /*hidden argument*/NULL); return; } IL_0013: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** L_5 = ___currentTask2; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_6 = *((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 **)L_5); V_0 = L_6; } IL_0016: try { // begin try (depth: 1) try { // begin try (depth: 2) { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_7 = V_0; if (!L_7) { goto IL_001c; } } IL_0019: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** L_8 = ___currentTask2; *((RuntimeObject **)L_8) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)NULL); } IL_001c: { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_9 = ___action0; NullCheck(L_9); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_9, /*hidden argument*/NULL); IL2CPP_LEAVE(0x32, FINALLY_002b); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0024; throw e; } CATCH_0024: { // begin catch(System.Exception) AwaitTaskContinuation_ThrowAsyncIfNecessary_mD1B7B962FF8ED8EC2F105A42998347BDF99FED05(((Exception_t *)__exception_local), /*hidden argument*/NULL); IL2CPP_LEAVE(0x32, FINALLY_002b); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: { // begin finally (depth: 1) { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_10 = V_0; if (!L_10) { goto IL_0031; } } IL_002e: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** L_11 = ___currentTask2; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_12 = V_0; *((RuntimeObject **)L_11) = (RuntimeObject *)L_12; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_11, (void*)(RuntimeObject *)L_12); } IL_0031: { IL2CPP_END_FINALLY(43) } } // end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { return; } } // System.Void System.Threading.Tasks.AwaitTaskContinuation::UnsafeScheduleAction(System.Action,System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_UnsafeScheduleAction_m6FE5A227F1E782EC26CA755419E7CE146B43FF4B (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation_UnsafeScheduleAction_m6FE5A227F1E782EC26CA755419E7CE146B43FF4B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ___action0; AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * L_1 = (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F *)il2cpp_codegen_object_new(AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_il2cpp_TypeInfo_var); AwaitTaskContinuation__ctor_m1EC0FA9E3D438D2F3BFEBFBA07FDAF27B4FACACF(L_1, L_0, (bool)0, /*hidden argument*/NULL); ThreadPool_UnsafeQueueCustomWorkItem_m6FAFD01CC75C06858788F29C2430A4CB85E13568(L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.AwaitTaskContinuation::ThrowAsyncIfNecessary(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AwaitTaskContinuation_ThrowAsyncIfNecessary_mD1B7B962FF8ED8EC2F105A42998347BDF99FED05 (Exception_t * ___exc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation_ThrowAsyncIfNecessary_mD1B7B962FF8ED8EC2F105A42998347BDF99FED05_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * V_0 = NULL; WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * G_B4_0 = NULL; WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * G_B3_0 = NULL; { Exception_t * L_0 = ___exc0; if (((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_0, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var))) { goto IL_003d; } } { Exception_t * L_1 = ___exc0; if (((AppDomainUnloadedException_t8DFC322660E43B2A11853B62BF43078F42496A35 *)IsInstClass((RuntimeObject*)L_1, AppDomainUnloadedException_t8DFC322660E43B2A11853B62BF43078F42496A35_il2cpp_TypeInfo_var))) { goto IL_003d; } } { Exception_t * L_2 = ___exc0; ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_3 = ExceptionDispatchInfo_Capture_m8E5F721466EDFE9AA8BC532F9AE7A859E0766E23(L_2, /*hidden argument*/NULL); V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_il2cpp_TypeInfo_var); WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_4 = ((U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_il2cpp_TypeInfo_var))->get_U3CU3E9__17_0_1(); WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_5 = L_4; G_B3_0 = L_5; if (L_5) { G_B4_0 = L_5; goto IL_0036; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_il2cpp_TypeInfo_var); U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024 * L_6 = ((U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_7 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var); WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec_U3CThrowAsyncIfNecessaryU3Eb__17_0_m69AC8BB37F4FE03EC3C1D3F5D0275BDF209BE24B_RuntimeMethod_var), /*hidden argument*/NULL); WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_8 = L_7; ((U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_il2cpp_TypeInfo_var))->set_U3CU3E9__17_0_1(L_8); G_B4_0 = L_8; } IL_0036: { ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_9 = V_0; ThreadPool_QueueUserWorkItem_mF344DA7B44CDBE8C7163C1539D429F27E8553185(G_B4_0, L_9, /*hidden argument*/NULL); } IL_003d: { 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.AwaitTaskContinuation_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mA9AE81453B216060FAC079D67A7B172C20D81EEA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_mA9AE81453B216060FAC079D67A7B172C20D81EEA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024 * L_0 = (U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024 *)il2cpp_codegen_object_new(U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m3BA8F422E35FB5D7F0B86004B5AB7CD2C7B8E1C0(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void System.Threading.Tasks.AwaitTaskContinuation_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m3BA8F422E35FB5D7F0B86004B5AB7CD2C7B8E1C0 (U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.AwaitTaskContinuation_<>c::b__17_0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CThrowAsyncIfNecessaryU3Eb__17_0_m69AC8BB37F4FE03EC3C1D3F5D0275BDF209BE24B (U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024 * __this, RuntimeObject * ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CThrowAsyncIfNecessaryU3Eb__17_0_m69AC8BB37F4FE03EC3C1D3F5D0275BDF209BE24B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___s0; NullCheck(((ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *)CastclassSealed((RuntimeObject*)L_0, ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A_il2cpp_TypeInfo_var))); ExceptionDispatchInfo_Throw_m9630C06EF8D7CDF5BD5DC76144CD98C4D9E8D26F(((ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *)CastclassSealed((RuntimeObject*)L_0, ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A_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 #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.CompletionActionInvoker::.ctor(System.Threading.Tasks.ITaskCompletionAction,System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompletionActionInvoker__ctor_m99DE9FFDBB3B8A79C61EA35DDE340DF5FB54F158 (CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C * __this, RuntimeObject* ___action0, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___completingTask1, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___action0; __this->set_m_action_0(L_0); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = ___completingTask1; __this->set_m_completingTask_1(L_1); return; } } // System.Void System.Threading.Tasks.CompletionActionInvoker::ExecuteWorkItem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompletionActionInvoker_ExecuteWorkItem_m709B36ADF0D0B53EAA2C170C22708BBE3F1F1054 (CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompletionActionInvoker_ExecuteWorkItem_m709B36ADF0D0B53EAA2C170C22708BBE3F1F1054_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_m_action_0(); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = __this->get_m_completingTask_1(); NullCheck(L_0); InterfaceActionInvoker1< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * >::Invoke(0 /* System.Void System.Threading.Tasks.ITaskCompletionAction::Invoke(System.Threading.Tasks.Task) */, ITaskCompletionAction_tB83E2DB0F3297A73CDBE338B6F2CA81D84E9C978_il2cpp_TypeInfo_var, L_0, L_1); return; } } // System.Void System.Threading.Tasks.CompletionActionInvoker::MarkAborted(System.Threading.ThreadAbortException) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompletionActionInvoker_MarkAborted_m8167A9ECADFE423C9094E277699AE716239E20DE (CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C * __this, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * ___tae0, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.ContinuationTaskFromTask::.ctor(System.Threading.Tasks.Task,System.Delegate,System.Object,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContinuationTaskFromTask__ctor_m7804EC000E1BA147597C861D81912A1A20EA35D9 (ContinuationTaskFromTask_tFE42871D04E441714667326AD03132B52E75777F * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___antecedent0, Delegate_t * ___action1, RuntimeObject * ___state2, int32_t ___creationOptions3, int32_t ___internalOptions4, int32_t* ___stackMark5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContinuationTaskFromTask__ctor_m7804EC000E1BA147597C861D81912A1A20EA35D9_MetadataUsageId); s_Il2CppMethodInitialized = true; } CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_0; memset((&V_0), 0, sizeof(V_0)); { Delegate_t * L_0 = ___action1; RuntimeObject * L_1 = ___state2; int32_t L_2 = ___creationOptions3; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = Task_InternalCurrentIfAttached_mA6A2C11F69612C4A960BC1FC6BD4E4D181D26A3B(L_2, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = V_0; int32_t L_5 = ___creationOptions3; int32_t L_6 = ___internalOptions4; Task__ctor_m0769EBAC32FC56E43AA3EA4697369AD1C68508CC(__this, L_0, L_1, L_3, L_4, L_5, L_6, (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *)NULL, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_7 = ___antecedent0; __this->set_m_antecedent_22(L_7); int32_t* L_8 = ___stackMark5; Task_PossiblyCaptureContext_m0DB8D1ADD84B044BEBC0A692E45577D2B7ADFDA8(__this, (int32_t*)L_8, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.ContinuationTaskFromTask::InnerInvoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContinuationTaskFromTask_InnerInvoke_m9C8AF549927D42595D76DE8817E9E1BA83295723 (ContinuationTaskFromTask_tFE42871D04E441714667326AD03132B52E75777F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContinuationTaskFromTask_InnerInvoke_m9C8AF549927D42595D76DE8817E9E1BA83295723_MetadataUsageId); s_Il2CppMethodInitialized = true; } Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_0 = NULL; Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * V_1 = NULL; Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8 * V_2 = NULL; { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = __this->get_m_antecedent_22(); V_0 = L_0; __this->set_m_antecedent_22((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = V_0; NullCheck(L_1); Task_NotifyDebuggerOfWaitCompletionIfNecessary_m71ACB838EB1988C1436F99C7EB0C819D9F025E2A(L_1, /*hidden argument*/NULL); RuntimeObject * L_2 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)__this)->get_m_action_5(); V_1 = ((Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 *)IsInstSealed((RuntimeObject*)L_2, Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827_il2cpp_TypeInfo_var)); Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * L_3 = V_1; if (!L_3) { goto IL_002c; } } { Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * L_4 = V_1; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = V_0; NullCheck(L_4); Action_1_Invoke_m21996822F6C0C0E1A30ED96F74B9FFE6DD672495(L_4, L_5, /*hidden argument*/Action_1_Invoke_m21996822F6C0C0E1A30ED96F74B9FFE6DD672495_RuntimeMethod_var); return; } IL_002c: { RuntimeObject * L_6 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)__this)->get_m_action_5(); V_2 = ((Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8 *)IsInstSealed((RuntimeObject*)L_6, Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8_il2cpp_TypeInfo_var)); Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8 * L_7 = V_2; if (!L_7) { goto IL_0049; } } { Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8 * L_8 = V_2; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_9 = V_0; RuntimeObject * L_10 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)__this)->get_m_stateObject_6(); NullCheck(L_8); Action_2_Invoke_m8043C3C9CC7F89C23FB8EECBD67B676C332CB200(L_8, L_9, L_10, /*hidden argument*/Action_2_Invoke_m8043C3C9CC7F89C23FB8EECBD67B676C332CB200_RuntimeMethod_var); return; } IL_0049: { 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.Boolean System.Threading.Tasks.StackGuard::TryBeginInliningScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackGuard_TryBeginInliningScope_mE32F6AC0F440280CD1E98D273645CD08AF844B33 (StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_inliningDepth_0(); if ((((int32_t)L_0) < ((int32_t)((int32_t)20)))) { goto IL_0012; } } { bool L_1 = StackGuard_CheckForSufficientStack_m78952214615951B65E1D3C8B1FE328936F5D817E(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } IL_0012: { int32_t L_2 = __this->get_m_inliningDepth_0(); __this->set_m_inliningDepth_0(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return (bool)1; } IL_0022: { return (bool)0; } } // System.Void System.Threading.Tasks.StackGuard::EndInliningScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackGuard_EndInliningScope_mEC7A78B71CB01216F0A7B0462E319234F0F05C39 (StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_inliningDepth_0(); __this->set_m_inliningDepth_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_m_inliningDepth_0(); if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_001e; } } { __this->set_m_inliningDepth_0(0); } IL_001e: { return; } } // System.Boolean System.Threading.Tasks.StackGuard::CheckForSufficientStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackGuard_CheckForSufficientStack_m78952214615951B65E1D3C8B1FE328936F5D817E (StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Threading.Tasks.StackGuard::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackGuard__ctor_m43A3F9AC18F2D28154D3C5B1434DAAF5A59EB3EB (StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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.Threading.Tasks.StandardTaskContinuation::.ctor(System.Threading.Tasks.Task,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardTaskContinuation__ctor_m7CB15782CC00DD5A95EB9B98D988BE433A26CD9D (StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, int32_t ___options1, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StandardTaskContinuation__ctor_m7CB15782CC00DD5A95EB9B98D988BE433A26CD9D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TaskContinuation__ctor_m80CED39EAC26BB41224D948D7197F1251E4F4631(__this, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ___task0; __this->set_m_task_0(L_0); int32_t L_1 = ___options1; __this->set_m_options_1(L_1); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_2 = ___scheduler2; __this->set_m_taskScheduler_2(L_2); bool L_3 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_3) { goto IL_0054; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = __this->get_m_task_0(); NullCheck(L_4); int32_t L_5 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(L_4, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_6 = ___task0; NullCheck(L_6); RuntimeObject * L_7 = L_6->get_m_action_5(); NullCheck(((Delegate_t *)CastclassClass((RuntimeObject*)L_7, Delegate_t_il2cpp_TypeInfo_var))); MethodInfo_t * L_8 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(((Delegate_t *)CastclassClass((RuntimeObject*)L_7, Delegate_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8); String_t* L_10 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral8C3B2E926370083F251B34CABACDB2607C52202A, L_9, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCreation_m7B5DBD272BC20E986A5120FBF6665241BBACF060(0, L_5, L_10, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); } IL_0054: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); bool L_11 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_asyncDebuggingEnabled_12(); if (!L_11) { goto IL_0067; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_12 = __this->get_m_task_0(); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_AddToActiveTasks_m840B00A5EE550016686305EDB927B9A7FE37C421(L_12, /*hidden argument*/NULL); } IL_0067: { return; } } // System.Void System.Threading.Tasks.StandardTaskContinuation::Run(System.Threading.Tasks.Task,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardTaskContinuation_Run_mDF1421C2D4608E18487009F2A9928A159D42F830 (StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___completedTask0, bool ___bCanInlineContinuationTask1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StandardTaskContinuation_Run_mDF1421C2D4608E18487009F2A9928A159D42F830_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); int32_t G_B5_0 = 0; { int32_t L_0 = __this->get_m_options_1(); V_0 = L_0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = ___completedTask0; NullCheck(L_1); bool L_2 = Task_get_IsRanToCompletion_mCCFB04975336938D365F65C71C75A38CFE3721BC(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002f; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = ___completedTask0; NullCheck(L_3); bool L_4 = Task_get_IsCanceled_m42A47FCA2C6F33308A08C92C8489E802448F6F42(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0023; } } { int32_t L_5 = V_0; G_B5_0 = ((((int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)131072)))) == ((int32_t)0))? 1 : 0); goto IL_0039; } IL_0023: { int32_t L_6 = V_0; G_B5_0 = ((((int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)262144)))) == ((int32_t)0))? 1 : 0); goto IL_0039; } IL_002f: { int32_t L_7 = V_0; G_B5_0 = ((((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)65536)))) == ((int32_t)0))? 1 : 0); } IL_0039: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_8 = __this->get_m_task_0(); V_1 = L_8; if (!G_B5_0) { goto IL_008b; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_9 = V_1; NullCheck(L_9); bool L_10 = Task_get_IsCanceled_m42A47FCA2C6F33308A08C92C8489E802448F6F42(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_005e; } } { bool L_11 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_11) { goto IL_005e; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(L_12, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationRelation_mA7691DAE55DF8387322376648D9CCBB54EFFC490(1, L_13, 0, /*hidden argument*/NULL); } IL_005e: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_14 = V_1; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_15 = __this->get_m_taskScheduler_2(); NullCheck(L_14); L_14->set_m_taskScheduler_7(L_15); bool L_16 = ___bCanInlineContinuationTask1; if (!L_16) { goto IL_007e; } } { int32_t L_17 = V_0; if (!((int32_t)((int32_t)L_17&(int32_t)((int32_t)524288)))) { goto IL_007e; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_18 = V_1; TaskContinuation_InlineIfPossibleOrElseQueue_m7CCFD190C3F783A343C1103BF27BFE4D19C66FEF(L_18, (bool)1, /*hidden argument*/NULL); return; } IL_007e: { } IL_007f: try { // begin try (depth: 1) Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_19 = V_1; NullCheck(L_19); Task_ScheduleAndStart_m7A3334C89BD4B47370D0A3CAE575EA54CCA01AEF(L_19, (bool)1, /*hidden argument*/NULL); goto IL_0093; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0088; throw e; } CATCH_0088: { // begin catch(System.Threading.Tasks.TaskSchedulerException) goto IL_0093; } // end catch (depth: 1) IL_008b: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_20 = V_1; NullCheck(L_20); Task_InternalCancel_m745407E41B4B25AA01E7DBAD85A4857D1F7F520D(L_20, (bool)0, /*hidden argument*/NULL); } IL_0093: { 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.SynchronizationContextAwaitTaskContinuation::.ctor(System.Threading.SynchronizationContext,System.Action,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContextAwaitTaskContinuation__ctor_m050FFB1926E4E85CF18607F93821E1CDA6308A4E (SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE * __this, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___context0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action1, bool ___flowExecutionContext2, int32_t* ___stackMark3, const RuntimeMethod* method) { { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ___action1; bool L_1 = ___flowExecutionContext2; int32_t* L_2 = ___stackMark3; AwaitTaskContinuation__ctor_mBEDA16F5D33081AF421A009449B3A1D2B0A0121A(__this, L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_3 = ___context0; __this->set_m_syncContext_5(L_3); return; } } // System.Void System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation::Run(System.Threading.Tasks.Task,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContextAwaitTaskContinuation_Run_m3E2592B93287CA4E8D046E9C453EC2A67A054772 (SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, bool ___canInlineContinuationTask1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SynchronizationContextAwaitTaskContinuation_Run_m3E2592B93287CA4E8D046E9C453EC2A67A054772_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___canInlineContinuationTask1; if (!L_0) { goto IL_0027; } } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_1 = __this->get_m_syncContext_5(); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = SynchronizationContext_get_CurrentNoFlow_m27FCFE7342796044E2ADD701D2E86F2517D64194(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 *)L_1) == ((RuntimeObject*)(SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 *)L_2)))) { goto IL_0027; } } { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_3 = AwaitTaskContinuation_GetInvokeActionCallback_m47BB05AEC35713EAAF5030364C1806E6344F9206_inline(/*hidden argument*/NULL); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_4 = ((AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F *)__this)->get_m_action_1(); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); AwaitTaskContinuation_RunCallback_m415919F8BE298801B6B7182632DC33FF6E795F1A(__this, L_3, L_4, (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 **)(((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_address_of_t_currentTask_0()), /*hidden argument*/NULL); return; } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_5 = SynchronizationContextAwaitTaskContinuation_GetPostActionCallback_m77660CC4D6299E3D4FEEADD1EEB2ED81479EF1E9_inline(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); AwaitTaskContinuation_RunCallback_m415919F8BE298801B6B7182632DC33FF6E795F1A(__this, L_5, __this, (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 **)(((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_address_of_t_currentTask_0()), /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation::PostAction(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContextAwaitTaskContinuation_PostAction_m68F52E5D2EDC6A0B77FBAA872D32E41B2A6DCA1F (RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SynchronizationContextAwaitTaskContinuation_PostAction_m68F52E5D2EDC6A0B77FBAA872D32E41B2A6DCA1F_MetadataUsageId); s_Il2CppMethodInitialized = true; } SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE * V_0 = NULL; { RuntimeObject * L_0 = ___state0; V_0 = ((SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE *)CastclassSealed((RuntimeObject*)L_0, SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var)); SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE * L_1 = V_0; NullCheck(L_1); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = L_1->get_m_syncContext_5(); IL2CPP_RUNTIME_CLASS_INIT(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var); SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_3 = ((SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_StaticFields*)il2cpp_codegen_static_fields_for(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var))->get_s_postCallback_3(); SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE * L_4 = V_0; NullCheck(L_4); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_5 = ((AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F *)L_4)->get_m_action_1(); NullCheck(L_2); VirtActionInvoker2< SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 *, RuntimeObject * >::Invoke(5 /* System.Void System.Threading.SynchronizationContext::Post(System.Threading.SendOrPostCallback,System.Object) */, L_2, L_3, L_5); return; } } // System.Threading.ContextCallback System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation::GetPostActionCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * SynchronizationContextAwaitTaskContinuation_GetPostActionCallback_m77660CC4D6299E3D4FEEADD1EEB2ED81479EF1E9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SynchronizationContextAwaitTaskContinuation_GetPostActionCallback_m77660CC4D6299E3D4FEEADD1EEB2ED81479EF1E9_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_0 = ((SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_StaticFields*)il2cpp_codegen_static_fields_for(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var))->get_s_postActionCallback_4(); V_0 = L_0; ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_1 = V_0; if (L_1) { goto IL_001c; } } { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_2 = (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 *)il2cpp_codegen_object_new(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var); ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493(L_2, NULL, (intptr_t)((intptr_t)SynchronizationContextAwaitTaskContinuation_PostAction_m68F52E5D2EDC6A0B77FBAA872D32E41B2A6DCA1F_RuntimeMethod_var), /*hidden argument*/NULL); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_3 = L_2; V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var); ((SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_StaticFields*)il2cpp_codegen_static_fields_for(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var))->set_s_postActionCallback_4(L_3); } IL_001c: { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_4 = V_0; return L_4; } } // System.Void System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContextAwaitTaskContinuation__cctor_m4A9761B402D508BA618ADEE41E0E5F181BA72E2E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SynchronizationContextAwaitTaskContinuation__cctor_m4A9761B402D508BA618ADEE41E0E5F181BA72E2E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4_il2cpp_TypeInfo_var); U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4 * L_0 = ((U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_1 = (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 *)il2cpp_codegen_object_new(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01_il2cpp_TypeInfo_var); SendOrPostCallback__ctor_mA3A6885EC5474314128A4FDE77E93F8B7EEC2619(L_1, L_0, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__7_0_m8D4421278962DBF67E7164884D652DB516D390FD_RuntimeMethod_var), /*hidden argument*/NULL); ((SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_StaticFields*)il2cpp_codegen_static_fields_for(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var))->set_s_postCallback_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.Tasks.SynchronizationContextAwaitTaskContinuation_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m46015CEDA36D3948DEC9E120338956ECA01C907E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m46015CEDA36D3948DEC9E120338956ECA01C907E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4 * L_0 = (U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4 *)il2cpp_codegen_object_new(U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mAC67D3D51A9073130F2F486675676EBFAEC148C7(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mAC67D3D51A9073130F2F486675676EBFAEC148C7 (U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation_<>c::<.cctor>b__7_0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__7_0_m8D4421278962DBF67E7164884D652DB516D390FD (U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4 * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__7_0_m8D4421278962DBF67E7164884D652DB516D390FD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___state0; NullCheck(((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)CastclassSealed((RuntimeObject*)L_0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var))); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)CastclassSealed((RuntimeObject*)L_0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579_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 #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.Task::AddToActiveTasks(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_AddToActiveTasks_m840B00A5EE550016686305EDB927B9A7FE37C421 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_AddToActiveTasks_m840B00A5EE550016686305EDB927B9A7FE37C421_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_activeTasksLock_14(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * L_2 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_currentActiveTasks_13(); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = ___task0; NullCheck(L_3); int32_t L_4 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(L_3, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = ___task0; NullCheck(L_2); Dictionary_2_set_Item_m55755723565BE6B8A0576434B1D1E5AFF5BC9E4A(L_2, L_4, L_5, /*hidden argument*/Dictionary_2_set_Item_m55755723565BE6B8A0576434B1D1E5AFF5BC9E4A_RuntimeMethod_var); 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_6 = V_1; if (!L_6) { goto IL_002c; } } IL_0026: { RuntimeObject * L_7 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL); } IL_002c: { IL2CPP_END_FINALLY(35) } } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_JUMP_TBL(0x2D, IL_002d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002d: { return (bool)1; } } // System.Void System.Threading.Tasks.Task::RemoveFromActiveTasks(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_RemoveFromActiveTasks_mEDE131DB4C29D967D6D717CAB002C6C02583BDF5 (int32_t ___taskId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_RemoveFromActiveTasks_mEDE131DB4C29D967D6D717CAB002C6C02583BDF5_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_activeTasksLock_14(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * L_2 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_currentActiveTasks_13(); int32_t L_3 = ___taskId0; NullCheck(L_2); Dictionary_2_Remove_m8A775DC3DA045DBE29E44D8FA98E57FEA20B9368(L_2, L_3, /*hidden argument*/Dictionary_2_Remove_m8A775DC3DA045DBE29E44D8FA98E57FEA20B9368_RuntimeMethod_var); IL2CPP_LEAVE(0x28, FINALLY_001e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0027; } } IL_0021: { RuntimeObject * L_5 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL); } IL_0027: { IL2CPP_END_FINALLY(30) } } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x28, IL_0028) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0028: { return; } } // System.Void System.Threading.Tasks.Task::.ctor(System.Boolean,System.Threading.Tasks.TaskCreationOptions,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task__ctor_m61EE08D52F4C76A4D8E44B826F02724920D3425B (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___canceled0, int32_t ___creationOptions1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___ct2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task__ctor_m61EE08D52F4C76A4D8E44B826F02724920D3425B_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_1 = NULL; { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___creationOptions1; V_0 = L_0; bool L_1 = ___canceled0; if (!L_1) { goto IL_003a; } } { int32_t L_2 = V_0; il2cpp_codegen_memory_barrier(); __this->set_m_stateFlags_9(((int32_t)((int32_t)((int32_t)5242880)|(int32_t)L_2))); ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_3 = (ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 *)il2cpp_codegen_object_new(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08_il2cpp_TypeInfo_var); ContingentProperties__ctor_mD515B94D26AB52AFF131A9C97483E657261B0120(L_3, /*hidden argument*/NULL); ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_4 = L_3; V_1 = L_4; il2cpp_codegen_memory_barrier(); __this->set_m_contingentProperties_15(L_4); ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_5 = V_1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_6 = ___ct2; NullCheck(L_5); L_5->set_m_cancellationToken_3(L_6); ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_7 = V_1; NullCheck(L_7); il2cpp_codegen_memory_barrier(); L_7->set_m_internalCancellationRequested_5(1); return; } IL_003a: { int32_t L_8 = V_0; il2cpp_codegen_memory_barrier(); __this->set_m_stateFlags_9(((int32_t)((int32_t)((int32_t)16777216)|(int32_t)L_8))); return; } } // System.Void System.Threading.Tasks.Task::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task__ctor_m8E1D8C0B00CDBC75BE82736DC129396F79B7A84D (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_m_stateFlags_9(((int32_t)33555456)); return; } } // System.Void System.Threading.Tasks.Task::.ctor(System.Delegate,System.Object,System.Threading.Tasks.Task,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task__ctor_m0769EBAC32FC56E43AA3EA4697369AD1C68508CC (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Delegate_t * ___action0, RuntimeObject * ___state1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___parent2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, int32_t ___creationOptions4, int32_t ___internalOptions5, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task__ctor_m0769EBAC32FC56E43AA3EA4697369AD1C68508CC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); Delegate_t * L_0 = ___action0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral34EB4C4EF005207E8B8F916B9F1FFFACCCD6945E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Task__ctor_m0769EBAC32FC56E43AA3EA4697369AD1C68508CC_RuntimeMethod_var); } IL_0014: { int32_t L_2 = ___creationOptions4; if (((int32_t)((int32_t)L_2&(int32_t)4))) { goto IL_0024; } } { int32_t L_3 = ___internalOptions5; if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)2048)))) { goto IL_002b; } } IL_0024: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = ___parent2; __this->set_m_parent_8(L_4); } IL_002b: { Delegate_t * L_5 = ___action0; RuntimeObject * L_6 = ___state1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_7 = ___cancellationToken3; int32_t L_8 = ___creationOptions4; int32_t L_9 = ___internalOptions5; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_10 = ___scheduler6; Task_TaskConstructorCore_m6B54AFE9106C1C96AC2B4560FCD65796A8D5525C(__this, L_5, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task::TaskConstructorCore(System.Object,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_TaskConstructorCore_m6B54AFE9106C1C96AC2B4560FCD65796A8D5525C (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject * ___action0, RuntimeObject * ___state1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken2, int32_t ___creationOptions3, int32_t ___internalOptions4, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_TaskConstructorCore_m6B54AFE9106C1C96AC2B4560FCD65796A8D5525C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___action0; __this->set_m_action_5(L_0); RuntimeObject * L_1 = ___state1; __this->set_m_stateObject_6(L_1); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_2 = ___scheduler5; __this->set_m_taskScheduler_7(L_2); int32_t L_3 = ___creationOptions3; if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)-96)))) { goto IL_0028; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_4, _stringLiteral699B142A794903652E588B3D75019329F77A9209, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Task_TaskConstructorCore_m6B54AFE9106C1C96AC2B4560FCD65796A8D5525C_RuntimeMethod_var); } IL_0028: { int32_t L_5 = ___creationOptions3; if (!((int32_t)((int32_t)L_5&(int32_t)2))) { goto IL_0048; } } { int32_t L_6 = ___internalOptions4; if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)2048)))) { goto IL_0048; } } { String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral18134C3172E2C551F0F862780D5C8A01A31AECFF, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_8 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Task_TaskConstructorCore_m6B54AFE9106C1C96AC2B4560FCD65796A8D5525C_RuntimeMethod_var); } IL_0048: { int32_t L_9 = ___creationOptions3; int32_t L_10 = ___internalOptions4; V_0 = ((int32_t)((int32_t)L_9|(int32_t)L_10)); RuntimeObject * L_11 = __this->get_m_action_5(); if (!L_11) { goto IL_0060; } } { int32_t L_12 = ___internalOptions4; if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)512)))) { goto IL_0068; } } IL_0060: { int32_t L_13 = V_0; V_0 = ((int32_t)((int32_t)L_13|(int32_t)((int32_t)33554432))); } IL_0068: { int32_t L_14 = V_0; il2cpp_codegen_memory_barrier(); __this->set_m_stateFlags_9(L_14); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_15 = __this->get_m_parent_8(); if (!L_15) { goto IL_0099; } } { int32_t L_16 = ___creationOptions3; if (!((int32_t)((int32_t)L_16&(int32_t)4))) { goto IL_0099; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_17 = __this->get_m_parent_8(); NullCheck(L_17); int32_t L_18 = Task_get_CreationOptions_m1013CF6F9F645BFA03F13F89DFA749ADABA541C8(L_17, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_18&(int32_t)8))) { goto IL_0099; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_19 = __this->get_m_parent_8(); NullCheck(L_19); Task_AddNewChild_m892592DE6344787DB92036EAB590476E549FA78F(L_19, /*hidden argument*/NULL); } IL_0099: { bool L_20 = CancellationToken_get_CanBeCanceled_m485B6A386A628048A15D607330E91582012C59EF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken2), /*hidden argument*/NULL); if (!L_20) { goto IL_00ab; } } { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_21 = ___cancellationToken2; Task_AssignCancellationToken_m49B51C0263DAE4EF7573885594D1F99DF81C300F(__this, L_21, (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)NULL, (TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 *)NULL, /*hidden argument*/NULL); } IL_00ab: { return; } } // System.Void System.Threading.Tasks.Task::AssignCancellationToken(System.Threading.CancellationToken,System.Threading.Tasks.Task,System.Threading.Tasks.TaskContinuation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AssignCancellationToken_m49B51C0263DAE4EF7573885594D1F99DF81C300F (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___antecedent1, TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * ___continuation2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_AssignCancellationToken_m49B51C0263DAE4EF7573885594D1F99DF81C300F_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 V_1; memset((&V_1), 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = Task_EnsureContingentPropertiesInitialized_mFEF35F7CCA43B6FC6843167E62779F6C09100475(__this, (bool)0, /*hidden argument*/NULL); V_0 = L_0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_1 = V_0; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_2 = ___cancellationToken0; NullCheck(L_1); L_1->set_m_cancellationToken_3(L_2); } IL_000f: try { // begin try (depth: 1) { bool L_3 = ((AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D_StaticFields*)il2cpp_codegen_static_fields_for(AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D_il2cpp_TypeInfo_var))->get_ThrowExceptionIfDisposedCancellationTokenSource_0(); if (!L_3) { goto IL_001d; } } IL_0016: { CancellationToken_ThrowIfSourceDisposed_m8E42C0EEDC94CA3AB799D787A25E1BF63EC33271((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken0), /*hidden argument*/NULL); } IL_001d: { int32_t L_4 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(__this, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_4&(int32_t)((int32_t)13312)))) { goto IL_0072; } } IL_002b: { bool L_5 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken0), /*hidden argument*/NULL); if (!L_5) { goto IL_003e; } } IL_0034: { Task_InternalCancel_m745407E41B4B25AA01E7DBAD85A4857D1F7F520D(__this, (bool)0, /*hidden argument*/NULL); goto IL_0072; } IL_003e: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_6 = ___antecedent1; if (L_6) { goto IL_0051; } } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_7 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_taskCancelCallback_16(); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_8 = CancellationToken_InternalRegisterWithoutEC_m2AB5F8C5E8800786BE0825ACE80BAA2EFB719DFF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken0), L_7, __this, /*hidden argument*/NULL); V_1 = L_8; goto IL_0066; } IL_0051: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_9 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_taskCancelCallback_16(); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_10 = ___antecedent1; TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_11 = ___continuation2; Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 * L_12 = (Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 *)il2cpp_codegen_object_new(Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6_il2cpp_TypeInfo_var); Tuple_3__ctor_mEBEB26F33E2A9546F44BE417D96B1419B7F2EFE9(L_12, __this, L_10, L_11, /*hidden argument*/Tuple_3__ctor_mEBEB26F33E2A9546F44BE417D96B1419B7F2EFE9_RuntimeMethod_var); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_13 = CancellationToken_InternalRegisterWithoutEC_m2AB5F8C5E8800786BE0825ACE80BAA2EFB719DFF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken0), L_9, L_12, /*hidden argument*/NULL); V_1 = L_13; } IL_0066: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_14 = V_0; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_15 = V_1; Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2 * L_16 = (Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2 *)il2cpp_codegen_object_new(Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2_il2cpp_TypeInfo_var); Shared_1__ctor_mAFCC38C207B2F85CB2AE05C7C866B8169EAAE24A(L_16, L_15, /*hidden argument*/Shared_1__ctor_mAFCC38C207B2F85CB2AE05C7C866B8169EAAE24A_RuntimeMethod_var); NullCheck(L_14); L_14->set_m_cancellationRegistration_4(L_16); } IL_0072: { goto IL_00a3; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0074; throw e; } CATCH_0074: { // begin catch(System.Object) { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_17 = __this->get_m_parent_8(); if (!L_17) { goto IL_00a1; } } IL_007d: { int32_t L_18 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_18&(int32_t)4))) { goto IL_00a1; } } IL_0087: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_19 = __this->get_m_parent_8(); NullCheck(L_19); int32_t L_20 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(L_19, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_20&(int32_t)8))) { goto IL_00a1; } } IL_0096: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_21 = __this->get_m_parent_8(); NullCheck(L_21); Task_DisregardChild_mF5C09366D4780D6C6A90B60BAC0C769054EA8771(L_21, /*hidden argument*/NULL); } IL_00a1: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, Task_AssignCancellationToken_m49B51C0263DAE4EF7573885594D1F99DF81C300F_RuntimeMethod_var); } } // end catch (depth: 1) IL_00a3: { return; } } // System.Void System.Threading.Tasks.Task::TaskCancelCallback(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_TaskCancelCallback_m871E63C611277708EB9BCD3A584958CF427429CF (RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_TaskCancelCallback_m871E63C611277708EB9BCD3A584958CF427429CF_MetadataUsageId); s_Il2CppMethodInitialized = true; } Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_0 = NULL; Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 * V_1 = NULL; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_2 = NULL; TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * V_3 = NULL; { RuntimeObject * L_0 = ___o0; V_0 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)IsInstClass((RuntimeObject*)L_0, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var)); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = V_0; if (L_1) { goto IL_0030; } } { RuntimeObject * L_2 = ___o0; V_1 = ((Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 *)IsInstClass((RuntimeObject*)L_2, Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6_il2cpp_TypeInfo_var)); Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 * L_3 = V_1; if (!L_3) { goto IL_0030; } } { Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 * L_4 = V_1; NullCheck(L_4); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = Tuple_3_get_Item1_mB0C8437E786459C80B0F2CB57ADC3A643F6C4CE2_inline(L_4, /*hidden argument*/Tuple_3_get_Item1_mB0C8437E786459C80B0F2CB57ADC3A643F6C4CE2_RuntimeMethod_var); V_0 = L_5; Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 * L_6 = V_1; NullCheck(L_6); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_7 = Tuple_3_get_Item2_m64FB7459CA4971DEC4FBC22F9E3BD918557B9BCB_inline(L_6, /*hidden argument*/Tuple_3_get_Item2_m64FB7459CA4971DEC4FBC22F9E3BD918557B9BCB_RuntimeMethod_var); V_2 = L_7; Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6 * L_8 = V_1; NullCheck(L_8); TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_9 = Tuple_3_get_Item3_m4361144F0F8FBFA32334368B1C2EAFB8158461F0_inline(L_8, /*hidden argument*/Tuple_3_get_Item3_m4361144F0F8FBFA32334368B1C2EAFB8158461F0_RuntimeMethod_var); V_3 = L_9; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_10 = V_2; TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_11 = V_3; NullCheck(L_10); Task_RemoveContinuation_m09A569E89BF4CCCF31646AB74A88BCDFC093DAE4(L_10, L_11, /*hidden argument*/NULL); } IL_0030: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_12 = V_0; NullCheck(L_12); Task_InternalCancel_m745407E41B4B25AA01E7DBAD85A4857D1F7F520D(L_12, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task::PossiblyCaptureContext(System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_PossiblyCaptureContext_m0DB8D1ADD84B044BEBC0A692E45577D2B7ADFDA8 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t* ___stackMark0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_PossiblyCaptureContext_m0DB8D1ADD84B044BEBC0A692E45577D2B7ADFDA8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t* L_0 = ___stackMark0; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = ExecutionContext_Capture_m03E9840F580CC8E82725D5969D6132B0ABADD5F2((int32_t*)L_0, 3, /*hidden argument*/NULL); Task_set_CapturedContext_mB7C98613F94CB2B97DB8B283F18E0E47C42B887B(__this, L_1, /*hidden argument*/NULL); return; } } // System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.Task::get_Options() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); int32_t L_1 = Task_OptionsMethod_m078D666F0D89BE7D57D02F2E355907A71EA962ED(L_0, /*hidden argument*/NULL); return L_1; } } // System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.Task::OptionsMethod(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_OptionsMethod_m078D666F0D89BE7D57D02F2E355907A71EA962ED (int32_t ___flags0, const RuntimeMethod* method) { { int32_t L_0 = ___flags0; return (int32_t)(((int32_t)((int32_t)L_0&(int32_t)((int32_t)65535)))); } } // System.Boolean System.Threading.Tasks.Task::AtomicStateUpdate(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_AtomicStateUpdate_m8453A8B2D404F085626BC0BCFCB2593AA373F530 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t ___newBits0, int32_t ___illegalBits1, const RuntimeMethod* method) { SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { il2cpp_codegen_initobj((&V_0), sizeof(SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 )); } IL_0008: { int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); V_1 = L_0; int32_t L_1 = V_1; int32_t L_2 = ___illegalBits1; if (!((int32_t)((int32_t)L_1&(int32_t)L_2))) { goto IL_0018; } } { return (bool)0; } IL_0018: { int32_t* L_3 = __this->get_address_of_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); int32_t L_4 = V_1; int32_t L_5 = ___newBits0; int32_t L_6 = V_1; int32_t L_7 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_3, ((int32_t)((int32_t)L_4|(int32_t)L_5)), L_6, /*hidden argument*/NULL); int32_t L_8 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_002c; } } { return (bool)1; } IL_002c: { SpinWait_SpinOnce_mFE80DED71DC333A3F5C6F98AE9B46AB63B854E87((SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 *)(&V_0), /*hidden argument*/NULL); goto IL_0008; } } // System.Boolean System.Threading.Tasks.Task::AtomicStateUpdate(System.Int32,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_AtomicStateUpdate_mC826E87CFCDFFDB8E6225C8D6A7FA0B95AB0C1E0 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t ___newBits0, int32_t ___illegalBits1, int32_t* ___oldFlags2, const RuntimeMethod* method) { SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 )); } IL_0008: { int32_t* L_0 = ___oldFlags2; int32_t L_1 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); *((int32_t*)L_0) = (int32_t)L_1; int32_t* L_2 = ___oldFlags2; int32_t L_3 = *((int32_t*)L_2); int32_t L_4 = ___illegalBits1; if (!((int32_t)((int32_t)L_3&(int32_t)L_4))) { goto IL_001a; } } { return (bool)0; } IL_001a: { int32_t* L_5 = __this->get_address_of_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); int32_t* L_6 = ___oldFlags2; int32_t L_7 = *((int32_t*)L_6); int32_t L_8 = ___newBits0; int32_t* L_9 = ___oldFlags2; int32_t L_10 = *((int32_t*)L_9); int32_t L_11 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_5, ((int32_t)((int32_t)L_7|(int32_t)L_8)), L_10, /*hidden argument*/NULL); int32_t* L_12 = ___oldFlags2; int32_t L_13 = *((int32_t*)L_12); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_0031; } } { return (bool)1; } IL_0031: { SpinWait_SpinOnce_mFE80DED71DC333A3F5C6F98AE9B46AB63B854E87((SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 *)(&V_0), /*hidden argument*/NULL); goto IL_0008; } } // System.Void System.Threading.Tasks.Task::SetNotificationForWaitCompletion(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_SetNotificationForWaitCompletion_mD1A101A6112916B6B28B86D5A9015348CCDFEC2A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___enabled0, const RuntimeMethod* method) { SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; { bool L_0 = ___enabled0; if (!L_0) { goto IL_0015; } } { Task_AtomicStateUpdate_m8453A8B2D404F085626BC0BCFCB2593AA373F530(__this, ((int32_t)268435456), ((int32_t)90177536), /*hidden argument*/NULL); return; } IL_0015: { il2cpp_codegen_initobj((&V_0), sizeof(SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 )); } IL_001d: { int32_t L_1 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); V_1 = L_1; int32_t L_2 = V_1; V_2 = ((int32_t)((int32_t)L_2&(int32_t)((int32_t)-268435457))); int32_t* L_3 = __this->get_address_of_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); int32_t L_4 = V_2; int32_t L_5 = V_1; int32_t L_6 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_3, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = V_1; if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_0047; } } { SpinWait_SpinOnce_mFE80DED71DC333A3F5C6F98AE9B46AB63B854E87((SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 *)(&V_0), /*hidden argument*/NULL); goto IL_001d; } IL_0047: { return; } } // System.Boolean System.Threading.Tasks.Task::NotifyDebuggerOfWaitCompletionIfNecessary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_NotifyDebuggerOfWaitCompletionIfNecessary_m71ACB838EB1988C1436F99C7EB0C819D9F025E2A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { bool L_0 = Task_get_IsWaitNotificationEnabled_m2FCD90C6D62FFF78CBE2C5FE3BB9AAB68794DE8E(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { bool L_1 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Threading.Tasks.Task::get_ShouldNotifyDebuggerOfWaitCompletion() */, __this); if (!L_1) { goto IL_0018; } } { Task_NotifyDebuggerOfWaitCompletion_m29E07DF85245752783EB926AF0698526AE9954F3(__this, /*hidden argument*/NULL); return (bool)1; } IL_0018: { return (bool)0; } } // System.Boolean System.Threading.Tasks.Task::get_IsWaitNotificationEnabledOrNotRanToCompletion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsWaitNotificationEnabledOrNotRanToCompletion_mEC26269ABD71D03847D81120160D2106C2B3D581 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __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); } } // System.Boolean System.Threading.Tasks.Task::get_ShouldNotifyDebuggerOfWaitCompletion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_ShouldNotifyDebuggerOfWaitCompletion_m830DE0385B59FF7DC6A1A6DA1FD6235983C10CB1 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { bool L_0 = Task_get_IsWaitNotificationEnabled_m2FCD90C6D62FFF78CBE2C5FE3BB9AAB68794DE8E(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Threading.Tasks.Task::get_IsWaitNotificationEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsWaitNotificationEnabled_m2FCD90C6D62FFF78CBE2C5FE3BB9AAB68794DE8E (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)268435456)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.Threading.Tasks.Task::NotifyDebuggerOfWaitCompletion() IL2CPP_DISABLE_OPTIMIZATIONS IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Task_NotifyDebuggerOfWaitCompletion_m29E07DF85245752783EB926AF0698526AE9954F3 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { Task_SetNotificationForWaitCompletion_mD1A101A6112916B6B28B86D5A9015348CCDFEC2A(__this, (bool)0, /*hidden argument*/NULL); return; } } IL2CPP_ENABLE_OPTIMIZATIONS // System.Boolean System.Threading.Tasks.Task::MarkStarted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_MarkStarted_mA6657A4058C324CA5277F16D30C25741C4220030 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { bool L_0 = Task_AtomicStateUpdate_m8453A8B2D404F085626BC0BCFCB2593AA373F530(__this, ((int32_t)65536), ((int32_t)4259840), /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Threading.Tasks.Task::FireTaskScheduledIfNeeded(System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_FireTaskScheduledIfNeeded_m6792459336CB25D967928EDA5249F2164991E447 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___ts0, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Threading.Tasks.Task::AddNewChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddNewChild_m892592DE6344787DB92036EAB590476E549FA78F (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = Task_EnsureContingentPropertiesInitialized_mFEF35F7CCA43B6FC6843167E62779F6C09100475(__this, (bool)1, /*hidden argument*/NULL); V_0 = L_0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_1 = V_0; NullCheck(L_1); int32_t L_2 = L_1->get_m_completionCountdown_6(); il2cpp_codegen_memory_barrier(); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_002e; } } { bool L_3 = Task_get_IsSelfReplicatingRoot_m8E6E3BDE25EE52DCDFF58787B9E81CE7EA7CFA37(__this, /*hidden argument*/NULL); if (L_3) { goto IL_002e; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_4 = V_0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_5 = L_4; NullCheck(L_5); int32_t L_6 = L_5->get_m_completionCountdown_6(); il2cpp_codegen_memory_barrier(); NullCheck(L_5); il2cpp_codegen_memory_barrier(); L_5->set_m_completionCountdown_6(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); return; } IL_002e: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_7 = V_0; NullCheck(L_7); int32_t* L_8 = L_7->get_address_of_m_completionCountdown_6(); il2cpp_codegen_memory_barrier(); Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F((int32_t*)L_8, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task::DisregardChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_DisregardChild_mF5C09366D4780D6C6A90B60BAC0C769054EA8771 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = Task_EnsureContingentPropertiesInitialized_mFEF35F7CCA43B6FC6843167E62779F6C09100475(__this, (bool)1, /*hidden argument*/NULL); NullCheck(L_0); int32_t* L_1 = L_0->get_address_of_m_completionCountdown_6(); il2cpp_codegen_memory_barrier(); Interlocked_Decrement_m5C38319E41D5F7C90DFEC9138D58E6E92DFAFCFE((int32_t*)L_1, /*hidden argument*/NULL); return; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::InternalStartNew(System.Threading.Tasks.Task,System.Delegate,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskScheduler,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_InternalStartNew_mC0053D3F586953AC3989875B67F9D60947C68BEC (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___creatingTask0, Delegate_t * ___action1, RuntimeObject * ___state2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler4, int32_t ___options5, int32_t ___internalOptions6, int32_t* ___stackMark7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_InternalStartNew_mC0053D3F586953AC3989875B67F9D60947C68BEC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_0 = ___scheduler4; if (L_0) { goto IL_000f; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral142F817C3EC0586DE0F960C1C0483043B61A0D06, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Task_InternalStartNew_mC0053D3F586953AC3989875B67F9D60947C68BEC_RuntimeMethod_var); } IL_000f: { Delegate_t * L_2 = ___action1; RuntimeObject * L_3 = ___state2; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = ___creatingTask0; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_5 = ___cancellationToken3; int32_t L_6 = ___options5; int32_t L_7 = ___internalOptions6; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_8 = ___scheduler4; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_9 = (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)il2cpp_codegen_object_new(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task__ctor_m0769EBAC32FC56E43AA3EA4697369AD1C68508CC(L_9, L_2, L_3, L_4, L_5, L_6, ((int32_t)((int32_t)L_7|(int32_t)((int32_t)8192))), L_8, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_10 = L_9; int32_t* L_11 = ___stackMark7; NullCheck(L_10); Task_PossiblyCaptureContext_m0DB8D1ADD84B044BEBC0A692E45577D2B7ADFDA8(L_10, (int32_t*)L_11, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_12 = L_10; NullCheck(L_12); Task_ScheduleAndStart_m7A3334C89BD4B47370D0A3CAE575EA54CCA01AEF(L_12, (bool)0, /*hidden argument*/NULL); return L_12; } } // System.Int32 System.Threading.Tasks.Task::NewId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_NewId_m2FA62609A08BE3C277416032922008B5F0870B7F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_NewId_m2FA62609A08BE3C277416032922008B5F0870B7F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; } IL_0002: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); int32_t L_0 = Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F((int32_t*)(((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_address_of_s_taskIdCounter_2()), /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0002; } } { int32_t L_2 = V_0; return L_2; } } // System.Int32 System.Threading.Tasks.Task::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_m_taskId_4(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); int32_t L_1 = Task_NewId_m2FA62609A08BE3C277416032922008B5F0870B7F(/*hidden argument*/NULL); V_0 = L_1; int32_t* L_2 = __this->get_address_of_m_taskId_4(); il2cpp_codegen_memory_barrier(); int32_t L_3 = V_0; Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_2, L_3, 0, /*hidden argument*/NULL); } IL_001e: { int32_t L_4 = __this->get_m_taskId_4(); il2cpp_codegen_memory_barrier(); return L_4; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::get_InternalCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_get_InternalCurrent_m6BD4F17F5DAF5AC20BD6051A854D0BD702025892 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_get_InternalCurrent_m6BD4F17F5DAF5AC20BD6051A854D0BD702025892_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_t_currentTask_0(); return L_0; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::InternalCurrentIfAttached(System.Threading.Tasks.TaskCreationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_InternalCurrentIfAttached_mA6A2C11F69612C4A960BC1FC6BD4E4D181D26A3B (int32_t ___creationOptions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_InternalCurrentIfAttached_mA6A2C11F69612C4A960BC1FC6BD4E4D181D26A3B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___creationOptions0; if (((int32_t)((int32_t)L_0&(int32_t)4))) { goto IL_0007; } } { return (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)NULL; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = Task_get_InternalCurrent_m6BD4F17F5DAF5AC20BD6051A854D0BD702025892_inline(/*hidden argument*/NULL); return L_1; } } // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::get_CurrentStackGuard() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * Task_get_CurrentStackGuard_m74FB437E43F89B8BDCB272A7257024F586421F11 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_get_CurrentStackGuard_m74FB437E43F89B8BDCB272A7257024F586421F11_MetadataUsageId); s_Il2CppMethodInitialized = true; } StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * L_0 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_t_stackGuard_1(); V_0 = L_0; StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * L_1 = V_0; if (L_1) { goto IL_0015; } } { StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * L_2 = (StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 *)il2cpp_codegen_object_new(StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9_il2cpp_TypeInfo_var); StackGuard__ctor_m43A3F9AC18F2D28154D3C5B1434DAAF5A59EB3EB(L_2, /*hidden argument*/NULL); StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * L_3 = L_2; V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->set_t_stackGuard_1(L_3); } IL_0015: { StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * L_4 = V_0; return L_4; } } // System.AggregateException System.Threading.Tasks.Task::get_Exception() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * Task_get_Exception_mA61AAD3E52CBEB631D1956217B521456E7960B95 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * V_0 = NULL; { V_0 = (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E *)NULL; bool L_0 = Task_get_IsFaulted_m7337D2694F4BF380C5B8893B4A924D7F0E762A48(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_1 = Task_GetExceptions_m347C0AF20DE3E85C6F4CD4D7C6BE386C652D136C(__this, (bool)0, /*hidden argument*/NULL); V_0 = L_1; } IL_0012: { AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_2 = V_0; return L_2; } } // System.Threading.Tasks.TaskStatus System.Threading.Tasks.Task::get_Status() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_Status_mE2F9041915F88BAD55956426FDCB259F29D468C1 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); V_1 = L_0; int32_t L_1 = V_1; if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)2097152)))) { goto IL_0016; } } { V_0 = 7; goto IL_0066; } IL_0016: { int32_t L_2 = V_1; if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)4194304)))) { goto IL_0023; } } { V_0 = 6; goto IL_0066; } IL_0023: { int32_t L_3 = V_1; if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)16777216)))) { goto IL_0030; } } { V_0 = 5; goto IL_0066; } IL_0030: { int32_t L_4 = V_1; if (!((int32_t)((int32_t)L_4&(int32_t)((int32_t)8388608)))) { goto IL_003d; } } { V_0 = 4; goto IL_0066; } IL_003d: { int32_t L_5 = V_1; if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)131072)))) { goto IL_004a; } } { V_0 = 3; goto IL_0066; } IL_004a: { int32_t L_6 = V_1; if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)65536)))) { goto IL_0057; } } { V_0 = 2; goto IL_0066; } IL_0057: { int32_t L_7 = V_1; if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)33554432)))) { goto IL_0064; } } { V_0 = 1; goto IL_0066; } IL_0064: { V_0 = 0; } IL_0066: { int32_t L_8 = V_0; return L_8; } } // System.Boolean System.Threading.Tasks.Task::get_IsCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCanceled_m42A47FCA2C6F33308A08C92C8489E802448F6F42 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __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)L_0&(int32_t)((int32_t)6291456)))) == ((int32_t)((int32_t)4194304)))? 1 : 0); } } // System.Boolean System.Threading.Tasks.Task::get_IsCancellationRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCancellationRequested_mEC0D3452C63A295062E6D2C1FCECA529EC9D1C91 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); V_0 = L_0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_1 = V_0; if (!L_1) { goto IL_0025; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_m_internalCancellationRequested_5(); il2cpp_codegen_memory_barrier(); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0023; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_4 = V_0; NullCheck(L_4); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * L_5 = L_4->get_address_of_m_cancellationToken_3(); bool L_6 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)L_5, /*hidden argument*/NULL); return L_6; } IL_0023: { return (bool)1; } IL_0025: { return (bool)0; } } // System.Threading.Tasks.Task_ContingentProperties System.Threading.Tasks.Task::EnsureContingentPropertiesInitialized(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * Task_EnsureContingentPropertiesInitialized_mFEF35F7CCA43B6FC6843167E62779F6C09100475 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___needsProtection0, const RuntimeMethod* method) { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); V_0 = L_0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_1 = V_0; if (L_1) { goto IL_0014; } } { bool L_2 = ___needsProtection0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_3 = Task_EnsureContingentPropertiesInitializedCore_mEBABC8AA0C0C53B08D71CC3233E7F9487A645709(__this, L_2, /*hidden argument*/NULL); return L_3; } IL_0014: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_4 = V_0; return L_4; } } // System.Threading.Tasks.Task_ContingentProperties System.Threading.Tasks.Task::EnsureContingentPropertiesInitializedCore(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * Task_EnsureContingentPropertiesInitializedCore_mEBABC8AA0C0C53B08D71CC3233E7F9487A645709 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___needsProtection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_EnsureContingentPropertiesInitializedCore_mEBABC8AA0C0C53B08D71CC3233E7F9487A645709_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; { bool L_0 = ___needsProtection0; if (!L_0) { goto IL_0014; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 ** L_1 = __this->get_address_of_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * L_2 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_createContingentProperties_17(); ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_3 = LazyInitializer_EnsureInitialized_TisContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08_m2F2E8D86C1C1F146E43AA9AA5572B95F333C0EAF((ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 **)L_1, L_2, /*hidden argument*/LazyInitializer_EnsureInitialized_TisContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08_m2F2E8D86C1C1F146E43AA9AA5572B95F333C0EAF_RuntimeMethod_var); return L_3; } IL_0014: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_4 = (ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 *)il2cpp_codegen_object_new(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08_il2cpp_TypeInfo_var); ContingentProperties__ctor_mD515B94D26AB52AFF131A9C97483E657261B0120(L_4, /*hidden argument*/NULL); ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_5 = L_4; V_0 = L_5; il2cpp_codegen_memory_barrier(); __this->set_m_contingentProperties_15(L_5); ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_6 = V_0; return L_6; } } // System.Threading.CancellationToken System.Threading.Tasks.Task::get_CancellationToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB Task_get_CancellationToken_m3E8D0E96EEC38EC70AEE5F876AF8A0517B463D75 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_1; memset((&V_1), 0, sizeof(V_1)); { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); V_0 = L_0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_1 = V_0; if (!L_1) { goto IL_0013; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_2 = V_0; NullCheck(L_2); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = L_2->get_m_cancellationToken_3(); return L_3; } IL_0013: { il2cpp_codegen_initobj((&V_1), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = V_1; return L_4; } } // System.Boolean System.Threading.Tasks.Task::get_IsCancellationAcknowledged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCancellationAcknowledged_m8E56396FE6257481F3B2DC98DC1F8ED3BA2E3E9E (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)1048576)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Threading.Tasks.Task::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); bool L_1 = Task_IsCompletedMethod_mDB10A23B3BE87989E50E196D28E2A429ED06C48A(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Threading.Tasks.Task::IsCompletedMethod(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_IsCompletedMethod_mDB10A23B3BE87989E50E196D28E2A429ED06C48A (int32_t ___flags0, const RuntimeMethod* method) { { int32_t L_0 = ___flags0; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)23068672)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Threading.Tasks.Task::get_IsRanToCompletion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsRanToCompletion_mCCFB04975336938D365F65C71C75A38CFE3721BC (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __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)L_0&(int32_t)((int32_t)23068672)))) == ((int32_t)((int32_t)16777216)))? 1 : 0); } } // System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.Task::get_CreationOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_CreationOptions_m1013CF6F9F645BFA03F13F89DFA749ADABA541C8 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { int32_t L_0 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(__this, /*hidden argument*/NULL); return (int32_t)(((int32_t)((int32_t)L_0&(int32_t)((int32_t)-65281)))); } } // System.Threading.WaitHandle System.Threading.Tasks.Task::System.IAsyncResult.get_AsyncWaitHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * Task_System_IAsyncResult_get_AsyncWaitHandle_mA71710AFB5344BE5442434E14095D5B3930859FB (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_System_IAsyncResult_get_AsyncWaitHandle_mA71710AFB5344BE5442434E14095D5B3930859FB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); if (!((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)262144)))) <= ((uint32_t)0)))? 1 : 0)) { goto IL_0024; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA8214B71D397C96E383069DCF0102B0014B989F9, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_2, (String_t*)NULL, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Task_System_IAsyncResult_get_AsyncWaitHandle_mA71710AFB5344BE5442434E14095D5B3930859FB_RuntimeMethod_var); } IL_0024: { ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_3 = Task_get_CompletedEvent_mE8A47E33273E4C45D6D818F4308903D34C5683DD(__this, /*hidden argument*/NULL); NullCheck(L_3); WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_4 = ManualResetEventSlim_get_WaitHandle_m1D2F06B07F0563D6E4788305F52284487DCE802B(L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Threading.Tasks.Task::get_AsyncState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Task_get_AsyncState_mEE6996D21AD9F92E34A30FA73A7D31A5BCE42657 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_stateObject_6(); return L_0; } } // System.Boolean System.Threading.Tasks.Task::System.IAsyncResult.get_CompletedSynchronously() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_System_IAsyncResult_get_CompletedSynchronously_m7F41A46FF40F80D4ECA82F71AF265117D7502888 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::get_ExecutingTaskScheduler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * Task_get_ExecutingTaskScheduler_m3A3340F34EF9D594413E54F46B78874BCB0CA30D (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_0 = __this->get_m_taskScheduler_7(); return L_0; } } // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::get_Factory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * Task_get_Factory_m31F1298E08390A4AD46B85AB060F1FAD4CE12112 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_get_Factory_m31F1298E08390A4AD46B85AB060F1FAD4CE12112_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * L_0 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_factory_3(); return L_0; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::get_CompletedTask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_get_CompletedTask_mBB0764E7FDE04E900FFBE5B1BE6B815193681E86 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_get_CompletedTask_mBB0764E7FDE04E900FFBE5B1BE6B815193681E86_MetadataUsageId); s_Il2CppMethodInitialized = true; } Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_0 = NULL; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_1; memset((&V_1), 0, sizeof(V_1)); { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_completedTask_18(); V_0 = L_0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = V_0; if (L_1) { goto IL_0024; } } { il2cpp_codegen_initobj((&V_1), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_2 = V_1; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)il2cpp_codegen_object_new(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task__ctor_m61EE08D52F4C76A4D8E44B826F02724920D3425B(L_3, (bool)0, ((int32_t)16384), L_2, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = L_3; V_0 = L_4; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->set_s_completedTask_18(L_4); } IL_0024: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = V_0; return L_5; } } // System.Threading.ManualResetEventSlim System.Threading.Tasks.Task::get_CompletedEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * Task_get_CompletedEvent_mE8A47E33273E4C45D6D818F4308903D34C5683DD (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_get_CompletedEvent_mE8A47E33273E4C45D6D818F4308903D34C5683DD_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; bool V_1 = false; ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * V_2 = NULL; { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = Task_EnsureContingentPropertiesInitialized_mFEF35F7CCA43B6FC6843167E62779F6C09100475(__this, (bool)1, /*hidden argument*/NULL); V_0 = L_0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_1 = V_0; NullCheck(L_1); ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_2 = L_1->get_m_completionEvent_1(); il2cpp_codegen_memory_barrier(); if (L_2) { goto IL_0048; } } { bool L_3 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(__this, /*hidden argument*/NULL); V_1 = L_3; bool L_4 = V_1; ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_5 = (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 *)il2cpp_codegen_object_new(ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_il2cpp_TypeInfo_var); ManualResetEventSlim__ctor_m8A42F1BAF0BB8E04060ABB7506A3F03EF6EFD6EF(L_5, L_4, /*hidden argument*/NULL); V_2 = L_5; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_6 = V_0; NullCheck(L_6); ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 ** L_7 = L_6->get_address_of_m_completionEvent_1(); il2cpp_codegen_memory_barrier(); ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_8 = V_2; ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_9 = InterlockedCompareExchangeImpl((ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 **)L_7, L_8, (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 *)NULL); if (!L_9) { goto IL_0037; } } { ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_10 = V_2; NullCheck(L_10); ManualResetEventSlim_Dispose_mDF9E897811F63EA93C87E4D2FE66B138A66146AA(L_10, /*hidden argument*/NULL); goto IL_0048; } IL_0037: { bool L_11 = V_1; if (L_11) { goto IL_0048; } } { bool L_12 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_0048; } } { ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_13 = V_2; NullCheck(L_13); ManualResetEventSlim_Set_m2E94D35286055BA81B9DAD85C4CB9DCF89CF0F81(L_13, /*hidden argument*/NULL); } IL_0048: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_14 = V_0; NullCheck(L_14); ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_15 = L_14->get_m_completionEvent_1(); il2cpp_codegen_memory_barrier(); return L_15; } } // System.Boolean System.Threading.Tasks.Task::get_IsSelfReplicatingRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsSelfReplicatingRoot_m8E6E3BDE25EE52DCDFF58787B9E81CE7EA7CFA37 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { int32_t L_0 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(__this, /*hidden argument*/NULL); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2304)))) == ((int32_t)((int32_t)2048)))? 1 : 0); } } // System.Boolean System.Threading.Tasks.Task::get_IsChildReplica() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsChildReplica_m0C8033A1E772EF6829A2F00F9BB58C455D4DC6AA (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { int32_t L_0 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(__this, /*hidden argument*/NULL); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)256)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Threading.Tasks.Task::get_ExceptionRecorded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_ExceptionRecorded_mE7BD1794348DB6D61B6A1D29A57519264BC6722E (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); V_0 = L_0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_1 = V_0; if (!L_1) { goto IL_0024; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_2 = V_0; NullCheck(L_2); TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_3 = L_2->get_m_exceptionsHolder_2(); il2cpp_codegen_memory_barrier(); if (!L_3) { goto IL_0024; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_4 = V_0; NullCheck(L_4); TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_5 = L_4->get_m_exceptionsHolder_2(); il2cpp_codegen_memory_barrier(); NullCheck(L_5); bool L_6 = TaskExceptionHolder_get_ContainsFaultList_m0BD28A069F49306DC78F74060DF55D2F9F5275E3(L_5, /*hidden argument*/NULL); return L_6; } IL_0024: { return (bool)0; } } // System.Boolean System.Threading.Tasks.Task::get_IsFaulted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsFaulted_m7337D2694F4BF380C5B8893B4A924D7F0E762A48 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2097152)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Threading.ExecutionContext System.Threading.Tasks.Task::get_CapturedContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * Task_get_CapturedContext_m0BF410316395E27B89095D1070AB0D0875B0AAF1 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_get_CapturedContext_m0BF410316395E27B89095D1070AB0D0875B0AAF1_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; { int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); if ((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)536870912)))) == ((uint32_t)((int32_t)536870912))))) { goto IL_0017; } } { return (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 *)NULL; } IL_0017: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_1 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); V_0 = L_1; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_2 = V_0; if (!L_2) { goto IL_0032; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_3 = V_0; NullCheck(L_3); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_4 = L_3->get_m_capturedContext_0(); if (!L_4) { goto IL_0032; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_5 = V_0; NullCheck(L_5); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_6 = L_5->get_m_capturedContext_0(); return L_6; } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_7 = ExecutionContext_get_PreAllocatedDefault_m67D699DE0503E4BC8FB524A9F46669087705FF8E_inline(/*hidden argument*/NULL); return L_7; } } // System.Void System.Threading.Tasks.Task::set_CapturedContext(System.Threading.ExecutionContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_set_CapturedContext_mB7C98613F94CB2B97DB8B283F18E0E47C42B887B (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___value0, const RuntimeMethod* method) { { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = ___value0; if (L_0) { goto IL_001a; } } { int32_t L_1 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_stateFlags_9(((int32_t)((int32_t)L_1|(int32_t)((int32_t)536870912)))); return; } IL_001a: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_2 = ___value0; NullCheck(L_2); bool L_3 = ExecutionContext_get_IsPreAllocatedDefault_mFD07D73B6F109B0CC3444D45542A6A63D4B373D4(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002f; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_4 = Task_EnsureContingentPropertiesInitialized_mFEF35F7CCA43B6FC6843167E62779F6C09100475(__this, (bool)0, /*hidden argument*/NULL); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_5 = ___value0; NullCheck(L_4); L_4->set_m_capturedContext_0(L_5); } IL_002f: { return; } } // System.Threading.ExecutionContext System.Threading.Tasks.Task::CopyExecutionContext(System.Threading.ExecutionContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * Task_CopyExecutionContext_m8B27D58B28710B2B9CDA52970404E67039F0EE53 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___capturedContext0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_CopyExecutionContext_m8B27D58B28710B2B9CDA52970404E67039F0EE53_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = ___capturedContext0; if (L_0) { goto IL_0005; } } { return (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 *)NULL; } IL_0005: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = ___capturedContext0; NullCheck(L_1); bool L_2 = ExecutionContext_get_IsPreAllocatedDefault_mFD07D73B6F109B0CC3444D45542A6A63D4B373D4(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_3 = ExecutionContext_get_PreAllocatedDefault_m67D699DE0503E4BC8FB524A9F46669087705FF8E_inline(/*hidden argument*/NULL); return L_3; } IL_0013: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_4 = ___capturedContext0; NullCheck(L_4); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_5 = ExecutionContext_CreateCopy_mD0C2EA5AE6F140C566D3DC1B0E7896AEDBBAA6F1(L_4, /*hidden argument*/NULL); return L_5; } } // System.Void System.Threading.Tasks.Task::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Dispose_m3AA92D9D01DCD7403745E720B87C677D3A1AE7EA (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_Dispose_m3AA92D9D01DCD7403745E720B87C677D3A1AE7EA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(12 /* System.Void System.Threading.Tasks.Task::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Dispose_m4DC74A584F1834D9BC586CAA5721CA9D23579ABF (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_Dispose_m4DC74A584F1834D9BC586CAA5721CA9D23579ABF_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * V_1 = NULL; { bool L_0 = ___disposing0; if (!L_0) { goto IL_005f; } } { int32_t L_1 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)16384)))) { goto IL_0012; } } { return; } IL_0012: { bool L_2 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(__this, /*hidden argument*/NULL); if (L_2) { goto IL_002a; } } { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral5825EBA52D444C4CF3772B7FE2D74FB2186DA93F, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Task_Dispose_m4DC74A584F1834D9BC586CAA5721CA9D23579ABF_RuntimeMethod_var); } IL_002a: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_5 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); V_0 = L_5; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_6 = V_0; if (!L_6) { goto IL_005f; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_7 = V_0; NullCheck(L_7); ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_8 = L_7->get_m_completionEvent_1(); il2cpp_codegen_memory_barrier(); V_1 = L_8; ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_9 = V_1; if (!L_9) { goto IL_005f; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_10 = V_0; NullCheck(L_10); il2cpp_codegen_memory_barrier(); L_10->set_m_completionEvent_1((ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 *)NULL); ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_11 = V_1; NullCheck(L_11); bool L_12 = ManualResetEventSlim_get_IsSet_mF9C923A1085E5C05A4A9B4844FD43D33F9B51EFC(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0059; } } { ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_13 = V_1; NullCheck(L_13); ManualResetEventSlim_Set_m2E94D35286055BA81B9DAD85C4CB9DCF89CF0F81(L_13, /*hidden argument*/NULL); } IL_0059: { ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_14 = V_1; NullCheck(L_14); ManualResetEventSlim_Dispose_mDF9E897811F63EA93C87E4D2FE66B138A66146AA(L_14, /*hidden argument*/NULL); } IL_005f: { int32_t L_15 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_stateFlags_9(((int32_t)((int32_t)L_15|(int32_t)((int32_t)262144)))); return; } } // System.Void System.Threading.Tasks.Task::ScheduleAndStart(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ScheduleAndStart_m7A3334C89BD4B47370D0A3CAE575EA54CCA01AEF (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___needsProtection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_ScheduleAndStart_m7A3334C89BD4B47370D0A3CAE575EA54CCA01AEF_MetadataUsageId); s_Il2CppMethodInitialized = true; } ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * V_0 = NULL; TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { bool L_0 = ___needsProtection0; if (!L_0) { goto IL_000c; } } { bool L_1 = Task_MarkStarted_mA6657A4058C324CA5277F16D30C25741C4220030(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0022; } } { return; } IL_000c: { int32_t L_2 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_stateFlags_9(((int32_t)((int32_t)L_2|(int32_t)((int32_t)65536)))); } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); bool L_3 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_asyncDebuggingEnabled_12(); if (!L_3) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_AddToActiveTasks_m840B00A5EE550016686305EDB927B9A7FE37C421(__this, /*hidden argument*/NULL); } IL_0030: { bool L_4 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_4) { goto IL_0072; } } { int32_t L_5 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(__this, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_5&(int32_t)((int32_t)512)))) { goto IL_0072; } } { int32_t L_6 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); RuntimeObject * L_7 = __this->get_m_action_5(); NullCheck(((Delegate_t *)CastclassClass((RuntimeObject*)L_7, Delegate_t_il2cpp_TypeInfo_var))); MethodInfo_t * L_8 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(((Delegate_t *)CastclassClass((RuntimeObject*)L_7, Delegate_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8); String_t* L_10 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralD70E053DA23EA4B83C24F6829CA81D7ADEB19D59, L_9, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCreation_m7B5DBD272BC20E986A5120FBF6665241BBACF060(0, L_6, L_10, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); } IL_0072: { } IL_0073: try { // begin try (depth: 1) TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_11 = __this->get_m_taskScheduler_7(); NullCheck(L_11); TaskScheduler_InternalQueueTask_m08940F911E3B4987803048AC88CAE4FB803E1B30(L_11, __this, /*hidden argument*/NULL); goto IL_00cc; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0081; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0093; throw e; } CATCH_0081: { // begin catch(System.Threading.ThreadAbortException) V_0 = ((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)__exception_local); ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * L_12 = V_0; Task_AddException_m07648B13C5D6B6517EEC4C84D5C022965ED1AE54(__this, L_12, /*hidden argument*/NULL); Task_FinishThreadAbortedTask_m68ACB8E7C1B325A01E7CFB23448F60DF56328760(__this, (bool)1, (bool)0, /*hidden argument*/NULL); goto IL_00cc; } // end catch (depth: 1) CATCH_0093: { // begin catch(System.Exception) { TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * L_13 = (TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 *)il2cpp_codegen_object_new(TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24_il2cpp_TypeInfo_var); TaskSchedulerException__ctor_mFFF7423FCD3DFC4F8A6F7E6028AE6CB1D5865F63(L_13, ((Exception_t *)__exception_local), /*hidden argument*/NULL); V_1 = L_13; TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * L_14 = V_1; Task_AddException_m07648B13C5D6B6517EEC4C84D5C022965ED1AE54(__this, L_14, /*hidden argument*/NULL); Task_Finish_m3CBED2C27D7A1E20A9D2A659D4DEA38FCC47DF8F(__this, (bool)0, /*hidden argument*/NULL); int32_t L_15 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(__this, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_15&(int32_t)((int32_t)512)))) { goto IL_00ca; } } IL_00b5: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_16 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); NullCheck(L_16); TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_17 = ((ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 *)L_16)->get_m_exceptionsHolder_2(); il2cpp_codegen_memory_barrier(); NullCheck(L_17); TaskExceptionHolder_MarkAsHandled_mDF29FF00633189AAC6A4D341F14D7DC6E0250835(L_17, (bool)0, /*hidden argument*/NULL); } IL_00ca: { TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * L_18 = V_1; IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, Task_ScheduleAndStart_m7A3334C89BD4B47370D0A3CAE575EA54CCA01AEF_RuntimeMethod_var); } } // end catch (depth: 1) IL_00cc: { return; } } // System.Void System.Threading.Tasks.Task::AddException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddException_m07648B13C5D6B6517EEC4C84D5C022965ED1AE54 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject * ___exceptionObject0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___exceptionObject0; Task_AddException_mE85F41BF5164A62313993DB0EB1FDAF1B7A53D5E(__this, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task::AddException(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddException_mE85F41BF5164A62313993DB0EB1FDAF1B7A53D5E (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject * ___exceptionObject0, bool ___representsCancellation1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_AddException_mE85F41BF5164A62313993DB0EB1FDAF1B7A53D5E_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * V_1 = NULL; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = Task_EnsureContingentPropertiesInitialized_mFEF35F7CCA43B6FC6843167E62779F6C09100475(__this, (bool)1, /*hidden argument*/NULL); V_0 = L_0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_1 = V_0; NullCheck(L_1); TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_2 = L_1->get_m_exceptionsHolder_2(); il2cpp_codegen_memory_barrier(); if (L_2) { goto IL_002f; } } { TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_3 = (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 *)il2cpp_codegen_object_new(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var); TaskExceptionHolder__ctor_m9DFCF5C093112C5273718737871BB34B2677A842(L_3, __this, /*hidden argument*/NULL); V_1 = L_3; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_4 = V_0; NullCheck(L_4); TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 ** L_5 = L_4->get_address_of_m_exceptionsHolder_2(); il2cpp_codegen_memory_barrier(); TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_6 = V_1; TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_7 = InterlockedCompareExchangeImpl((TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 **)L_5, L_6, (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 *)NULL); if (!L_7) { goto IL_002f; } } { TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_8 = V_1; NullCheck(L_8); TaskExceptionHolder_MarkAsHandled_mDF29FF00633189AAC6A4D341F14D7DC6E0250835(L_8, (bool)0, /*hidden argument*/NULL); } IL_002f: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_9 = V_0; V_2 = L_9; V_3 = (bool)0; } IL_0033: try { // begin try (depth: 1) ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_10 = V_2; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_10, (bool*)(&V_3), /*hidden argument*/NULL); ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_11 = V_0; NullCheck(L_11); TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_12 = L_11->get_m_exceptionsHolder_2(); il2cpp_codegen_memory_barrier(); RuntimeObject * L_13 = ___exceptionObject0; bool L_14 = ___representsCancellation1; NullCheck(L_12); TaskExceptionHolder_Add_m474EACCFF78EE2092046D28A549140F2DB721109(L_12, L_13, L_14, /*hidden argument*/NULL); IL2CPP_LEAVE(0x56, FINALLY_004c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004c; } FINALLY_004c: { // begin finally (depth: 1) { bool L_15 = V_3; if (!L_15) { goto IL_0055; } } IL_004f: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_16 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_16, /*hidden argument*/NULL); } IL_0055: { IL2CPP_END_FINALLY(76) } } // end finally (depth: 1) IL2CPP_CLEANUP(76) { IL2CPP_JUMP_TBL(0x56, IL_0056) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0056: { return; } } // System.AggregateException System.Threading.Tasks.Task::GetExceptions(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * Task_GetExceptions_m347C0AF20DE3E85C6F4CD4D7C6BE386C652D136C (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___includeTaskCanceledExceptions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_GetExceptions_m347C0AF20DE3E85C6F4CD4D7C6BE386C652D136C_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; { V_0 = (Exception_t *)NULL; bool L_0 = ___includeTaskCanceledExceptions0; if (!L_0) { goto IL_0014; } } { bool L_1 = Task_get_IsCanceled_m42A47FCA2C6F33308A08C92C8489E802448F6F42(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48 * L_2 = (TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48 *)il2cpp_codegen_object_new(TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48_il2cpp_TypeInfo_var); TaskCanceledException__ctor_m45DC90A53B1AF6B996D2B1BEA655A8D2C08C6AE7(L_2, __this, /*hidden argument*/NULL); V_0 = L_2; } IL_0014: { bool L_3 = Task_get_ExceptionRecorded_mE7BD1794348DB6D61B6A1D29A57519264BC6722E(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0033; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_4 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); NullCheck(L_4); TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_5 = ((ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 *)L_4)->get_m_exceptionsHolder_2(); il2cpp_codegen_memory_barrier(); Exception_t * L_6 = V_0; NullCheck(L_5); AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_7 = TaskExceptionHolder_CreateExceptionObject_m054A22256E85C2AF24F5E4253F1FD9ED7698D214(L_5, (bool)0, L_6, /*hidden argument*/NULL); return L_7; } IL_0033: { Exception_t * L_8 = V_0; if (!L_8) { goto IL_0046; } } { ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_9 = (ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)SZArrayNew(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_il2cpp_TypeInfo_var, (uint32_t)1); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_10 = L_9; Exception_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (Exception_t *)L_11); AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_12 = (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E *)il2cpp_codegen_object_new(AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E_il2cpp_TypeInfo_var); AggregateException__ctor_m4BE6D1A4009BE2081C418E517FFDFE415B6CF908(L_12, L_10, /*hidden argument*/NULL); return L_12; } IL_0046: { return (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E *)NULL; } } // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Threading.Tasks.Task::GetExceptionDispatchInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1 * Task_GetExceptionDispatchInfos_m2658FC327172C934AF3149E49345FF3319E92AFB (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_GetExceptionDispatchInfos_m2658FC327172C934AF3149E49345FF3319E92AFB_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { bool L_0 = Task_get_IsFaulted_m7337D2694F4BF380C5B8893B4A924D7F0E762A48(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { bool L_1 = Task_get_ExceptionRecorded_mE7BD1794348DB6D61B6A1D29A57519264BC6722E(__this, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_1)); goto IL_0011; } IL_0010: { G_B3_0 = 0; } IL_0011: { if (G_B3_0) { goto IL_001f; } } { ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF* L_2 = (ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF*)(ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF*)SZArrayNew(ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF_il2cpp_TypeInfo_var, (uint32_t)0); ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1 * L_3 = (ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1 *)il2cpp_codegen_object_new(ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1_il2cpp_TypeInfo_var); ReadOnlyCollection_1__ctor_m7B7B9545500B72A83AC286C66E80177D48BE2F7F(L_3, (RuntimeObject*)(RuntimeObject*)L_2, /*hidden argument*/ReadOnlyCollection_1__ctor_m7B7B9545500B72A83AC286C66E80177D48BE2F7F_RuntimeMethod_var); return L_3; } IL_001f: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_4 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); NullCheck(L_4); TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_5 = ((ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 *)L_4)->get_m_exceptionsHolder_2(); il2cpp_codegen_memory_barrier(); NullCheck(L_5); ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1 * L_6 = TaskExceptionHolder_GetExceptionDispatchInfos_m22C52A36D4F57DA10A82F4193B5DB26C2761C40E(L_5, /*hidden argument*/NULL); return L_6; } } // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Threading.Tasks.Task::GetCancellationExceptionDispatchInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * Task_GetCancellationExceptionDispatchInfo_mFA27045118F89271EC672CE42F4105F95C9B95B3 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * V_1 = NULL; { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); V_0 = L_0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_1 = V_0; if (L_1) { goto IL_000e; } } { return (ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *)NULL; } IL_000e: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_2 = V_0; NullCheck(L_2); TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_3 = L_2->get_m_exceptionsHolder_2(); il2cpp_codegen_memory_barrier(); V_1 = L_3; TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_4 = V_1; if (L_4) { goto IL_001c; } } { return (ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *)NULL; } IL_001c: { TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_5 = V_1; NullCheck(L_5); ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_6 = TaskExceptionHolder_GetCancellationExceptionDispatchInfo_m6F7AB65EF187AEE62E6704ED3C85C4BC58C6F369_inline(L_5, /*hidden argument*/NULL); return L_6; } } // System.Void System.Threading.Tasks.Task::ThrowIfExceptional(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ThrowIfExceptional_m57A30F74DDD3039C2EB41FA235A897626CE23A37 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___includeTaskCanceledExceptions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_ThrowIfExceptional_m57A30F74DDD3039C2EB41FA235A897626CE23A37_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; { bool L_0 = ___includeTaskCanceledExceptions0; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_1 = Task_GetExceptions_m347C0AF20DE3E85C6F4CD4D7C6BE386C652D136C(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; Exception_t * L_2 = V_0; if (!L_2) { goto IL_0013; } } { Task_UpdateExceptionObservedStatus_m1B934C758DC3C80A3B26410F4A246767EEEBE05A(__this, /*hidden argument*/NULL); Exception_t * L_3 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Task_ThrowIfExceptional_m57A30F74DDD3039C2EB41FA235A897626CE23A37_RuntimeMethod_var); } IL_0013: { return; } } // System.Void System.Threading.Tasks.Task::UpdateExceptionObservedStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_UpdateExceptionObservedStatus_m1B934C758DC3C80A3B26410F4A246767EEEBE05A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_UpdateExceptionObservedStatus_m1B934C758DC3C80A3B26410F4A246767EEEBE05A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = __this->get_m_parent_8(); if (!L_0) { goto IL_0044; } } { int32_t L_1 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_1&(int32_t)4))) { goto IL_0044; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = __this->get_m_parent_8(); NullCheck(L_2); int32_t L_3 = Task_get_CreationOptions_m1013CF6F9F645BFA03F13F89DFA749ADABA541C8(L_2, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_3&(int32_t)8))) { goto IL_0044; } } { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = Task_get_InternalCurrent_m6BD4F17F5DAF5AC20BD6051A854D0BD702025892_inline(/*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = __this->get_m_parent_8(); if ((!(((RuntimeObject*)(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)L_4) == ((RuntimeObject*)(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)L_5)))) { goto IL_0044; } } { int32_t L_6 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_stateFlags_9(((int32_t)((int32_t)L_6|(int32_t)((int32_t)524288)))); } IL_0044: { return; } } // System.Boolean System.Threading.Tasks.Task::get_IsExceptionObservedByParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsExceptionObservedByParent_mF76B3BAD34F96F98D1A8E8ACFF533728CEA7EE07 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)524288)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Threading.Tasks.Task::get_IsDelegateInvoked() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsDelegateInvoked_m45C6B668A20D03726083A730EFC33873B10B5735 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)131072)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.Threading.Tasks.Task::Finish(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Finish_m3CBED2C27D7A1E20A9D2A659D4DEA38FCC47DF8F (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___bUserDelegateExecuted0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_Finish_m3CBED2C27D7A1E20A9D2A659D4DEA38FCC47DF8F_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * V_1 = NULL; List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * G_B11_0 = NULL; { bool L_0 = ___bUserDelegateExecuted0; if (L_0) { goto IL_000a; } } { Task_FinishStageTwo_mA282DAF0F6678A55ABBBC388218EE1936C93D487(__this, /*hidden argument*/NULL); return; } IL_000a: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_1 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); V_0 = L_1; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_2 = V_0; if (!L_2) { goto IL_0036; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_m_completionCountdown_6(); il2cpp_codegen_memory_barrier(); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0029; } } { bool L_5 = Task_get_IsSelfReplicatingRoot_m8E6E3BDE25EE52DCDFF58787B9E81CE7EA7CFA37(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } IL_0029: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_6 = V_0; NullCheck(L_6); int32_t* L_7 = L_6->get_address_of_m_completionCountdown_6(); il2cpp_codegen_memory_barrier(); int32_t L_8 = Interlocked_Decrement_m5C38319E41D5F7C90DFEC9138D58E6E92DFAFCFE((int32_t*)L_7, /*hidden argument*/NULL); if (L_8) { goto IL_003e; } } IL_0036: { Task_FinishStageTwo_mA282DAF0F6678A55ABBBC388218EE1936C93D487(__this, /*hidden argument*/NULL); goto IL_004f; } IL_003e: { Task_AtomicStateUpdate_m8453A8B2D404F085626BC0BCFCB2593AA373F530(__this, ((int32_t)8388608), ((int32_t)23068672), /*hidden argument*/NULL); } IL_004f: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_9 = V_0; if (L_9) { goto IL_0055; } } { G_B11_0 = ((List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E *)(NULL)); goto IL_005d; } IL_0055: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_10 = V_0; NullCheck(L_10); List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_11 = L_10->get_m_exceptionalChildren_7(); il2cpp_codegen_memory_barrier(); G_B11_0 = L_11; } IL_005d: { V_1 = G_B11_0; List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_12 = V_1; if (!L_12) { goto IL_0085; } } { List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_13 = V_1; V_2 = L_13; V_3 = (bool)0; } IL_0065: try { // begin try (depth: 1) List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_14 = V_2; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_14, (bool*)(&V_3), /*hidden argument*/NULL); List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * L_16 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_IsExceptionObservedByParentPredicate_19(); NullCheck(L_15); List_1_RemoveAll_mC4FEA0EA2929D9530115A00BFA5AF6C1BBAB74A8(L_15, L_16, /*hidden argument*/List_1_RemoveAll_mC4FEA0EA2929D9530115A00BFA5AF6C1BBAB74A8_RuntimeMethod_var); IL2CPP_LEAVE(0x85, FINALLY_007b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007b; } FINALLY_007b: { // begin finally (depth: 1) { bool L_17 = V_3; if (!L_17) { goto IL_0084; } } IL_007e: { List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_18 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_18, /*hidden argument*/NULL); } IL_0084: { IL2CPP_END_FINALLY(123) } } // end finally (depth: 1) IL2CPP_CLEANUP(123) { IL2CPP_JUMP_TBL(0x85, IL_0085) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0085: { return; } } // System.Void System.Threading.Tasks.Task::FinishStageTwo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_FinishStageTwo_mA282DAF0F6678A55ABBBC388218EE1936C93D487 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_FinishStageTwo_mA282DAF0F6678A55ABBBC388218EE1936C93D487_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_1 = NULL; { Task_AddExceptionsFromChildren_mC22CD99033D0071A1CB17FD39752202CE3E31E26(__this, /*hidden argument*/NULL); bool L_0 = Task_get_ExceptionRecorded_mE7BD1794348DB6D61B6A1D29A57519264BC6722E(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_003c; } } { V_0 = ((int32_t)2097152); bool L_1 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_1) { goto IL_0028; } } { int32_t L_2 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCompletion_m63C07B707D3034D2F0F4B395636B410ACC9A78D6(0, L_2, 3, /*hidden argument*/NULL); } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); bool L_3 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_asyncDebuggingEnabled_12(); if (!L_3) { goto IL_00a6; } } { int32_t L_4 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_RemoveFromActiveTasks_mEDE131DB4C29D967D6D717CAB002C6C02583BDF5(L_4, /*hidden argument*/NULL); goto IL_00a6; } IL_003c: { bool L_5 = Task_get_IsCancellationRequested_mEC0D3452C63A295062E6D2C1FCECA529EC9D1C91(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_007a; } } { bool L_6 = Task_get_IsCancellationAcknowledged_m8E56396FE6257481F3B2DC98DC1F8ED3BA2E3E9E(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_007a; } } { V_0 = ((int32_t)4194304); bool L_7 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_7) { goto IL_0066; } } { int32_t L_8 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCompletion_m63C07B707D3034D2F0F4B395636B410ACC9A78D6(0, L_8, 2, /*hidden argument*/NULL); } IL_0066: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); bool L_9 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_asyncDebuggingEnabled_12(); if (!L_9) { goto IL_00a6; } } { int32_t L_10 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_RemoveFromActiveTasks_mEDE131DB4C29D967D6D717CAB002C6C02583BDF5(L_10, /*hidden argument*/NULL); goto IL_00a6; } IL_007a: { V_0 = ((int32_t)16777216); bool L_11 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_11) { goto IL_0094; } } { int32_t L_12 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCompletion_m63C07B707D3034D2F0F4B395636B410ACC9A78D6(0, L_12, 1, /*hidden argument*/NULL); } IL_0094: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); bool L_13 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_asyncDebuggingEnabled_12(); if (!L_13) { goto IL_00a6; } } { int32_t L_14 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_RemoveFromActiveTasks_mEDE131DB4C29D967D6D717CAB002C6C02583BDF5(L_14, /*hidden argument*/NULL); } IL_00a6: { int32_t* L_15 = __this->get_address_of_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); int32_t L_16 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); int32_t L_17 = V_0; Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_15, ((int32_t)((int32_t)L_16|(int32_t)L_17)), /*hidden argument*/NULL); ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_18 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); V_1 = L_18; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_19 = V_1; if (!L_19) { goto IL_00d4; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_20 = V_1; NullCheck(L_20); ContingentProperties_SetCompleted_m3CB1941CBE9F1D241A2AFA4E3F739C98B493E6DE(L_20, /*hidden argument*/NULL); ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_21 = V_1; NullCheck(L_21); ContingentProperties_DeregisterCancellationCallback_mE1C7DC05011B37760179381194AA813E6646C900(L_21, /*hidden argument*/NULL); } IL_00d4: { Task_FinishStageThree_m543744E8C5DFC94B2F2898998663C85617999E32(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task::FinishStageThree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_FinishStageThree_m543744E8C5DFC94B2F2898998663C85617999E32 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { __this->set_m_action_5(NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = __this->get_m_parent_8(); if (!L_0) { goto IL_003c; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = __this->get_m_parent_8(); NullCheck(L_1); int32_t L_2 = Task_get_CreationOptions_m1013CF6F9F645BFA03F13F89DFA749ADABA541C8(L_1, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_2&(int32_t)8))) { goto IL_003c; } } { int32_t L_3 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); if (!((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)65535)))&(int32_t)4))) { goto IL_003c; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = __this->get_m_parent_8(); NullCheck(L_4); Task_ProcessChildCompletion_mC85680C81FB2CC825B8525B112630786F41C3B3B(L_4, __this, /*hidden argument*/NULL); } IL_003c: { Task_FinishContinuations_m6BBB58CFA80FB99D16972B13ECC41B734475EFCD(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task::ProcessChildCompletion(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ProcessChildCompletion_mC85680C81FB2CC825B8525B112630786F41C3B3B (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___childTask0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_ProcessChildCompletion_mC85680C81FB2CC825B8525B112630786F41C3B3B_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * V_1 = NULL; List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); V_0 = L_0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = ___childTask0; NullCheck(L_1); bool L_2 = Task_get_IsFaulted_m7337D2694F4BF380C5B8893B4A924D7F0E762A48(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0060; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = ___childTask0; NullCheck(L_3); bool L_4 = Task_get_IsExceptionObservedByParent_mF76B3BAD34F96F98D1A8E8ACFF533728CEA7EE07(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0060; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_5 = V_0; NullCheck(L_5); List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_6 = L_5->get_m_exceptionalChildren_7(); il2cpp_codegen_memory_barrier(); if (L_6) { goto IL_0035; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_7 = V_0; NullCheck(L_7); List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E ** L_8 = L_7->get_address_of_m_exceptionalChildren_7(); il2cpp_codegen_memory_barrier(); List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_9 = (List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E *)il2cpp_codegen_object_new(List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E_il2cpp_TypeInfo_var); List_1__ctor_mC06B02C45D781C1EBF33F5D2380FF522713EF33B(L_9, /*hidden argument*/List_1__ctor_mC06B02C45D781C1EBF33F5D2380FF522713EF33B_RuntimeMethod_var); InterlockedCompareExchangeImpl((List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E **)L_8, L_9, (List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E *)NULL); } IL_0035: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_10 = V_0; NullCheck(L_10); List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_11 = L_10->get_m_exceptionalChildren_7(); il2cpp_codegen_memory_barrier(); V_1 = L_11; List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_12 = V_1; if (!L_12) { goto IL_0060; } } { List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_13 = V_1; V_2 = L_13; V_3 = (bool)0; } IL_0045: try { // begin try (depth: 1) List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_14 = V_2; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_14, (bool*)(&V_3), /*hidden argument*/NULL); List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_15 = V_1; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_16 = ___childTask0; NullCheck(L_15); List_1_Add_mAC067166AEB86D01BCC2364DAC32CF05E89AF135(L_15, L_16, /*hidden argument*/List_1_Add_mAC067166AEB86D01BCC2364DAC32CF05E89AF135_RuntimeMethod_var); IL2CPP_LEAVE(0x60, FINALLY_0056); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0056; } FINALLY_0056: { // begin finally (depth: 1) { bool L_17 = V_3; if (!L_17) { goto IL_005f; } } IL_0059: { List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_18 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_18, /*hidden argument*/NULL); } IL_005f: { IL2CPP_END_FINALLY(86) } } // end finally (depth: 1) IL2CPP_CLEANUP(86) { IL2CPP_JUMP_TBL(0x60, IL_0060) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0060: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_19 = V_0; NullCheck(L_19); int32_t* L_20 = L_19->get_address_of_m_completionCountdown_6(); il2cpp_codegen_memory_barrier(); int32_t L_21 = Interlocked_Decrement_m5C38319E41D5F7C90DFEC9138D58E6E92DFAFCFE((int32_t*)L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0073; } } { Task_FinishStageTwo_mA282DAF0F6678A55ABBBC388218EE1936C93D487(__this, /*hidden argument*/NULL); } IL_0073: { return; } } // System.Void System.Threading.Tasks.Task::AddExceptionsFromChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddExceptionsFromChildren_mC22CD99033D0071A1CB17FD39752202CE3E31E26 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_AddExceptionsFromChildren_mC22CD99033D0071A1CB17FD39752202CE3E31E26_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * V_1 = NULL; List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * V_2 = NULL; bool V_3 = false; Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 V_4; memset((&V_4), 0, sizeof(V_4)); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_5 = NULL; TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * G_B3_0 = NULL; { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); V_0 = L_0; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_1 = V_0; if (L_1) { goto IL_000f; } } { G_B3_0 = ((List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E *)(NULL)); goto IL_0017; } IL_000f: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_2 = V_0; NullCheck(L_2); List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_3 = L_2->get_m_exceptionalChildren_7(); il2cpp_codegen_memory_barrier(); G_B3_0 = L_3; } IL_0017: { V_1 = G_B3_0; List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_4 = V_1; if (!L_4) { goto IL_0099; } } { List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_5 = V_1; V_2 = L_5; V_3 = (bool)0; } IL_001f: try { // begin try (depth: 1) { List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_6 = V_2; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_6, (bool*)(&V_3), /*hidden argument*/NULL); List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_7 = V_1; NullCheck(L_7); Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 L_8 = List_1_GetEnumerator_mFF8F45C64E3BA8B5E05FE814FC09A80F81903598(L_7, /*hidden argument*/List_1_GetEnumerator_mFF8F45C64E3BA8B5E05FE814FC09A80F81903598_RuntimeMethod_var); V_4 = L_8; } IL_002f: try { // begin try (depth: 2) { goto IL_006d; } IL_0031: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_9 = Enumerator_get_Current_m7225F86A35D26BD382863FC6FE84CAF3DA11CF9F_inline((Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 *)(&V_4), /*hidden argument*/Enumerator_get_Current_m7225F86A35D26BD382863FC6FE84CAF3DA11CF9F_RuntimeMethod_var); V_5 = L_9; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_10 = V_5; NullCheck(L_10); bool L_11 = Task_get_IsFaulted_m7337D2694F4BF380C5B8893B4A924D7F0E762A48(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_006d; } } IL_0043: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_12 = V_5; NullCheck(L_12); bool L_13 = Task_get_IsExceptionObservedByParent_mF76B3BAD34F96F98D1A8E8ACFF533728CEA7EE07(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_006d; } } IL_004c: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_14 = V_5; NullCheck(L_14); ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_15 = L_14->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); NullCheck(L_15); TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_16 = ((ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 *)L_15)->get_m_exceptionsHolder_2(); il2cpp_codegen_memory_barrier(); V_6 = L_16; TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_17 = V_6; NullCheck(L_17); AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_18 = TaskExceptionHolder_CreateExceptionObject_m054A22256E85C2AF24F5E4253F1FD9ED7698D214(L_17, (bool)0, (Exception_t *)NULL, /*hidden argument*/NULL); Task_AddException_m07648B13C5D6B6517EEC4C84D5C022965ED1AE54(__this, L_18, /*hidden argument*/NULL); } IL_006d: { bool L_19 = Enumerator_MoveNext_m5A9F52ABE68EC7C100DB7A788C4B6BBB48358FFD((Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m5A9F52ABE68EC7C100DB7A788C4B6BBB48358FFD_RuntimeMethod_var); if (L_19) { goto IL_0031; } } IL_0076: { IL2CPP_LEAVE(0x90, FINALLY_0078); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0078; } FINALLY_0078: { // begin finally (depth: 2) Enumerator_Dispose_m83CB993D2CC4222537751945D972767270313F45((Enumerator_t09237C45B0676E896BFA29675719D3E7C5D7B718 *)(&V_4), /*hidden argument*/Enumerator_Dispose_m83CB993D2CC4222537751945D972767270313F45_RuntimeMethod_var); IL2CPP_END_FINALLY(120) } // end finally (depth: 2) IL2CPP_CLEANUP(120) { IL2CPP_END_CLEANUP(0x90, FINALLY_0086); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0086; } FINALLY_0086: { // begin finally (depth: 1) { bool L_20 = V_3; if (!L_20) { goto IL_008f; } } IL_0089: { List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E * L_21 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_21, /*hidden argument*/NULL); } IL_008f: { IL2CPP_END_FINALLY(134) } } // end finally (depth: 1) IL2CPP_CLEANUP(134) { IL2CPP_JUMP_TBL(0x90, IL_0090) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0090: { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_22 = V_0; NullCheck(L_22); il2cpp_codegen_memory_barrier(); L_22->set_m_exceptionalChildren_7((List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E *)NULL); } IL_0099: { return; } } // System.Void System.Threading.Tasks.Task::FinishThreadAbortedTask(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_FinishThreadAbortedTask_m68ACB8E7C1B325A01E7CFB23448F60DF56328760 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___bTAEAddedToExceptionHolder0, bool ___delegateRan1, const RuntimeMethod* method) { { bool L_0 = ___bTAEAddedToExceptionHolder0; if (!L_0) { goto IL_0018; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_1 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); NullCheck(L_1); TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * L_2 = ((ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 *)L_1)->get_m_exceptionsHolder_2(); il2cpp_codegen_memory_barrier(); NullCheck(L_2); TaskExceptionHolder_MarkAsHandled_mDF29FF00633189AAC6A4D341F14D7DC6E0250835(L_2, (bool)0, /*hidden argument*/NULL); } IL_0018: { bool L_3 = Task_AtomicStateUpdate_m8453A8B2D404F085626BC0BCFCB2593AA373F530(__this, ((int32_t)134217728), ((int32_t)157286400), /*hidden argument*/NULL); if (L_3) { goto IL_002b; } } { return; } IL_002b: { bool L_4 = ___delegateRan1; Task_Finish_m3CBED2C27D7A1E20A9D2A659D4DEA38FCC47DF8F(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task::Execute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Execute_mF91032F33896912C3A3CC6A568220EBC5D439CFF (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_Execute_mF91032F33896912C3A3CC6A568220EBC5D439CFF_MetadataUsageId); s_Il2CppMethodInitialized = true; } ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { bool L_0 = Task_get_IsSelfReplicatingRoot_m8E6E3BDE25EE52DCDFF58787B9E81CE7EA7CFA37(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000f; } } { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_ExecuteSelfReplicating_m04E29BA5B131FD16387C89CACB5B989BE675C1F4(__this, /*hidden argument*/NULL); return; } IL_000f: { } IL_0010: try { // begin try (depth: 1) VirtActionInvoker0::Invoke(19 /* System.Void System.Threading.Tasks.Task::InnerInvoke() */, __this); goto IL_003c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0018; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0032; throw e; } CATCH_0018: { // begin catch(System.Threading.ThreadAbortException) { V_0 = ((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)__exception_local); bool L_1 = Task_get_IsChildReplica_m0C8033A1E772EF6829A2F00F9BB58C455D4DC6AA(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0030; } } IL_0021: { ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * L_2 = V_0; Task_HandleException_m6B4C1844450535E0938234A9A696060C28A5F74C(__this, L_2, /*hidden argument*/NULL); Task_FinishThreadAbortedTask_m68ACB8E7C1B325A01E7CFB23448F60DF56328760(__this, (bool)1, (bool)1, /*hidden argument*/NULL); } IL_0030: { goto IL_003c; } } // end catch (depth: 1) CATCH_0032: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); Exception_t * L_3 = V_1; Task_HandleException_m6B4C1844450535E0938234A9A696060C28A5F74C(__this, L_3, /*hidden argument*/NULL); goto IL_003c; } // end catch (depth: 1) IL_003c: { return; } } // System.Boolean System.Threading.Tasks.Task::ShouldReplicate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_ShouldReplicate_mFF74747243D5972A9ADD3728C0520AE8E41793D0 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::CreateReplicaTask(System.Action`1,System.Object,System.Threading.Tasks.Task,System.Threading.Tasks.TaskScheduler,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_CreateReplicaTask_m7B9111C70A1BF8BA1270121EAF548859CFD48B17 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___taskReplicaDelegate0, RuntimeObject * ___stateObject1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___parentTask2, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___taskScheduler3, int32_t ___creationOptionsForReplica4, int32_t ___internalOptionsForReplica5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_CreateReplicaTask_m7B9111C70A1BF8BA1270121EAF548859CFD48B17_MetadataUsageId); s_Il2CppMethodInitialized = true; } CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_0; memset((&V_0), 0, sizeof(V_0)); { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = ___taskReplicaDelegate0; RuntimeObject * L_1 = ___stateObject1; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = ___parentTask2; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = V_0; int32_t L_4 = ___creationOptionsForReplica4; int32_t L_5 = ___internalOptionsForReplica5; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_6 = ___parentTask2; NullCheck(L_6); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_7 = Task_get_ExecutingTaskScheduler_m3A3340F34EF9D594413E54F46B78874BCB0CA30D_inline(L_6, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_8 = (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)il2cpp_codegen_object_new(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task__ctor_m0769EBAC32FC56E43AA3EA4697369AD1C68508CC(L_8, L_0, L_1, L_2, L_3, L_4, L_5, L_7, /*hidden argument*/NULL); return L_8; } } // System.Object System.Threading.Tasks.Task::get_SavedStateForNextReplica() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Task_get_SavedStateForNextReplica_mBD48A8F866C2EEC6F409AD0AB191D6623AA8267F (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { return NULL; } } // System.Void System.Threading.Tasks.Task::set_SavedStateFromPreviousReplica(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_set_SavedStateFromPreviousReplica_m7C8551BB9A0EE61AFEAA3AD2815D5AAD137B194C (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { return; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::get_HandedOverChildReplica() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_get_HandedOverChildReplica_mD8C135BE510FA91FAD5EB4EF53A1169A9F335E33 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { return (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)NULL; } } // System.Void System.Threading.Tasks.Task::set_HandedOverChildReplica(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_set_HandedOverChildReplica_m08A4FC36FDF21198FBC4DB749C3D1C667C883FD0 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___value0, const RuntimeMethod* method) { { return; } } // System.Void System.Threading.Tasks.Task::ExecuteSelfReplicating(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ExecuteSelfReplicating_m04E29BA5B131FD16387C89CACB5B989BE675C1F4 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_ExecuteSelfReplicating_m04E29BA5B131FD16387C89CACB5B989BE675C1F4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E * L_0 = (U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass178_0__ctor_mE3AB73DE645CB1E445061A5C3AF7591D19EC1D10(L_0, /*hidden argument*/NULL); U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E * L_1 = L_0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = ___root0; NullCheck(L_1); L_1->set_root_0(L_2); U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E * L_3 = L_1; U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E * L_4 = L_3; NullCheck(L_4); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = L_4->get_root_0(); NullCheck(L_5); int32_t L_6 = Task_get_CreationOptions_m1013CF6F9F645BFA03F13F89DFA749ADABA541C8(L_5, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_creationOptionsForReplicas_3(((int32_t)((int32_t)L_6|(int32_t)4))); U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E * L_7 = L_3; NullCheck(L_7); L_7->set_internalOptionsForReplicas_4(((int32_t)10496)); U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E * L_8 = L_7; NullCheck(L_8); L_8->set_replicasAreQuitting_1((bool)0); U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E * L_9 = L_8; NullCheck(L_9); L_9->set_taskReplicaDelegate_2((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)NULL); U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E * L_10 = L_9; U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E * L_11 = L_10; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_12 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)il2cpp_codegen_object_new(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0_il2cpp_TypeInfo_var); Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510(L_12, L_11, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass178_0_U3CExecuteSelfReplicatingU3Eb__0_mAF07405204F1F6B3977A5E367931D33F38CAB548_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_RuntimeMethod_var); NullCheck(L_11); L_11->set_taskReplicaDelegate_2(L_12); NullCheck(L_10); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_13 = L_10->get_taskReplicaDelegate_2(); NullCheck(L_13); Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5(L_13, NULL, /*hidden argument*/Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_RuntimeMethod_var); return; } } // System.Void System.Threading.Tasks.Task::System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem_mC1BA43723C6978E65DC754912A25FDF565F2ED05 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { Task_ExecuteEntry_mA04E6FA3370CA2AB19B6AB209E44E993B14621F1(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task::System.Threading.IThreadPoolWorkItem.MarkAborted(System.Threading.ThreadAbortException) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_System_Threading_IThreadPoolWorkItem_MarkAborted_mE30F2902ACC25B4CA9ED103520CA2BFCFD17841F (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * ___tae0, const RuntimeMethod* method) { { bool L_0 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0017; } } { ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * L_1 = ___tae0; Task_HandleException_m6B4C1844450535E0938234A9A696060C28A5F74C(__this, L_1, /*hidden argument*/NULL); Task_FinishThreadAbortedTask_m68ACB8E7C1B325A01E7CFB23448F60DF56328760(__this, (bool)1, (bool)0, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Boolean System.Threading.Tasks.Task::ExecuteEntry(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_ExecuteEntry_mA04E6FA3370CA2AB19B6AB209E44E993B14621F1 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___bPreventDoubleExecution0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_ExecuteEntry_mA04E6FA3370CA2AB19B6AB209E44E993B14621F1_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = ___bPreventDoubleExecution0; if (L_0) { goto IL_0011; } } { int32_t L_1 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)2048)))) { goto IL_0032; } } IL_0011: { V_0 = 0; bool L_2 = Task_AtomicStateUpdate_mC826E87CFCDFFDB8E6225C8D6A7FA0B95AB0C1E0(__this, ((int32_t)131072), ((int32_t)23199744), (int32_t*)(&V_0), /*hidden argument*/NULL); if (L_2) { goto IL_0048; } } { int32_t L_3 = V_0; if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)4194304)))) { goto IL_0048; } } { return (bool)0; } IL_0032: { int32_t L_4 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_stateFlags_9(((int32_t)((int32_t)L_4|(int32_t)((int32_t)131072)))); } IL_0048: { bool L_5 = Task_get_IsCancellationRequested_mEC0D3452C63A295062E6D2C1FCECA529EC9D1C91(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0065; } } { bool L_6 = Task_get_IsCanceled_m42A47FCA2C6F33308A08C92C8489E802448F6F42(__this, /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_ExecuteWithThreadLocal_mFF23F3F9C0796B0EE2AC70CB51AD7D2A2867D733(__this, (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 **)(((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_address_of_t_currentTask_0()), /*hidden argument*/NULL); goto IL_0094; } IL_0065: { bool L_7 = Task_get_IsCanceled_m42A47FCA2C6F33308A08C92C8489E802448F6F42(__this, /*hidden argument*/NULL); if (L_7) { goto IL_0094; } } { int32_t* L_8 = __this->get_address_of_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); int32_t L_9 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); int32_t L_10 = Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_8, ((int32_t)((int32_t)L_9|(int32_t)((int32_t)4194304))), /*hidden argument*/NULL); if (((int32_t)((int32_t)L_10&(int32_t)((int32_t)4194304)))) { goto IL_0094; } } { Task_CancellationCleanupLogic_m85636A9F2412CDC73F9CFC7CEB87A3C48ECF6BB2(__this, /*hidden argument*/NULL); } IL_0094: { return (bool)1; } } // System.Void System.Threading.Tasks.Task::ExecuteWithThreadLocal(System.Threading.Tasks.Task&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ExecuteWithThreadLocal_mFF23F3F9C0796B0EE2AC70CB51AD7D2A2867D733 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** ___currentTaskSlot0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_ExecuteWithThreadLocal_mFF23F3F9C0796B0EE2AC70CB51AD7D2A2867D733_MetadataUsageId); s_Il2CppMethodInitialized = true; } Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_0 = NULL; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * V_1 = NULL; ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** L_0 = ___currentTaskSlot0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = *((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 **)L_0); V_0 = L_1; } IL_0003: try { // begin try (depth: 1) { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** L_2 = ___currentTaskSlot0; *((RuntimeObject **)L_2) = (RuntimeObject *)__this; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)__this); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_3 = Task_get_CapturedContext_m0BF410316395E27B89095D1070AB0D0875B0AAF1(__this, /*hidden argument*/NULL); V_1 = L_3; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_4 = V_1; if (L_4) { goto IL_0018; } } IL_0010: { Task_Execute_mF91032F33896912C3A3CC6A568220EBC5D439CFF(__this, /*hidden argument*/NULL); goto IL_0059; } IL_0018: { bool L_5 = Task_get_IsSelfReplicatingRoot_m8E6E3BDE25EE52DCDFF58787B9E81CE7EA7CFA37(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0028; } } IL_0020: { bool L_6 = Task_get_IsChildReplica_m0C8033A1E772EF6829A2F00F9BB58C455D4DC6AA(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0034; } } IL_0028: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_8 = Task_CopyExecutionContext_m8B27D58B28710B2B9CDA52970404E67039F0EE53(L_7, /*hidden argument*/NULL); Task_set_CapturedContext_mB7C98613F94CB2B97DB8B283F18E0E47C42B887B(__this, L_8, /*hidden argument*/NULL); } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_9 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_ecCallback_20(); V_2 = L_9; ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_10 = V_2; if (L_10) { goto IL_0050; } } IL_003d: { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_11 = (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 *)il2cpp_codegen_object_new(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var); ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493(L_11, NULL, (intptr_t)((intptr_t)Task_ExecutionContextCallback_mBF57BB299B4B1FC4E76F5394FDA527B0BD99A4B4_RuntimeMethod_var), /*hidden argument*/NULL); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_12 = L_11; V_2 = L_12; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->set_s_ecCallback_20(L_12); } IL_0050: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_13 = V_1; ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_Run_mFF76DDA6501D993EB4A4B79EFDAF1F6476920945(L_13, L_14, __this, (bool)1, /*hidden argument*/NULL); } IL_0059: { bool L_15 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_15) { goto IL_0067; } } IL_0060: { AsyncCausalityTracer_TraceSynchronousWorkCompletion_m55EB5CB50B1797EDC8071C3D1BF3FDEB92D5025C(0, 2, /*hidden argument*/NULL); } IL_0067: { Task_Finish_m3CBED2C27D7A1E20A9D2A659D4DEA38FCC47DF8F(__this, (bool)1, /*hidden argument*/NULL); IL2CPP_LEAVE(0x74, FINALLY_0070); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0070; } FINALLY_0070: { // begin finally (depth: 1) Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** L_16 = ___currentTaskSlot0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_17 = V_0; *((RuntimeObject **)L_16) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_17); IL2CPP_END_FINALLY(112) } // end finally (depth: 1) IL2CPP_CLEANUP(112) { IL2CPP_JUMP_TBL(0x74, IL_0074) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0074: { return; } } // System.Void System.Threading.Tasks.Task::ExecutionContextCallback(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ExecutionContextCallback_mBF57BB299B4B1FC4E76F5394FDA527B0BD99A4B4 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_ExecutionContextCallback_mBF57BB299B4B1FC4E76F5394FDA527B0BD99A4B4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; NullCheck(((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)IsInstClass((RuntimeObject*)L_0, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))); Task_Execute_mF91032F33896912C3A3CC6A568220EBC5D439CFF(((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)IsInstClass((RuntimeObject*)L_0, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task::InnerInvoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_InnerInvoke_m6FFFFD064498002E4FA34012E770F1C71FCCF98A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_InnerInvoke_m6FFFFD064498002E4FA34012E770F1C71FCCF98A_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_0 = NULL; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * V_1 = NULL; { RuntimeObject * L_0 = __this->get_m_action_5(); V_0 = ((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)IsInstSealed((RuntimeObject*)L_0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var)); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = V_0; if (!L_1) { goto IL_0016; } } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_2 = V_0; NullCheck(L_2); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_2, /*hidden argument*/NULL); return; } IL_0016: { RuntimeObject * L_3 = __this->get_m_action_5(); V_1 = ((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)IsInstSealed((RuntimeObject*)L_3, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0_il2cpp_TypeInfo_var)); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_4 = V_1; if (!L_4) { goto IL_0032; } } { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_5 = V_1; RuntimeObject * L_6 = __this->get_m_stateObject_6(); NullCheck(L_5); Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5(L_5, L_6, /*hidden argument*/Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_RuntimeMethod_var); return; } IL_0032: { return; } } // System.Void System.Threading.Tasks.Task::InnerInvokeWithArg(System.Threading.Tasks.Task) IL2CPP_DISABLE_OPTIMIZATIONS IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Task_InnerInvokeWithArg_m8313756145BF2BCE95AA05D0B896E4780788DD86 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___childTask0, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(19 /* System.Void System.Threading.Tasks.Task::InnerInvoke() */, __this); return; } } IL2CPP_ENABLE_OPTIMIZATIONS // System.Void System.Threading.Tasks.Task::HandleException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_HandleException_m6B4C1844450535E0938234A9A696060C28A5F74C (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Exception_t * ___unhandledException0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_HandleException_m6B4C1844450535E0938234A9A696060C28A5F74C_MetadataUsageId); s_Il2CppMethodInitialized = true; } OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * V_0 = NULL; { Exception_t * L_0 = ___unhandledException0; V_0 = ((OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 *)IsInstClass((RuntimeObject*)L_0, OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90_il2cpp_TypeInfo_var)); OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * L_1 = V_0; if (!L_1) { goto IL_003b; } } { bool L_2 = Task_get_IsCancellationRequested_mEC0D3452C63A295062E6D2C1FCECA529EC9D1C91(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_003b; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_3 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); NullCheck(L_3); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = ((ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 *)L_3)->get_m_cancellationToken_3(); OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * L_5 = V_0; NullCheck(L_5); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_6 = OperationCanceledException_get_CancellationToken_mE0079552C3600A6DB8324958CA288DB19AF05B66_inline(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_il2cpp_TypeInfo_var); bool L_7 = CancellationToken_op_Equality_m21CD07CDD7FE9C6920F3806BE460A35DC4A0332D(L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003b; } } { Task_SetCancellationAcknowledged_m5C4A001B268D335A8AAD044071B8DDD5C3024EF5(__this, /*hidden argument*/NULL); OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * L_8 = V_0; Task_AddException_mE85F41BF5164A62313993DB0EB1FDAF1B7A53D5E(__this, L_8, (bool)1, /*hidden argument*/NULL); return; } IL_003b: { Exception_t * L_9 = ___unhandledException0; Task_AddException_m07648B13C5D6B6517EEC4C84D5C022965ED1AE54(__this, L_9, /*hidden argument*/NULL); return; } } // System.Runtime.CompilerServices.TaskAwaiter System.Threading.Tasks.Task::GetAwaiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskAwaiter_t0CDE8DBB564F0A0EA55FA6B3D43EEF96BC26252F Task_GetAwaiter_m73027D5E4C16E961C658B83526BED8E32FD2AC6C (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { TaskAwaiter_t0CDE8DBB564F0A0EA55FA6B3D43EEF96BC26252F L_0; memset((&L_0), 0, sizeof(L_0)); TaskAwaiter__ctor_m097495CE8729E030CC08F2C46FEA4BAD6AD4228B_inline((&L_0), __this, /*hidden argument*/NULL); return L_0; } } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable System.Threading.Tasks.Task::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method) { { bool L_0 = ___continueOnCapturedContext0; ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_1; memset((&L_1), 0, sizeof(L_1)); ConfiguredTaskAwaitable__ctor_m8FEE38F1343FC69A8D97E4FFB076E6377592693F((&L_1), __this, L_0, /*hidden argument*/NULL); return L_1; } } // 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_m61A00AF4A1112055BAC121B40C9B357B953EEB94 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuationAction0, bool ___continueOnCapturedContext1, bool ___flowExecutionContext2, int32_t* ___stackMark3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_SetContinuationForAwait_m61A00AF4A1112055BAC121B40C9B357B953EEB94_MetadataUsageId); s_Il2CppMethodInitialized = true; } TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * V_0 = NULL; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * V_1 = NULL; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * V_2 = NULL; { V_0 = (TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 *)NULL; bool L_0 = ___continueOnCapturedContext1; if (!L_0) { goto IL_004e; } } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_1 = SynchronizationContext_get_CurrentNoFlow_m27FCFE7342796044E2ADD701D2E86F2517D64194(/*hidden argument*/NULL); V_1 = L_1; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = V_1; if (!L_2) { goto IL_0032; } } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_3 = V_1; NullCheck(L_3); Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL); bool L_7 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0032; } } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_8 = V_1; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_9 = ___continuationAction0; bool L_10 = ___flowExecutionContext2; int32_t* L_11 = ___stackMark3; SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE * L_12 = (SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE *)il2cpp_codegen_object_new(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var); SynchronizationContextAwaitTaskContinuation__ctor_m050FFB1926E4E85CF18607F93821E1CDA6308A4E(L_12, L_8, L_9, L_10, (int32_t*)L_11, /*hidden argument*/NULL); V_0 = L_12; goto IL_004e; } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_13 = TaskScheduler_get_InternalCurrent_m792B2A13D81A8BD8A724321AFA4633B09FF1259C(/*hidden argument*/NULL); V_2 = L_13; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_14 = V_2; if (!L_14) { goto IL_004e; } } { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_16 = TaskScheduler_get_Default_mC3794A546EB0F4C6D0A11E72F8939EC364733C87_inline(/*hidden argument*/NULL); if ((((RuntimeObject*)(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *)L_15) == ((RuntimeObject*)(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *)L_16))) { goto IL_004e; } } { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_17 = V_2; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_18 = ___continuationAction0; bool L_19 = ___flowExecutionContext2; int32_t* L_20 = ___stackMark3; TaskSchedulerAwaitTaskContinuation_t08B24138EF6D3AC7A821332F15F5A5A0F08543B6 * L_21 = (TaskSchedulerAwaitTaskContinuation_t08B24138EF6D3AC7A821332F15F5A5A0F08543B6 *)il2cpp_codegen_object_new(TaskSchedulerAwaitTaskContinuation_t08B24138EF6D3AC7A821332F15F5A5A0F08543B6_il2cpp_TypeInfo_var); TaskSchedulerAwaitTaskContinuation__ctor_m173C68019B0FDEB8F679AED48DDD37B4DD9ED470(L_21, L_17, L_18, L_19, (int32_t*)L_20, /*hidden argument*/NULL); V_0 = L_21; } IL_004e: { TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_22 = V_0; bool L_23 = ___flowExecutionContext2; if (!((int32_t)((int32_t)((((RuntimeObject*)(TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 *)L_22) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)&(int32_t)L_23))) { goto IL_0060; } } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_24 = ___continuationAction0; int32_t* L_25 = ___stackMark3; AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F * L_26 = (AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F *)il2cpp_codegen_object_new(AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_il2cpp_TypeInfo_var); AwaitTaskContinuation__ctor_mBEDA16F5D33081AF421A009449B3A1D2B0A0121A(L_26, L_24, (bool)1, (int32_t*)L_25, /*hidden argument*/NULL); V_0 = L_26; } IL_0060: { TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_27 = V_0; if (!L_27) { goto IL_0076; } } { TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_28 = V_0; bool L_29 = Task_AddTaskContinuation_m16543B86970B0357262A2CD975E006BBC07760C0(__this, L_28, (bool)0, /*hidden argument*/NULL); if (L_29) { goto IL_0087; } } { TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_30 = V_0; NullCheck(L_30); VirtActionInvoker2< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, bool >::Invoke(4 /* System.Void System.Threading.Tasks.TaskContinuation::Run(System.Threading.Tasks.Task,System.Boolean) */, L_30, __this, (bool)0); return; } IL_0076: { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_31 = ___continuationAction0; bool L_32 = Task_AddTaskContinuation_m16543B86970B0357262A2CD975E006BBC07760C0(__this, L_31, (bool)0, /*hidden argument*/NULL); if (L_32) { goto IL_0087; } } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_33 = ___continuationAction0; AwaitTaskContinuation_UnsafeScheduleAction_m6FE5A227F1E782EC26CA755419E7CE146B43FF4B(L_33, __this, /*hidden argument*/NULL); } IL_0087: { return; } } // System.Void System.Threading.Tasks.Task::Wait() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Wait_m7793234C16E5D2B719519CE3C55653EA4D1A815A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = V_0; Task_Wait_m937DA145B3571DD253A6FB99CBC824F0839FDA72(__this, (-1), L_0, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Tasks.Task::Wait(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_Wait_m937DA145B3571DD253A6FB99CBC824F0839FDA72 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t ___millisecondsTimeout0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_Wait_m937DA145B3571DD253A6FB99CBC824F0839FDA72_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___millisecondsTimeout0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_000f; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteral9D9BED981884AC3D4D16BF22ED725A5686CEF15B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Task_Wait_m937DA145B3571DD253A6FB99CBC824F0839FDA72_RuntimeMethod_var); } IL_000f: { bool L_2 = Task_get_IsWaitNotificationEnabledOrNotRanToCompletion_mEC26269ABD71D03847D81120160D2106C2B3D581_inline(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0019; } } { return (bool)1; } IL_0019: { int32_t L_3 = ___millisecondsTimeout0; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = ___cancellationToken1; bool L_5 = Task_InternalWait_m7F1436A365C066C8D9BDEB6740118206B0EFAD45(__this, L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0025; } } { return (bool)0; } IL_0025: { bool L_6 = Task_get_IsWaitNotificationEnabledOrNotRanToCompletion_mEC26269ABD71D03847D81120160D2106C2B3D581_inline(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_004a; } } { Task_NotifyDebuggerOfWaitCompletionIfNecessary_m71ACB838EB1988C1436F99C7EB0C819D9F025E2A(__this, /*hidden argument*/NULL); bool L_7 = Task_get_IsCanceled_m42A47FCA2C6F33308A08C92C8489E802448F6F42(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_0043; } } { CancellationToken_ThrowIfCancellationRequested_m13AB667F961F83D8ED759BA402325638F43B0938((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken1), /*hidden argument*/NULL); } IL_0043: { Task_ThrowIfExceptional_m57A30F74DDD3039C2EB41FA235A897626CE23A37(__this, (bool)1, /*hidden argument*/NULL); } IL_004a: { return (bool)1; } } // System.Boolean System.Threading.Tasks.Task::WrappedTryRunInline() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_WrappedTryRunInline_m6F79A792A8ADAAB725796FA1144A67AB82B0AF1B (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_WrappedTryRunInline_m6F79A792A8ADAAB725796FA1144A67AB82B0AF1B_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_0 = __this->get_m_taskScheduler_7(); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { } IL_000b: try { // begin try (depth: 1) TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_1 = __this->get_m_taskScheduler_7(); NullCheck(L_1); bool L_2 = TaskScheduler_TryRunInline_m9FBFA8F615D96CC9902CA2CBC3D51BCF7444E67B(L_1, __this, (bool)1, /*hidden argument*/NULL); V_0 = L_2; goto IL_002d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001b; throw e; } CATCH_001b: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); Exception_t * L_3 = V_1; if (((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_3, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var))) { goto IL_002b; } } IL_0024: { Exception_t * L_4 = V_1; TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * L_5 = (TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 *)il2cpp_codegen_object_new(TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24_il2cpp_TypeInfo_var); TaskSchedulerException__ctor_mFFF7423FCD3DFC4F8A6F7E6028AE6CB1D5865F63(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, Task_WrappedTryRunInline_m6F79A792A8ADAAB725796FA1144A67AB82B0AF1B_RuntimeMethod_var); } IL_002b: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, Task_WrappedTryRunInline_m6F79A792A8ADAAB725796FA1144A67AB82B0AF1B_RuntimeMethod_var); } } // end catch (depth: 1) IL_002d: { bool L_6 = V_0; return L_6; } } // System.Boolean System.Threading.Tasks.Task::InternalWait(System.Int32,System.Threading.CancellationToken) IL2CPP_DISABLE_OPTIMIZATIONS IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_InternalWait_m7F1436A365C066C8D9BDEB6740118206B0EFAD45 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t ___millisecondsTimeout0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_InternalWait_m7F1436A365C066C8D9BDEB6740118206B0EFAD45_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { bool L_0 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(__this, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = V_0; if (L_1) { goto IL_0039; } } { IL2CPP_RUNTIME_CLASS_INIT(Debugger_t3DB04278A3AA5DF846CC56744D05F18B7037C22E_il2cpp_TypeInfo_var); Debugger_NotifyOfCrossThreadDependency_m8387594B996D7068C44BA22E2D85266D3BAF4307(/*hidden argument*/NULL); int32_t L_2 = ___millisecondsTimeout0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0030; } } { bool L_3 = CancellationToken_get_CanBeCanceled_m485B6A386A628048A15D607330E91582012C59EF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken1), /*hidden argument*/NULL); if (L_3) { goto IL_0030; } } { bool L_4 = Task_WrappedTryRunInline_m6F79A792A8ADAAB725796FA1144A67AB82B0AF1B(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0030; } } { bool L_5 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0030; } } { V_0 = (bool)1; goto IL_0039; } IL_0030: { int32_t L_6 = ___millisecondsTimeout0; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_7 = ___cancellationToken1; bool L_8 = Task_SpinThenBlockingWait_mBAB3ADF8D2F624A0DC70F6BE0D7C2B0E291E635F(__this, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0039: { bool L_9 = V_0; return L_9; } } IL2CPP_ENABLE_OPTIMIZATIONS // System.Boolean System.Threading.Tasks.Task::SpinThenBlockingWait(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_SpinThenBlockingWait_mBAB3ADF8D2F624A0DC70F6BE0D7C2B0E291E635F (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t ___millisecondsTimeout0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_SpinThenBlockingWait_mBAB3ADF8D2F624A0DC70F6BE0D7C2B0E291E635F_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; uint32_t V_1 = 0; bool V_2 = false; SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9 * V_3 = NULL; uint32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); int32_t G_B3_0 = 0; { int32_t L_0 = ___millisecondsTimeout0; V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0); bool L_1 = V_0; if (L_1) { goto IL_000f; } } { int32_t L_2 = Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C(/*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0010; } IL_000f: { G_B3_0 = 0; } IL_0010: { V_1 = G_B3_0; int32_t L_3 = ___millisecondsTimeout0; bool L_4 = Task_SpinWait_mE21B8AFD42111D5E49A949853AAF5576AAAFB93A(__this, L_3, /*hidden argument*/NULL); V_2 = L_4; bool L_5 = V_2; if (L_5) { goto IL_0069; } } { SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9 * L_6 = (SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9 *)il2cpp_codegen_object_new(SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9_il2cpp_TypeInfo_var); SetOnInvokeMres__ctor_m5687AFB1292311BE5361EDDC64D893359D4DA8BD(L_6, /*hidden argument*/NULL); V_3 = L_6; } IL_0022: try { // begin try (depth: 1) { SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9 * L_7 = V_3; Task_AddCompletionAction_m0B91D1C446207F2632CFCFE45B499E98A6DD8580(__this, L_7, (bool)1, /*hidden argument*/NULL); bool L_8 = V_0; if (!L_8) { goto IL_0038; } } IL_002d: { SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9 * L_9 = V_3; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_10 = ___cancellationToken1; NullCheck(L_9); bool L_11 = ManualResetEventSlim_Wait_mBBC47852C86E2A3D08FADAF3DE0588A2CE720B2F(L_9, (-1), L_10, /*hidden argument*/NULL); V_2 = L_11; IL2CPP_LEAVE(0x69, FINALLY_0059); } IL_0038: { int32_t L_12 = Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C(/*hidden argument*/NULL); uint32_t L_13 = V_1; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)); uint32_t L_14 = V_4; int32_t L_15 = ___millisecondsTimeout0; if ((((int64_t)(((int64_t)((uint64_t)L_14)))) >= ((int64_t)(((int64_t)((int64_t)L_15)))))) { goto IL_0057; } } IL_0048: { SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9 * L_16 = V_3; int32_t L_17 = ___millisecondsTimeout0; uint32_t L_18 = V_4; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_19 = ___cancellationToken1; NullCheck(L_16); bool L_20 = ManualResetEventSlim_Wait_mBBC47852C86E2A3D08FADAF3DE0588A2CE720B2F(L_16, (((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)(((int64_t)((int64_t)L_17))), (int64_t)(((int64_t)((uint64_t)L_18)))))))), L_19, /*hidden argument*/NULL); V_2 = L_20; } IL_0057: { IL2CPP_LEAVE(0x69, FINALLY_0059); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0059; } FINALLY_0059: { // begin finally (depth: 1) { bool L_21 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(__this, /*hidden argument*/NULL); if (L_21) { goto IL_0068; } } IL_0061: { SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9 * L_22 = V_3; Task_RemoveContinuation_m09A569E89BF4CCCF31646AB74A88BCDFC093DAE4(__this, L_22, /*hidden argument*/NULL); } IL_0068: { IL2CPP_END_FINALLY(89) } } // end finally (depth: 1) IL2CPP_CLEANUP(89) { IL2CPP_JUMP_TBL(0x69, IL_0069) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0069: { bool L_23 = V_2; return L_23; } } // System.Boolean System.Threading.Tasks.Task::SpinWait(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_SpinWait_mE21B8AFD42111D5E49A949853AAF5576AAAFB93A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, int32_t ___millisecondsTimeout0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B7_0 = 0; { bool L_0 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { return (bool)1; } IL_000a: { int32_t L_1 = ___millisecondsTimeout0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { bool L_2 = PlatformHelper_get_IsSingleProcessor_m87507D435831F72BC807223D20139EE006CC3106(/*hidden argument*/NULL); if (L_2) { goto IL_001a; } } { G_B7_0 = ((int32_t)10); goto IL_001b; } IL_001a: { G_B7_0 = 1; } IL_001b: { V_0 = G_B7_0; V_1 = 0; goto IL_004d; } IL_0020: { bool L_3 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { return (bool)1; } IL_002a: { int32_t L_4 = V_1; int32_t L_5 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)((int32_t)L_5/(int32_t)2)))))) { goto IL_0038; } } { Thread_Yield_m04E310FE49602AEB72AE630E371CFAC36AAA718B(/*hidden argument*/NULL); goto IL_0049; } IL_0038: { int32_t L_6 = PlatformHelper_get_ProcessorCount_mED31378FF99FA52193863291A42F4EA623F62E13(/*hidden argument*/NULL); int32_t L_7 = V_1; Thread_SpinWait_m78B41D34DB11B07C0E7776FD3150DFB10AC63BB4(((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)((int32_t)((int32_t)4<<(int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)31))))))), /*hidden argument*/NULL); } IL_0049: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_004d: { int32_t L_9 = V_1; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0020; } } { bool L_11 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(__this, /*hidden argument*/NULL); return L_11; } } // System.Boolean System.Threading.Tasks.Task::InternalCancel(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_InternalCancel_m745407E41B4B25AA01E7DBAD85A4857D1F7F520D (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___bCancelNonExecutingOnly0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_InternalCancel_m745407E41B4B25AA01E7DBAD85A4857D1F7F520D_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * V_2 = NULL; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * V_3 = NULL; bool V_4 = false; Exception_t * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); int32_t G_B5_0 = 0; int32_t G_B13_0 = 0; { V_0 = (bool)0; V_1 = (bool)0; V_2 = (TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 *)NULL; int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)65536)))) { goto IL_007d; } } { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_1 = __this->get_m_taskScheduler_7(); V_3 = L_1; } IL_001d: try { // begin try (depth: 1) { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_2 = V_3; if (!L_2) { goto IL_0029; } } IL_0020: { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_3 = V_3; NullCheck(L_3); bool L_4 = VirtFuncInvoker1< bool, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * >::Invoke(6 /* System.Boolean System.Threading.Tasks.TaskScheduler::TryDequeue(System.Threading.Tasks.Task) */, L_3, __this); G_B5_0 = ((int32_t)(L_4)); goto IL_002a; } IL_0029: { G_B5_0 = 0; } IL_002a: { V_0 = (bool)G_B5_0; goto IL_0042; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002d; throw e; } CATCH_002d: { // begin catch(System.Exception) { V_5 = ((Exception_t *)__exception_local); Exception_t * L_5 = V_5; if (((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_5, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var))) { goto IL_0040; } } IL_0038: { Exception_t * L_6 = V_5; TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * L_7 = (TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 *)il2cpp_codegen_object_new(TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24_il2cpp_TypeInfo_var); TaskSchedulerException__ctor_mFFF7423FCD3DFC4F8A6F7E6028AE6CB1D5865F63(L_7, L_6, /*hidden argument*/NULL); V_2 = L_7; } IL_0040: { goto IL_0042; } } // end catch (depth: 1) IL_0042: { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_8 = V_3; if (!L_8) { goto IL_004d; } } { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_9 = V_3; NullCheck(L_9); bool L_10 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Threading.Tasks.TaskScheduler::get_RequiresAtomicStartTransition() */, L_9); if (L_10) { goto IL_005e; } } IL_004d: { int32_t L_11 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(__this, /*hidden argument*/NULL); G_B13_0 = ((!(((uint32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)2048)))) <= ((uint32_t)0)))? 1 : 0); goto IL_005f; } IL_005e: { G_B13_0 = 1; } IL_005f: { V_4 = (bool)G_B13_0; bool L_12 = V_0; bool L_13 = ___bCancelNonExecutingOnly0; bool L_14 = V_4; if (!((int32_t)((int32_t)((int32_t)((int32_t)((((int32_t)L_12) == ((int32_t)0))? 1 : 0)&(int32_t)L_13))&(int32_t)L_14))) { goto IL_007d; } } { bool L_15 = Task_AtomicStateUpdate_m8453A8B2D404F085626BC0BCFCB2593AA373F530(__this, ((int32_t)4194304), ((int32_t)4325376), /*hidden argument*/NULL); V_1 = L_15; } IL_007d: { bool L_16 = ___bCancelNonExecutingOnly0; bool L_17 = V_0; bool L_18 = V_1; if (!((int32_t)((int32_t)((int32_t)((int32_t)((((int32_t)L_16) == ((int32_t)0))? 1 : 0)|(int32_t)L_17))|(int32_t)L_18))) { goto IL_00d0; } } { Task_RecordInternalCancellationRequest_m3438B1196A36F51DBC6585D4824CFD492851A395(__this, /*hidden argument*/NULL); bool L_19 = V_0; if (!L_19) { goto IL_00a3; } } { bool L_20 = Task_AtomicStateUpdate_m8453A8B2D404F085626BC0BCFCB2593AA373F530(__this, ((int32_t)4194304), ((int32_t)4325376), /*hidden argument*/NULL); V_1 = L_20; goto IL_00c7; } IL_00a3: { bool L_21 = V_1; if (L_21) { goto IL_00c7; } } { int32_t L_22 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); if (((int32_t)((int32_t)L_22&(int32_t)((int32_t)65536)))) { goto IL_00c7; } } { bool L_23 = Task_AtomicStateUpdate_m8453A8B2D404F085626BC0BCFCB2593AA373F530(__this, ((int32_t)4194304), ((int32_t)23265280), /*hidden argument*/NULL); V_1 = L_23; } IL_00c7: { bool L_24 = V_1; if (!L_24) { goto IL_00d0; } } { Task_CancellationCleanupLogic_m85636A9F2412CDC73F9CFC7CEB87A3C48ECF6BB2(__this, /*hidden argument*/NULL); } IL_00d0: { TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * L_25 = V_2; if (!L_25) { goto IL_00d5; } } { TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * L_26 = V_2; IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, Task_InternalCancel_m745407E41B4B25AA01E7DBAD85A4857D1F7F520D_RuntimeMethod_var); } IL_00d5: { bool L_27 = V_1; return L_27; } } // System.Void System.Threading.Tasks.Task::RecordInternalCancellationRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_RecordInternalCancellationRequest_m3438B1196A36F51DBC6585D4824CFD492851A395 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = Task_EnsureContingentPropertiesInitialized_mFEF35F7CCA43B6FC6843167E62779F6C09100475(__this, (bool)1, /*hidden argument*/NULL); NullCheck(L_0); il2cpp_codegen_memory_barrier(); L_0->set_m_internalCancellationRequested_5(1); return; } } // System.Void System.Threading.Tasks.Task::RecordInternalCancellationRequest(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_RecordInternalCancellationRequest_m4FA35104DF2C193AC71BD6B1AD951684B9F5E8C3 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___tokenToRecord0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_RecordInternalCancellationRequest_m4FA35104DF2C193AC71BD6B1AD951684B9F5E8C3_MetadataUsageId); s_Il2CppMethodInitialized = true; } CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_0; memset((&V_0), 0, sizeof(V_0)); { Task_RecordInternalCancellationRequest_m3438B1196A36F51DBC6585D4824CFD492851A395(__this, /*hidden argument*/NULL); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = ___tokenToRecord0; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_il2cpp_TypeInfo_var); bool L_2 = CancellationToken_op_Inequality_mF123C167BD2B2C2FD542C282C0968790E400C540(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_3 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = ___tokenToRecord0; NullCheck(L_3); ((ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 *)L_3)->set_m_cancellationToken_3(L_4); } IL_0025: { return; } } // System.Void System.Threading.Tasks.Task::RecordInternalCancellationRequest(System.Threading.CancellationToken,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_RecordInternalCancellationRequest_m013F01E4EAD86112C78A242191F3A3887F0A15BB (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___tokenToRecord0, RuntimeObject * ___cancellationException1, const RuntimeMethod* method) { { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = ___tokenToRecord0; Task_RecordInternalCancellationRequest_m4FA35104DF2C193AC71BD6B1AD951684B9F5E8C3(__this, L_0, /*hidden argument*/NULL); RuntimeObject * L_1 = ___cancellationException1; if (!L_1) { goto IL_0012; } } { RuntimeObject * L_2 = ___cancellationException1; Task_AddException_mE85F41BF5164A62313993DB0EB1FDAF1B7A53D5E(__this, L_2, (bool)1, /*hidden argument*/NULL); } IL_0012: { return; } } // System.Void System.Threading.Tasks.Task::CancellationCleanupLogic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_CancellationCleanupLogic_m85636A9F2412CDC73F9CFC7CEB87A3C48ECF6BB2 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_CancellationCleanupLogic_m85636A9F2412CDC73F9CFC7CEB87A3C48ECF6BB2_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * V_0 = NULL; { int32_t* L_0 = __this->get_address_of_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); int32_t L_1 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_0, ((int32_t)((int32_t)L_1|(int32_t)((int32_t)4194304))), /*hidden argument*/NULL); ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_2 = __this->get_m_contingentProperties_15(); il2cpp_codegen_memory_barrier(); V_0 = L_2; ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_3 = V_0; if (!L_3) { goto IL_0032; } } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_4 = V_0; NullCheck(L_4); ContingentProperties_SetCompleted_m3CB1941CBE9F1D241A2AFA4E3F739C98B493E6DE(L_4, /*hidden argument*/NULL); ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_5 = V_0; NullCheck(L_5); ContingentProperties_DeregisterCancellationCallback_mE1C7DC05011B37760179381194AA813E6646C900(L_5, /*hidden argument*/NULL); } IL_0032: { bool L_6 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_6) { goto IL_0046; } } { int32_t L_7 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCompletion_m63C07B707D3034D2F0F4B395636B410ACC9A78D6(0, L_7, 2, /*hidden argument*/NULL); } IL_0046: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); bool L_8 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_asyncDebuggingEnabled_12(); if (!L_8) { goto IL_0058; } } { int32_t L_9 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_RemoveFromActiveTasks_mEDE131DB4C29D967D6D717CAB002C6C02583BDF5(L_9, /*hidden argument*/NULL); } IL_0058: { Task_FinishStageThree_m543744E8C5DFC94B2F2898998663C85617999E32(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task::SetCancellationAcknowledged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_SetCancellationAcknowledged_m5C4A001B268D335A8AAD044071B8DDD5C3024EF5 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_stateFlags_9(((int32_t)((int32_t)L_0|(int32_t)((int32_t)1048576)))); return; } } // System.Void System.Threading.Tasks.Task::FinishContinuations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_FinishContinuations_m6BBB58CFA80FB99D16972B13ECC41B734475EFCD (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_FinishContinuations_m6BBB58CFA80FB99D16972B13ECC41B734475EFCD_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_2 = NULL; RuntimeObject* V_3 = NULL; TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * V_4 = NULL; List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * V_5 = NULL; int32_t V_6 = 0; List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * V_7 = NULL; bool V_8 = false; int32_t V_9 = 0; StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC * V_10 = NULL; int32_t V_11 = 0; RuntimeObject * V_12 = NULL; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_13 = NULL; TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * V_14 = NULL; RuntimeObject* V_15 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); int32_t G_B7_0 = 0; { RuntimeObject ** L_0 = __this->get_address_of_m_continuationObject_10(); il2cpp_codegen_memory_barrier(); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_taskCompletionSentinel_11(); RuntimeObject * L_2 = Interlocked_Exchange_m3D17D94F59C9010A3116C2016D1C066E54049E38((RuntimeObject **)L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = V_0; if (!L_3) { goto IL_01ca; } } { bool L_4 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_4) { goto IL_002b; } } { int32_t L_5 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); AsyncCausalityTracer_TraceSynchronousWorkStart_m1A1EE1813BE623AF47CA240A8DA14DAE98A6279D(0, L_5, 0, /*hidden argument*/NULL); } IL_002b: { int32_t L_6 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)134217728)))) { goto IL_005c; } } { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_7 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = Thread_get_ThreadState_m8F398B10B485BC5FC7499B53452230A604989C10(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)128)))) { goto IL_005c; } } { int32_t L_9 = __this->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); G_B7_0 = ((((int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)64)))) == ((int32_t)0))? 1 : 0); goto IL_005d; } IL_005c: { G_B7_0 = 0; } IL_005d: { V_1 = (bool)G_B7_0; RuntimeObject * L_10 = V_0; V_2 = ((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)IsInstSealed((RuntimeObject*)L_10, Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var)); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_11 = V_2; if (!L_11) { goto IL_007b; } } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_12 = V_2; bool L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); AwaitTaskContinuation_RunOrScheduleAction_mE8B713E233CB78D3973E7E3501DEE4935E553101(L_12, L_13, (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 **)(((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_address_of_t_currentTask_0()), /*hidden argument*/NULL); Task_LogFinishCompletionNotification_mE4370F520CEBA341AE78844DA43AA6CD730F31E9(__this, /*hidden argument*/NULL); return; } IL_007b: { RuntimeObject * L_14 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, ITaskCompletionAction_tB83E2DB0F3297A73CDBE338B6F2CA81D84E9C978_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_00a5; } } { bool L_16 = V_1; if (!L_16) { goto IL_0091; } } { RuntimeObject* L_17 = V_3; NullCheck(L_17); InterfaceActionInvoker1< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * >::Invoke(0 /* System.Void System.Threading.Tasks.ITaskCompletionAction::Invoke(System.Threading.Tasks.Task) */, ITaskCompletionAction_tB83E2DB0F3297A73CDBE338B6F2CA81D84E9C978_il2cpp_TypeInfo_var, L_17, __this); goto IL_009e; } IL_0091: { RuntimeObject* L_18 = V_3; CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C * L_19 = (CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C *)il2cpp_codegen_object_new(CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C_il2cpp_TypeInfo_var); CompletionActionInvoker__ctor_m99DE9FFDBB3B8A79C61EA35DDE340DF5FB54F158(L_19, L_18, __this, /*hidden argument*/NULL); ThreadPool_UnsafeQueueCustomWorkItem_m6FAFD01CC75C06858788F29C2430A4CB85E13568(L_19, (bool)0, /*hidden argument*/NULL); } IL_009e: { Task_LogFinishCompletionNotification_mE4370F520CEBA341AE78844DA43AA6CD730F31E9(__this, /*hidden argument*/NULL); return; } IL_00a5: { RuntimeObject * L_20 = V_0; V_4 = ((TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 *)IsInstClass((RuntimeObject*)L_20, TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9_il2cpp_TypeInfo_var)); TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_21 = V_4; if (!L_21) { goto IL_00c1; } } { TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_22 = V_4; bool L_23 = V_1; NullCheck(L_22); VirtActionInvoker2< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, bool >::Invoke(4 /* System.Void System.Threading.Tasks.TaskContinuation::Run(System.Threading.Tasks.Task,System.Boolean) */, L_22, __this, L_23); Task_LogFinishCompletionNotification_mE4370F520CEBA341AE78844DA43AA6CD730F31E9(__this, /*hidden argument*/NULL); return; } IL_00c1: { RuntimeObject * L_24 = V_0; V_5 = ((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)IsInstClass((RuntimeObject*)L_24, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var)); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_25 = V_5; if (L_25) { goto IL_00d4; } } { Task_LogFinishCompletionNotification_mE4370F520CEBA341AE78844DA43AA6CD730F31E9(__this, /*hidden argument*/NULL); return; } IL_00d4: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_26 = V_5; V_7 = L_26; V_8 = (bool)0; } IL_00db: try { // begin try (depth: 1) List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_27 = V_7; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_27, (bool*)(&V_8), /*hidden argument*/NULL); IL2CPP_LEAVE(0xF2, FINALLY_00e6); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e6; } FINALLY_00e6: { // begin finally (depth: 1) { bool L_28 = V_8; if (!L_28) { goto IL_00f1; } } IL_00ea: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_29 = V_7; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_29, /*hidden argument*/NULL); } IL_00f1: { IL2CPP_END_FINALLY(230) } } // end finally (depth: 1) IL2CPP_CLEANUP(230) { IL2CPP_JUMP_TBL(0xF2, IL_00f2) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00f2: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_30 = V_5; NullCheck(L_30); int32_t L_31 = List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_inline(L_30, /*hidden argument*/List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_RuntimeMethod_var); V_6 = L_31; V_9 = 0; goto IL_013c; } IL_0100: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_32 = V_5; int32_t L_33 = V_9; NullCheck(L_32); RuntimeObject * L_34 = List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_inline(L_32, L_33, /*hidden argument*/List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_RuntimeMethod_var); V_10 = ((StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC *)IsInstClass((RuntimeObject*)L_34, StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC_il2cpp_TypeInfo_var)); StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC * L_35 = V_10; if (!L_35) { goto IL_0136; } } { StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC * L_36 = V_10; NullCheck(L_36); int32_t L_37 = L_36->get_m_options_1(); if (((int32_t)((int32_t)L_37&(int32_t)((int32_t)524288)))) { goto IL_0136; } } { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_38 = V_5; int32_t L_39 = V_9; NullCheck(L_38); List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E(L_38, L_39, NULL, /*hidden argument*/List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_RuntimeMethod_var); StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC * L_40 = V_10; bool L_41 = V_1; NullCheck(L_40); VirtActionInvoker2< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, bool >::Invoke(4 /* System.Void System.Threading.Tasks.TaskContinuation::Run(System.Threading.Tasks.Task,System.Boolean) */, L_40, __this, L_41); } IL_0136: { int32_t L_42 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_013c: { int32_t L_43 = V_9; int32_t L_44 = V_6; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_0100; } } { V_11 = 0; goto IL_01be; } IL_0147: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_45 = V_5; int32_t L_46 = V_11; NullCheck(L_45); RuntimeObject * L_47 = List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_inline(L_45, L_46, /*hidden argument*/List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_RuntimeMethod_var); V_12 = L_47; RuntimeObject * L_48 = V_12; if (!L_48) { goto IL_01b8; } } { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_49 = V_5; int32_t L_50 = V_11; NullCheck(L_49); List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E(L_49, L_50, NULL, /*hidden argument*/List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_RuntimeMethod_var); RuntimeObject * L_51 = V_12; V_13 = ((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)IsInstSealed((RuntimeObject*)L_51, Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var)); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_52 = V_13; if (!L_52) { goto IL_017c; } } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_53 = V_13; bool L_54 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); AwaitTaskContinuation_RunOrScheduleAction_mE8B713E233CB78D3973E7E3501DEE4935E553101(L_53, L_54, (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 **)(((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_address_of_t_currentTask_0()), /*hidden argument*/NULL); goto IL_01b8; } IL_017c: { RuntimeObject * L_55 = V_12; V_14 = ((TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 *)IsInstClass((RuntimeObject*)L_55, TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9_il2cpp_TypeInfo_var)); TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_56 = V_14; if (!L_56) { goto IL_0194; } } { TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_57 = V_14; bool L_58 = V_1; NullCheck(L_57); VirtActionInvoker2< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, bool >::Invoke(4 /* System.Void System.Threading.Tasks.TaskContinuation::Run(System.Threading.Tasks.Task,System.Boolean) */, L_57, __this, L_58); goto IL_01b8; } IL_0194: { RuntimeObject * L_59 = V_12; V_15 = ((RuntimeObject*)Castclass((RuntimeObject*)L_59, ITaskCompletionAction_tB83E2DB0F3297A73CDBE338B6F2CA81D84E9C978_il2cpp_TypeInfo_var)); bool L_60 = V_1; if (!L_60) { goto IL_01aa; } } { RuntimeObject* L_61 = V_15; NullCheck(L_61); InterfaceActionInvoker1< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * >::Invoke(0 /* System.Void System.Threading.Tasks.ITaskCompletionAction::Invoke(System.Threading.Tasks.Task) */, ITaskCompletionAction_tB83E2DB0F3297A73CDBE338B6F2CA81D84E9C978_il2cpp_TypeInfo_var, L_61, __this); goto IL_01b8; } IL_01aa: { RuntimeObject* L_62 = V_15; CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C * L_63 = (CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C *)il2cpp_codegen_object_new(CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C_il2cpp_TypeInfo_var); CompletionActionInvoker__ctor_m99DE9FFDBB3B8A79C61EA35DDE340DF5FB54F158(L_63, L_62, __this, /*hidden argument*/NULL); ThreadPool_UnsafeQueueCustomWorkItem_m6FAFD01CC75C06858788F29C2430A4CB85E13568(L_63, (bool)0, /*hidden argument*/NULL); } IL_01b8: { int32_t L_64 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_01be: { int32_t L_65 = V_11; int32_t L_66 = V_6; if ((((int32_t)L_65) < ((int32_t)L_66))) { goto IL_0147; } } { Task_LogFinishCompletionNotification_mE4370F520CEBA341AE78844DA43AA6CD730F31E9(__this, /*hidden argument*/NULL); } IL_01ca: { return; } } // System.Void System.Threading.Tasks.Task::LogFinishCompletionNotification() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_LogFinishCompletionNotification_mE4370F520CEBA341AE78844DA43AA6CD730F31E9 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { bool L_0 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } { AsyncCausalityTracer_TraceSynchronousWorkCompletion_m55EB5CB50B1797EDC8071C3D1BF3FDEB92D5025C(0, 0, /*hidden argument*/NULL); } IL_000e: { return; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::ContinueWith(System.Action`1) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_ContinueWith_mC71D3CE9DF20879884F2D08D363BA6E47EF87638 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * ___continuationAction0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_ContinueWith_mC71D3CE9DF20879884F2D08D363BA6E47EF87638_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_1; memset((&V_1), 0, sizeof(V_1)); { V_0 = 1; Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * L_0 = ___continuationAction0; IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_1 = TaskScheduler_get_Current_m650D09DC411D00985B24BEF41984F4FDEE0D91D7(/*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_2 = V_1; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = Task_ContinueWith_m9B5987FB2709FB98AD32D3083DC203748C43D04B(__this, L_0, L_1, L_2, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_3; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::ContinueWith(System.Action`1,System.Threading.Tasks.TaskScheduler,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_ContinueWith_m9B5987FB2709FB98AD32D3083DC203748C43D04B (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * ___continuationAction0, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken2, int32_t ___continuationOptions3, int32_t* ___stackMark4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_ContinueWith_m9B5987FB2709FB98AD32D3083DC203748C43D04B_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_2 = NULL; { Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * L_0 = ___continuationAction0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC7CEDF5531BF0EE471FAF3F68BF9D5FCE0C45607, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Task_ContinueWith_m9B5987FB2709FB98AD32D3083DC203748C43D04B_RuntimeMethod_var); } IL_000e: { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_2 = ___scheduler1; if (L_2) { goto IL_001c; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral142F817C3EC0586DE0F960C1C0483043B61A0D06, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Task_ContinueWith_m9B5987FB2709FB98AD32D3083DC203748C43D04B_RuntimeMethod_var); } IL_001c: { int32_t L_4 = ___continuationOptions3; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_CreationOptionsFromContinuationOptions_m316B62774ED835AD3DB52803990E10A58CFF3B08(L_4, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * L_5 = ___continuationAction0; int32_t L_6 = V_0; int32_t L_7 = V_1; int32_t* L_8 = ___stackMark4; ContinuationTaskFromTask_tFE42871D04E441714667326AD03132B52E75777F * L_9 = (ContinuationTaskFromTask_tFE42871D04E441714667326AD03132B52E75777F *)il2cpp_codegen_object_new(ContinuationTaskFromTask_tFE42871D04E441714667326AD03132B52E75777F_il2cpp_TypeInfo_var); ContinuationTaskFromTask__ctor_m7804EC000E1BA147597C861D81912A1A20EA35D9(L_9, __this, L_5, NULL, L_6, L_7, (int32_t*)L_8, /*hidden argument*/NULL); V_2 = L_9; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_10 = V_2; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_11 = ___scheduler1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_12 = ___cancellationToken2; int32_t L_13 = ___continuationOptions3; Task_ContinueWithCore_mD177BCBA1127C701937530F6CE9BF4DC23AF692D(__this, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_14 = V_2; return L_14; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::ContinueWith(System.Action`2,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_ContinueWith_m77623659683CA3E09520D79D60D8A04214E4CE5A (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8 * ___continuationAction0, RuntimeObject * ___state1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken2, int32_t ___continuationOptions3, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler4, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8 * L_0 = ___continuationAction0; RuntimeObject * L_1 = ___state1; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_2 = ___scheduler4; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = ___cancellationToken2; int32_t L_4 = ___continuationOptions3; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = Task_ContinueWith_m9CE1D5EA7825C598CB0B59D1DB296C684CBF2C76(__this, L_0, L_1, L_2, L_3, L_4, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_5; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::ContinueWith(System.Action`2,System.Object,System.Threading.Tasks.TaskScheduler,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_ContinueWith_m9CE1D5EA7825C598CB0B59D1DB296C684CBF2C76 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8 * ___continuationAction0, RuntimeObject * ___state1, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, int32_t ___continuationOptions4, int32_t* ___stackMark5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_ContinueWith_m9CE1D5EA7825C598CB0B59D1DB296C684CBF2C76_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_2 = NULL; { Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8 * L_0 = ___continuationAction0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC7CEDF5531BF0EE471FAF3F68BF9D5FCE0C45607, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Task_ContinueWith_m9CE1D5EA7825C598CB0B59D1DB296C684CBF2C76_RuntimeMethod_var); } IL_000e: { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_2 = ___scheduler2; if (L_2) { goto IL_001c; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral142F817C3EC0586DE0F960C1C0483043B61A0D06, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Task_ContinueWith_m9CE1D5EA7825C598CB0B59D1DB296C684CBF2C76_RuntimeMethod_var); } IL_001c: { int32_t L_4 = ___continuationOptions4; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_CreationOptionsFromContinuationOptions_m316B62774ED835AD3DB52803990E10A58CFF3B08(L_4, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8 * L_5 = ___continuationAction0; RuntimeObject * L_6 = ___state1; int32_t L_7 = V_0; int32_t L_8 = V_1; int32_t* L_9 = ___stackMark5; ContinuationTaskFromTask_tFE42871D04E441714667326AD03132B52E75777F * L_10 = (ContinuationTaskFromTask_tFE42871D04E441714667326AD03132B52E75777F *)il2cpp_codegen_object_new(ContinuationTaskFromTask_tFE42871D04E441714667326AD03132B52E75777F_il2cpp_TypeInfo_var); ContinuationTaskFromTask__ctor_m7804EC000E1BA147597C861D81912A1A20EA35D9(L_10, __this, L_5, L_6, L_7, L_8, (int32_t*)L_9, /*hidden argument*/NULL); V_2 = L_10; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_11 = V_2; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_12 = ___scheduler2; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_13 = ___cancellationToken3; int32_t L_14 = ___continuationOptions4; Task_ContinueWithCore_mD177BCBA1127C701937530F6CE9BF4DC23AF692D(__this, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_15 = V_2; return L_15; } } // System.Void System.Threading.Tasks.Task::CreationOptionsFromContinuationOptions(System.Threading.Tasks.TaskContinuationOptions,System.Threading.Tasks.TaskCreationOptions&,System.Threading.Tasks.InternalTaskOptions&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_CreationOptionsFromContinuationOptions_m316B62774ED835AD3DB52803990E10A58CFF3B08 (int32_t ___continuationOptions0, int32_t* ___creationOptions1, int32_t* ___internalOptions2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_CreationOptionsFromContinuationOptions_m316B62774ED835AD3DB52803990E10A58CFF3B08_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = ((int32_t)458752); V_1 = ((int32_t)95); V_2 = ((int32_t)524290); int32_t L_0 = ___continuationOptions0; int32_t L_1 = V_2; int32_t L_2 = V_2; if ((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) == ((uint32_t)L_2)))) { goto IL_002a; } } { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB7A59C1214B081A2AF0561DFF2E17294228556D4, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral8EFECA76BCED966AFD1E6DF59938C647C9C83F78, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Task_CreationOptionsFromContinuationOptions_m316B62774ED835AD3DB52803990E10A58CFF3B08_RuntimeMethod_var); } IL_002a: { int32_t L_5 = ___continuationOptions0; int32_t L_6 = V_1; int32_t L_7 = V_0; if (!((int32_t)((int32_t)L_5&(int32_t)((~((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6|(int32_t)L_7))|(int32_t)((int32_t)32)))|(int32_t)((int32_t)524288)))))))) { goto IL_0046; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_8, _stringLiteral8EFECA76BCED966AFD1E6DF59938C647C9C83F78, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Task_CreationOptionsFromContinuationOptions_m316B62774ED835AD3DB52803990E10A58CFF3B08_RuntimeMethod_var); } IL_0046: { int32_t L_9 = ___continuationOptions0; int32_t L_10 = V_0; int32_t L_11 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_9&(int32_t)L_10))) == ((uint32_t)L_11)))) { goto IL_0061; } } { String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4BCCDABF897E38A4B92A38BE1212932A6B9649C0, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_13 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_13, _stringLiteral8EFECA76BCED966AFD1E6DF59938C647C9C83F78, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, Task_CreationOptionsFromContinuationOptions_m316B62774ED835AD3DB52803990E10A58CFF3B08_RuntimeMethod_var); } IL_0061: { int32_t* L_14 = ___creationOptions1; int32_t L_15 = ___continuationOptions0; int32_t L_16 = V_1; *((int32_t*)L_14) = (int32_t)((int32_t)((int32_t)L_15&(int32_t)L_16)); int32_t* L_17 = ___internalOptions2; *((int32_t*)L_17) = (int32_t)((int32_t)512); int32_t L_18 = ___continuationOptions0; if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)32)))) { goto IL_007d; } } { int32_t* L_19 = ___internalOptions2; int32_t* L_20 = ___internalOptions2; int32_t L_21 = *((int32_t*)L_20); *((int32_t*)L_19) = (int32_t)((int32_t)((int32_t)L_21|(int32_t)((int32_t)4096))); } IL_007d: { return; } } // System.Void System.Threading.Tasks.Task::ContinueWithCore(System.Threading.Tasks.Task,System.Threading.Tasks.TaskScheduler,System.Threading.CancellationToken,System.Threading.Tasks.TaskContinuationOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_ContinueWithCore_mD177BCBA1127C701937530F6CE9BF4DC23AF692D (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___continuationTask0, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken2, int32_t ___options3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_ContinueWithCore_mD177BCBA1127C701937530F6CE9BF4DC23AF692D_MetadataUsageId); s_Il2CppMethodInitialized = true; } TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * V_0 = NULL; { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ___continuationTask0; int32_t L_1 = ___options3; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_2 = ___scheduler1; StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC * L_3 = (StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC *)il2cpp_codegen_object_new(StandardTaskContinuation_t881642FBF59AF2A7969C82E4CC21276501D549EC_il2cpp_TypeInfo_var); StandardTaskContinuation__ctor_m7CB15782CC00DD5A95EB9B98D988BE433A26CD9D(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; bool L_4 = CancellationToken_get_CanBeCanceled_m485B6A386A628048A15D607330E91582012C59EF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken2), /*hidden argument*/NULL); if (!L_4) { goto IL_0038; } } { bool L_5 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0024; } } { bool L_6 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken2), /*hidden argument*/NULL); if (!L_6) { goto IL_002f; } } IL_0024: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_7 = ___continuationTask0; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_8 = ___cancellationToken2; NullCheck(L_7); Task_AssignCancellationToken_m49B51C0263DAE4EF7573885594D1F99DF81C300F(L_7, L_8, (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)NULL, (TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 *)NULL, /*hidden argument*/NULL); goto IL_0038; } IL_002f: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_9 = ___continuationTask0; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_10 = ___cancellationToken2; TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_11 = V_0; NullCheck(L_9); Task_AssignCancellationToken_m49B51C0263DAE4EF7573885594D1F99DF81C300F(L_9, L_10, __this, L_11, /*hidden argument*/NULL); } IL_0038: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_12 = ___continuationTask0; NullCheck(L_12); bool L_13 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0052; } } { TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_14 = V_0; bool L_15 = Task_AddTaskContinuation_m16543B86970B0357262A2CD975E006BBC07760C0(__this, L_14, (bool)0, /*hidden argument*/NULL); if (L_15) { goto IL_0052; } } { TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * L_16 = V_0; NullCheck(L_16); VirtActionInvoker2< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, bool >::Invoke(4 /* System.Void System.Threading.Tasks.TaskContinuation::Run(System.Threading.Tasks.Task,System.Boolean) */, L_16, __this, (bool)1); } IL_0052: { return; } } // System.Void System.Threading.Tasks.Task::AddCompletionAction(System.Threading.Tasks.ITaskCompletionAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddCompletionAction_m211F80F6F259D8F8CBB408A901101B91923800C1 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject* ___action0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___action0; Task_AddCompletionAction_m0B91D1C446207F2632CFCFE45B499E98A6DD8580(__this, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task::AddCompletionAction(System.Threading.Tasks.ITaskCompletionAction,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_AddCompletionAction_m0B91D1C446207F2632CFCFE45B499E98A6DD8580 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject* ___action0, bool ___addBeforeOthers1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_AddCompletionAction_m0B91D1C446207F2632CFCFE45B499E98A6DD8580_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___action0; bool L_1 = ___addBeforeOthers1; bool L_2 = Task_AddTaskContinuation_m16543B86970B0357262A2CD975E006BBC07760C0(__this, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0011; } } { RuntimeObject* L_3 = ___action0; NullCheck(L_3); InterfaceActionInvoker1< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * >::Invoke(0 /* System.Void System.Threading.Tasks.ITaskCompletionAction::Invoke(System.Threading.Tasks.Task) */, ITaskCompletionAction_tB83E2DB0F3297A73CDBE338B6F2CA81D84E9C978_il2cpp_TypeInfo_var, L_3, __this); } IL_0011: { return; } } // System.Boolean System.Threading.Tasks.Task::AddTaskContinuationComplex(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_AddTaskContinuationComplex_mA7A1D0E407A59EC369D7879BB76F406CF1B5E848 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject * ___tc0, bool ___addBeforeOthers1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_AddTaskContinuationComplex_mA7A1D0E407A59EC369D7879BB76F406CF1B5E848_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * V_1 = NULL; List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * V_2 = NULL; List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * V_3 = NULL; bool V_4 = false; bool V_5 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { RuntimeObject * L_0 = __this->get_m_continuationObject_10(); il2cpp_codegen_memory_barrier(); V_0 = L_0; RuntimeObject * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_taskCompletionSentinel_11(); if ((((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2))) { goto IL_0034; } } { RuntimeObject * L_3 = V_0; if (((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)IsInstClass((RuntimeObject*)L_3, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var))) { goto IL_0034; } } { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_4 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var); List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3(L_4, /*hidden argument*/List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_RuntimeMethod_var); V_2 = L_4; List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_5 = V_2; RuntimeObject * L_6 = V_0; NullCheck(L_5); List_1_Add_m6930161974C7504C80F52EC379EF012387D43138(L_5, L_6, /*hidden argument*/List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_RuntimeMethod_var); RuntimeObject ** L_7 = __this->get_address_of_m_continuationObject_10(); il2cpp_codegen_memory_barrier(); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_8 = V_2; RuntimeObject * L_9 = V_0; Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)L_7, L_8, L_9, /*hidden argument*/NULL); } IL_0034: { RuntimeObject * L_10 = __this->get_m_continuationObject_10(); il2cpp_codegen_memory_barrier(); V_1 = ((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)IsInstClass((RuntimeObject*)L_10, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var)); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_11 = V_1; if (!L_11) { goto IL_00a1; } } { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_12 = V_1; V_3 = L_12; V_4 = (bool)0; } IL_004a: try { // begin try (depth: 1) { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_13 = V_3; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_13, (bool*)(&V_4), /*hidden argument*/NULL); RuntimeObject * L_14 = __this->get_m_continuationObject_10(); il2cpp_codegen_memory_barrier(); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); RuntimeObject * L_15 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_taskCompletionSentinel_11(); if ((((RuntimeObject*)(RuntimeObject *)L_14) == ((RuntimeObject*)(RuntimeObject *)L_15))) { goto IL_0094; } } IL_0061: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_16 = V_1; NullCheck(L_16); int32_t L_17 = List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_inline(L_16, /*hidden argument*/List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_RuntimeMethod_var); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_18 = V_1; NullCheck(L_18); int32_t L_19 = List_1_get_Capacity_mB976106DA11B4155CBC654A4FEAF355280834D8B(L_18, /*hidden argument*/List_1_get_Capacity_mB976106DA11B4155CBC654A4FEAF355280834D8B_RuntimeMethod_var); if ((!(((uint32_t)L_17) == ((uint32_t)L_19)))) { goto IL_007b; } } IL_006f: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_20 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * L_21 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_IsTaskContinuationNullPredicate_21(); NullCheck(L_20); List_1_RemoveAll_m568E7007C316A2B83B0D08A324AA8A9C8D2796DF(L_20, L_21, /*hidden argument*/List_1_RemoveAll_m568E7007C316A2B83B0D08A324AA8A9C8D2796DF_RuntimeMethod_var); } IL_007b: { bool L_22 = ___addBeforeOthers1; if (!L_22) { goto IL_0088; } } IL_007e: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_23 = V_1; RuntimeObject * L_24 = ___tc0; NullCheck(L_23); List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52(L_23, 0, L_24, /*hidden argument*/List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_RuntimeMethod_var); goto IL_008f; } IL_0088: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_25 = V_1; RuntimeObject * L_26 = ___tc0; NullCheck(L_25); List_1_Add_m6930161974C7504C80F52EC379EF012387D43138(L_25, L_26, /*hidden argument*/List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_RuntimeMethod_var); } IL_008f: { V_5 = (bool)1; IL2CPP_LEAVE(0xA3, FINALLY_0096); } IL_0094: { IL2CPP_LEAVE(0xA1, FINALLY_0096); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0096; } FINALLY_0096: { // begin finally (depth: 1) { bool L_27 = V_4; if (!L_27) { goto IL_00a0; } } IL_009a: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_28 = V_3; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_28, /*hidden argument*/NULL); } IL_00a0: { IL2CPP_END_FINALLY(150) } } // end finally (depth: 1) IL2CPP_CLEANUP(150) { IL2CPP_JUMP_TBL(0xA3, IL_00a3) IL2CPP_JUMP_TBL(0xA1, IL_00a1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a1: { return (bool)0; } IL_00a3: { bool L_29 = V_5; return L_29; } } // System.Boolean System.Threading.Tasks.Task::AddTaskContinuation(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_AddTaskContinuation_m16543B86970B0357262A2CD975E006BBC07760C0 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject * ___tc0, bool ___addBeforeOthers1, const RuntimeMethod* method) { { bool L_0 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = __this->get_m_continuationObject_10(); il2cpp_codegen_memory_barrier(); if (L_1) { goto IL_0023; } } { RuntimeObject ** L_2 = __this->get_address_of_m_continuationObject_10(); il2cpp_codegen_memory_barrier(); RuntimeObject * L_3 = ___tc0; RuntimeObject * L_4 = Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)L_2, L_3, NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } IL_0023: { RuntimeObject * L_5 = ___tc0; bool L_6 = ___addBeforeOthers1; bool L_7 = Task_AddTaskContinuationComplex_mA7A1D0E407A59EC369D7879BB76F406CF1B5E848(__this, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_002c: { return (bool)1; } } // System.Void System.Threading.Tasks.Task::RemoveContinuation(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_RemoveContinuation_m09A569E89BF4CCCF31646AB74A88BCDFC093DAE4 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, RuntimeObject * ___continuationObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_RemoveContinuation_m09A569E89BF4CCCF31646AB74A88BCDFC093DAE4_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * V_1 = NULL; List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { RuntimeObject * L_0 = __this->get_m_continuationObject_10(); il2cpp_codegen_memory_barrier(); V_0 = L_0; RuntimeObject * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_taskCompletionSentinel_11(); if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_0012; } } { return; } IL_0012: { RuntimeObject * L_3 = V_0; V_1 = ((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)IsInstClass((RuntimeObject*)L_3, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var)); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_4 = V_1; if (L_4) { goto IL_0041; } } { RuntimeObject ** L_5 = __this->get_address_of_m_continuationObject_10(); il2cpp_codegen_memory_barrier(); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_6 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var); List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3(L_6, /*hidden argument*/List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_RuntimeMethod_var); RuntimeObject * L_7 = ___continuationObject0; RuntimeObject * L_8 = Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)L_5, L_6, L_7, /*hidden argument*/NULL); RuntimeObject * L_9 = ___continuationObject0; if ((((RuntimeObject*)(RuntimeObject *)L_8) == ((RuntimeObject*)(RuntimeObject *)L_9))) { goto IL_0040; } } { RuntimeObject * L_10 = __this->get_m_continuationObject_10(); il2cpp_codegen_memory_barrier(); V_1 = ((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)IsInstClass((RuntimeObject*)L_10, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var)); goto IL_0041; } IL_0040: { return; } IL_0041: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_11 = V_1; if (!L_11) { goto IL_0084; } } { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_12 = V_1; V_2 = L_12; V_3 = (bool)0; } IL_0048: try { // begin try (depth: 1) { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_13 = V_2; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_13, (bool*)(&V_3), /*hidden argument*/NULL); RuntimeObject * L_14 = __this->get_m_continuationObject_10(); il2cpp_codegen_memory_barrier(); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); RuntimeObject * L_15 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_taskCompletionSentinel_11(); if ((!(((RuntimeObject*)(RuntimeObject *)L_14) == ((RuntimeObject*)(RuntimeObject *)L_15)))) { goto IL_0061; } } IL_005f: { IL2CPP_LEAVE(0x84, FINALLY_007a); } IL_0061: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_16 = V_1; RuntimeObject * L_17 = ___continuationObject0; NullCheck(L_16); int32_t L_18 = List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728(L_16, L_17, /*hidden argument*/List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_RuntimeMethod_var); V_4 = L_18; int32_t L_19 = V_4; if ((((int32_t)L_19) == ((int32_t)(-1)))) { goto IL_0078; } } IL_006f: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_20 = V_1; int32_t L_21 = V_4; NullCheck(L_20); List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E(L_20, L_21, NULL, /*hidden argument*/List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_RuntimeMethod_var); } IL_0078: { IL2CPP_LEAVE(0x84, FINALLY_007a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007a; } FINALLY_007a: { // begin finally (depth: 1) { bool L_22 = V_3; if (!L_22) { goto IL_0083; } } IL_007d: { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_23 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_23, /*hidden argument*/NULL); } IL_0083: { IL2CPP_END_FINALLY(122) } } // end finally (depth: 1) IL2CPP_CLEANUP(122) { IL2CPP_JUMP_TBL(0x84, IL_0084) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0084: { return; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::FromException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_FromException_m8D8A19D1CF4B424A3B48F49C7150496075038E54 (Exception_t * ___exception0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_FromException_m8D8A19D1CF4B424A3B48F49C7150496075038E54_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ___exception0; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * L_1 = Task_FromException_TisVoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40_mF0D5B2C3E0E9A2245559F271CB88AAA19ADCE0E9(L_0, /*hidden argument*/Task_FromException_TisVoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40_mF0D5B2C3E0E9A2245559F271CB88AAA19ADCE0E9_RuntimeMethod_var); return L_1; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::FromCancellation(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_FromCancellation_m2106218A961C3950EA87A16189081D7DFB42B860 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_FromCancellation_m2106218A961C3950EA87A16189081D7DFB42B860_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken0), /*hidden argument*/NULL); if (L_0) { goto IL_0014; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralBA7B76F7CEFAFC945D4F1E46E2C21A2894A4FD10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Task_FromCancellation_m2106218A961C3950EA87A16189081D7DFB42B860_RuntimeMethod_var); } IL_0014: { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_2 = ___cancellationToken0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)il2cpp_codegen_object_new(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task__ctor_m61EE08D52F4C76A4D8E44B826F02724920D3425B(L_3, (bool)1, 0, L_2, /*hidden argument*/NULL); return L_3; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::Run(System.Action) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_Run_m201E4C04F97BCF541633AF913DF20C6FF7872E44 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_Run_m201E4C04F97BCF541633AF913DF20C6FF7872E44_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_1; memset((&V_1), 0, sizeof(V_1)); { V_0 = 1; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ___action0; il2cpp_codegen_initobj((&V_1), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_1 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_2 = TaskScheduler_get_Default_mC3794A546EB0F4C6D0A11E72F8939EC364733C87_inline(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = Task_InternalStartNew_mC0053D3F586953AC3989875B67F9D60947C68BEC((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)NULL, L_0, NULL, L_1, L_2, 8, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_3; } } // System.Threading.Tasks.Task System.Threading.Tasks.Task::Delay(System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_Delay_mE765C93596171D57A356BCCCEFE49392CA925AFA (int32_t ___millisecondsDelay0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_Delay_mE765C93596171D57A356BCCCEFE49392CA925AFA_MetadataUsageId); s_Il2CppMethodInitialized = true; } DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * V_0 = NULL; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * G_B9_0 = NULL; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * G_B9_1 = NULL; DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * G_B9_2 = NULL; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * G_B8_0 = NULL; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * G_B8_1 = NULL; DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * G_B8_2 = NULL; TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * G_B13_0 = NULL; DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * G_B13_1 = NULL; TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * G_B12_0 = NULL; DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * G_B12_1 = NULL; { int32_t L_0 = ___millisecondsDelay0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral704E89153833A67B5C6F82E1207A4D09B77B49D2, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralC345D79431223595C0658582F663D5FE489CE4EA, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Task_Delay_mE765C93596171D57A356BCCCEFE49392CA925AFA_RuntimeMethod_var); } IL_0019: { bool L_3 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken1), /*hidden argument*/NULL); if (!L_3) { goto IL_0029; } } { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = ___cancellationToken1; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = Task_FromCancellation_m2106218A961C3950EA87A16189081D7DFB42B860(L_4, /*hidden argument*/NULL); return L_5; } IL_0029: { int32_t L_6 = ___millisecondsDelay0; if (L_6) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_7 = Task_get_CompletedTask_mBB0764E7FDE04E900FFBE5B1BE6B815193681E86(/*hidden argument*/NULL); return L_7; } IL_0032: { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_8 = ___cancellationToken1; DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * L_9 = (DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 *)il2cpp_codegen_object_new(DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2_il2cpp_TypeInfo_var); DelayPromise__ctor_m3A76D411C11904928F0FF700384FFA1668669B15(L_9, L_8, /*hidden argument*/NULL); V_0 = L_9; bool L_10 = CancellationToken_get_CanBeCanceled_m485B6A386A628048A15D607330E91582012C59EF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken1), /*hidden argument*/NULL); if (!L_10) { goto IL_006f; } } { DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_12 = ((U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var))->get_U3CU3E9__276_0_1(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_13 = L_12; G_B8_0 = L_13; G_B8_1 = (&___cancellationToken1); G_B8_2 = L_11; if (L_13) { G_B9_0 = L_13; G_B9_1 = (&___cancellationToken1); G_B9_2 = L_11; goto IL_0064; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var); U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * L_14 = ((U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_15 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)il2cpp_codegen_object_new(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0_il2cpp_TypeInfo_var); Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510(L_15, L_14, (intptr_t)((intptr_t)U3CU3Ec_U3CDelayU3Eb__276_0_m5AB12E46C061368D100FF6C69F9D056E65A6AE2C_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_RuntimeMethod_var); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_16 = L_15; ((U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var))->set_U3CU3E9__276_0_1(L_16); G_B9_0 = L_16; G_B9_1 = G_B8_1; G_B9_2 = G_B8_2; } IL_0064: { DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * L_17 = V_0; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_18 = CancellationToken_InternalRegisterWithoutEC_m2AB5F8C5E8800786BE0825ACE80BAA2EFB719DFF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)G_B9_1, G_B9_0, L_17, /*hidden argument*/NULL); NullCheck(G_B9_2); G_B9_2->set_Registration_26(L_18); } IL_006f: { int32_t L_19 = ___millisecondsDelay0; if ((((int32_t)L_19) == ((int32_t)(-1)))) { goto IL_00ab; } } { DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var); TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * L_21 = ((U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var))->get_U3CU3E9__276_1_2(); TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * L_22 = L_21; G_B12_0 = L_22; G_B12_1 = L_20; if (L_22) { G_B13_0 = L_22; G_B13_1 = L_20; goto IL_0093; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var); U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * L_23 = ((U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * L_24 = (TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 *)il2cpp_codegen_object_new(TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219_il2cpp_TypeInfo_var); TimerCallback__ctor_m6B85BEF2F0E429E5F8E4FA2F527B42247E95A690(L_24, L_23, (intptr_t)((intptr_t)U3CU3Ec_U3CDelayU3Eb__276_1_m54F939B4DD3A17936C0D754419E2A01555DB8D6A_RuntimeMethod_var), /*hidden argument*/NULL); TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * L_25 = L_24; ((U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var))->set_U3CU3E9__276_1_2(L_25); G_B13_0 = L_25; G_B13_1 = G_B12_1; } IL_0093: { DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * L_26 = V_0; int32_t L_27 = ___millisecondsDelay0; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_28 = (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)il2cpp_codegen_object_new(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var); Timer__ctor_mD4A4B4616E25E39A422DD8083930951535AE8BA1(L_28, G_B13_0, L_26, L_27, (-1), /*hidden argument*/NULL); NullCheck(G_B13_1); G_B13_1->set_Timer_27(L_28); DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * L_29 = V_0; NullCheck(L_29); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_30 = L_29->get_Timer_27(); NullCheck(L_30); Timer_KeepRootedWhileScheduled_mDB50A8671E3759074432E0E4EEBF1BD90B721829(L_30, /*hidden argument*/NULL); } IL_00ab: { DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * L_31 = V_0; return L_31; } } // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::WhenAny(System.Threading.Tasks.Task[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 * Task_WhenAny_mBC42BCB13C1F576DE6DAA08EB4F704D8176E674F (TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* ___tasks0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_WhenAny_mBC42BCB13C1F576DE6DAA08EB4F704D8176E674F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* V_1 = NULL; int32_t V_2 = 0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_3 = NULL; { TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* L_0 = ___tasks0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral55D8727A05EB80B0788AF57A5317F3E0A1F4AA55, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Task_WhenAny_mBC42BCB13C1F576DE6DAA08EB4F704D8176E674F_RuntimeMethod_var); } IL_000e: { TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* L_2 = ___tasks0; NullCheck(L_2); if ((((RuntimeArray*)L_2)->max_length)) { goto IL_0027; } } { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralECD044A1043B44632AC8663CA77996470922BCAD, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, L_3, _stringLiteral55D8727A05EB80B0788AF57A5317F3E0A1F4AA55, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Task_WhenAny_mBC42BCB13C1F576DE6DAA08EB4F704D8176E674F_RuntimeMethod_var); } IL_0027: { TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* L_5 = ___tasks0; NullCheck(L_5); V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))); int32_t L_6 = V_0; TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* L_7 = (TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE*)(TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE*)SZArrayNew(TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE_il2cpp_TypeInfo_var, (uint32_t)L_6); V_1 = L_7; V_2 = 0; goto IL_005a; } IL_0036: { TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* L_8 = ___tasks0; int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = L_9; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_11 = (L_8)->GetAt(static_cast(L_10)); V_3 = L_11; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_12 = V_3; if (L_12) { goto IL_0052; } } { String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9527141004011DE14AE7F1E3643C59B23A00BC38, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_14, L_13, _stringLiteral55D8727A05EB80B0788AF57A5317F3E0A1F4AA55, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, Task_WhenAny_mBC42BCB13C1F576DE6DAA08EB4F704D8176E674F_RuntimeMethod_var); } IL_0052: { TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* L_15 = V_1; int32_t L_16 = V_2; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_17 = V_3; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_17); (L_15)->SetAt(static_cast(L_16), (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)L_17); int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_005a: { int32_t L_19 = V_2; int32_t L_20 = V_0; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0036; } } { TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE* L_21 = V_1; Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 * L_22 = TaskFactory_CommonCWAnyLogic_m49CC1C06031409C5D34990993262A531609D9565((RuntimeObject*)(RuntimeObject*)L_21, /*hidden argument*/NULL); return L_22; } } // System.Void System.Threading.Tasks.Task::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task__cctor_m7AFA29A4CA3EA811384CCCB500558E02711767B7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task__cctor_m7AFA29A4CA3EA811384CCCB500558E02711767B7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * L_0 = (TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 *)il2cpp_codegen_object_new(TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155_il2cpp_TypeInfo_var); TaskFactory__ctor_m56921654C22946B66D728E86E5989E0397303233(L_0, /*hidden argument*/NULL); ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->set_s_factory_3(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL); ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->set_s_taskCompletionSentinel_11(L_1); Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * L_2 = (Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F *)il2cpp_codegen_object_new(Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F_il2cpp_TypeInfo_var); Dictionary_2__ctor_m9E5909F2240E8B4B0B9CA7DDA4075EF6C3B7BCA5(L_2, /*hidden argument*/Dictionary_2__ctor_m9E5909F2240E8B4B0B9CA7DDA4075EF6C3B7BCA5_RuntimeMethod_var); ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->set_s_currentActiveTasks_13(L_2); RuntimeObject * L_3 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_3, /*hidden argument*/NULL); ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->set_s_activeTasksLock_14(L_3); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_4 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)il2cpp_codegen_object_new(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0_il2cpp_TypeInfo_var); Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510(L_4, NULL, (intptr_t)((intptr_t)Task_TaskCancelCallback_m871E63C611277708EB9BCD3A584958CF427429CF_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_RuntimeMethod_var); ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->set_s_taskCancelCallback_16(L_4); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var); U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * L_5 = ((U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * L_6 = (Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F *)il2cpp_codegen_object_new(Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F_il2cpp_TypeInfo_var); Func_1__ctor_mE9C2E3D8D0214538F8B9ABE57AA858D03EB20169(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__295_0_mDCF5EBEFFB333327107E40BF44507418FE7BBFDD_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_mE9C2E3D8D0214538F8B9ABE57AA858D03EB20169_RuntimeMethod_var); ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->set_s_createContingentProperties_17(L_6); U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * L_7 = ((U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * L_8 = (Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 *)il2cpp_codegen_object_new(Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335_il2cpp_TypeInfo_var); Predicate_1__ctor_m1481B0BA718AF9DAD320321A0CF4E8FB952E1E23(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__295_1_m44A2EA1ECE75C2BBF322DB9FC58C4D292B857963_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m1481B0BA718AF9DAD320321A0CF4E8FB952E1E23_RuntimeMethod_var); ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->set_s_IsExceptionObservedByParentPredicate_19(L_8); U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * L_9 = ((U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * L_10 = (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *)il2cpp_codegen_object_new(Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979_il2cpp_TypeInfo_var); Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C(L_10, L_9, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__295_2_mE59AFDA5091AFFCF6A8D7C9F147A2EB2534B4F3C_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_RuntimeMethod_var); ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->set_s_IsTaskContinuationNullPredicate_21(L_10); 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.Task_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mD421A18D7B3D53CD889B2E9FB6B14A042E480477 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_mD421A18D7B3D53CD889B2E9FB6B14A042E480477_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * L_0 = (U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 *)il2cpp_codegen_object_new(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m5074370076D060EDD4DE2D93ABCD6E80B6AA2574(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void System.Threading.Tasks.Task_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m5074370076D060EDD4DE2D93ABCD6E80B6AA2574 (U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task_<>c::b__276_0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CDelayU3Eb__276_0_m5AB12E46C061368D100FF6C69F9D056E65A6AE2C (U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CDelayU3Eb__276_0_m5AB12E46C061368D100FF6C69F9D056E65A6AE2C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___state0; NullCheck(((DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 *)CastclassSealed((RuntimeObject*)L_0, DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2_il2cpp_TypeInfo_var))); DelayPromise_Complete_m0CE65AE222FFF596F849ACDF12710DA631C673AD(((DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 *)CastclassSealed((RuntimeObject*)L_0, DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task_<>c::b__276_1(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CDelayU3Eb__276_1_m54F939B4DD3A17936C0D754419E2A01555DB8D6A (U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CDelayU3Eb__276_1_m54F939B4DD3A17936C0D754419E2A01555DB8D6A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___state0; NullCheck(((DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 *)CastclassSealed((RuntimeObject*)L_0, DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2_il2cpp_TypeInfo_var))); DelayPromise_Complete_m0CE65AE222FFF596F849ACDF12710DA631C673AD(((DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 *)CastclassSealed((RuntimeObject*)L_0, DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Threading.Tasks.Task_ContingentProperties System.Threading.Tasks.Task_<>c::<.cctor>b__295_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * U3CU3Ec_U3C_cctorU3Eb__295_0_mDCF5EBEFFB333327107E40BF44507418FE7BBFDD (U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__295_0_mDCF5EBEFFB333327107E40BF44507418FE7BBFDD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * L_0 = (ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 *)il2cpp_codegen_object_new(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08_il2cpp_TypeInfo_var); ContingentProperties__ctor_mD515B94D26AB52AFF131A9C97483E657261B0120(L_0, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Threading.Tasks.Task_<>c::<.cctor>b__295_1(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3C_cctorU3Eb__295_1_m44A2EA1ECE75C2BBF322DB9FC58C4D292B857963 (U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___t0, const RuntimeMethod* method) { { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ___t0; NullCheck(L_0); bool L_1 = Task_get_IsExceptionObservedByParent_mF76B3BAD34F96F98D1A8E8ACFF533728CEA7EE07(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Threading.Tasks.Task_<>c::<.cctor>b__295_2(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3C_cctorU3Eb__295_2_mE59AFDA5091AFFCF6A8D7C9F147A2EB2534B4F3C (U3CU3Ec_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3 * __this, RuntimeObject * ___tc0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___tc0; return (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.Task_<>c__DisplayClass178_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass178_0__ctor_mE3AB73DE645CB1E445061A5C3AF7591D19EC1D10 (U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task_<>c__DisplayClass178_0::b__0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass178_0_U3CExecuteSelfReplicatingU3Eb__0_mAF07405204F1F6B3977A5E367931D33F38CAB548 (U3CU3Ec__DisplayClass178_0_tDB7F53582BFA1879573CC515D119580A06752F7E * __this, RuntimeObject * ___U3Cp0U3E0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass178_0_U3CExecuteSelfReplicatingU3Eb__0_mAF07405204F1F6B3977A5E367931D33F38CAB548_MetadataUsageId); s_Il2CppMethodInitialized = true; } Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_0 = NULL; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_1 = NULL; RuntimeObject * V_2 = NULL; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * V_3 = NULL; Exception_t * V_4 = NULL; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 4); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = Task_get_InternalCurrent_m6BD4F17F5DAF5AC20BD6051A854D0BD702025892_inline(/*hidden argument*/NULL); V_0 = L_0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = V_0; NullCheck(L_1); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = VirtFuncInvoker0< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * >::Invoke(17 /* System.Threading.Tasks.Task System.Threading.Tasks.Task::get_HandedOverChildReplica() */, L_1); V_1 = L_2; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = V_1; if (L_3) { goto IL_0085; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = __this->get_root_0(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Threading.Tasks.Task::ShouldReplicate() */, L_4); if (L_5) { goto IL_001e; } } { return; } IL_001e: { bool* L_6 = __this->get_address_of_replicasAreQuitting_1(); bool L_7 = VolatileRead((bool*)L_6); if (!L_7) { goto IL_002c; } } { return; } IL_002c: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_8 = __this->get_root_0(); NullCheck(L_8); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_9 = Task_get_CapturedContext_m0BF410316395E27B89095D1070AB0D0875B0AAF1(L_8, /*hidden argument*/NULL); V_3 = L_9; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_10 = __this->get_root_0(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_11 = __this->get_taskReplicaDelegate_2(); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_12 = __this->get_root_0(); NullCheck(L_12); RuntimeObject * L_13 = L_12->get_m_stateObject_6(); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_14 = __this->get_root_0(); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_15 = __this->get_root_0(); NullCheck(L_15); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_16 = Task_get_ExecutingTaskScheduler_m3A3340F34EF9D594413E54F46B78874BCB0CA30D_inline(L_15, /*hidden argument*/NULL); int32_t L_17 = __this->get_creationOptionsForReplicas_3(); int32_t L_18 = __this->get_internalOptionsForReplicas_4(); NullCheck(L_10); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_19 = VirtFuncInvoker6< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *, int32_t, int32_t >::Invoke(14 /* System.Threading.Tasks.Task System.Threading.Tasks.Task::CreateReplicaTask(System.Action`1,System.Object,System.Threading.Tasks.Task,System.Threading.Tasks.TaskScheduler,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions) */, L_10, L_11, L_13, L_14, L_16, L_17, L_18); V_1 = L_19; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_20 = V_1; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_21 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_22 = Task_CopyExecutionContext_m8B27D58B28710B2B9CDA52970404E67039F0EE53(L_21, /*hidden argument*/NULL); NullCheck(L_20); Task_set_CapturedContext_mB7C98613F94CB2B97DB8B283F18E0E47C42B887B(L_20, L_22, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_23 = V_1; NullCheck(L_23); Task_ScheduleAndStart_m7A3334C89BD4B47370D0A3CAE575EA54CCA01AEF(L_23, (bool)0, /*hidden argument*/NULL); } IL_0085: { } IL_0086: try { // begin try (depth: 1) Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_24 = __this->get_root_0(); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_25 = V_0; NullCheck(L_24); Task_InnerInvokeWithArg_m8313756145BF2BCE95AA05D0B896E4780788DD86(L_24, L_25, /*hidden argument*/NULL); goto IL_00b6; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0094; throw e; } CATCH_0094: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_26 = __this->get_root_0(); Exception_t * L_27 = V_4; NullCheck(L_26); Task_HandleException_m6B4C1844450535E0938234A9A696060C28A5F74C(L_26, L_27, /*hidden argument*/NULL); Exception_t * L_28 = V_4; if (!((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_28, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var))) { goto IL_00b4; } } IL_00ac: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_29 = V_0; NullCheck(L_29); Task_FinishThreadAbortedTask_m68ACB8E7C1B325A01E7CFB23448F60DF56328760(L_29, (bool)0, (bool)1, /*hidden argument*/NULL); } IL_00b4: { goto IL_00b6; } } // end catch (depth: 1) IL_00b6: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_30 = V_0; NullCheck(L_30); RuntimeObject * L_31 = VirtFuncInvoker0< RuntimeObject * >::Invoke(15 /* System.Object System.Threading.Tasks.Task::get_SavedStateForNextReplica() */, L_30); V_2 = L_31; RuntimeObject * L_32 = V_2; if (!L_32) { goto IL_0128; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_33 = __this->get_root_0(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_34 = __this->get_taskReplicaDelegate_2(); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_35 = __this->get_root_0(); NullCheck(L_35); RuntimeObject * L_36 = L_35->get_m_stateObject_6(); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_37 = __this->get_root_0(); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_38 = __this->get_root_0(); NullCheck(L_38); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_39 = Task_get_ExecutingTaskScheduler_m3A3340F34EF9D594413E54F46B78874BCB0CA30D_inline(L_38, /*hidden argument*/NULL); int32_t L_40 = __this->get_creationOptionsForReplicas_3(); int32_t L_41 = __this->get_internalOptionsForReplicas_4(); NullCheck(L_33); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_42 = VirtFuncInvoker6< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *, int32_t, int32_t >::Invoke(14 /* System.Threading.Tasks.Task System.Threading.Tasks.Task::CreateReplicaTask(System.Action`1,System.Object,System.Threading.Tasks.Task,System.Threading.Tasks.TaskScheduler,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.InternalTaskOptions) */, L_33, L_34, L_36, L_37, L_39, L_40, L_41); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_43 = __this->get_root_0(); NullCheck(L_43); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_44 = Task_get_CapturedContext_m0BF410316395E27B89095D1070AB0D0875B0AAF1(L_43, /*hidden argument*/NULL); V_5 = L_44; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_45 = L_42; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_46 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_47 = Task_CopyExecutionContext_m8B27D58B28710B2B9CDA52970404E67039F0EE53(L_46, /*hidden argument*/NULL); NullCheck(L_45); Task_set_CapturedContext_mB7C98613F94CB2B97DB8B283F18E0E47C42B887B(L_45, L_47, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_48 = L_45; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_49 = V_1; NullCheck(L_48); VirtActionInvoker1< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * >::Invoke(18 /* System.Void System.Threading.Tasks.Task::set_HandedOverChildReplica(System.Threading.Tasks.Task) */, L_48, L_49); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_50 = L_48; RuntimeObject * L_51 = V_2; NullCheck(L_50); VirtActionInvoker1< RuntimeObject * >::Invoke(16 /* System.Void System.Threading.Tasks.Task::set_SavedStateFromPreviousReplica(System.Object) */, L_50, L_51); NullCheck(L_50); Task_ScheduleAndStart_m7A3334C89BD4B47370D0A3CAE575EA54CCA01AEF(L_50, (bool)0, /*hidden argument*/NULL); return; } IL_0128: { __this->set_replicasAreQuitting_1((bool)1); } IL_012f: try { // begin try (depth: 1) Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_52 = V_1; NullCheck(L_52); Task_InternalCancel_m745407E41B4B25AA01E7DBAD85A4857D1F7F520D(L_52, (bool)1, /*hidden argument*/NULL); goto IL_014a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0139; throw e; } CATCH_0139: { // begin catch(System.Exception) V_6 = ((Exception_t *)__exception_local); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_53 = __this->get_root_0(); Exception_t * L_54 = V_6; NullCheck(L_53); Task_HandleException_m6B4C1844450535E0938234A9A696060C28A5F74C(L_53, L_54, /*hidden argument*/NULL); goto IL_014a; } // end catch (depth: 1) IL_014a: { 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.Task_ContingentProperties::SetCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContingentProperties_SetCompleted_m3CB1941CBE9F1D241A2AFA4E3F739C98B493E6DE (ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * __this, const RuntimeMethod* method) { ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * V_0 = NULL; { ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_0 = __this->get_m_completionEvent_1(); il2cpp_codegen_memory_barrier(); V_0 = L_0; ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_1 = V_0; if (!L_1) { goto IL_0012; } } { ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_2 = V_0; NullCheck(L_2); ManualResetEventSlim_Set_m2E94D35286055BA81B9DAD85C4CB9DCF89CF0F81(L_2, /*hidden argument*/NULL); } IL_0012: { return; } } // System.Void System.Threading.Tasks.Task_ContingentProperties::DeregisterCancellationCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContingentProperties_DeregisterCancellationCallback_mE1C7DC05011B37760179381194AA813E6646C900 (ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContingentProperties_DeregisterCancellationCallback_mE1C7DC05011B37760179381194AA813E6646C900_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2 * L_0 = __this->get_m_cancellationRegistration_4(); if (!L_0) { goto IL_0024; } } IL_0008: try { // begin try (depth: 1) Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2 * L_1 = __this->get_m_cancellationRegistration_4(); NullCheck(L_1); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * L_2 = L_1->get_address_of_Value_0(); CancellationTokenRegistration_Dispose_m12C09B73DC2913C85C776E611EF48DCA63405457((CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)L_2, /*hidden argument*/NULL); goto IL_001d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001a; throw e; } CATCH_001a: { // begin catch(System.ObjectDisposedException) goto IL_001d; } // end catch (depth: 1) IL_001d: { __this->set_m_cancellationRegistration_4((Shared_1_t6EFAE49AC0A1E070F87779D3DD8273B35F28E7D2 *)NULL); } IL_0024: { return; } } // System.Void System.Threading.Tasks.Task_ContingentProperties::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContingentProperties__ctor_mD515B94D26AB52AFF131A9C97483E657261B0120 (ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * __this, const RuntimeMethod* method) { { il2cpp_codegen_memory_barrier(); __this->set_m_completionCountdown_6(1); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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.Threading.Tasks.Task_DelayPromise::.ctor(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelayPromise__ctor_m3A76D411C11904928F0FF700384FFA1668669B15 (DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelayPromise__ctor_m3A76D411C11904928F0FF700384FFA1668669B15_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673_il2cpp_TypeInfo_var); Task_1__ctor_mB6BFCB1A119B19A4AE30679E41E1F4EC47797EB4(__this, /*hidden argument*/Task_1__ctor_mB6BFCB1A119B19A4AE30679E41E1F4EC47797EB4_RuntimeMethod_var); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = ___token0; __this->set_Token_25(L_0); bool L_1 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_1) { goto IL_0027; } } { int32_t L_2 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCreation_m7B5DBD272BC20E986A5120FBF6665241BBACF060(0, L_2, _stringLiteralB016278EAF5A66B124AA177BADC28CD1550C586F, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); bool L_3 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_asyncDebuggingEnabled_12(); if (!L_3) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_AddToActiveTasks_m840B00A5EE550016686305EDB927B9A7FE37C421(__this, /*hidden argument*/NULL); } IL_0035: { return; } } // System.Void System.Threading.Tasks.Task_DelayPromise::Complete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelayPromise_Complete_m0CE65AE222FFF596F849ACDF12710DA631C673AD (DelayPromise_t7C7AB82D097218CCDB5A68ED80ED47BC56DE10D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelayPromise_Complete_m0CE65AE222FFF596F849ACDF12710DA631C673AD_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_1; memset((&V_1), 0, sizeof(V_1)); VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 V_2; memset((&V_2), 0, sizeof(V_2)); { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = __this->get_Token_25(); V_1 = L_0; bool L_1 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&V_1), /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_2 = __this->get_Token_25(); bool L_3 = Task_1_TrySetCanceled_mF517585BF4AC77744F212A6F236047C47E7CB45C(__this, L_2, /*hidden argument*/Task_1_TrySetCanceled_mF517585BF4AC77744F212A6F236047C47E7CB45C_RuntimeMethod_var); V_0 = L_3; goto IL_0055; } IL_001f: { bool L_4 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_4) { goto IL_0033; } } { int32_t L_5 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCompletion_m63C07B707D3034D2F0F4B395636B410ACC9A78D6(0, L_5, 1, /*hidden argument*/NULL); } IL_0033: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); bool L_6 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_asyncDebuggingEnabled_12(); if (!L_6) { goto IL_0045; } } { int32_t L_7 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_RemoveFromActiveTasks_mEDE131DB4C29D967D6D717CAB002C6C02583BDF5(L_7, /*hidden argument*/NULL); } IL_0045: { il2cpp_codegen_initobj((&V_2), sizeof(VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 )); VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 L_8 = V_2; bool L_9 = Task_1_TrySetResult_mAD80B9B3A23B94A6798C589669A06F1D25D46543(__this, L_8, /*hidden argument*/Task_1_TrySetResult_mAD80B9B3A23B94A6798C589669A06F1D25D46543_RuntimeMethod_var); V_0 = L_9; } IL_0055: { bool L_10 = V_0; if (!L_10) { goto IL_0076; } } { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_11 = __this->get_Timer_27(); if (!L_11) { goto IL_006b; } } { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_12 = __this->get_Timer_27(); NullCheck(L_12); Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9(L_12, /*hidden argument*/NULL); } IL_006b: { CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * L_13 = __this->get_address_of_Registration_26(); CancellationTokenRegistration_Dispose_m12C09B73DC2913C85C776E611EF48DCA63405457((CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)L_13, /*hidden argument*/NULL); } IL_0076: { 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.Task_SetOnInvokeMres::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SetOnInvokeMres__ctor_m5687AFB1292311BE5361EDDC64D893359D4DA8BD (SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SetOnInvokeMres__ctor_m5687AFB1292311BE5361EDDC64D893359D4DA8BD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_il2cpp_TypeInfo_var); ManualResetEventSlim__ctor_m9755B7ADD1C06A7CA340D730FD1E3694BB563B94(__this, (bool)0, 0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.Task_SetOnInvokeMres::Invoke(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SetOnInvokeMres_Invoke_m157A2CD514960373752C978636DE35C42FAB083C (SetOnInvokeMres_tBDCEA7BE3061614FC83A82D8E6FBD5903C3FD2A9 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___completingTask0, const RuntimeMethod* method) { { ManualResetEventSlim_Set_m2E94D35286055BA81B9DAD85C4CB9DCF89CF0F81(__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.Threading.Tasks.TaskCanceledException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCanceledException__ctor_m050669D6A0AFCADF5E7EE761F1E32860C187D2D4 (TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskCanceledException__ctor_m050669D6A0AFCADF5E7EE761F1E32860C187D2D4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8F3F5E0527993BEB4010B7A1444A093EDA2F42EF, /*hidden argument*/NULL); OperationCanceledException__ctor_m2B7CD7E9C467C67E91F869D2418897991E05CC2F(__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_m45DC90A53B1AF6B996D2B1BEA655A8D2C08C6AE7 (TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskCanceledException__ctor_m45DC90A53B1AF6B996D2B1BEA655A8D2C08C6AE7_MetadataUsageId); s_Il2CppMethodInitialized = true; } CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_0; memset((&V_0), 0, sizeof(V_0)); String_t* G_B2_0 = NULL; TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48 * G_B2_1 = NULL; String_t* G_B1_0 = NULL; TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48 * G_B1_1 = NULL; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); String_t* G_B3_1 = NULL; TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48 * G_B3_2 = NULL; { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8F3F5E0527993BEB4010B7A1444A093EDA2F42EF, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * 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_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = ___task0; NullCheck(L_3); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = Task_get_CancellationToken_m3E8D0E96EEC38EC70AEE5F876AF8A0517B463D75(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_001f: { NullCheck(G_B3_2); OperationCanceledException__ctor_mFA31130275508696794961415B1C9F0AC2308DB0(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * 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_mF6F50812A6475FF25AFA7C541D18C1A3FB02ADFD (TaskCanceledException_tB1E5209054F302F814E18BBCACDF6546BAF2EC48 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; OperationCanceledException__ctor_m8FCB4255C71E7CCCD49CF391BC5CE8EF39F47700(__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_m7CCFD190C3F783A343C1103BF27BFE4D19C66FEF (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, bool ___needsProtection1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskContinuation_InlineIfPossibleOrElseQueue_m7CCFD190C3F783A343C1103BF27BFE4D19C66FEF_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { bool L_0 = ___needsProtection1; if (!L_0) { goto IL_000c; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = ___task0; NullCheck(L_1); bool L_2 = Task_MarkStarted_mA6657A4058C324CA5277F16D30C25741C4220030(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { return; } IL_000c: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = ___task0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = L_3; NullCheck(L_4); int32_t L_5 = L_4->get_m_stateFlags_9(); il2cpp_codegen_memory_barrier(); NullCheck(L_4); 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_6 = ___task0; NullCheck(L_6); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_7 = L_6->get_m_taskScheduler_7(); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_8 = ___task0; NullCheck(L_7); bool L_9 = TaskScheduler_TryRunInline_m9FBFA8F615D96CC9902CA2CBC3D51BCF7444E67B(L_7, L_8, (bool)0, /*hidden argument*/NULL); if (L_9) { goto IL_003e; } } IL_0032: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_10 = ___task0; NullCheck(L_10); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_11 = L_10->get_m_taskScheduler_7(); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_12 = ___task0; NullCheck(L_11); TaskScheduler_InternalQueueTask_m08940F911E3B4987803048AC88CAE4FB803E1B30(L_11, L_12, /*hidden argument*/NULL); } IL_003e: { goto IL_0070; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0040; throw e; } CATCH_0040: { // begin catch(System.Exception) { V_0 = ((Exception_t *)__exception_local); Exception_t * L_13 = V_0; if (!((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_13, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var))) { goto IL_0059; } } IL_0049: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_14 = ___task0; NullCheck(L_14); 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_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * L_17 = (TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 *)il2cpp_codegen_object_new(TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24_il2cpp_TypeInfo_var); TaskSchedulerException__ctor_mFFF7423FCD3DFC4F8A6F7E6028AE6CB1D5865F63(L_17, L_16, /*hidden argument*/NULL); V_1 = L_17; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_18 = ___task0; TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * L_19 = V_1; NullCheck(L_18); Task_AddException_m07648B13C5D6B6517EEC4C84D5C022965ED1AE54(L_18, L_19, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_20 = ___task0; NullCheck(L_20); Task_Finish_m3CBED2C27D7A1E20A9D2A659D4DEA38FCC47DF8F(L_20, (bool)0, /*hidden argument*/NULL); } IL_006e: { 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_m80CED39EAC26BB41224D948D7197F1251E4F4631 (TaskContinuation_t870BBF430CE7A3B6DF15EE1ED7940F1ABA9EEEE9 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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_m9DFCF5C093112C5273718737871BB34B2677A842 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskExceptionHolder__ctor_m9DFCF5C093112C5273718737871BB34B2677A842_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ___task0; __this->set_m_task_3(L_0); IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var); TaskExceptionHolder_EnsureADUnloadCallbackRegistered_m9143F763B1A627B480F5E1B9993FF68DE28BD080(/*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Tasks.TaskExceptionHolder::ShouldFailFastOnUnobservedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskExceptionHolder_ShouldFailFastOnUnobservedException_m598AC45A67885B2AECE374ACE0EC8863F733CD1B (const RuntimeMethod* method) { { bool L_0 = CLRConfig_CheckThrowUnobservedTaskExceptions_m7E817CDBB28FAAD9A350E189D536A84EA75A37D3(/*hidden argument*/NULL); return L_0; } } // System.Void System.Threading.Tasks.TaskExceptionHolder::EnsureADUnloadCallbackRegistered() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskExceptionHolder_EnsureADUnloadCallbackRegistered_m9143F763B1A627B480F5E1B9993FF68DE28BD080 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskExceptionHolder_EnsureADUnloadCallbackRegistered_m9143F763B1A627B480F5E1B9993FF68DE28BD080_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var); EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_0 = ((TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var))->get_s_adUnloadEventHandler_2(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var); EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_1 = (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)il2cpp_codegen_object_new(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C_il2cpp_TypeInfo_var); EventHandler__ctor_m497A2BCD46DB769EAFFDE919303FCAE226906B6F(L_1, NULL, (intptr_t)((intptr_t)TaskExceptionHolder_AppDomainUnloadCallback_mAC27C1E4D2719B110D952A915FCC2B763C0FDBAA_RuntimeMethod_var), /*hidden argument*/NULL); EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_2 = InterlockedCompareExchangeImpl((EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C **)(((TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var))->get_address_of_s_adUnloadEventHandler_2()), L_1, (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)NULL); if (L_2) { goto IL_0033; } } { AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * L_3 = AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var); EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_4 = ((TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var))->get_s_adUnloadEventHandler_2(); il2cpp_codegen_memory_barrier(); NullCheck(L_3); AppDomain_add_DomainUnload_mF24D35CA25C3C808EC78600D0C603B396EC8765F(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_mAC27C1E4D2719B110D952A915FCC2B763C0FDBAA (RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskExceptionHolder_AppDomainUnloadCallback_mAC27C1E4D2719B110D952A915FCC2B763C0FDBAA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_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_mDB06081495D64A2708A09991B67929EDF79EF3FA (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskExceptionHolder_Finalize_mDB06081495D64A2708A09991B67929EDF79EF3FA_MetadataUsageId); s_Il2CppMethodInitialized = true; } AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * V_0 = NULL; UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7 * V_1 = NULL; Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * V_3 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 5); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) { List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * 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 = Environment_get_HasShutdownStarted_m722CC30F8A3C58FE3165427FF2858922C13F7A5C(/*hidden argument*/NULL); if (L_2) { goto IL_0103; } } IL_0024: { AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * L_3 = AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0(/*hidden argument*/NULL); NullCheck(L_3); bool L_4 = AppDomain_IsFinalizingForUnload_m1B3D0DA1C7AEA3D6FA5D7D52161B2FF52B2D9912(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0103; } } IL_0033: { IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var); bool L_5 = ((TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var))->get_s_domainUnloadStarted_1(); il2cpp_codegen_memory_barrier(); if (L_5) { goto IL_0103; } } IL_003f: { List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_6 = __this->get_m_faultExceptions_4(); il2cpp_codegen_memory_barrier(); NullCheck(L_6); Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 L_7 = List_1_GetEnumerator_mE27BF65BB76485B01C35B9F6A1D44C4560BF5370(L_6, /*hidden argument*/List_1_GetEnumerator_mE27BF65BB76485B01C35B9F6A1D44C4560BF5370_RuntimeMethod_var); V_2 = L_7; } IL_004d: try { // begin try (depth: 2) { goto IL_00ae; } IL_004f: { ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_8 = Enumerator_get_Current_m2EA6C5DB454F479076AF2C9098A477B943F7CF71_inline((Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 *)(&V_2), /*hidden argument*/Enumerator_get_Current_m2EA6C5DB454F479076AF2C9098A477B943F7CF71_RuntimeMethod_var); NullCheck(L_8); Exception_t * L_9 = ExceptionDispatchInfo_get_SourceException_m212F50A437B8B18AFECE39F2A9F7231787F45F28_inline(L_8, /*hidden argument*/NULL); V_3 = L_9; Exception_t * L_10 = V_3; V_4 = ((AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E *)IsInstClass((RuntimeObject*)L_10, AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E_il2cpp_TypeInfo_var)); AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_11 = V_4; if (!L_11) { goto IL_00a4; } } IL_0068: { AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_12 = V_4; NullCheck(L_12); AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_13 = AggregateException_Flatten_mDA4D8AD18CD6E4E13B69A3CDC8F341D825AFE05C(L_12, /*hidden argument*/NULL); NullCheck(L_13); ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * L_14 = AggregateException_get_InnerExceptions_mB81D2B3BD56A3E938B83B0AF766474ED66057040_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject* L_15 = ReadOnlyCollection_1_GetEnumerator_mB3A1708B473BA7EE3CED5959613B2AA11A4920BA(L_14, /*hidden argument*/ReadOnlyCollection_1_GetEnumerator_mB3A1708B473BA7EE3CED5959613B2AA11A4920BA_RuntimeMethod_var); V_5 = L_15; } IL_007b: try { // begin try (depth: 3) { goto IL_008d; } IL_007d: { RuntimeObject* L_16 = V_5; NullCheck(L_16); Exception_t * L_17 = InterfaceFuncInvoker0< Exception_t * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t2281FCF251CD51C1F13587450034F0E08EBFAD0E_il2cpp_TypeInfo_var, L_16); if (!((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_17, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var))) { goto IL_008d; } } IL_008b: { IL2CPP_LEAVE(0x10C, FINALLY_0098); } IL_008d: { RuntimeObject* L_18 = V_5; NullCheck(L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_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; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_21); } IL_00a3: { IL2CPP_END_FINALLY(152) } } // end finally (depth: 3) IL2CPP_CLEANUP(152) { IL2CPP_END_CLEANUP(0x10C, FINALLY_00b9); IL2CPP_JUMP_TBL(0xAE, IL_00ae) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a4: { Exception_t * L_22 = V_3; if (!((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_22, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var))) { goto IL_00ae; } } IL_00ac: { IL2CPP_LEAVE(0x10C, FINALLY_00b9); } IL_00ae: { bool L_23 = Enumerator_MoveNext_mDBF08ABE6CCFA1D4FCF82C5D409C18615C300000((Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 *)(&V_2), /*hidden argument*/Enumerator_MoveNext_mDBF08ABE6CCFA1D4FCF82C5D409C18615C300000_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_m60AD9FD2AC64440B5E23B200EAE9B55F366379AB((Enumerator_t23D7E95BCDD5032F1F9E007FFC1937FDFB0BE911 *)(&V_2), /*hidden argument*/Enumerator_Dispose_m60AD9FD2AC64440B5E23B200EAE9B55F366379AB_RuntimeMethod_var); IL2CPP_END_FINALLY(185) } // end finally (depth: 2) IL2CPP_CLEANUP(185) { IL2CPP_END_CLEANUP(0x10C, FINALLY_0105); IL2CPP_JUMP_TBL(0xC7, IL_00c7) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c7: { String_t* L_24 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4502F52BE77394F4C0ECBD9DEA423CB819129CE0, /*hidden argument*/NULL); List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_25 = __this->get_m_faultExceptions_4(); il2cpp_codegen_memory_barrier(); AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_26 = (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E *)il2cpp_codegen_object_new(AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E_il2cpp_TypeInfo_var); AggregateException__ctor_m49EF2FE10BC147085D49932EDE07AD581C461818(L_26, L_24, L_25, /*hidden argument*/NULL); V_0 = L_26; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_27 = V_0; UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7 * L_28 = (UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7 *)il2cpp_codegen_object_new(UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7_il2cpp_TypeInfo_var); UnobservedTaskExceptionEventArgs__ctor_mD866CEFA881E8B9F5C7FB00C62B3575E97BFEED3(L_28, L_27, /*hidden argument*/NULL); V_1 = L_28; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_29 = __this->get_m_task_3(); UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7 * L_30 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler_PublishUnobservedTaskException_mA2CFE30AA160C2A0FEDAB216CEF09B86AD16ECA4(L_29, L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var); bool L_31 = ((TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_il2cpp_TypeInfo_var))->get_s_failFastOnUnobservedException_0(); if (!L_31) { goto IL_0103; } } IL_00f9: { UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7 * L_32 = V_1; NullCheck(L_32); bool L_33 = L_32->get_m_observed_2(); if (L_33) { goto IL_0103; } } IL_0101: { AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_34 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, TaskExceptionHolder_Finalize_mDB06081495D64A2708A09991B67929EDF79EF3FA_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_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(261) } // end finally (depth: 1) IL2CPP_CLEANUP(261) { IL2CPP_JUMP_TBL(0x10C, IL_010c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_010c: { return; } } // System.Boolean System.Threading.Tasks.TaskExceptionHolder::get_ContainsFaultList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskExceptionHolder_get_ContainsFaultList_m0BD28A069F49306DC78F74060DF55D2F9F5275E3 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, const RuntimeMethod* method) { { List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_0 = __this->get_m_faultExceptions_4(); il2cpp_codegen_memory_barrier(); return (bool)((!(((RuntimeObject*)(List_1_tCD04260AE1254C438132446F1E6892AB86D18743 *)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_m474EACCFF78EE2092046D28A549140F2DB721109 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, RuntimeObject * ___exceptionObject0, bool ___representsCancellation1, const RuntimeMethod* method) { { bool L_0 = ___representsCancellation1; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___exceptionObject0; TaskExceptionHolder_SetCancellationException_m98201054DD08F08C9DABEDA502FFDC926412EB35(__this, L_1, /*hidden argument*/NULL); return; } IL_000b: { RuntimeObject * L_2 = ___exceptionObject0; TaskExceptionHolder_AddFaultException_mAED32CEEF853B1EECD7CDD5285BD8E1F079DF505(__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_m98201054DD08F08C9DABEDA502FFDC926412EB35 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, RuntimeObject * ___exceptionObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskExceptionHolder_SetCancellationException_m98201054DD08F08C9DABEDA502FFDC926412EB35_MetadataUsageId); s_Il2CppMethodInitialized = true; } OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * V_0 = NULL; ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * V_1 = NULL; { RuntimeObject * L_0 = ___exceptionObject0; V_0 = ((OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 *)IsInstClass((RuntimeObject*)L_0, OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90_il2cpp_TypeInfo_var)); OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * L_1 = V_0; if (!L_1) { goto IL_0018; } } { OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * L_2 = V_0; ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_3 = ExceptionDispatchInfo_Capture_m8E5F721466EDFE9AA8BC532F9AE7A859E0766E23(L_2, /*hidden argument*/NULL); __this->set_m_cancellationException_5(L_3); goto IL_0026; } IL_0018: { RuntimeObject * L_4 = ___exceptionObject0; V_1 = ((ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *)IsInstSealed((RuntimeObject*)L_4, ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A_il2cpp_TypeInfo_var)); ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_5 = V_1; __this->set_m_cancellationException_5(L_5); } IL_0026: { TaskExceptionHolder_MarkAsHandled_mDF29FF00633189AAC6A4D341F14D7DC6E0250835(__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_mAED32CEEF853B1EECD7CDD5285BD8E1F079DF505 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, RuntimeObject * ___exceptionObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskExceptionHolder_AddFaultException_mAED32CEEF853B1EECD7CDD5285BD8E1F079DF505_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * V_0 = NULL; Exception_t * V_1 = NULL; ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * 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; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_0 = __this->get_m_faultExceptions_4(); il2cpp_codegen_memory_barrier(); V_0 = L_0; List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_1 = V_0; if (L_1) { goto IL_001c; } } { List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_2 = (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 *)il2cpp_codegen_object_new(List_1_tCD04260AE1254C438132446F1E6892AB86D18743_il2cpp_TypeInfo_var); List_1__ctor_m5D913FDA1B5B3FFD94223C59B5A70B418F569213(L_2, 1, /*hidden argument*/List_1__ctor_m5D913FDA1B5B3FFD94223C59B5A70B418F569213_RuntimeMethod_var); List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * 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_tCD04260AE1254C438132446F1E6892AB86D18743 * L_6 = V_0; Exception_t * L_7 = V_1; ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_8 = ExceptionDispatchInfo_Capture_m8E5F721466EDFE9AA8BC532F9AE7A859E0766E23(L_7, /*hidden argument*/NULL); NullCheck(L_6); List_1_Add_m3A0B8640D1A4B9BDC91742284BC44B969CC78279(L_6, L_8, /*hidden argument*/List_1_Add_m3A0B8640D1A4B9BDC91742284BC44B969CC78279_RuntimeMethod_var); goto IL_00b3; } IL_0034: { RuntimeObject * L_9 = ___exceptionObject0; V_2 = ((ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *)IsInstSealed((RuntimeObject*)L_9, ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A_il2cpp_TypeInfo_var)); ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_10 = V_2; if (!L_10) { goto IL_0047; } } { List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_11 = V_0; ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_12 = V_2; NullCheck(L_11); List_1_Add_m3A0B8640D1A4B9BDC91742284BC44B969CC78279(L_11, L_12, /*hidden argument*/List_1_Add_m3A0B8640D1A4B9BDC91742284BC44B969CC78279_RuntimeMethod_var); goto IL_00b3; } IL_0047: { RuntimeObject * L_13 = ___exceptionObject0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IEnumerable_1_t6B3D33CE5B4DC884E5267C7B8CBC12380D09B3F1_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_3; if (!L_14) { goto IL_0088; } } { RuntimeObject* L_15 = V_3; NullCheck(L_15); RuntimeObject* L_16 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t6B3D33CE5B4DC884E5267C7B8CBC12380D09B3F1_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; NullCheck(L_17); Exception_t * L_18 = InterfaceFuncInvoker0< Exception_t * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t2281FCF251CD51C1F13587450034F0E08EBFAD0E_il2cpp_TypeInfo_var, L_17); V_5 = L_18; List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_19 = V_0; Exception_t * L_20 = V_5; ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_21 = ExceptionDispatchInfo_Capture_m8E5F721466EDFE9AA8BC532F9AE7A859E0766E23(L_20, /*hidden argument*/NULL); NullCheck(L_19); List_1_Add_m3A0B8640D1A4B9BDC91742284BC44B969CC78279(L_19, L_21, /*hidden argument*/List_1_Add_m3A0B8640D1A4B9BDC91742284BC44B969CC78279_RuntimeMethod_var); } IL_0071: { RuntimeObject* L_22 = V_4; NullCheck(L_22); bool L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_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; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_25); } IL_0087: { IL2CPP_END_FINALLY(124) } } // end finally (depth: 1) IL2CPP_CLEANUP(124) { IL2CPP_JUMP_TBL(0xB3, IL_00b3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0088: { RuntimeObject * L_26 = ___exceptionObject0; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IEnumerable_1_t37B4D1EEBA6E5098A0F018A779067097451BAD2C_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_6; if (!L_27) { goto IL_009e; } } { List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_28 = V_0; RuntimeObject* L_29 = V_6; NullCheck(L_28); List_1_AddRange_m931E984DEC4E3137C263958DE8354032E8784003(L_28, L_29, /*hidden argument*/List_1_AddRange_m931E984DEC4E3137C263958DE8354032E8784003_RuntimeMethod_var); goto IL_00b3; } IL_009e: { String_t* L_30 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA5303371A1DD00CB948B4C58C88CC7779A494241, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_31 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_31, L_30, _stringLiteral8D35B56BCE74A9F8AC3CB4260050F19B572F5AC7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, TaskExceptionHolder_AddFaultException_mAED32CEEF853B1EECD7CDD5285BD8E1F079DF505_RuntimeMethod_var); } IL_00b3: { V_7 = 0; goto IL_0112; } IL_00b8: { List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_32 = V_0; int32_t L_33 = V_7; NullCheck(L_32); ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_34 = List_1_get_Item_m1F6363F6A46963C8CCA039EF719B7933A3817FF3_inline(L_32, L_33, /*hidden argument*/List_1_get_Item_m1F6363F6A46963C8CCA039EF719B7933A3817FF3_RuntimeMethod_var); NullCheck(L_34); Exception_t * L_35 = ExceptionDispatchInfo_get_SourceException_m212F50A437B8B18AFECE39F2A9F7231787F45F28_inline(L_34, /*hidden argument*/NULL); NullCheck(L_35); Type_t * L_36 = Exception_GetType_mA3390B9D538D5FAC3802D9D8A2FCAC31465130F3(L_35, /*hidden argument*/NULL); V_8 = L_36; Type_t * L_37 = V_8; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast (ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_38, /*hidden argument*/NULL); bool L_40 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_37, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00f9; } } { Type_t * L_41 = V_8; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_42 = { reinterpret_cast (AppDomainUnloadedException_t8DFC322660E43B2A11853B62BF43078F42496A35_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_43 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_42, /*hidden argument*/NULL); bool L_44 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_41, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_00f9; } } { TaskExceptionHolder_MarkAsUnhandled_mD22F977332D7F3EAE91FE0665BAEE1873B342301(__this, /*hidden argument*/NULL); return; } IL_00f9: { int32_t L_45 = V_7; List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_46 = V_0; NullCheck(L_46); int32_t L_47 = List_1_get_Count_m3DAF7D49CDFC1C5CB1461E2030F6FDDA59DBBE1F_inline(L_46, /*hidden argument*/List_1_get_Count_m3DAF7D49CDFC1C5CB1461E2030F6FDDA59DBBE1F_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_mDF29FF00633189AAC6A4D341F14D7DC6E0250835(__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_tCD04260AE1254C438132446F1E6892AB86D18743 * L_50 = V_0; NullCheck(L_50); int32_t L_51 = List_1_get_Count_m3DAF7D49CDFC1C5CB1461E2030F6FDDA59DBBE1F_inline(L_50, /*hidden argument*/List_1_get_Count_m3DAF7D49CDFC1C5CB1461E2030F6FDDA59DBBE1F_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_mD22F977332D7F3EAE91FE0665BAEE1873B342301 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskExceptionHolder_MarkAsUnhandled_mD22F977332D7F3EAE91FE0665BAEE1873B342301_MetadataUsageId); 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_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_ReRegisterForFinalize_m4978CBD78D693FF77EA40D4000F0EF9F2C2E54C8(__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_mDF29FF00633189AAC6A4D341F14D7DC6E0250835 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, bool ___calledFromFinalizer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskExceptionHolder_MarkAsHandled_mDF29FF00633189AAC6A4D341F14D7DC6E0250835_MetadataUsageId); 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_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__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_t9217B9E89DF820D5632411F2BD92F444B17BD60E * TaskExceptionHolder_CreateExceptionObject_m054A22256E85C2AF24F5E4253F1FD9ED7698D214 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, bool ___calledFromFinalizer0, Exception_t * ___includeThisException1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskExceptionHolder_CreateExceptionObject_m054A22256E85C2AF24F5E4253F1FD9ED7698D214_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * V_0 = NULL; ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* V_1 = NULL; int32_t V_2 = 0; { List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_0 = __this->get_m_faultExceptions_4(); il2cpp_codegen_memory_barrier(); V_0 = L_0; bool L_1 = ___calledFromFinalizer0; TaskExceptionHolder_MarkAsHandled_mDF29FF00633189AAC6A4D341F14D7DC6E0250835(__this, L_1, /*hidden argument*/NULL); Exception_t * L_2 = ___includeThisException1; if (L_2) { goto IL_001a; } } { List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_3 = V_0; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_4 = (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E *)il2cpp_codegen_object_new(AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E_il2cpp_TypeInfo_var); AggregateException__ctor_m863A7C10A5AC7652F73FD1DD2441F9FF5544311E(L_4, L_3, /*hidden argument*/NULL); return L_4; } IL_001a: { List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = List_1_get_Count_m3DAF7D49CDFC1C5CB1461E2030F6FDDA59DBBE1F_inline(L_5, /*hidden argument*/List_1_get_Count_m3DAF7D49CDFC1C5CB1461E2030F6FDDA59DBBE1F_RuntimeMethod_var); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_7 = (ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)SZArrayNew(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_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_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_8 = V_1; int32_t L_9 = V_2; List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_10 = V_0; int32_t L_11 = V_2; NullCheck(L_10); ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_12 = List_1_get_Item_m1F6363F6A46963C8CCA039EF719B7933A3817FF3_inline(L_10, L_11, /*hidden argument*/List_1_get_Item_m1F6363F6A46963C8CCA039EF719B7933A3817FF3_RuntimeMethod_var); NullCheck(L_12); Exception_t * L_13 = ExceptionDispatchInfo_get_SourceException_m212F50A437B8B18AFECE39F2A9F7231787F45F28_inline(L_12, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_13); (L_8)->SetAt(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_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_16 = V_1; NullCheck(L_16); 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_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_17 = V_1; ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_18 = V_1; NullCheck(L_18); Exception_t * L_19 = ___includeThisException1; NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(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_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_20 = V_1; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_21 = (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E *)il2cpp_codegen_object_new(AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E_il2cpp_TypeInfo_var); AggregateException__ctor_m4BE6D1A4009BE2081C418E517FFDFE415B6CF908(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_t5DE493537EE0E554797BF0DA823DCBF1903CECC1 * TaskExceptionHolder_GetExceptionDispatchInfos_m22C52A36D4F57DA10A82F4193B5DB26C2761C40E (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskExceptionHolder_GetExceptionDispatchInfos_m22C52A36D4F57DA10A82F4193B5DB26C2761C40E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_0 = __this->get_m_faultExceptions_4(); il2cpp_codegen_memory_barrier(); TaskExceptionHolder_MarkAsHandled_mDF29FF00633189AAC6A4D341F14D7DC6E0250835(__this, (bool)0, /*hidden argument*/NULL); ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1 * L_1 = (ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1 *)il2cpp_codegen_object_new(ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1_il2cpp_TypeInfo_var); ReadOnlyCollection_1__ctor_m7B7B9545500B72A83AC286C66E80177D48BE2F7F(L_1, L_0, /*hidden argument*/ReadOnlyCollection_1__ctor_m7B7B9545500B72A83AC286C66E80177D48BE2F7F_RuntimeMethod_var); return L_1; } } // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Threading.Tasks.TaskExceptionHolder::GetCancellationExceptionDispatchInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * TaskExceptionHolder_GetCancellationExceptionDispatchInfo_m6F7AB65EF187AEE62E6704ED3C85C4BC58C6F369 (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, const RuntimeMethod* method) { { ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * 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_mC036402D0A2253FCC9204F39FEF446B74DD69CEE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskExceptionHolder__cctor_mC036402D0A2253FCC9204F39FEF446B74DD69CEE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = TaskExceptionHolder_ShouldFailFastOnUnobservedException_m598AC45A67885B2AECE374ACE0EC8863F733CD1B(/*hidden argument*/NULL); ((TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_StaticFields*)il2cpp_codegen_static_fields_for(TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811_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_m56921654C22946B66D728E86E5989E0397303233 (TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * __this, const RuntimeMethod* method) { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB )); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = V_0; TaskFactory__ctor_m2490F91C5D8A538976744AC434628767958D5EEA(__this, L_0, 0, 0, (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *)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_m2490F91C5D8A538976744AC434628767958D5EEA (TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, int32_t ___creationOptions1, int32_t ___continuationOptions2, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler3, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___continuationOptions2; TaskFactory_CheckMultiTaskContinuationOptions_mB15FB0D6FD62C8A4AD85751B8605B57420B99640(L_0, /*hidden argument*/NULL); int32_t L_1 = ___creationOptions1; TaskFactory_CheckCreationOptions_m03F3C7D571E26A63D8DF838F1F99C28429CB3370(L_1, /*hidden argument*/NULL); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_2 = ___cancellationToken0; __this->set_m_defaultCancellationToken_0(L_2); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * 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_m03F3C7D571E26A63D8DF838F1F99C28429CB3370 (int32_t ___creationOptions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskFactory_CheckCreationOptions_m03F3C7D571E26A63D8DF838F1F99C28429CB3370_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___creationOptions0; if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)-96)))) { goto IL_0011; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteral699B142A794903652E588B3D75019329F77A9209, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, TaskFactory_CheckCreationOptions_m03F3C7D571E26A63D8DF838F1F99C28429CB3370_RuntimeMethod_var); } IL_0011: { return; } } // System.Threading.Tasks.Task System.Threading.Tasks.TaskFactory::StartNew(System.Action`1,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * TaskFactory_StartNew_m6CDCE8D4C95E63EA03B6E61D9A4A972782AE9468 (TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___action0, RuntimeObject * ___state1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken2, int32_t ___creationOptions3, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskFactory_StartNew_m6CDCE8D4C95E63EA03B6E61D9A4A972782AE9468_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 1; int32_t L_0 = ___creationOptions3; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = Task_InternalCurrentIfAttached_mA6A2C11F69612C4A960BC1FC6BD4E4D181D26A3B(L_0, /*hidden argument*/NULL); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_2 = ___action0; RuntimeObject * L_3 = ___state1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = ___cancellationToken2; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_5 = ___scheduler4; int32_t L_6 = ___creationOptions3; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_7 = Task_InternalStartNew_mC0053D3F586953AC3989875B67F9D60947C68BEC(L_1, L_2, L_3, L_4, L_5, L_6, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_7; } } // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskFactory::CommonCWAnyLogic(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138 * TaskFactory_CommonCWAnyLogic_m49CC1C06031409C5D34990993262A531609D9565 (RuntimeObject* ___tasks0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskFactory_CommonCWAnyLogic_m49CC1C06031409C5D34990993262A531609D9565_MetadataUsageId); s_Il2CppMethodInitialized = true; } CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_4 = NULL; { RuntimeObject* L_0 = ___tasks0; CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 * L_1 = (CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 *)il2cpp_codegen_object_new(CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86_il2cpp_TypeInfo_var); CompleteOnInvokePromise__ctor_mFA5EA438CE61E8FDEB375E5CA2D7D5D1FFE0F175(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = (bool)0; RuntimeObject* L_2 = ___tasks0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t39808D274D411213DCFE09BAE8F3041B974A1A4E_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; NullCheck(L_4); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_6 = InterfaceFuncInvoker1< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t93C6282CDBF781012E10B912A9AD946F53099551_il2cpp_TypeInfo_var, L_4, L_5); V_4 = L_6; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_7 = V_4; if (L_7) { goto IL_0036; } } { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9527141004011DE14AE7F1E3643C59B23A00BC38, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_9, L_8, _stringLiteral55D8727A05EB80B0788AF57A5317F3E0A1F4AA55, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, TaskFactory_CommonCWAnyLogic_m49CC1C06031409C5D34990993262A531609D9565_RuntimeMethod_var); } IL_0036: { bool L_10 = V_1; if (L_10) { goto IL_0072; } } { CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 * L_11 = V_0; NullCheck(L_11); bool L_12 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0045; } } { V_1 = (bool)1; goto IL_0072; } IL_0045: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_13 = V_4; NullCheck(L_13); bool L_14 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_005a; } } { CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 * L_15 = V_0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_16 = V_4; NullCheck(L_15); CompleteOnInvokePromise_Invoke_mAA9922CF17CC5F9186EEE5672444AC40BA0ACC3A(L_15, L_16, /*hidden argument*/NULL); V_1 = (bool)1; goto IL_0072; } IL_005a: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_17 = V_4; CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 * L_18 = V_0; NullCheck(L_17); Task_AddCompletionAction_m211F80F6F259D8F8CBB408A901101B91923800C1(L_17, L_18, /*hidden argument*/NULL); CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 * L_19 = V_0; NullCheck(L_19); bool L_20 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0072; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_21 = V_4; CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 * L_22 = V_0; NullCheck(L_21); Task_RemoveContinuation_m09A569E89BF4CCCF31646AB74A88BCDFC093DAE4(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_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 * 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_mB15FB0D6FD62C8A4AD85751B8605B57420B99640 (int32_t ___continuationOptions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskFactory_CheckMultiTaskContinuationOptions_mB15FB0D6FD62C8A4AD85751B8605B57420B99640_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB7A59C1214B081A2AF0561DFF2E17294228556D4, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral8EFECA76BCED966AFD1E6DF59938C647C9C83F78, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, TaskFactory_CheckMultiTaskContinuationOptions_mB15FB0D6FD62C8A4AD85751B8605B57420B99640_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_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_4, _stringLiteral8EFECA76BCED966AFD1E6DF59938C647C9C83F78, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, TaskFactory_CheckMultiTaskContinuationOptions_mB15FB0D6FD62C8A4AD85751B8605B57420B99640_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 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDC6963166E9D5E488CF23C5F20C1BCD34C9C9B72, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral8EFECA76BCED966AFD1E6DF59938C647C9C83F78, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, TaskFactory_CheckMultiTaskContinuationOptions_mB15FB0D6FD62C8A4AD85751B8605B57420B99640_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.Void System.Threading.Tasks.TaskFactory_CompleteOnInvokePromise::.ctor(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompleteOnInvokePromise__ctor_mFA5EA438CE61E8FDEB375E5CA2D7D5D1FFE0F175 (CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 * __this, RuntimeObject* ___tasks0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompleteOnInvokePromise__ctor_mFA5EA438CE61E8FDEB375E5CA2D7D5D1FFE0F175_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Task_1_t6E4E91059C08F359F21A42B8BFA51E8BBFA47138_il2cpp_TypeInfo_var); Task_1__ctor_m4008D170A16EFA60DD6E4D059D75FAAC9D57AD85(__this, /*hidden argument*/Task_1__ctor_m4008D170A16EFA60DD6E4D059D75FAAC9D57AD85_RuntimeMethod_var); RuntimeObject* L_0 = ___tasks0; __this->set__tasks_25(L_0); bool L_1 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_1) { goto IL_0027; } } { int32_t L_2 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCreation_m7B5DBD272BC20E986A5120FBF6665241BBACF060(0, L_2, _stringLiteralE7C8B6C9A3407F1CFA5D484A50D6659DB304A143, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); bool L_3 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_asyncDebuggingEnabled_12(); if (!L_3) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_AddToActiveTasks_m840B00A5EE550016686305EDB927B9A7FE37C421(__this, /*hidden argument*/NULL); } IL_0035: { return; } } // System.Void System.Threading.Tasks.TaskFactory_CompleteOnInvokePromise::Invoke(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompleteOnInvokePromise_Invoke_mAA9922CF17CC5F9186EEE5672444AC40BA0ACC3A (CompleteOnInvokePromise_t5A1CFB5E935FFD61858B0F0CE081BBD8B96B1E86 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___completingTask0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompleteOnInvokePromise_Invoke_mAA9922CF17CC5F9186EEE5672444AC40BA0ACC3A_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_3 = NULL; { int32_t* L_0 = __this->get_address_of_m_firstTaskAlreadyCompleted_26(); int32_t L_1 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_0, 1, 0, /*hidden argument*/NULL); if (L_1) { goto IL_0085; } } { bool L_2 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_2) { goto IL_0030; } } { int32_t L_3 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationRelation_mA7691DAE55DF8387322376648D9CCBB54EFFC490(1, L_3, 2, /*hidden argument*/NULL); int32_t L_4 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCompletion_m63C07B707D3034D2F0F4B395636B410ACC9A78D6(0, L_4, 1, /*hidden argument*/NULL); } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); bool L_5 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_asyncDebuggingEnabled_12(); if (!L_5) { goto IL_0042; } } { int32_t L_6 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_RemoveFromActiveTasks_mEDE131DB4C29D967D6D717CAB002C6C02583BDF5(L_6, /*hidden argument*/NULL); } IL_0042: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_7 = ___completingTask0; Task_1_TrySetResult_m8370C01E1E5614744D78DCC74E06F8FCAFDA11C8(__this, L_7, /*hidden argument*/Task_1_TrySetResult_m8370C01E1E5614744D78DCC74E06F8FCAFDA11C8_RuntimeMethod_var); RuntimeObject* L_8 = __this->get__tasks_25(); V_0 = L_8; RuntimeObject* L_9 = V_0; NullCheck(L_9); int32_t L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t39808D274D411213DCFE09BAE8F3041B974A1A4E_il2cpp_TypeInfo_var, L_9); V_1 = L_10; V_2 = 0; goto IL_007a; } IL_005c: { RuntimeObject* L_11 = V_0; int32_t L_12 = V_2; NullCheck(L_11); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_13 = InterfaceFuncInvoker1< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t93C6282CDBF781012E10B912A9AD946F53099551_il2cpp_TypeInfo_var, L_11, L_12); V_3 = L_13; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_14 = V_3; if (!L_14) { goto IL_0076; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_15 = V_3; NullCheck(L_15); bool L_16 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0076; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_17 = V_3; NullCheck(L_17); Task_RemoveContinuation_m09A569E89BF4CCCF31646AB74A88BCDFC093DAE4(L_17, __this, /*hidden argument*/NULL); } IL_0076: { int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_007a: { int32_t L_19 = V_2; int32_t L_20 = V_1; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_005c; } } { __this->set__tasks_25((RuntimeObject*)NULL); } IL_0085: { 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_m9FBFA8F615D96CC9902CA2CBC3D51BCF7444E67B (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, bool ___taskWasPreviouslyQueued1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskScheduler_TryRunInline_m9FBFA8F615D96CC9902CA2CBC3D51BCF7444E67B_MetadataUsageId); s_Il2CppMethodInitialized = true; } TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * V_0 = NULL; StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ___task0; NullCheck(L_0); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_1 = Task_get_ExecutingTaskScheduler_m3A3340F34EF9D594413E54F46B78874BCB0CA30D_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_2 = V_0; if ((((RuntimeObject*)(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *)L_2) == ((RuntimeObject*)(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *)__this))) { goto IL_0017; } } { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_3 = V_0; if (!L_3) { goto IL_0017; } } { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_4 = V_0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = ___task0; bool L_6 = ___taskWasPreviouslyQueued1; NullCheck(L_4); bool L_7 = TaskScheduler_TryRunInline_m9FBFA8F615D96CC9902CA2CBC3D51BCF7444E67B(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0017: { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_8 = V_0; if (!L_8) { goto IL_0040; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_9 = ___task0; NullCheck(L_9); RuntimeObject * L_10 = L_9->get_m_action_5(); if (!L_10) { goto IL_0040; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_11 = ___task0; NullCheck(L_11); bool L_12 = Task_get_IsDelegateInvoked_m45C6B668A20D03726083A730EFC33873B10B5735(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0040; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_13 = ___task0; NullCheck(L_13); bool L_14 = Task_get_IsCanceled_m42A47FCA2C6F33308A08C92C8489E802448F6F42(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0040; } } { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * L_15 = Task_get_CurrentStackGuard_m74FB437E43F89B8BDCB272A7257024F586421F11(/*hidden argument*/NULL); StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * L_16 = L_15; V_1 = L_16; NullCheck(L_16); bool L_17 = StackGuard_TryBeginInliningScope_mE32F6AC0F440280CD1E98D273645CD08AF844B33(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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_18 = ___task0; NullCheck(L_18); Task_FireTaskScheduledIfNeeded_m6792459336CB25D967928EDA5249F2164991E447_inline(L_18, __this, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_19 = ___task0; bool L_20 = ___taskWasPreviouslyQueued1; bool L_21 = VirtFuncInvoker2< bool, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, bool >::Invoke(5 /* System.Boolean System.Threading.Tasks.TaskScheduler::TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean) */, __this, L_19, L_20); V_2 = L_21; 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_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * L_22 = V_1; NullCheck(L_22); StackGuard_EndInliningScope_mEC7A78B71CB01216F0A7B0462E319234F0F05C39(L_22, /*hidden argument*/NULL); IL2CPP_END_FINALLY(87) } // end finally (depth: 1) IL2CPP_CLEANUP(87) { IL2CPP_JUMP_TBL(0x5E, IL_005e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005e: { bool L_23 = V_2; if (!L_23) { goto IL_0081; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_24 = ___task0; NullCheck(L_24); bool L_25 = Task_get_IsDelegateInvoked_m45C6B668A20D03726083A730EFC33873B10B5735(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_0081; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_26 = ___task0; NullCheck(L_26); bool L_27 = Task_get_IsCanceled_m42A47FCA2C6F33308A08C92C8489E802448F6F42(L_26, /*hidden argument*/NULL); if (L_27) { goto IL_0081; } } { String_t* L_28 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8858D34A5DF81344D5F1195DDACDFB8E8448C5E6, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_29 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, TaskScheduler_TryRunInline_m9FBFA8F615D96CC9902CA2CBC3D51BCF7444E67B_RuntimeMethod_var); } IL_0081: { bool L_30 = V_2; return L_30; } } // System.Boolean System.Threading.Tasks.TaskScheduler::TryDequeue(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskScheduler_TryDequeue_mC345958DE6521AF6A74EEFCEC8B19D3FC4BD83E1 (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Threading.Tasks.TaskScheduler::NotifyWorkItemProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler_NotifyWorkItemProgress_m506178A0A8525B4CA209DCF00CAA3CDFDF6B677C (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Threading.Tasks.TaskScheduler::get_RequiresAtomicStartTransition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskScheduler_get_RequiresAtomicStartTransition_m7EA647713F7B96548610FEB4C45F6EAE6B3A277C (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * __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_m08940F911E3B4987803048AC88CAE4FB803E1B30 (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method) { { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ___task0; NullCheck(L_0); Task_FireTaskScheduledIfNeeded_m6792459336CB25D967928EDA5249F2164991E447_inline(L_0, __this, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = ___task0; VirtActionInvoker1< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * >::Invoke(4 /* System.Void System.Threading.Tasks.TaskScheduler::QueueTask(System.Threading.Tasks.Task) */, __this, L_1); return; } } // System.Void System.Threading.Tasks.TaskScheduler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler__ctor_mD337C4A20B49427C777B496030923E94CA7BC5EF (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskScheduler__ctor_mD337C4A20B49427C777B496030923E94CA7BC5EF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debugger_t3DB04278A3AA5DF846CC56744D05F18B7037C22E_il2cpp_TypeInfo_var); bool L_0 = Debugger_get_IsAttached_mFCFAAB7A47FA4DEC80A3A68FE13C307C439E9013(/*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { TaskScheduler_AddToActiveTaskSchedulers_m7BFCDD58D6FCD18D27017C309E8D683D642A7F06(__this, /*hidden argument*/NULL); } IL_0013: { return; } } // System.Void System.Threading.Tasks.TaskScheduler::AddToActiveTaskSchedulers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler_AddToActiveTaskSchedulers_m7BFCDD58D6FCD18D27017C309E8D683D642A7F06 (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskScheduler_AddToActiveTaskSchedulers_m7BFCDD58D6FCD18D27017C309E8D683D642A7F06_MetadataUsageId); s_Il2CppMethodInitialized = true; } ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C * L_0 = ((TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var))->get_s_activeTaskSchedulers_0(); V_0 = L_0; ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C * L_1 = V_0; if (L_1) { goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C * L_2 = (ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C *)il2cpp_codegen_object_new(ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C_il2cpp_TypeInfo_var); ConditionalWeakTable_2__ctor_m532318C6B13DB33AB8E1A63999A30FBE81BE2FCC(L_2, /*hidden argument*/ConditionalWeakTable_2__ctor_m532318C6B13DB33AB8E1A63999A30FBE81BE2FCC_RuntimeMethod_var); InterlockedCompareExchangeImpl((ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C **)(((TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var))->get_address_of_s_activeTaskSchedulers_0()), L_2, (ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C *)NULL); ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C * L_3 = ((TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var))->get_s_activeTaskSchedulers_0(); V_0 = L_3; } IL_0020: { ConditionalWeakTable_2_t9E56EEB44502999EDAA6E212D522D7863829D95C * L_4 = V_0; NullCheck(L_4); ConditionalWeakTable_2_Add_m5066B6CF71B4388CE9668A469B274DA1F1CE8267(L_4, __this, NULL, /*hidden argument*/ConditionalWeakTable_2_Add_m5066B6CF71B4388CE9668A469B274DA1F1CE8267_RuntimeMethod_var); return; } } // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * TaskScheduler_get_Default_mC3794A546EB0F4C6D0A11E72F8939EC364733C87 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskScheduler_get_Default_mC3794A546EB0F4C6D0A11E72F8939EC364733C87_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_0 = ((TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var))->get_s_defaultTaskScheduler_1(); return L_0; } } // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * TaskScheduler_get_Current_m650D09DC411D00985B24BEF41984F4FDEE0D91D7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskScheduler_get_Current_m650D09DC411D00985B24BEF41984F4FDEE0D91D7_MetadataUsageId); s_Il2CppMethodInitialized = true; } TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * G_B2_0 = NULL; TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * G_B1_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_0 = TaskScheduler_get_InternalCurrent_m792B2A13D81A8BD8A724321AFA4633B09FF1259C(/*hidden argument*/NULL); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_2 = TaskScheduler_get_Default_mC3794A546EB0F4C6D0A11E72F8939EC364733C87_inline(/*hidden argument*/NULL); G_B2_0 = L_2; } IL_000e: { return G_B2_0; } } // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_InternalCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * TaskScheduler_get_InternalCurrent_m792B2A13D81A8BD8A724321AFA4633B09FF1259C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskScheduler_get_InternalCurrent_m792B2A13D81A8BD8A724321AFA4633B09FF1259C_MetadataUsageId); s_Il2CppMethodInitialized = true; } Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = Task_get_InternalCurrent_m6BD4F17F5DAF5AC20BD6051A854D0BD702025892_inline(/*hidden argument*/NULL); V_0 = L_0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = V_0; if (!L_1) { goto IL_0014; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = Task_get_CreationOptions_m1013CF6F9F645BFA03F13F89DFA749ADABA541C8(L_2, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)16)))) { goto IL_0016; } } IL_0014: { return (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *)NULL; } IL_0016: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = V_0; NullCheck(L_4); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_5 = Task_get_ExecutingTaskScheduler_m3A3340F34EF9D594413E54F46B78874BCB0CA30D_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_mF6A6B32C47D838C93694AAD06998F85B61F71DA7 (TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskScheduler_get_Id_mF6A6B32C47D838C93694AAD06998F85B61F71DA7_MetadataUsageId); 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_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); int32_t L_1 = Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F((int32_t*)(((TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_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; Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_3, L_4, 0, /*hidden argument*/NULL); } IL_0028: { int32_t L_5 = __this->get_m_taskSchedulerId_3(); il2cpp_codegen_memory_barrier(); return L_5; } } // System.Void System.Threading.Tasks.TaskScheduler::PublishUnobservedTaskException(System.Object,System.Threading.Tasks.UnobservedTaskExceptionEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler_PublishUnobservedTaskException_mA2CFE30AA160C2A0FEDAB216CEF09B86AD16ECA4 (RuntimeObject * ___sender0, UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7 * ___ueea1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskScheduler_PublishUnobservedTaskException_mA2CFE30AA160C2A0FEDAB216CEF09B86AD16ECA4_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; EventHandler_1_tF704D003AB4792AFE4B10D9127FF82EEC18615BC * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_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_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); EventHandler_1_tF704D003AB4792AFE4B10D9127FF82EEC18615BC * L_2 = ((TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var))->get__unobservedTaskException_4(); V_2 = L_2; EventHandler_1_tF704D003AB4792AFE4B10D9127FF82EEC18615BC * L_3 = V_2; if (!L_3) { goto IL_0021; } } IL_0019: { EventHandler_1_tF704D003AB4792AFE4B10D9127FF82EEC18615BC * L_4 = V_2; RuntimeObject * L_5 = ___sender0; UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7 * L_6 = ___ueea1; NullCheck(L_4); EventHandler_1_Invoke_m5A2B682142BD5C458A2C93E0300172955DBBCEA6(L_4, L_5, L_6, /*hidden argument*/EventHandler_1_Invoke_m5A2B682142BD5C458A2C93E0300172955DBBCEA6_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_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL); } IL_002c: { IL2CPP_END_FINALLY(35) } } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_JUMP_TBL(0x2D, IL_002d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002d: { return; } } // System.Void System.Threading.Tasks.TaskScheduler::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskScheduler__cctor_m6A38803AE79B8830C4324685C554D545EB68C14E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskScheduler__cctor_m6A38803AE79B8830C4324685C554D545EB68C14E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD * L_0 = (ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD *)il2cpp_codegen_object_new(ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD_il2cpp_TypeInfo_var); ThreadPoolTaskScheduler__ctor_mC0B9F37DBA25F766F01EE56C8460330C3708FF1D(L_0, /*hidden argument*/NULL); ((TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var))->set_s_defaultTaskScheduler_1(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL); ((TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_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 #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_m173C68019B0FDEB8F679AED48DDD37B4DD9ED470 (TaskSchedulerAwaitTaskContinuation_t08B24138EF6D3AC7A821332F15F5A5A0F08543B6 * __this, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___scheduler0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action1, bool ___flowExecutionContext2, int32_t* ___stackMark3, const RuntimeMethod* method) { { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ___action1; bool L_1 = ___flowExecutionContext2; int32_t* L_2 = ___stackMark3; AwaitTaskContinuation__ctor_mBEDA16F5D33081AF421A009449B3A1D2B0A0121A(__this, L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * 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_m12898EF0B89FD0CA5D26DC91995257B334E937BA (TaskSchedulerAwaitTaskContinuation_t08B24138EF6D3AC7A821332F15F5A5A0F08543B6 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___ignored0, bool ___canInlineContinuationTask1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskSchedulerAwaitTaskContinuation_Run_m12898EF0B89FD0CA5D26DC91995257B334E937BA_MetadataUsageId); s_Il2CppMethodInitialized = true; } Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); int32_t G_B7_0 = 0; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * G_B9_0 = NULL; TaskSchedulerAwaitTaskContinuation_t08B24138EF6D3AC7A821332F15F5A5A0F08543B6 * G_B9_1 = NULL; int32_t G_B9_2 = 0; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * G_B8_0 = NULL; TaskSchedulerAwaitTaskContinuation_t08B24138EF6D3AC7A821332F15F5A5A0F08543B6 * G_B8_1 = NULL; int32_t G_B8_2 = 0; { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_0 = __this->get_m_scheduler_3(); IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_1 = TaskScheduler_get_Default_mC3794A546EB0F4C6D0A11E72F8939EC364733C87_inline(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *)L_0) == ((RuntimeObject*)(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *)L_1)))) { goto IL_0016; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = ___ignored0; bool L_3 = ___canInlineContinuationTask1; AwaitTaskContinuation_Run_mFF38B07062EFB3E2CD42AAB929B2902BB1FFBBC2(__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_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_5 = TaskScheduler_get_InternalCurrent_m792B2A13D81A8BD8A724321AFA4633B09FF1259C(/*hidden argument*/NULL); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_6 = __this->get_m_scheduler_3(); if ((((RuntimeObject*)(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *)L_5) == ((RuntimeObject*)(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 *)L_6))) { goto IL_0032; } } { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_7 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_7); bool L_8 = Thread_get_IsThreadPoolThread_m3CF4788DEF7D552D12D5E54E10CF1BD0F763ED55(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_t596A8131DC5C38096B959F07E58C349AAAFE3439_il2cpp_TypeInfo_var); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_9 = ((U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439_il2cpp_TypeInfo_var))->get_U3CU3E9__2_0_1(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * 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_t596A8131DC5C38096B959F07E58C349AAAFE3439_il2cpp_TypeInfo_var); U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439 * L_11 = ((U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_12 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)il2cpp_codegen_object_new(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0_il2cpp_TypeInfo_var); Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510(L_12, L_11, (intptr_t)((intptr_t)U3CU3Ec_U3CRunU3Eb__2_0_m09230CC3C4A5FF796AD9270851A6F374D8FC23BE_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_RuntimeMethod_var); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_13 = L_12; ((U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439_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_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_14 = ((AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F *)__this)->get_m_action_1(); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_15 = __this->get_m_scheduler_3(); NullCheck(G_B9_1); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_16 = AwaitTaskContinuation_CreateTask_m0C24724576818E738998F3EB48C8DAE22EBA2889(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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_17 = V_0; TaskContinuation_InlineIfPossibleOrElseQueue_m7CCFD190C3F783A343C1103BF27BFE4D19C66FEF(L_17, (bool)0, /*hidden argument*/NULL); return; } IL_0072: { } IL_0073: try { // begin try (depth: 1) Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_18 = V_0; NullCheck(L_18); Task_ScheduleAndStart_m7A3334C89BD4B47370D0A3CAE575EA54CCA01AEF(L_18, (bool)0, /*hidden argument*/NULL); goto IL_007f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_007c; throw e; } CATCH_007c: { // begin catch(System.Threading.Tasks.TaskSchedulerException) 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.TaskSchedulerAwaitTaskContinuation_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m14A2B19DAD1F9934C7714F31E34E70544869F269 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m14A2B19DAD1F9934C7714F31E34E70544869F269_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439 * L_0 = (U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439 *)il2cpp_codegen_object_new(U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m7385A27A6BD7D377F64C862AEAC9F9D6DDE64CA8(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m7385A27A6BD7D377F64C862AEAC9F9D6DDE64CA8 (U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation_<>c::b__2_0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRunU3Eb__2_0_m09230CC3C4A5FF796AD9270851A6F374D8FC23BE (U3CU3Ec_t596A8131DC5C38096B959F07E58C349AAAFE3439 * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CRunU3Eb__2_0_m09230CC3C4A5FF796AD9270851A6F374D8FC23BE_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) RuntimeObject * L_0 = ___state0; NullCheck(((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)CastclassSealed((RuntimeObject*)L_0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var))); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)CastclassSealed((RuntimeObject*)L_0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0014; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000d; throw e; } CATCH_000d: { // begin catch(System.Exception) AwaitTaskContinuation_ThrowAsyncIfNecessary_mD1B7B962FF8ED8EC2F105A42998347BDF99FED05(((Exception_t *)__exception_local), /*hidden argument*/NULL); goto IL_0014; } // end catch (depth: 1) IL_0014: { 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_m63156F8498549786866AEA93F820A250BE5B691E (TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskSchedulerException__ctor_m63156F8498549786866AEA93F820A250BE5B691E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA2FE0B065EA50F6641CB120F487D334AC723A859, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(__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_mFFF7423FCD3DFC4F8A6F7E6028AE6CB1D5865F63 (TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * __this, Exception_t * ___innerException0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskSchedulerException__ctor_mFFF7423FCD3DFC4F8A6F7E6028AE6CB1D5865F63_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA2FE0B065EA50F6641CB120F487D334AC723A859, /*hidden argument*/NULL); Exception_t * L_1 = ___innerException0; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D(__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_m54DE71B0C4FFC10BE930F776BE82782F4384D469 (TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskSchedulerException__ctor_m54DE71B0C4FFC10BE930F776BE82782F4384D469_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618(__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.IAsyncResult System.Threading.Tasks.TaskToApm::Begin(System.Threading.Tasks.Task,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TaskToApm_Begin_m42DFEB73E3BB1B51E0E8D115AFD215F9F2BF4175 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskToApm_Begin_m42DFEB73E3BB1B51E0E8D115AFD215F9F2BF4175_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* G_B6_0 = NULL; { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ___task0; NullCheck(L_0); bool L_1 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = ___task0; RuntimeObject * L_3 = ___state2; TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * L_4 = (TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE *)il2cpp_codegen_object_new(TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE_il2cpp_TypeInfo_var); TaskWrapperAsyncResult__ctor_m47C91370D59B60FE3A5C49786EF699AD63784A3B(L_4, L_2, L_3, (bool)1, /*hidden argument*/NULL); V_0 = L_4; AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_5 = ___callback1; if (!L_5) { goto IL_0041; } } { AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_6 = ___callback1; RuntimeObject* L_7 = V_0; NullCheck(L_6); AsyncCallback_Invoke_m1830E56CD41BDD255C144AA16A9426EEE301617C(L_6, L_7, /*hidden argument*/NULL); goto IL_0041; } IL_001d: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_8 = ___task0; NullCheck(L_8); RuntimeObject * L_9 = Task_get_AsyncState_mEE6996D21AD9F92E34A30FA73A7D31A5BCE42657_inline(L_8, /*hidden argument*/NULL); RuntimeObject * L_10 = ___state2; if ((((RuntimeObject*)(RuntimeObject *)L_9) == ((RuntimeObject*)(RuntimeObject *)L_10))) { goto IL_0032; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_11 = ___task0; RuntimeObject * L_12 = ___state2; TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * L_13 = (TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE *)il2cpp_codegen_object_new(TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE_il2cpp_TypeInfo_var); TaskWrapperAsyncResult__ctor_m47C91370D59B60FE3A5C49786EF699AD63784A3B(L_13, L_11, L_12, (bool)0, /*hidden argument*/NULL); V_1 = L_13; RuntimeObject* L_14 = V_1; G_B6_0 = L_14; goto IL_0035; } IL_0032: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_15 = ___task0; V_1 = L_15; RuntimeObject* L_16 = V_1; G_B6_0 = L_16; } IL_0035: { V_0 = G_B6_0; AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_17 = ___callback1; if (!L_17) { goto IL_0041; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_18 = ___task0; AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_19 = ___callback1; RuntimeObject* L_20 = V_0; TaskToApm_InvokeCallbackWhenTaskCompletes_m46DC53C5C7C58E9F10B0EE7AE711C90A4B1CE494(L_18, L_19, L_20, /*hidden argument*/NULL); } IL_0041: { RuntimeObject* L_21 = V_0; return L_21; } } // System.Void System.Threading.Tasks.TaskToApm::End(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskToApm_End_m1BCAAEC9A8AED75C16537F0D568BE8AE8670FD1A (RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskToApm_End_m1BCAAEC9A8AED75C16537F0D568BE8AE8670FD1A_MetadataUsageId); s_Il2CppMethodInitialized = true; } Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_0 = NULL; TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * V_1 = NULL; TaskAwaiter_t0CDE8DBB564F0A0EA55FA6B3D43EEF96BC26252F V_2; memset((&V_2), 0, sizeof(V_2)); { RuntimeObject* L_0 = ___asyncResult0; V_1 = ((TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE *)IsInstSealed((RuntimeObject*)L_0, TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE_il2cpp_TypeInfo_var)); TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * L_1 = V_1; if (!L_1) { goto IL_0013; } } { TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * L_2 = V_1; NullCheck(L_2); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = L_2->get_Task_0(); V_0 = L_3; goto IL_001a; } IL_0013: { RuntimeObject* L_4 = ___asyncResult0; V_0 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)IsInstClass((RuntimeObject*)L_4, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var)); } IL_001a: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = V_0; if (L_5) { goto IL_0022; } } { __Error_WrongAsyncResult_m612D2B72EAE5B009FFB4DFD0831140EE6819B909(/*hidden argument*/NULL); } IL_0022: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_6 = V_0; NullCheck(L_6); TaskAwaiter_t0CDE8DBB564F0A0EA55FA6B3D43EEF96BC26252F L_7 = Task_GetAwaiter_m73027D5E4C16E961C658B83526BED8E32FD2AC6C(L_6, /*hidden argument*/NULL); V_2 = L_7; TaskAwaiter_GetResult_m89868C01592AC2B06CE1FD42D9B9C187C6FD928A((TaskAwaiter_t0CDE8DBB564F0A0EA55FA6B3D43EEF96BC26252F *)(&V_2), /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.TaskToApm::InvokeCallbackWhenTaskCompletes(System.Threading.Tasks.Task,System.AsyncCallback,System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskToApm_InvokeCallbackWhenTaskCompletes_m46DC53C5C7C58E9F10B0EE7AE711C90A4B1CE494 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___antecedent0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject* ___asyncResult2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskToApm_InvokeCallbackWhenTaskCompletes_m46DC53C5C7C58E9F10B0EE7AE711C90A4B1CE494_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86 * V_0 = NULL; ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 V_1; memset((&V_1), 0, sizeof(V_1)); ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 V_2; memset((&V_2), 0, sizeof(V_2)); { U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86 * L_0 = (U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass3_0__ctor_m349D6D5C702DDC66F2490654813695CE39A0B3B2(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86 * L_1 = V_0; AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_2 = ___callback1; NullCheck(L_1); L_1->set_callback_0(L_2); U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86 * L_3 = V_0; RuntimeObject* L_4 = ___asyncResult2; NullCheck(L_3); L_3->set_asyncResult_1(L_4); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = ___antecedent0; NullCheck(L_5); ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_6 = Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02(L_5, (bool)0, /*hidden argument*/NULL); V_1 = L_6; ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_7 = ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline((ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 *)(&V_1), /*hidden argument*/NULL); V_2 = L_7; U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86 * L_8 = V_0; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_9 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var); Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass3_0_U3CInvokeCallbackWhenTaskCompletesU3Eb__0_m4C9A107F12D2BC7B54398E44A44D45AB3F8B6D18_RuntimeMethod_var), /*hidden argument*/NULL); ConfiguredTaskAwaiter_OnCompleted_m847B280BD99B29C570B6EC0993E6BC8977871872((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_2), L_9, /*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.TaskToApm_<>c__DisplayClass3_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m349D6D5C702DDC66F2490654813695CE39A0B3B2 (U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.TaskToApm_<>c__DisplayClass3_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0_U3CInvokeCallbackWhenTaskCompletesU3Eb__0_m4C9A107F12D2BC7B54398E44A44D45AB3F8B6D18 (U3CU3Ec__DisplayClass3_0_t657F9DBC5A9094840EFCD15D64F27D75F148FD86 * __this, const RuntimeMethod* method) { { AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = __this->get_callback_0(); RuntimeObject* L_1 = __this->get_asyncResult_1(); NullCheck(L_0); AsyncCallback_Invoke_m1830E56CD41BDD255C144AA16A9426EEE301617C(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.TaskToApm_TaskWrapperAsyncResult::.ctor(System.Threading.Tasks.Task,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskWrapperAsyncResult__ctor_m47C91370D59B60FE3A5C49786EF699AD63784A3B (TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, RuntimeObject * ___state1, bool ___completedSynchronously2, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ___task0; __this->set_Task_0(L_0); RuntimeObject * L_1 = ___state1; __this->set_m_state_1(L_1); bool L_2 = ___completedSynchronously2; __this->set_m_completedSynchronously_2(L_2); return; } } // System.Object System.Threading.Tasks.TaskToApm_TaskWrapperAsyncResult::System.IAsyncResult.get_AsyncState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TaskWrapperAsyncResult_System_IAsyncResult_get_AsyncState_mFF874F0FB65ADDA52351D6C069DE13049BA7E0F3 (TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_state_1(); return L_0; } } // System.Boolean System.Threading.Tasks.TaskToApm_TaskWrapperAsyncResult::System.IAsyncResult.get_CompletedSynchronously() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskWrapperAsyncResult_System_IAsyncResult_get_CompletedSynchronously_m5EB2861460E43DC86C8597E1154471FD70A7EB9E (TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_completedSynchronously_2(); return L_0; } } // System.Boolean System.Threading.Tasks.TaskToApm_TaskWrapperAsyncResult::System.IAsyncResult.get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskWrapperAsyncResult_System_IAsyncResult_get_IsCompleted_m07D4F30FEFE7852AFF3DDA6D35837D2C7876E62E (TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * __this, const RuntimeMethod* method) { { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = __this->get_Task_0(); NullCheck(L_0); bool L_1 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(L_0, /*hidden argument*/NULL); return L_1; } } // System.Threading.WaitHandle System.Threading.Tasks.TaskToApm_TaskWrapperAsyncResult::System.IAsyncResult.get_AsyncWaitHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * TaskWrapperAsyncResult_System_IAsyncResult_get_AsyncWaitHandle_m2F6AA2661CF059788F85AE7C1B3BB1E3E126200A (TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskWrapperAsyncResult_System_IAsyncResult_get_AsyncWaitHandle_m2F6AA2661CF059788F85AE7C1B3BB1E3E126200A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = __this->get_Task_0(); NullCheck(L_0); WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_1 = InterfaceFuncInvoker0< WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.ThreadPoolTaskScheduler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolTaskScheduler__ctor_mC0B9F37DBA25F766F01EE56C8460330C3708FF1D (ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolTaskScheduler__ctor_mC0B9F37DBA25F766F01EE56C8460330C3708FF1D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler__ctor_mD337C4A20B49427C777B496030923E94CA7BC5EF(__this, /*hidden argument*/NULL); TaskScheduler_get_Id_mF6A6B32C47D838C93694AAD06998F85B61F71DA7(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Tasks.ThreadPoolTaskScheduler::LongRunningThreadWork(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolTaskScheduler_LongRunningThreadWork_m961ED397785555AF2C24A4C8723246BA355CE21D (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolTaskScheduler_LongRunningThreadWork_m961ED397785555AF2C24A4C8723246BA355CE21D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; NullCheck(((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)IsInstClass((RuntimeObject*)L_0, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))); Task_ExecuteEntry_mA04E6FA3370CA2AB19B6AB209E44E993B14621F1(((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)IsInstClass((RuntimeObject*)L_0, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_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_mE9B3A295B7D2E31848AF3DECA7A89CC814F3F20A (ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolTaskScheduler_QueueTask_mE9B3A295B7D2E31848AF3DECA7A89CC814F3F20A_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ___task0; NullCheck(L_0); int32_t L_1 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(L_0, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_1&(int32_t)2))) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD_il2cpp_TypeInfo_var); ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * L_2 = ((ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD_il2cpp_TypeInfo_var))->get_s_longRunningThreadWork_6(); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_3 = (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)il2cpp_codegen_object_new(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var); Thread__ctor_m10768310462BE1A521AB4BB70F483741C993ADFD(L_3, L_2, /*hidden argument*/NULL); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_4 = L_3; NullCheck(L_4); Thread_set_IsBackground_mF62551A195DCB09D44E512F52916145E39362D39(L_4, (bool)1, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = ___task0; NullCheck(L_4); Thread_Start_m3D27E6E9735ED3B6BF2CD332B8D90E7E8CE21933(L_4, L_5, /*hidden argument*/NULL); return; } IL_0022: { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_6 = ___task0; NullCheck(L_6); int32_t L_7 = Task_get_Options_mFCA12B2A5EFA9C47CD82DC7017B770F26B7C512A(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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_8 = ___task0; bool L_9 = V_0; ThreadPool_UnsafeQueueCustomWorkItem_m6FAFD01CC75C06858788F29C2430A4CB85E13568(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_m1C5D63C98E1736A378030295A07D2DF097B5B376 (ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, bool ___taskWasPreviouslyQueued1, const RuntimeMethod* method) { bool V_0 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { bool L_0 = ___taskWasPreviouslyQueued1; if (!L_0) { goto IL_000d; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_1 = ___task0; bool L_2 = ThreadPool_TryPopCustomWorkItem_mCECECEF31175E5AF82E059137F190C0088897A4A(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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = ___task0; NullCheck(L_3); bool L_4 = Task_ExecuteEntry_mA04E6FA3370CA2AB19B6AB209E44E993B14621F1(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(7 /* System.Void System.Threading.Tasks.TaskScheduler::NotifyWorkItemProgress() */, __this); } IL_0022: { IL2CPP_END_FINALLY(25) } } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_JUMP_TBL(0x23, IL_0023) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } 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_mB6EFEE0952C802BA6C48DA6F3260AFF9B1732483 (ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method) { { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ___task0; bool L_1 = ThreadPool_TryPopCustomWorkItem_mCECECEF31175E5AF82E059137F190C0088897A4A(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Threading.Tasks.ThreadPoolTaskScheduler::NotifyWorkItemProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolTaskScheduler_NotifyWorkItemProgress_mDA29D3C763A19CA46096B1A4211CE72B6BA2ECF5 (ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD * __this, const RuntimeMethod* method) { { ThreadPool_NotifyWorkItemProgress_mD041D082A87EAE7A34E6AE21CB7AF8819422B40A(/*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Tasks.ThreadPoolTaskScheduler::get_RequiresAtomicStartTransition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPoolTaskScheduler_get_RequiresAtomicStartTransition_mFE4B45D3646489E6819079FC9D7B5F80B0659F31 (ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Threading.Tasks.ThreadPoolTaskScheduler::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolTaskScheduler__cctor_mC425D1140B5A638568A6350B38102E68BFFE263B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolTaskScheduler__cctor_mC425D1140B5A638568A6350B38102E68BFFE263B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * L_0 = (ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F *)il2cpp_codegen_object_new(ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F_il2cpp_TypeInfo_var); ParameterizedThreadStart__ctor_m236F11FFFC55CB6AC611B16302E2F5F58C60346B(L_0, NULL, (intptr_t)((intptr_t)ThreadPoolTaskScheduler_LongRunningThreadWork_m961ED397785555AF2C24A4C8723246BA355CE21D_RuntimeMethod_var), /*hidden argument*/NULL); ((ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolTaskScheduler_t881DB3BB8EFB9D969F86C70D01288AF7CE5F8CAD_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.Tasks.UnobservedTaskExceptionEventArgs::.ctor(System.AggregateException) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnobservedTaskExceptionEventArgs__ctor_mD866CEFA881E8B9F5C7FB00C62B3575E97BFEED3 (UnobservedTaskExceptionEventArgs_tFE11214527E226372281384AC73C2B792170A3B7 * __this, AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * ___exception0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnobservedTaskExceptionEventArgs__ctor_mD866CEFA881E8B9F5C7FB00C62B3575E97BFEED3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var); EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL); AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_0 = ___exception0; __this->set_m_exception_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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::AsyncLocalSetCurrentUICulture(System.Threading.AsyncLocalValueChangedArgs`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_AsyncLocalSetCurrentUICulture_m177360C4C12434E54532ECE808830E808D3AD24B (AsyncLocalValueChangedArgs_1_tF4F345C6388CE435722A915F07BFF9F4667E6B3E ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_AsyncLocalSetCurrentUICulture_m177360C4C12434E54532ECE808830E808D3AD24B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = AsyncLocalValueChangedArgs_1_get_CurrentValue_m2CFDD7206ADA43DB0CE4A2C2187B567E5B576556_inline((AsyncLocalValueChangedArgs_1_tF4F345C6388CE435722A915F07BFF9F4667E6B3E *)(&___args0), /*hidden argument*/AsyncLocalValueChangedArgs_1_get_CurrentValue_m2CFDD7206ADA43DB0CE4A2C2187B567E5B576556_RuntimeMethod_var); ((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var))->set_m_CurrentUICulture_3(L_0); return; } } // System.Void System.Threading.Thread::.ctor(System.Threading.ThreadStart) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * ___start0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CriticalFinalizerObject__ctor_m99FA3656B2AAC4F7E53A8BFE9E361E7C1F8867C5(__this, /*hidden argument*/NULL); ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * L_0 = ___start0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral2B020927D3C6EB407223A1BAA3D6CE3597A3F88D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD_RuntimeMethod_var); } IL_0014: { ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * L_2 = ___start0; Thread_SetStartHelper_mA0ABB42BEDC02848CDF5378338F32B71493E5DD4(__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_m10768310462BE1A521AB4BB70F483741C993ADFD (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * ___start0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread__ctor_m10768310462BE1A521AB4BB70F483741C993ADFD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CriticalFinalizerObject__ctor_m99FA3656B2AAC4F7E53A8BFE9E361E7C1F8867C5(__this, /*hidden argument*/NULL); ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * L_0 = ___start0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral2B020927D3C6EB407223A1BAA3D6CE3597A3F88D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Thread__ctor_m10768310462BE1A521AB4BB70F483741C993ADFD_RuntimeMethod_var); } IL_0014: { ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * L_2 = ___start0; Thread_SetStartHelper_mA0ABB42BEDC02848CDF5378338F32B71493E5DD4(__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_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; Thread_Start_mFA3CA96DB8FDA3248DF49692ADE09BBD1B894830(__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_m3D27E6E9735ED3B6BF2CD332B8D90E7E8CE21933 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, RuntimeObject * ___parameter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_Start_m3D27E6E9735ED3B6BF2CD332B8D90E7E8CE21933_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { MulticastDelegate_t * L_0 = __this->get_m_Delegate_12(); if (!((ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)IsInstSealed((RuntimeObject*)L_0, ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var))) { goto IL_001d; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral61AD634E557CA4E72090257EF5F68EA067B4226A, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Thread_Start_m3D27E6E9735ED3B6BF2CD332B8D90E7E8CE21933_RuntimeMethod_var); } IL_001d: { RuntimeObject * L_3 = ___parameter0; __this->set_m_ThreadStartArg_7(L_3); V_0 = 1; Thread_Start_mFA3CA96DB8FDA3248DF49692ADE09BBD1B894830(__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_mFA3CA96DB8FDA3248DF49692ADE09BBD1B894830 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, int32_t* ___stackMark0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_Start_mFA3CA96DB8FDA3248DF49692ADE09BBD1B894830_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * 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(); NullCheck(L_1); RuntimeObject * L_2 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline(L_1, /*hidden argument*/NULL); int32_t* L_3 = ___stackMark0; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_4 = ExecutionContext_Capture_m03E9840F580CC8E82725D5969D6132B0ABADD5F2((int32_t*)L_3, 1, /*hidden argument*/NULL); V_1 = L_4; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_5 = V_1; NullCheck(((ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 *)CastclassClass((RuntimeObject*)L_2, ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_il2cpp_TypeInfo_var))); ThreadHelper_SetExecutionContextHelper_m253F9206E5C01BE9A6BC3ED65106B5C2DB7240FF_inline(((ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 *)CastclassClass((RuntimeObject*)L_2, ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_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_mA1F40AE1915B601089920427BCD391C814D624E0(__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_t5766DE258B6B590281150D8DB517B651F9F4F33B Thread_GetExecutionContextReader_m94A554E99BC4602CE1703DFBA4C96373208D1A4B (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = __this->get_m_ExecutionContext_13(); Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B L_1; memset((&L_1), 0, sizeof(L_1)); Reader__ctor_mDB8E37FABE15D47E2E78E77EA6702D0FBAB8FC5E_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_m0F37C83CC64B2AB00FC01FBC704D161DDE18766A (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __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_mD8B987510AE88BD907A27ACC54F4022A04FB30C2 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __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_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * Thread_GetMutableExecutionContext_mD22CBCEAD2B95B779612C42D8B634B8B5163BA72 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_GetMutableExecutionContext_mD22CBCEAD2B95B779612C42D8B634B8B5163BA72_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * V_0 = NULL; { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = __this->get_m_ExecutionContext_13(); if (L_0) { goto IL_0015; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 *)il2cpp_codegen_object_new(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext__ctor_m60AAAF7CF4BF6DB4192982A1822C4379355DAC64(L_1, /*hidden argument*/NULL); __this->set_m_ExecutionContext_13(L_1); goto IL_0030; } IL_0015: { bool L_2 = Thread_get_ExecutionContextBelongsToCurrentScope_m0F37C83CC64B2AB00FC01FBC704D161DDE18766A(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0030; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_3 = __this->get_m_ExecutionContext_13(); NullCheck(L_3); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_4 = ExecutionContext_CreateMutableCopy_mA3CD86A88C02101A1E6F33D0111FBE1DD926238F(L_3, /*hidden argument*/NULL); V_0 = L_4; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_5 = V_0; __this->set_m_ExecutionContext_13(L_5); } IL_0030: { Thread_set_ExecutionContextBelongsToCurrentScope_mD8B987510AE88BD907A27ACC54F4022A04FB30C2(__this, (bool)1, /*hidden argument*/NULL); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * 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_m1728EF01137D3CD57C6C59DB07A6314D9A1341AA (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___value0, bool ___belongsToCurrentScope1, const RuntimeMethod* method) { { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = ___value0; __this->set_m_ExecutionContext_13(L_0); bool L_1 = ___belongsToCurrentScope1; Thread_set_ExecutionContextBelongsToCurrentScope_mD8B987510AE88BD907A27ACC54F4022A04FB30C2(__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_m5EEA0CB200E2C224E4B72C1A17BEF16E566D8926 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B ___value0, bool ___belongsToCurrentScope1, const RuntimeMethod* method) { { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = Reader_DangerousGetRawExecutionContext_m0AAF58869F7AC7C33242B7C6A6ABFA2EF5100EBA_inline((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&___value0), /*hidden argument*/NULL); __this->set_m_ExecutionContext_13(L_0); bool L_1 = ___belongsToCurrentScope1; Thread_set_ExecutionContextBelongsToCurrentScope_mD8B987510AE88BD907A27ACC54F4022A04FB30C2(__this, L_1, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Thread::JoinInternal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_JoinInternal_m964C6DF451EAE539EC568BBCA4EA77A80D770475 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, int32_t ___millisecondsTimeout0, const RuntimeMethod* method) { typedef bool (*Thread_JoinInternal_m964C6DF451EAE539EC568BBCA4EA77A80D770475_ftn) (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, int32_t); using namespace il2cpp::icalls; return ((Thread_JoinInternal_m964C6DF451EAE539EC568BBCA4EA77A80D770475_ftn)mscorlib::System::Threading::Thread::JoinInternal) (__this, ___millisecondsTimeout0); } // System.Void System.Threading.Thread::Join() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Join_mD3E603D9FC950F127ABE95A3FF48AAEA48A29EA9 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { { Thread_JoinInternal_m964C6DF451EAE539EC568BBCA4EA77A80D770475(__this, (-1), /*hidden argument*/NULL); return; } } // System.Void System.Threading.Thread::SleepInternal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SleepInternal_m69943350F67E5C693262A6278FB7A835AE1942CE (int32_t ___millisecondsTimeout0, const RuntimeMethod* method) { typedef void (*Thread_SleepInternal_m69943350F67E5C693262A6278FB7A835AE1942CE_ftn) (int32_t); using namespace il2cpp::icalls; ((Thread_SleepInternal_m69943350F67E5C693262A6278FB7A835AE1942CE_ftn)mscorlib::System::Threading::Thread::SleepInternal) (___millisecondsTimeout0); } // System.Void System.Threading.Thread::Sleep(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF (int32_t ___millisecondsTimeout0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___millisecondsTimeout0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1B8A0FD63D1D605E82838E8FBA940C1207478A60, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral9D9BED981884AC3D4D16BF22ED725A5686CEF15B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___millisecondsTimeout0; Thread_SleepInternal_m69943350F67E5C693262A6278FB7A835AE1942CE(L_3, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Thread::YieldInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_YieldInternal_mA0081B312A19ECA8D0A7E49DD9DF8AF5A0C7F851 (const RuntimeMethod* method) { typedef bool (*Thread_YieldInternal_mA0081B312A19ECA8D0A7E49DD9DF8AF5A0C7F851_ftn) (); using namespace il2cpp::icalls; return ((Thread_YieldInternal_mA0081B312A19ECA8D0A7E49DD9DF8AF5A0C7F851_ftn)mscorlib::System::Threading::Thread::YieldInternal) (); } // System.Boolean System.Threading.Thread::Yield() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_Yield_m04E310FE49602AEB72AE630E371CFAC36AAA718B (const RuntimeMethod* method) { { bool L_0 = Thread_YieldInternal_mA0081B312A19ECA8D0A7E49DD9DF8AF5A0C7F851(/*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_mA0ABB42BEDC02848CDF5378338F32B71493E5DD4 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, Delegate_t * ___start0, int32_t ___maxStackSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_SetStartHelper_mA0ABB42BEDC02848CDF5378338F32B71493E5DD4_MetadataUsageId); s_Il2CppMethodInitialized = true; } ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * V_0 = NULL; { int32_t L_0 = ___maxStackSize1; int32_t L_1 = Thread_GetProcessDefaultStackSize_m876EFB49B410ED044DBFA47B7EE2D4F16D7731EC(L_0, /*hidden argument*/NULL); ___maxStackSize1 = L_1; Delegate_t * L_2 = ___start0; ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * L_3 = (ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 *)il2cpp_codegen_object_new(ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_il2cpp_TypeInfo_var); ThreadHelper__ctor_m8262A0EF0381251FDDFA4696B84F68AF3A01411B(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; Delegate_t * L_4 = ___start0; if (!((ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)IsInstSealed((RuntimeObject*)L_4, ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var))) { goto IL_002b; } } { ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * L_5 = V_0; ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * L_6 = (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)il2cpp_codegen_object_new(ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var); ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5(L_6, L_5, (intptr_t)((intptr_t)ThreadHelper_ThreadStart_m8CB657ADE8F96ED7949120D441D40F2A23EECBD2_RuntimeMethod_var), /*hidden argument*/NULL); int32_t L_7 = ___maxStackSize1; Thread_SetStart_m22F9A89D5768A9EF04A85F3FA4E8090CE2667FFE(__this, L_6, L_7, /*hidden argument*/NULL); return; } IL_002b: { ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * L_8 = V_0; ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * L_9 = (ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F *)il2cpp_codegen_object_new(ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F_il2cpp_TypeInfo_var); ParameterizedThreadStart__ctor_m236F11FFFC55CB6AC611B16302E2F5F58C60346B(L_9, L_8, (intptr_t)((intptr_t)ThreadHelper_ThreadStart_m21D0954583D43BCACDABE0E2ABB694FC4A0D43A3_RuntimeMethod_var), /*hidden argument*/NULL); int32_t L_10 = ___maxStackSize1; Thread_SetStart_m22F9A89D5768A9EF04A85F3FA4E8090CE2667FFE(__this, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Globalization.CultureInfo System.Threading.Thread::get_CurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * Thread_get_CurrentUICulture_m7D91997747DB8A3780F0305A337D5389DB58194F (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = Thread_GetCurrentUICultureNoAppX_m3443520354B118E074F79BF5D5BDBB5B6E31B5AB(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Threading.Thread::set_CurrentUICulture(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_CurrentUICulture_m5C7D7FFD0AFC295C9902BF237F0A214A70D637E9 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_set_CurrentUICulture_m5C7D7FFD0AFC295C9902BF237F0A214A70D637E9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Thread_set_CurrentUICulture_m5C7D7FFD0AFC295C9902BF237F0A214A70D637E9_RuntimeMethod_var); } IL_000e: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_VerifyCultureName_m6169AD8655E71230F89C121DFF06759F3AE7638C(L_2, (bool)1, /*hidden argument*/NULL); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = ((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var))->get_m_CurrentUICulture_3(); if (L_3) { goto IL_0029; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = ((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var))->get_m_CurrentCulture_2(); if (L_4) { goto IL_0029; } } { Thread_nativeInitCultureAccessors_m76BF4962BAD124E22369D6FD59DA0710C163701C(/*hidden argument*/NULL); } IL_0029: { bool L_5 = ((AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D_StaticFields*)il2cpp_codegen_static_fields_for(AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D_il2cpp_TypeInfo_var))->get_NoAsyncCurrentCulture_1(); if (L_5) { goto IL_0060; } } { AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * L_6 = ((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields*)il2cpp_codegen_static_fields_for(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var))->get_s_asyncLocalCurrentUICulture_5(); if (L_6) { goto IL_0054; } } { Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49 * L_7 = (Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49 *)il2cpp_codegen_object_new(Action_1_t856CF705BD004F31388528B4E5010D81DE5B2E49_il2cpp_TypeInfo_var); Action_1__ctor_m4690598098ACAB96072EFE65554EA14ECE6C8CAF(L_7, NULL, (intptr_t)((intptr_t)Thread_AsyncLocalSetCurrentUICulture_m177360C4C12434E54532ECE808830E808D3AD24B_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m4690598098ACAB96072EFE65554EA14ECE6C8CAF_RuntimeMethod_var); AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * L_8 = (AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A *)il2cpp_codegen_object_new(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A_il2cpp_TypeInfo_var); AsyncLocal_1__ctor_mB3CF89E343A839F0BBAF92222F14FF9230CDBC90(L_8, L_7, /*hidden argument*/AsyncLocal_1__ctor_mB3CF89E343A839F0BBAF92222F14FF9230CDBC90_RuntimeMethod_var); InterlockedCompareExchangeImpl((AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A **)(((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields*)il2cpp_codegen_static_fields_for(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var))->get_address_of_s_asyncLocalCurrentUICulture_5()), L_8, (AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A *)NULL); } IL_0054: { AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * L_9 = ((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields*)il2cpp_codegen_static_fields_for(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var))->get_s_asyncLocalCurrentUICulture_5(); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = ___value0; NullCheck(L_9); AsyncLocal_1_set_Value_m2D48DBF0A05C32009526D04849FE050A29AC8FF4(L_9, L_10, /*hidden argument*/AsyncLocal_1_set_Value_m2D48DBF0A05C32009526D04849FE050A29AC8FF4_RuntimeMethod_var); return; } IL_0060: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = ___value0; ((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var))->set_m_CurrentUICulture_3(L_11); return; } } // System.Globalization.CultureInfo System.Threading.Thread::GetCurrentUICultureNoAppX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * Thread_GetCurrentUICultureNoAppX_m3443520354B118E074F79BF5D5BDBB5B6E31B5AB (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_GetCurrentUICultureNoAppX_m3443520354B118E074F79BF5D5BDBB5B6E31B5AB_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_0 = NULL; { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var))->get_m_CurrentUICulture_3(); if (L_0) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_DefaultThreadCurrentUICulture_mEB6BC8E5CB2D0BBBB6B7AD860E55683284CCAF3B(/*hidden argument*/NULL); V_0 = L_1; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = V_0; if (L_2) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = CultureInfo_get_UserDefaultUICulture_m65D62A67F22DFB25EDD7E629AC3381824704DE40(/*hidden argument*/NULL); return L_3; } IL_0016: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = V_0; return L_4; } IL_0018: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = ((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * Thread_get_CurrentCulture_m97A15448A16FB3B5EC1E21A0538C9FC1F84AEE66 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = Thread_GetCurrentCultureNoAppX_mCD2B90A28EFEFFDB4B5855B71ADF1337C6E36843(__this, /*hidden argument*/NULL); return L_0; } } // System.Globalization.CultureInfo System.Threading.Thread::GetCurrentCultureNoAppX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * Thread_GetCurrentCultureNoAppX_mCD2B90A28EFEFFDB4B5855B71ADF1337C6E36843 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_GetCurrentCultureNoAppX_mCD2B90A28EFEFFDB4B5855B71ADF1337C6E36843_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_0 = NULL; { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var))->get_m_CurrentCulture_2(); if (L_0) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_DefaultThreadCurrentCulture_mCC52FEEF31992F66C3A74D4566C1CB2C6D2CE581(/*hidden argument*/NULL); V_0 = L_1; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = V_0; if (L_2) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = CultureInfo_get_UserDefaultCulture_m1057FA0B6C68E6EE22B119A3FA7F6678151CEBEB(/*hidden argument*/NULL); return L_3; } IL_0016: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = V_0; return L_4; } IL_0018: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = ((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var))->get_m_CurrentCulture_2(); return L_5; } } // System.Void System.Threading.Thread::nativeInitCultureAccessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_nativeInitCultureAccessors_m76BF4962BAD124E22369D6FD59DA0710C163701C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_nativeInitCultureAccessors_m76BF4962BAD124E22369D6FD59DA0710C163701C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_ConstructCurrentCulture_mE6C8422F02C0B034357F8AF0561FCAEED25D2652(/*hidden argument*/NULL); ((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var))->set_m_CurrentCulture_2(L_0); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_ConstructCurrentUICulture_m2FE732E44451F81797CB4D5489B719716682A8E2(/*hidden argument*/NULL); ((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var))->set_m_CurrentUICulture_3(L_1); return; } } // System.Void System.Threading.Thread::MemoryBarrier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_MemoryBarrier_mAB9F6B8404ACCE0D17BEDBD656782FEDDBC9FB8A (const RuntimeMethod* method) { typedef void (*Thread_MemoryBarrier_mAB9F6B8404ACCE0D17BEDBD656782FEDDBC9FB8A_ftn) (); using namespace il2cpp::icalls; ((Thread_MemoryBarrier_mAB9F6B8404ACCE0D17BEDBD656782FEDDBC9FB8A_ftn)mscorlib::System::Threading::Thread::MemoryBarrier_) (); } // System.Void System.Threading.Thread::ConstructInternalThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_ConstructInternalThread_mC11ABFE9172C63CDFD66A11AFB82B9EA2DE8FE33 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { typedef void (*Thread_ConstructInternalThread_mC11ABFE9172C63CDFD66A11AFB82B9EA2DE8FE33_ftn) (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *); using namespace il2cpp::icalls; ((Thread_ConstructInternalThread_mC11ABFE9172C63CDFD66A11AFB82B9EA2DE8FE33_ftn)mscorlib::System::Threading::Thread::ConstructInternalThread) (__this); } // System.Threading.InternalThread System.Threading.Thread::get_Internal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * Thread_get_Internal_m4A69329DACC9037BDF9CA582CF4FC9734817D225 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { { InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_0 = __this->get_internal_thread_6(); if (L_0) { goto IL_000e; } } { Thread_ConstructInternalThread_mC11ABFE9172C63CDFD66A11AFB82B9EA2DE8FE33(__this, /*hidden argument*/NULL); } IL_000e: { InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * 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_tE86AB6B3D9759C8E715184808579EFE761683724 * Thread_get_CurrentContext_mD4C5716B63A293947733813B4D9256925CB90A44 (const RuntimeMethod* method) { { Context_tE86AB6B3D9759C8E715184808579EFE761683724 * L_0 = AppDomain_InternalGetContext_mAA54924C2DC3349E29D79D76403F803BD966031F(/*hidden argument*/NULL); return L_0; } } // System.Threading.Thread System.Threading.Thread::GetCurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * Thread_GetCurrentThread_m7CFEF67B239579F733823B39EC3D56F77E96BC0E (const RuntimeMethod* method) { typedef Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * (*Thread_GetCurrentThread_m7CFEF67B239579F733823B39EC3D56F77E96BC0E_ftn) (); using namespace il2cpp::icalls; return ((Thread_GetCurrentThread_m7CFEF67B239579F733823B39EC3D56F77E96BC0E_ftn)mscorlib::System::Threading::Thread::GetCurrentThread) (); } // System.Threading.Thread System.Threading.Thread::get_CurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E_MetadataUsageId); s_Il2CppMethodInitialized = true; } Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * V_0 = NULL; { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = ((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var))->get_current_thread_11(); V_0 = L_0; Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_1 = V_0; if (!L_1) { goto IL_000b; } } { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_2 = V_0; return L_2; } IL_000b: { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_3 = Thread_GetCurrentThread_m7CFEF67B239579F733823B39EC3D56F77E96BC0E(/*hidden argument*/NULL); return L_3; } } // System.Int32 System.Threading.Thread::get_CurrentThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_CurrentThreadId_m4E5AF50F663EA2F6891B44EABD11D9B05C75CF4F (const RuntimeMethod* method) { { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_0); InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_1 = L_0->get_internal_thread_6(); NullCheck(L_1); int64_t L_2 = L_1->get_thread_id_9(); return (((int32_t)((int32_t)L_2))); } } // System.Int32 System.Threading.Thread::GetDomainID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_GetDomainID_m7C6DEB9A3289C82B0B17F7234DCA9D2677731547 (const RuntimeMethod* method) { typedef int32_t (*Thread_GetDomainID_m7C6DEB9A3289C82B0B17F7234DCA9D2677731547_ftn) (); using namespace il2cpp::icalls; return ((Thread_GetDomainID_m7C6DEB9A3289C82B0B17F7234DCA9D2677731547_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_m43DFA96F34ADF78F99F0F24267EC34A8E7A57849 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, MulticastDelegate_t * ___start0, const RuntimeMethod* method) { typedef intptr_t (*Thread_Thread_internal_m43DFA96F34ADF78F99F0F24267EC34A8E7A57849_ftn) (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, MulticastDelegate_t *); using namespace il2cpp::icalls; return ((Thread_Thread_internal_m43DFA96F34ADF78F99F0F24267EC34A8E7A57849_ftn)mscorlib::System::Threading::Thread::Thread_internal) (__this, ___start0); } // System.Void System.Threading.Thread::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Finalize_m919EB0391B111DAC087F3DC2A7248E8740C5CFAB (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__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_m36B07F0B4F395452E3EFB45EF4887C763388AFA7(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(2) } // end finally (depth: 1) IL2CPP_CLEANUP(2) { IL2CPP_JUMP_TBL(0x9, IL_0009) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0009: { return; } } // System.Boolean System.Threading.Thread::get_IsThreadPoolThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_get_IsThreadPoolThread_m3CF4788DEF7D552D12D5E54E10CF1BD0F763ED55 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { { bool L_0 = Thread_get_IsThreadPoolThreadInternal_m909FDD574165BF8D5D02D414E2F55D44299F95AC(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Threading.Thread::get_IsThreadPoolThreadInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_get_IsThreadPoolThreadInternal_m909FDD574165BF8D5D02D414E2F55D44299F95AC (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { { InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_0 = Thread_get_Internal_m4A69329DACC9037BDF9CA582CF4FC9734817D225(__this, /*hidden argument*/NULL); NullCheck(L_0); 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_mF62551A195DCB09D44E512F52916145E39362D39 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, bool ___value0, const RuntimeMethod* method) { { Thread_ValidateThreadState_mEBF62A50922AE3BABE5C6603386D5370DEA385F3(__this, /*hidden argument*/NULL); bool L_0 = ___value0; if (!L_0) { goto IL_0017; } } { InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_1 = Thread_get_Internal_m4A69329DACC9037BDF9CA582CF4FC9734817D225(__this, /*hidden argument*/NULL); Thread_SetState_mF0035267AC3FECD199B63396E7B1097D4FC2C7C5(L_1, 4, /*hidden argument*/NULL); return; } IL_0017: { InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_2 = Thread_get_Internal_m4A69329DACC9037BDF9CA582CF4FC9734817D225(__this, /*hidden argument*/NULL); Thread_ClrState_m108E95E5905DB3F3301DF8FF8A04B956A5136F77(L_2, 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_mE41978DFBCB89086CBFF60F479FCF0A241500B31 (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___thread0, String_t* ___name1, const RuntimeMethod* method) { typedef void (*Thread_SetName_internal_mE41978DFBCB89086CBFF60F479FCF0A241500B31_ftn) (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 *, String_t*); using namespace il2cpp::icalls; ((Thread_SetName_internal_mE41978DFBCB89086CBFF60F479FCF0A241500B31_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_mEBD0DF20D69C49612949EA6F24E8E4EADB7F5E77 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, String_t* ___value0, const RuntimeMethod* method) { { InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_0 = Thread_get_Internal_m4A69329DACC9037BDF9CA582CF4FC9734817D225(__this, /*hidden argument*/NULL); String_t* L_1 = ___value0; Thread_SetName_internal_mE41978DFBCB89086CBFF60F479FCF0A241500B31(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_m8F398B10B485BC5FC7499B53452230A604989C10 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { { InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_0 = Thread_get_Internal_m4A69329DACC9037BDF9CA582CF4FC9734817D225(__this, /*hidden argument*/NULL); int32_t L_1 = Thread_GetState_m32A1BAF338D3CCCAE4CC2DD9F3E3CD68AF66C9F2(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_mDCFDC9E11E3D93EF2261C217649468A3F3A151D7 (const RuntimeMethod* method) { typedef void (*Thread_SpinWait_nop_mDCFDC9E11E3D93EF2261C217649468A3F3A151D7_ftn) (); using namespace il2cpp::icalls; ((Thread_SpinWait_nop_mDCFDC9E11E3D93EF2261C217649468A3F3A151D7_ftn)mscorlib::System::Threading::Thread::SpinWait_nop) (); } // System.Void System.Threading.Thread::SpinWait(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SpinWait_m78B41D34DB11B07C0E7776FD3150DFB10AC63BB4 (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_mDCFDC9E11E3D93EF2261C217649468A3F3A151D7(/*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_mA1F40AE1915B601089920427BCD391C814D624E0 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, RuntimeObject* ___principal0, int32_t* ___stackMark1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_StartInternal_mA1F40AE1915B601089920427BCD391C814D624E0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MulticastDelegate_t * L_0 = __this->get_m_Delegate_12(); intptr_t L_1 = Thread_Thread_internal_m43DFA96F34ADF78F99F0F24267EC34A8E7A57849(__this, L_0, /*hidden argument*/NULL); bool L_2 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_1, (intptr_t)(0), /*hidden argument*/NULL); if (!L_2) { goto IL_0023; } } { SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * L_3 = (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 *)il2cpp_codegen_object_new(SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782_il2cpp_TypeInfo_var); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(L_3, _stringLiteralC499D2FE766B2B37D326CC48A70E7DFFCE14E67E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Thread_StartInternal_mA1F40AE1915B601089920427BCD391C814D624E0_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_mF0035267AC3FECD199B63396E7B1097D4FC2C7C5 (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___thread0, int32_t ___set1, const RuntimeMethod* method) { typedef void (*Thread_SetState_mF0035267AC3FECD199B63396E7B1097D4FC2C7C5_ftn) (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 *, int32_t); using namespace il2cpp::icalls; ((Thread_SetState_mF0035267AC3FECD199B63396E7B1097D4FC2C7C5_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_m108E95E5905DB3F3301DF8FF8A04B956A5136F77 (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___thread0, int32_t ___clr1, const RuntimeMethod* method) { typedef void (*Thread_ClrState_m108E95E5905DB3F3301DF8FF8A04B956A5136F77_ftn) (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 *, int32_t); using namespace il2cpp::icalls; ((Thread_ClrState_m108E95E5905DB3F3301DF8FF8A04B956A5136F77_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_m32A1BAF338D3CCCAE4CC2DD9F3E3CD68AF66C9F2 (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___thread0, const RuntimeMethod* method) { typedef int32_t (*Thread_GetState_m32A1BAF338D3CCCAE4CC2DD9F3E3CD68AF66C9F2_ftn) (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 *); using namespace il2cpp::icalls; return ((Thread_GetState_m32A1BAF338D3CCCAE4CC2DD9F3E3CD68AF66C9F2_ftn)mscorlib::System::Threading::Thread::GetState40) (___thread0); } // System.Int32 System.Threading.Thread::SystemMaxStackStize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_SystemMaxStackStize_m2FD92A285AAEB56862E208375C03D537B13BA3EB (const RuntimeMethod* method) { typedef int32_t (*Thread_SystemMaxStackStize_m2FD92A285AAEB56862E208375C03D537B13BA3EB_ftn) (); using namespace il2cpp::icalls; return ((Thread_SystemMaxStackStize_m2FD92A285AAEB56862E208375C03D537B13BA3EB_ftn)mscorlib::System::Threading::Thread::SystemMaxStackStize) (); } // System.Int32 System.Threading.Thread::GetProcessDefaultStackSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_GetProcessDefaultStackSize_m876EFB49B410ED044DBFA47B7EE2D4F16D7731EC (int32_t ___maxStackSize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_GetProcessDefaultStackSize_m876EFB49B410ED044DBFA47B7EE2D4F16D7731EC_MetadataUsageId); 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 = Environment_GetPageSize_m9DDEBE89C1AD0F93124F0DC120F4495B5A72515E(/*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 = Thread_SystemMaxStackStize_m2FD92A285AAEB56862E208375C03D537B13BA3EB(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_10 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(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_m22F9A89D5768A9EF04A85F3FA4E8090CE2667FFE (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, MulticastDelegate_t * ___start0, int32_t ___maxStackSize1, const RuntimeMethod* method) { { MulticastDelegate_t * L_0 = ___start0; __this->set_m_Delegate_12(L_0); InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_1 = Thread_get_Internal_m4A69329DACC9037BDF9CA582CF4FC9734817D225(__this, /*hidden argument*/NULL); int32_t L_2 = ___maxStackSize1; NullCheck(L_1); 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_m7FA85162CB00713B94EF5708B19120F791D3AAD1 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { { InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_0 = Thread_get_Internal_m4A69329DACC9037BDF9CA582CF4FC9734817D225(__this, /*hidden argument*/NULL); NullCheck(L_0); 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_m55EE44EB61B3CA75D6458FACAB208D7FA6D32D44 (const RuntimeMethod* method) { { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_0); InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_1 = Thread_get_Internal_m4A69329DACC9037BDF9CA582CF4FC9734817D225(L_0, /*hidden argument*/NULL); InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_2 = L_1; NullCheck(L_2); int32_t L_3 = L_2->get_critical_region_level_24(); il2cpp_codegen_memory_barrier(); NullCheck(L_2); 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_mD3B15BD6F84DE9EFC254F87275F4EE52E4F0A96E (const RuntimeMethod* method) { { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_0); InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_1 = Thread_get_Internal_m4A69329DACC9037BDF9CA582CF4FC9734817D225(L_0, /*hidden argument*/NULL); InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_2 = L_1; NullCheck(L_2); int32_t L_3 = L_2->get_critical_region_level_24(); il2cpp_codegen_memory_barrier(); NullCheck(L_2); 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_mB6A27CBCCB9B4026E30A6B434D9F5392242231E6 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { { int32_t L_0 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1(__this, /*hidden argument*/NULL); return L_0; } } // System.Threading.ThreadState System.Threading.Thread::ValidateThreadState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_ValidateThreadState_mEBF62A50922AE3BABE5C6603386D5370DEA385F3 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Thread_ValidateThreadState_mEBF62A50922AE3BABE5C6603386D5370DEA385F3_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * L_0 = Thread_get_Internal_m4A69329DACC9037BDF9CA582CF4FC9734817D225(__this, /*hidden argument*/NULL); int32_t L_1 = Thread_GetState_m32A1BAF338D3CCCAE4CC2DD9F3E3CD68AF66C9F2(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_tCE60AB1B9E16A6D13E3926137BA55832ABE986AE * L_3 = (ThreadStateException_tCE60AB1B9E16A6D13E3926137BA55832ABE986AE *)il2cpp_codegen_object_new(ThreadStateException_tCE60AB1B9E16A6D13E3926137BA55832ABE986AE_il2cpp_TypeInfo_var); ThreadStateException__ctor_m8269A7EE51BF315AD8C0A4B64C2B2319035BB767(L_3, _stringLiteral37C3F47C38A5EBF7F5BAFAA6AA4ED8778E9A2C87, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Thread_ValidateThreadState_mEBF62A50922AE3BABE5C6603386D5370DEA385F3_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_m35D7B5B282C1E7366DDEA8AD89D8B78E30D76C8C (ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadAbortException__ctor_m35D7B5B282C1E7366DDEA8AD89D8B78E30D76C8C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); String_t* L_0 = Exception_GetMessageFromNativeResources_m0C3FB5994F1AC0C76785E05972E3E405E8A0F087(1, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__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_m4693972A14E01B566384F740777BDEA8D3B38AF7 (ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__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_mCE60860371B3C99D4CF548A8B1B6F2B9E6542602 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadHelper__cctor_mCE60860371B3C99D4CF548A8B1B6F2B9E6542602_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_0 = (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 *)il2cpp_codegen_object_new(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var); ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493(L_0, NULL, (intptr_t)((intptr_t)ThreadHelper_ThreadStart_Context_mE293651E7B7060DAC2F7FA75B354BF206DA774A6_RuntimeMethod_var), /*hidden argument*/NULL); ((ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_StaticFields*)il2cpp_codegen_static_fields_for(ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_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_m8262A0EF0381251FDDFA4696B84F68AF3A01411B (ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * __this, Delegate_t * ___start0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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_m253F9206E5C01BE9A6BC3ED65106B5C2DB7240FF (ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___ec0, const RuntimeMethod* method) { { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * 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_mE293651E7B7060DAC2F7FA75B354BF206DA774A6 (RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadHelper_ThreadStart_Context_mE293651E7B7060DAC2F7FA75B354BF206DA774A6_MetadataUsageId); s_Il2CppMethodInitialized = true; } ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * V_0 = NULL; { RuntimeObject * L_0 = ___state0; V_0 = ((ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 *)CastclassClass((RuntimeObject*)L_0, ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_il2cpp_TypeInfo_var)); ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * L_1 = V_0; NullCheck(L_1); Delegate_t * L_2 = L_1->get__start_0(); if (!((ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)IsInstSealed((RuntimeObject*)L_2, ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var))) { goto IL_0025; } } { ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * L_3 = V_0; NullCheck(L_3); Delegate_t * L_4 = L_3->get__start_0(); NullCheck(((ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)CastclassSealed((RuntimeObject*)L_4, ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var))); ThreadStart_Invoke_m11B6A66E82F02C74399A7314C14C7F52393CC4B4(((ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)CastclassSealed((RuntimeObject*)L_4, ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } IL_0025: { ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * L_5 = V_0; NullCheck(L_5); Delegate_t * L_6 = L_5->get__start_0(); ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * L_7 = V_0; NullCheck(L_7); RuntimeObject * L_8 = L_7->get__startArg_1(); NullCheck(((ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F *)CastclassSealed((RuntimeObject*)L_6, ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F_il2cpp_TypeInfo_var))); ParameterizedThreadStart_Invoke_m5A5DFBAD0D99A39DF7ADA9F75D97B068A8809C14(((ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F *)CastclassSealed((RuntimeObject*)L_6, ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F_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_m21D0954583D43BCACDABE0E2ABB694FC4A0D43A3 (ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadHelper_ThreadStart_m21D0954583D43BCACDABE0E2ABB694FC4A0D43A3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; __this->set__startArg_1(L_0); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = __this->get__executionContext_2(); if (!L_1) { goto IL_0021; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_2 = __this->get__executionContext_2(); IL2CPP_RUNTIME_CLASS_INIT(ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_il2cpp_TypeInfo_var); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_3 = ((ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_StaticFields*)il2cpp_codegen_static_fields_for(ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_il2cpp_TypeInfo_var))->get__ccb_3(); IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_Run_m97152E1791C019905F6297946D7411CA6683CCEB(L_2, L_3, __this, /*hidden argument*/NULL); return; } IL_0021: { Delegate_t * L_4 = __this->get__start_0(); RuntimeObject * L_5 = ___obj0; NullCheck(((ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F *)CastclassSealed((RuntimeObject*)L_4, ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F_il2cpp_TypeInfo_var))); ParameterizedThreadStart_Invoke_m5A5DFBAD0D99A39DF7ADA9F75D97B068A8809C14(((ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F *)CastclassSealed((RuntimeObject*)L_4, ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL); return; } } // System.Void System.Threading.ThreadHelper::ThreadStart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadHelper_ThreadStart_m8CB657ADE8F96ED7949120D441D40F2A23EECBD2 (ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadHelper_ThreadStart_m8CB657ADE8F96ED7949120D441D40F2A23EECBD2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = __this->get__executionContext_2(); if (!L_0) { goto IL_001a; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = __this->get__executionContext_2(); IL2CPP_RUNTIME_CLASS_INIT(ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_il2cpp_TypeInfo_var); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_2 = ((ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_StaticFields*)il2cpp_codegen_static_fields_for(ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13_il2cpp_TypeInfo_var))->get__ccb_3(); IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_Run_m97152E1791C019905F6297946D7411CA6683CCEB(L_1, L_2, __this, /*hidden argument*/NULL); return; } IL_001a: { Delegate_t * L_3 = __this->get__start_0(); NullCheck(((ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)CastclassSealed((RuntimeObject*)L_3, ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var))); ThreadStart_Invoke_m11B6A66E82F02C74399A7314C14C7F52393CC4B4(((ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)CastclassSealed((RuntimeObject*)L_3, ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_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_m7D7CD66D20D7E9C12C3FD88B9DC0AF9F6EFB22A5 (ThreadInterruptedException_t40D8296AA9D9E8B74E29BFAE1089CFACC5F03751 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadInterruptedException__ctor_m7D7CD66D20D7E9C12C3FD88B9DC0AF9F6EFB22A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); String_t* L_0 = Exception_GetMessageFromNativeResources_m0C3FB5994F1AC0C76785E05972E3E405E8A0F087(2, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__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_m52C3C5BD6F529E4BE56FAA20F6BAE883E0109BD3 (ThreadInterruptedException_t40D8296AA9D9E8B74E29BFAE1089CFACC5F03751 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__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_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * ThreadPool_RegisterWaitForSingleObject_m0642BE341A35D9AB577E4611E254BCF7E5C35540 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___waitObject0, WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * ___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_method (ThreadPool_RegisterWaitForSingleObject_m0642BE341A35D9AB577E4611E254BCF7E5C35540_MetadataUsageId); s_Il2CppMethodInitialized = true; } RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * V_0 = NULL; { WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_0 = ___waitObject0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral394CD1DBEAFE1BD9574666651BCC66D1298EA18F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ThreadPool_RegisterWaitForSingleObject_m0642BE341A35D9AB577E4611E254BCF7E5C35540_RuntimeMethod_var); } IL_000e: { WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * L_2 = ___callBack1; if (L_2) { goto IL_001c; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralBEE73CA6E75A8894DD7A547768926EDAEDCD5C1A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ThreadPool_RegisterWaitForSingleObject_m0642BE341A35D9AB577E4611E254BCF7E5C35540_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_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_6 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_6, _stringLiteral73EBEA013EB4C5C11E9834291F0D8CBBC4992FB1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ThreadPool_RegisterWaitForSingleObject_m0642BE341A35D9AB577E4611E254BCF7E5C35540_RuntimeMethod_var); } IL_0033: { WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_7 = ___waitObject0; WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * L_8 = ___callBack1; RuntimeObject * L_9 = ___state2; uint32_t L_10 = ___millisecondsTimeOutInterval3; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_11; memset((&L_11), 0, sizeof(L_11)); TimeSpan__ctor_m310F37AF5F9F91433A98062BF6E4A248AA6C3DE5((&L_11), 0, 0, 0, 0, L_10, /*hidden argument*/NULL); bool L_12 = ___executeOnlyOnce4; RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * L_13 = (RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 *)il2cpp_codegen_object_new(RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0_il2cpp_TypeInfo_var); RegisteredWaitHandle__ctor_m990C003E1FC4462F986D99BCE3A995F522203483(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_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * L_15 = V_0; WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_16 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var); WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_16, L_15, (intptr_t)((intptr_t)RegisteredWaitHandle_Wait_m0F3673BDD8989B937D7EAF2DDCE685C158192A12_RuntimeMethod_var), /*hidden argument*/NULL); ThreadPool_QueueUserWorkItem_mF344DA7B44CDBE8C7163C1539D429F27E8553185(L_16, NULL, /*hidden argument*/NULL); goto IL_0074; } IL_0061: { RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * L_17 = V_0; WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_18 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var); WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_18, L_17, (intptr_t)((intptr_t)RegisteredWaitHandle_Wait_m0F3673BDD8989B937D7EAF2DDCE685C158192A12_RuntimeMethod_var), /*hidden argument*/NULL); ThreadPool_UnsafeQueueUserWorkItem_mA410427123962A9362AB7314149396196928ECC7(L_18, NULL, /*hidden argument*/NULL); } IL_0074: { RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * L_19 = V_0; return L_19; } } // 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_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * ThreadPool_RegisterWaitForSingleObject_m1FAE6A729D61DDDF3EE72AEB72D886184A8FA58E (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___waitObject0, WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * ___callBack1, RuntimeObject * ___state2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeout3, bool ___executeOnlyOnce4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPool_RegisterWaitForSingleObject_m1FAE6A729D61DDDF3EE72AEB72D886184A8FA58E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; { double L_0 = TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___timeout3), /*hidden argument*/NULL); V_0 = (((int64_t)((int64_t)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 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1B8A0FD63D1D605E82838E8FBA940C1207478A60, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ThreadPool_RegisterWaitForSingleObject_m1FAE6A729D61DDDF3EE72AEB72D886184A8FA58E_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 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral080C19955B2E8EB7F96E8B1CC1CC77410D38399F, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ThreadPool_RegisterWaitForSingleObject_m1FAE6A729D61DDDF3EE72AEB72D886184A8FA58E_RuntimeMethod_var); } IL_0041: { V_1 = 1; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_7 = ___waitObject0; WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * L_8 = ___callBack1; RuntimeObject * L_9 = ___state2; int64_t L_10 = V_0; bool L_11 = ___executeOnlyOnce4; RegisteredWaitHandle_t25AAC0B53C62CFA0B3F9BFFA87DDA3638F4308C0 * L_12 = ThreadPool_RegisterWaitForSingleObject_m0642BE341A35D9AB577E4611E254BCF7E5C35540(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_mF344DA7B44CDBE8C7163C1539D429F27E8553185 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___callBack0, RuntimeObject * ___state1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_0 = ___callBack0; RuntimeObject * L_1 = ___state1; bool L_2 = ThreadPool_QueueUserWorkItemHelper_mD11DD16BA8A1C6C90FC15FB3E47F2C62F19669AB(L_0, L_1, (int32_t*)(&V_0), (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_m2D22C77015012A0C9712F242DCD2B7D692F707E7 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___callBack0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_0 = ___callBack0; bool L_1 = ThreadPool_QueueUserWorkItemHelper_mD11DD16BA8A1C6C90FC15FB3E47F2C62F19669AB(L_0, NULL, (int32_t*)(&V_0), (bool)1, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Threading.ThreadPool::UnsafeQueueUserWorkItem(System.Threading.WaitCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_UnsafeQueueUserWorkItem_mA410427123962A9362AB7314149396196928ECC7 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___callBack0, RuntimeObject * ___state1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_0 = ___callBack0; RuntimeObject * L_1 = ___state1; bool L_2 = ThreadPool_QueueUserWorkItemHelper_mD11DD16BA8A1C6C90FC15FB3E47F2C62F19669AB(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_mD11DD16BA8A1C6C90FC15FB3E47F2C62F19669AB (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___callBack0, RuntimeObject * ___state1, int32_t* ___stackMark2, bool ___compressStack3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPool_QueueUserWorkItemHelper_mD11DD16BA8A1C6C90FC15FB3E47F2C62F19669AB_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = (bool)1; WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_0 = ___callBack0; if (!L_0) { goto IL_0025; } } { ThreadPool_EnsureVMInitialized_mA21FAA8238E99EE2F8CDD7E638FEF5E11B5578D6(/*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_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_1 = ___callBack0; RuntimeObject * L_2 = ___state1; bool L_3 = ___compressStack3; int32_t* L_4 = ___stackMark2; QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8 * L_5 = (QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8 *)il2cpp_codegen_object_new(QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8_il2cpp_TypeInfo_var); QueueUserWorkItemCallback__ctor_mA8BAF438B3BC53CFA970E9728870D5B39A3B86A8(L_5, L_1, L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL); V_1 = L_5; IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var); ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * L_6 = ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var))->get_workQueue_5(); QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8 * L_7 = V_1; NullCheck(L_6); ThreadPoolWorkQueue_Enqueue_m0F5AAE9773892321562E794066DD4DBDF4DCA100(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_JUMP_TBL(0x30, IL_0030) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_8 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_8, _stringLiteral32D4D0CD69E4FCD0E4B1749FED4FE485D5B17F9C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ThreadPool_QueueUserWorkItemHelper_mD11DD16BA8A1C6C90FC15FB3E47F2C62F19669AB_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_m6FAFD01CC75C06858788F29C2430A4CB85E13568 (RuntimeObject* ___workItem0, bool ___forceGlobal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPool_UnsafeQueueCustomWorkItem_m6FAFD01CC75C06858788F29C2430A4CB85E13568_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ThreadPool_EnsureVMInitialized_mA21FAA8238E99EE2F8CDD7E638FEF5E11B5578D6(/*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_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var); ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * L_0 = ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var))->get_workQueue_5(); RuntimeObject* L_1 = ___workItem0; bool L_2 = ___forceGlobal1; NullCheck(L_0); ThreadPoolWorkQueue_Enqueue_m0F5AAE9773892321562E794066DD4DBDF4DCA100(L_0, L_1, L_2, /*hidden argument*/NULL); IL2CPP_END_FINALLY(7) } // end finally (depth: 1) IL2CPP_CLEANUP(7) { IL2CPP_JUMP_TBL(0x14, IL_0014) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0014: { return; } } // System.Boolean System.Threading.ThreadPool::TryPopCustomWorkItem(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_TryPopCustomWorkItem_mCECECEF31175E5AF82E059137F190C0088897A4A (RuntimeObject* ___workItem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPool_TryPopCustomWorkItem_mCECECEF31175E5AF82E059137F190C0088897A4A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var); bool L_0 = ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_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_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var); ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * L_1 = ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var))->get_workQueue_5(); RuntimeObject* L_2 = ___workItem0; NullCheck(L_1); bool L_3 = ThreadPoolWorkQueue_LocalFindAndPop_m9BE567E92E0DC532DFEE011D236A1159F63E6434(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Threading.ThreadPool::RequestWorkerThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_RequestWorkerThread_m7C6D88D442BC1EB2C17B6070F0791C6FC4F8A947 (const RuntimeMethod* method) { typedef bool (*ThreadPool_RequestWorkerThread_m7C6D88D442BC1EB2C17B6070F0791C6FC4F8A947_ftn) (); using namespace il2cpp::icalls; return ((ThreadPool_RequestWorkerThread_m7C6D88D442BC1EB2C17B6070F0791C6FC4F8A947_ftn)ves_icall_System_Threading_ThreadPool_RequestWorkerThread) (); } // System.Void System.Threading.ThreadPool::EnsureVMInitialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_EnsureVMInitialized_mA21FAA8238E99EE2F8CDD7E638FEF5E11B5578D6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPool_EnsureVMInitialized_mA21FAA8238E99EE2F8CDD7E638FEF5E11B5578D6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var); bool L_0 = ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var))->get_vmTpInitialized_3(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var); ThreadPool_InitializeVMTp_m75941381A968807C339207BE8DF497443200121A((bool*)(((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var))->get_address_of_enableWorkerTracking_4()), /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_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_m66CC6F7A740C2925320EE3A1D901D9AA5D2B9A77 (const RuntimeMethod* method) { typedef bool (*ThreadPool_NotifyWorkItemComplete_m66CC6F7A740C2925320EE3A1D901D9AA5D2B9A77_ftn) (); using namespace il2cpp::icalls; return ((ThreadPool_NotifyWorkItemComplete_m66CC6F7A740C2925320EE3A1D901D9AA5D2B9A77_ftn)ves_icall_System_Threading_ThreadPool_NotifyWorkItemComplete) (); } // System.Void System.Threading.ThreadPool::ReportThreadStatus(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_ReportThreadStatus_m5497425AF41790F625F8A890141EC9570FA82EE8 (bool ___isWorking0, const RuntimeMethod* method) { typedef void (*ThreadPool_ReportThreadStatus_m5497425AF41790F625F8A890141EC9570FA82EE8_ftn) (bool); using namespace il2cpp::icalls; ((ThreadPool_ReportThreadStatus_m5497425AF41790F625F8A890141EC9570FA82EE8_ftn)ves_icall_System_Threading_ThreadPool_ReportThreadStatus) (___isWorking0); } // System.Void System.Threading.ThreadPool::NotifyWorkItemProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_NotifyWorkItemProgress_mD041D082A87EAE7A34E6AE21CB7AF8819422B40A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPool_NotifyWorkItemProgress_mD041D082A87EAE7A34E6AE21CB7AF8819422B40A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var); bool L_0 = ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var))->get_vmTpInitialized_3(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var); ThreadPool_InitializeVMTp_m75941381A968807C339207BE8DF497443200121A((bool*)(((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var))->get_address_of_enableWorkerTracking_4()), /*hidden argument*/NULL); } IL_0013: { ThreadPool_NotifyWorkItemProgressNative_mF559EE574FF07EF426C9B8342221616C78CB370B(/*hidden argument*/NULL); return; } } // System.Void System.Threading.ThreadPool::NotifyWorkItemProgressNative() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_NotifyWorkItemProgressNative_mF559EE574FF07EF426C9B8342221616C78CB370B (const RuntimeMethod* method) { typedef void (*ThreadPool_NotifyWorkItemProgressNative_mF559EE574FF07EF426C9B8342221616C78CB370B_ftn) (); using namespace il2cpp::icalls; ((ThreadPool_NotifyWorkItemProgressNative_mF559EE574FF07EF426C9B8342221616C78CB370B_ftn)ves_icall_System_Threading_ThreadPool_NotifyWorkItemProgressNative) (); } // System.Boolean System.Threading.ThreadPool::IsThreadPoolHosted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPool_IsThreadPoolHosted_m4C22092ED436EECC64E79C84EEC327B89D7A7D96 (const RuntimeMethod* method) { typedef bool (*ThreadPool_IsThreadPoolHosted_m4C22092ED436EECC64E79C84EEC327B89D7A7D96_ftn) (); using namespace il2cpp::icalls; return ((ThreadPool_IsThreadPoolHosted_m4C22092ED436EECC64E79C84EEC327B89D7A7D96_ftn)ves_icall_System_Threading_ThreadPool_IsThreadPoolHosted) (); } // System.Void System.Threading.ThreadPool::InitializeVMTp(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPool_InitializeVMTp_m75941381A968807C339207BE8DF497443200121A (bool* ___enableWorkerTracking0, const RuntimeMethod* method) { typedef void (*ThreadPool_InitializeVMTp_m75941381A968807C339207BE8DF497443200121A_ftn) (bool*); using namespace il2cpp::icalls; ((ThreadPool_InitializeVMTp_m75941381A968807C339207BE8DF497443200121A_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_mDE5EB5AAA8F84828FE2CBEEEE1301322CD263AA1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolGlobals__cctor_mDE5EB5AAA8F84828FE2CBEEEE1301322CD263AA1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var))->set_tpQuantum_0(((int32_t)30)); int32_t L_0 = Environment_get_ProcessorCount_m086119F1D40B7319BFC37F4501C6A73517E9B8CD(/*hidden argument*/NULL); ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var))->set_processorCount_1(L_0); bool L_1 = ThreadPool_IsThreadPoolHosted_m4C22092ED436EECC64E79C84EEC327B89D7A7D96(/*hidden argument*/NULL); ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var))->set_tpHosted_2(L_1); ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * L_2 = (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 *)il2cpp_codegen_object_new(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_il2cpp_TypeInfo_var); ThreadPoolWorkQueue__ctor_mDAE229D4F94CACC0E1FF97CBDC78F1034C0AF86D(L_2, /*hidden argument*/NULL); ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_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.ThreadPoolWorkQueue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue__ctor_mDAE229D4F94CACC0E1FF97CBDC78F1034C0AF86D (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolWorkQueue__ctor_mDAE229D4F94CACC0E1FF97CBDC78F1034C0AF86D_MetadataUsageId); s_Il2CppMethodInitialized = true; } QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * V_0 = NULL; { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_0 = (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE *)il2cpp_codegen_object_new(QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE_il2cpp_TypeInfo_var); QueueSegment__ctor_m7E0672E1810C3887A90DB32CCDE0FC80752495C9(L_0, /*hidden argument*/NULL); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_1 = L_0; V_0 = L_1; il2cpp_codegen_memory_barrier(); __this->set_queueHead_0(L_1); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * 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_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * ThreadPoolWorkQueue_EnsureCurrentThreadHasQueue_m554E036E163A749F37BEBCE4F6020E145779758A (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolWorkQueue_EnsureCurrentThreadHasQueue_m554E036E163A749F37BEBCE4F6020E145779758A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * L_0 = ((ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_il2cpp_TypeInfo_var))->get_threadLocals_0(); if (L_0) { goto IL_0012; } } { ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * L_1 = (ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B *)il2cpp_codegen_object_new(ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_il2cpp_TypeInfo_var); ThreadPoolWorkQueueThreadLocals__ctor_mD46EF22D8EE15E0585EAC6F9DBF3063D14526362(L_1, __this, /*hidden argument*/NULL); ((ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_il2cpp_TypeInfo_var))->set_threadLocals_0(L_1); } IL_0012: { ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * L_2 = ((ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_il2cpp_TypeInfo_var))->get_threadLocals_0(); return L_2; } } // System.Void System.Threading.ThreadPoolWorkQueue::EnsureThreadRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue_EnsureThreadRequested_mEF1AA9C6BEB164BB3CCC05D39D92FDF531B4C39E (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolWorkQueue_EnsureThreadRequested_mEF1AA9C6BEB164BB3CCC05D39D92FDF531B4C39E_MetadataUsageId); 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 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((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; } } { ThreadPool_RequestWorkerThread_m7C6D88D442BC1EB2C17B6070F0791C6FC4F8A947(/*hidden argument*/NULL); return; } IL_0026: { int32_t L_7 = V_1; V_0 = L_7; } IL_0028: { int32_t L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var); int32_t L_9 = ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var))->get_processorCount_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000b; } } { return; } } // System.Void System.Threading.ThreadPoolWorkQueue::MarkThreadRequestSatisfied() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueue_MarkThreadRequestSatisfied_m88FE3B0300E0D183244D54B7A7105141432C1955 (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __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 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((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_m0F5AAE9773892321562E794066DD4DBDF4DCA100 (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __this, RuntimeObject* ___callback0, bool ___forceGlobal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolWorkQueue_Enqueue_m0F5AAE9773892321562E794066DD4DBDF4DCA100_MetadataUsageId); s_Il2CppMethodInitialized = true; } ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * V_0 = NULL; QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * V_1 = NULL; { V_0 = (ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B *)NULL; bool L_0 = ___forceGlobal1; if (L_0) { goto IL_000b; } } { ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * L_1 = ((ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_il2cpp_TypeInfo_var))->get_threadLocals_0(); V_0 = L_1; } IL_000b: { ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * L_2 = V_0; if (!L_2) { goto IL_001c; } } { ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * L_3 = V_0; NullCheck(L_3); WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_4 = L_3->get_workStealingQueue_2(); RuntimeObject* L_5 = ___callback0; NullCheck(L_4); WorkStealingQueue_LocalPush_mF4807971CDD7F6089AADF28173FEDDDFF4E96455(L_4, L_5, /*hidden argument*/NULL); goto IL_006c; } IL_001c: { QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_6 = __this->get_queueHead_0(); il2cpp_codegen_memory_barrier(); V_1 = L_6; goto IL_0063; } IL_0027: { QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_7 = V_1; NullCheck(L_7); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE ** L_8 = L_7->get_address_of_Next_2(); il2cpp_codegen_memory_barrier(); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_9 = (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE *)il2cpp_codegen_object_new(QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE_il2cpp_TypeInfo_var); QueueSegment__ctor_m7E0672E1810C3887A90DB32CCDE0FC80752495C9(L_9, /*hidden argument*/NULL); InterlockedCompareExchangeImpl((QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE **)L_8, L_9, (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE *)NULL); goto IL_0059; } IL_003b: { QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE ** L_10 = __this->get_address_of_queueHead_0(); il2cpp_codegen_memory_barrier(); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_11 = V_1; NullCheck(L_11); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_12 = L_11->get_Next_2(); il2cpp_codegen_memory_barrier(); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_13 = V_1; InterlockedCompareExchangeImpl((QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE **)L_10, L_12, L_13); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_14 = __this->get_queueHead_0(); il2cpp_codegen_memory_barrier(); V_1 = L_14; } IL_0059: { QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_15 = V_1; NullCheck(L_15); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_16 = L_15->get_Next_2(); il2cpp_codegen_memory_barrier(); if (L_16) { goto IL_003b; } } IL_0063: { QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_17 = V_1; RuntimeObject* L_18 = ___callback0; NullCheck(L_17); bool L_19 = QueueSegment_TryEnqueue_m83AD5DB0A7D19576FC19EF28974EE515E61B8AA5(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0027; } } IL_006c: { ThreadPoolWorkQueue_EnsureThreadRequested_mEF1AA9C6BEB164BB3CCC05D39D92FDF531B4C39E(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.ThreadPoolWorkQueue::LocalFindAndPop(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPoolWorkQueue_LocalFindAndPop_m9BE567E92E0DC532DFEE011D236A1159F63E6434 (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __this, RuntimeObject* ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolWorkQueue_LocalFindAndPop_m9BE567E92E0DC532DFEE011D236A1159F63E6434_MetadataUsageId); s_Il2CppMethodInitialized = true; } ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * V_0 = NULL; { ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * L_0 = ((ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B_il2cpp_TypeInfo_var))->get_threadLocals_0(); V_0 = L_0; ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * L_1 = V_0; if (L_1) { goto IL_000b; } } { return (bool)0; } IL_000b: { ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * L_2 = V_0; NullCheck(L_2); WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_3 = L_2->get_workStealingQueue_2(); RuntimeObject* L_4 = ___callback0; NullCheck(L_3); bool L_5 = WorkStealingQueue_LocalFindAndPop_m837487AF74CF9C8104986911FC7E279101AE1DCC(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_mC9B6B85A78A962AC577C6474DBF53E2BCE238767 (ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * __this, ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * ___tl0, RuntimeObject** ___callback1, bool* ___missedSteal2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolWorkQueue_Dequeue_mC9B6B85A78A962AC577C6474DBF53E2BCE238767_MetadataUsageId); s_Il2CppMethodInitialized = true; } WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * V_0 = NULL; QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * V_1 = NULL; WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * 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_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * L_2 = ___tl0; NullCheck(L_2); WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_3 = L_2->get_workStealingQueue_2(); V_0 = L_3; WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_4 = V_0; RuntimeObject** L_5 = ___callback1; NullCheck(L_4); WorkStealingQueue_LocalPop_m99B519E8984D358D1816A9E01B7A9CD4607B42D0(L_4, (RuntimeObject**)L_5, /*hidden argument*/NULL); RuntimeObject** L_6 = ___callback1; RuntimeObject* L_7 = *((RuntimeObject**)L_6); if (L_7) { goto IL_005d; } } { QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_8 = __this->get_queueTail_1(); il2cpp_codegen_memory_barrier(); V_1 = L_8; } IL_0022: { QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_9 = V_1; RuntimeObject** L_10 = ___callback1; NullCheck(L_9); bool L_11 = QueueSegment_TryDequeue_m4D5D4F85B81CACAD4B7961DC4EF1FD91A99611D2(L_9, (RuntimeObject**)L_10, /*hidden argument*/NULL); if (L_11) { goto IL_005d; } } { QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_12 = V_1; NullCheck(L_12); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_13 = L_12->get_Next_2(); il2cpp_codegen_memory_barrier(); if (!L_13) { goto IL_005d; } } { QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_14 = V_1; NullCheck(L_14); bool L_15 = QueueSegment_IsUsedUp_mE4EA87EE6185EAF7C5C6108B4E435CE1D4FB9F0C(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005d; } } { QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE ** L_16 = __this->get_address_of_queueTail_1(); il2cpp_codegen_memory_barrier(); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_17 = V_1; NullCheck(L_17); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_18 = L_17->get_Next_2(); il2cpp_codegen_memory_barrier(); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_19 = V_1; InterlockedCompareExchangeImpl((QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE **)L_16, L_18, L_19); QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * L_20 = __this->get_queueTail_1(); il2cpp_codegen_memory_barrier(); V_1 = L_20; goto IL_0022; } IL_005d: { RuntimeObject** L_21 = ___callback1; RuntimeObject* L_22 = *((RuntimeObject**)L_21); if (L_22) { goto IL_00b7; } } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_il2cpp_TypeInfo_var); SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB * L_23 = ((ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_il2cpp_TypeInfo_var))->get_allThreadQueues_2(); NullCheck(L_23); WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9* L_24 = SparseArray_1_get_Current_m3B12A0B7ED161127D23F62CC10EDCE7F8ED79051(L_23, /*hidden argument*/SparseArray_1_get_Current_m3B12A0B7ED161127D23F62CC10EDCE7F8ED79051_RuntimeMethod_var); V_2 = L_24; ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * L_25 = ___tl0; NullCheck(L_25); Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * L_26 = L_25->get_random_3(); WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9* L_27 = V_2; NullCheck(L_27); NullCheck(L_26); int32_t L_28 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32) */, L_26, (((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))); V_3 = L_28; WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9* L_29 = V_2; NullCheck(L_29); V_4 = (((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))); goto IL_00b2; } IL_0082: { WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9* L_30 = V_2; int32_t L_31 = V_3; WorkStealingQueueU5BU5D_tB0FC166606C799616475C287839895D7E987FAE9* L_32 = V_2; NullCheck(L_32); NullCheck(L_30); WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_33 = VolatileRead((WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB **)((L_30)->GetAddressAt(static_cast(((int32_t)((int32_t)L_31%(int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))))))))); V_5 = L_33; WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_34 = V_5; if (!L_34) { goto IL_00a8; } } { WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_35 = V_5; WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_36 = V_0; if ((((RuntimeObject*)(WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB *)L_35) == ((RuntimeObject*)(WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB *)L_36))) { goto IL_00a8; } } { WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_37 = V_5; RuntimeObject** L_38 = ___callback1; bool* L_39 = ___missedSteal2; NullCheck(L_37); bool L_40 = WorkStealingQueue_TrySteal_mE129DB3DD6A80B3FAF1391366AABFDD488D7956E(L_37, (RuntimeObject**)L_38, (bool*)L_39, /*hidden argument*/NULL); if (L_40) { goto IL_00b7; } } IL_00a8: { int32_t L_41 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); int32_t L_42 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1)); } IL_00b2: { int32_t L_43 = V_4; if ((((int32_t)L_43) > ((int32_t)0))) { goto IL_0082; } } IL_00b7: { return; } } // System.Boolean System.Threading.ThreadPoolWorkQueue::Dispatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadPoolWorkQueue_Dispatch_mCDF7415E4C9D02B34761CAE8EA15CD33DDF85ADF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolWorkQueue_Dispatch_mCDF7415E4C9D02B34761CAE8EA15CD33DDF85ADF_MetadataUsageId); s_Il2CppMethodInitialized = true; } ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; RuntimeObject* V_3 = NULL; ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * V_4 = NULL; bool V_5 = false; bool V_6 = false; bool V_7 = false; ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 7); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var); ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * L_0 = ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var))->get_workQueue_5(); V_0 = L_0; int32_t L_1 = Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C(/*hidden argument*/NULL); V_1 = L_1; ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * L_2 = V_0; NullCheck(L_2); ThreadPoolWorkQueue_MarkThreadRequestSatisfied_m88FE3B0300E0D183244D54B7A7105141432C1955(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_t7CD2CD2E30665483DB7D73043AE06270E0220011 * L_3 = V_0; NullCheck(L_3); ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * L_4 = ThreadPoolWorkQueue_EnsureCurrentThreadHasQueue_m554E036E163A749F37BEBCE4F6020E145779758A(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_t7CD2CD2E30665483DB7D73043AE06270E0220011 * L_5 = V_0; ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * L_6 = V_4; NullCheck(L_5); ThreadPoolWorkQueue_Dequeue_mC9B6B85A78A962AC577C6474DBF53E2BCE238767(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_t7CD2CD2E30665483DB7D73043AE06270E0220011 * L_9 = V_0; NullCheck(L_9); ThreadPoolWorkQueue_EnsureThreadRequested_mEF1AA9C6BEB164BB3CCC05D39D92FDF531B4C39E(L_9, /*hidden argument*/NULL); } IL_0040: { IL2CPP_END_FINALLY(35) } } // end finally (depth: 3) IL2CPP_CLEANUP(35) { IL2CPP_JUMP_TBL(0x41, IL_0041) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } 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_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var); bool L_11 = ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_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_m5497425AF41790F625F8A890141EC9570FA82EE8((bool)1, /*hidden argument*/NULL); V_7 = (bool)1; IL2CPP_END_FINALLY(85) } // end finally (depth: 4) IL2CPP_CLEANUP(85) { IL2CPP_JUMP_TBL(0x5F, IL_005f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005f: { RuntimeObject* L_12 = V_3; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.Threading.IThreadPoolWorkItem::ExecuteWorkItem() */, IThreadPoolWorkItem_t2EF44881BFB1A9C021606D5B0C03B31B62B6C38D_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_m5497425AF41790F625F8A890141EC9570FA82EE8((bool)0, /*hidden argument*/NULL); } IL_0073: { IL2CPP_END_FINALLY(105) } } // end finally (depth: 3) IL2CPP_CLEANUP(105) { IL2CPP_JUMP_TBL(0x7C, IL_007c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0074: { RuntimeObject* L_14 = V_3; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.Threading.IThreadPoolWorkItem::ExecuteWorkItem() */, IThreadPoolWorkItem_t2EF44881BFB1A9C021606D5B0C03B31B62B6C38D_il2cpp_TypeInfo_var, L_14); V_3 = (RuntimeObject*)NULL; } IL_007c: { bool L_15 = ThreadPool_NotifyWorkItemComplete_m66CC6F7A740C2925320EE3A1D901D9AA5D2B9A77(/*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 = Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C(/*hidden argument*/NULL); int32_t L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_il2cpp_TypeInfo_var); uint32_t L_18 = ((ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolGlobals_t9DF93E24441362B1D7114B8AD50AF977E96671F5_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) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_009d; throw e; } CATCH_009d: { // begin catch(System.Threading.ThreadAbortException) { V_8 = ((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)__exception_local); RuntimeObject* L_19 = V_3; if (!L_19) { goto IL_00aa; } } IL_00a2: { RuntimeObject* L_20 = V_3; ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * L_21 = V_8; NullCheck(L_20); InterfaceActionInvoker1< ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 * >::Invoke(1 /* System.Void System.Threading.IThreadPoolWorkItem::MarkAborted(System.Threading.ThreadAbortException) */, IThreadPoolWorkItem_t2EF44881BFB1A9C021606D5B0C03B31B62B6C38D_il2cpp_TypeInfo_var, L_20, L_21); } IL_00aa: { V_2 = (bool)0; 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_t7CD2CD2E30665483DB7D73043AE06270E0220011 * L_23 = V_0; NullCheck(L_23); ThreadPoolWorkQueue_EnsureThreadRequested_mEF1AA9C6BEB164BB3CCC05D39D92FDF531B4C39E(L_23, /*hidden argument*/NULL); } IL_00b7: { IL2CPP_END_FINALLY(174) } } // end finally (depth: 1) IL2CPP_CLEANUP(174) { IL2CPP_JUMP_TBL(0xBA, IL_00ba) IL2CPP_JUMP_TBL(0xB8, IL_00b8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } 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_m4B8371BEBC112C1C29BFF0AA32296B5BABE4CB6E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolWorkQueue__cctor_m4B8371BEBC112C1C29BFF0AA32296B5BABE4CB6E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB * L_0 = (SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB *)il2cpp_codegen_object_new(SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB_il2cpp_TypeInfo_var); SparseArray_1__ctor_m0B0CCA1B07E8D3958BD83EFE5CBC7C40A0A9131A(L_0, ((int32_t)16), /*hidden argument*/SparseArray_1__ctor_m0B0CCA1B07E8D3958BD83EFE5CBC7C40A0A9131A_RuntimeMethod_var); ((ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_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.ThreadPoolWorkQueue_QueueSegment::GetIndexes(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueSegment_GetIndexes_mF55461594A0803BA4A598D15A161EF172EB65953 (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * __this, int32_t* ___upper0, int32_t* ___lower1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_indexes_1(); il2cpp_codegen_memory_barrier(); V_0 = L_0; int32_t* L_1 = ___upper0; int32_t L_2 = V_0; *((int32_t*)L_1) = (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)65535))); int32_t* L_3 = ___lower1; int32_t L_4 = V_0; *((int32_t*)L_3) = (int32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)65535))); return; } } // System.Boolean System.Threading.ThreadPoolWorkQueue_QueueSegment::CompareExchangeIndexes(System.Int32&,System.Int32,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueueSegment_CompareExchangeIndexes_m2F262328BC6CD50650808F35D906F986F702E299 (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * __this, int32_t* ___prevUpper0, int32_t ___newUpper1, int32_t* ___prevLower2, int32_t ___newLower3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t* L_0 = ___prevUpper0; int32_t L_1 = *((int32_t*)L_0); int32_t* L_2 = ___prevLower2; int32_t L_3 = *((int32_t*)L_2); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16)))|(int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)65535))))); int32_t L_4 = ___newUpper1; int32_t L_5 = ___newLower3; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_4<<(int32_t)((int32_t)16)))|(int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)65535))))); int32_t* L_6 = __this->get_address_of_indexes_1(); il2cpp_codegen_memory_barrier(); int32_t L_7 = V_1; int32_t L_8 = V_0; int32_t L_9 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_6, L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; int32_t* L_10 = ___prevUpper0; int32_t L_11 = V_2; *((int32_t*)L_10) = (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)65535))); int32_t* L_12 = ___prevLower2; int32_t L_13 = V_2; *((int32_t*)L_12) = (int32_t)((int32_t)((int32_t)L_13&(int32_t)((int32_t)65535))); int32_t L_14 = V_2; int32_t L_15 = V_0; return (bool)((((int32_t)L_14) == ((int32_t)L_15))? 1 : 0); } } // System.Void System.Threading.ThreadPoolWorkQueue_QueueSegment::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueueSegment__ctor_m7E0672E1810C3887A90DB32CCDE0FC80752495C9 (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QueueSegment__ctor_m7E0672E1810C3887A90DB32CCDE0FC80752495C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_0 = (IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154*)(IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154*)SZArrayNew(IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); __this->set_nodes_0(L_0); return; } } // System.Boolean System.Threading.ThreadPoolWorkQueue_QueueSegment::IsUsedUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueueSegment_IsUsedUp_mE4EA87EE6185EAF7C5C6108B4E435CE1D4FB9F0C (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { QueueSegment_GetIndexes_mF55461594A0803BA4A598D15A161EF172EB65953(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); int32_t L_0 = V_0; IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_1 = __this->get_nodes_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))))) { goto IL_0021; } } { int32_t L_2 = V_1; IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_3 = __this->get_nodes_0(); NullCheck(L_3); return (bool)((((int32_t)L_2) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))))? 1 : 0); } IL_0021: { return (bool)0; } } // System.Boolean System.Threading.ThreadPoolWorkQueue_QueueSegment::TryEnqueue(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueueSegment_TryEnqueue_m83AD5DB0A7D19576FC19EF28974EE515E61B8AA5 (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * __this, RuntimeObject* ___node0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { QueueSegment_GetIndexes_mF55461594A0803BA4A598D15A161EF172EB65953(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); } IL_000a: { int32_t L_0 = V_0; IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_1 = __this->get_nodes_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))))) { goto IL_0017; } } { return (bool)0; } IL_0017: { int32_t L_2 = V_0; int32_t L_3 = V_1; bool L_4 = QueueSegment_CompareExchangeIndexes_m2F262328BC6CD50650808F35D906F986F702E299(__this, (int32_t*)(&V_0), ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), (int32_t*)(&V_1), L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_000a; } } { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_5 = __this->get_nodes_0(); int32_t L_6 = V_0; NullCheck(L_5); RuntimeObject* L_7 = ___node0; VolatileWrite((RuntimeObject**)((L_5)->GetAddressAt(static_cast(L_6))), L_7); return (bool)1; } } // System.Boolean System.Threading.ThreadPoolWorkQueue_QueueSegment::TryDequeue(System.Threading.IThreadPoolWorkItem&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueueSegment_TryDequeue_m4D5D4F85B81CACAD4B7961DC4EF1FD91A99611D2 (QueueSegment_t3F7E9D01C68FF83E06B265B2CF69264953C094EE * __this, RuntimeObject** ___node0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; { QueueSegment_GetIndexes_mF55461594A0803BA4A598D15A161EF172EB65953(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); } IL_000a: { int32_t L_0 = V_1; int32_t L_1 = V_0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0013; } } { RuntimeObject** L_2 = ___node0; *((RuntimeObject **)L_2) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)NULL); return (bool)0; } IL_0013: { int32_t L_3 = V_0; int32_t L_4 = V_1; bool L_5 = QueueSegment_CompareExchangeIndexes_m2F262328BC6CD50650808F35D906F986F702E299(__this, (int32_t*)(&V_0), L_3, (int32_t*)(&V_1), ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); if (!L_5) { goto IL_000a; } } { il2cpp_codegen_initobj((&V_2), sizeof(SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 )); goto IL_0034; } IL_002d: { SpinWait_SpinOnce_mFE80DED71DC333A3F5C6F98AE9B46AB63B854E87((SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 *)(&V_2), /*hidden argument*/NULL); } IL_0034: { RuntimeObject** L_6 = ___node0; IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_7 = __this->get_nodes_0(); int32_t L_8 = V_1; NullCheck(L_7); RuntimeObject* L_9 = VolatileRead((RuntimeObject**)((L_7)->GetAddressAt(static_cast(L_8)))); RuntimeObject* L_10 = L_9; V_3 = L_10; *((RuntimeObject **)L_6) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)L_10); RuntimeObject* L_11 = V_3; if (!L_11) { goto IL_002d; } } { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_12 = __this->get_nodes_0(); int32_t L_13 = V_1; NullCheck(L_12); ArrayElementTypeCheck (L_12, NULL); (L_12)->SetAt(static_cast(L_13), (RuntimeObject*)NULL); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.ThreadPoolWorkQueue_WorkStealingQueue::LocalPush(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkStealingQueue_LocalPush_mF4807971CDD7F6089AADF28173FEDDDFF4E96455 (WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * __this, RuntimeObject* ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WorkStealingQueue_LocalPush_mF4807971CDD7F6089AADF28173FEDDDFF4E96455_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* V_5 = NULL; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { int32_t L_0 = __this->get_m_tailIndex_3(); il2cpp_codegen_memory_barrier(); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)2147483647LL))))) { goto IL_0075; } } { V_1 = (bool)0; } IL_0013: try { // begin try (depth: 1) { SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * L_2 = __this->get_address_of_m_foreignLock_4(); SpinLock_Enter_mF3E9D6327B1767595E94264ABB9526C5CF3CFC3B((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)L_2, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_3 = __this->get_m_tailIndex_3(); il2cpp_codegen_memory_barrier(); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)2147483647LL))))) { goto IL_0063; } } IL_002f: { int32_t L_4 = __this->get_m_headIndex_2(); il2cpp_codegen_memory_barrier(); int32_t L_5 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_headIndex_2(((int32_t)((int32_t)L_4&(int32_t)L_5))); int32_t L_6 = __this->get_m_tailIndex_3(); il2cpp_codegen_memory_barrier(); int32_t L_7 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); int32_t L_8 = ((int32_t)((int32_t)L_6&(int32_t)L_7)); V_0 = L_8; il2cpp_codegen_memory_barrier(); __this->set_m_tailIndex_3(L_8); } IL_0063: { IL2CPP_LEAVE(0x75, FINALLY_0065); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0065; } FINALLY_0065: { // begin finally (depth: 1) { bool L_9 = V_1; if (!L_9) { goto IL_0074; } } IL_0068: { SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * L_10 = __this->get_address_of_m_foreignLock_4(); SpinLock_Exit_m85BC505E091C592BE7015391FAD05C5BDC8A1D66((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)L_10, (bool)1, /*hidden argument*/NULL); } IL_0074: { IL2CPP_END_FINALLY(101) } } // end finally (depth: 1) IL2CPP_CLEANUP(101) { IL2CPP_JUMP_TBL(0x75, IL_0075) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0075: { int32_t L_11 = V_0; int32_t L_12 = __this->get_m_headIndex_2(); il2cpp_codegen_memory_barrier(); int32_t L_13 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); if ((((int32_t)L_11) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))))) { goto IL_00b2; } } { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_14 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); int32_t L_15 = V_0; int32_t L_16 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); NullCheck(L_14); RuntimeObject* L_17 = ___obj0; VolatileWrite((RuntimeObject**)((L_14)->GetAddressAt(static_cast(((int32_t)((int32_t)L_15&(int32_t)L_16))))), L_17); int32_t L_18 = V_0; il2cpp_codegen_memory_barrier(); __this->set_m_tailIndex_3(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); return; } IL_00b2: { V_2 = (bool)0; } IL_00b4: try { // begin try (depth: 1) { SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * L_19 = __this->get_address_of_m_foreignLock_4(); SpinLock_Enter_mF3E9D6327B1767595E94264ABB9526C5CF3CFC3B((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)L_19, (bool*)(&V_2), /*hidden argument*/NULL); int32_t L_20 = __this->get_m_headIndex_2(); il2cpp_codegen_memory_barrier(); V_3 = L_20; int32_t L_21 = __this->get_m_tailIndex_3(); il2cpp_codegen_memory_barrier(); int32_t L_22 = __this->get_m_headIndex_2(); il2cpp_codegen_memory_barrier(); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)); int32_t L_23 = V_4; int32_t L_24 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0163; } } IL_00e9: { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_25 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); NullCheck(L_25); IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_26 = (IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154*)(IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154*)SZArrayNew(IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))))<<(int32_t)1))); V_5 = L_26; V_6 = 0; goto IL_0122; } IL_0101: { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_27 = V_5; int32_t L_28 = V_6; IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_29 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); int32_t L_30 = V_6; int32_t L_31 = V_3; int32_t L_32 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); NullCheck(L_29); int32_t L_33 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31))&(int32_t)L_32)); RuntimeObject* L_34 = (L_29)->GetAt(static_cast(L_33)); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_34); (L_27)->SetAt(static_cast(L_28), (RuntimeObject*)L_34); int32_t L_35 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_0122: { int32_t L_36 = V_6; IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_37 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); NullCheck(L_37); if ((((int32_t)L_36) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length))))))) { goto IL_0101; } } IL_0130: { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_38 = V_5; il2cpp_codegen_memory_barrier(); __this->set_m_array_0(L_38); il2cpp_codegen_memory_barrier(); __this->set_m_headIndex_2(0); int32_t L_39 = V_4; int32_t L_40 = L_39; V_0 = L_40; il2cpp_codegen_memory_barrier(); __this->set_m_tailIndex_3(L_40); int32_t L_41 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_mask_1(((int32_t)((int32_t)((int32_t)((int32_t)L_41<<(int32_t)1))|(int32_t)1))); } IL_0163: { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_42 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); int32_t L_43 = V_0; int32_t L_44 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); NullCheck(L_42); RuntimeObject* L_45 = ___obj0; VolatileWrite((RuntimeObject**)((L_42)->GetAddressAt(static_cast(((int32_t)((int32_t)L_43&(int32_t)L_44))))), L_45); int32_t L_46 = V_0; il2cpp_codegen_memory_barrier(); __this->set_m_tailIndex_3(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1))); IL2CPP_LEAVE(0x19D, FINALLY_018d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_018d; } FINALLY_018d: { // begin finally (depth: 1) { bool L_47 = V_2; if (!L_47) { goto IL_019c; } } IL_0190: { SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * L_48 = __this->get_address_of_m_foreignLock_4(); SpinLock_Exit_m85BC505E091C592BE7015391FAD05C5BDC8A1D66((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)L_48, (bool)0, /*hidden argument*/NULL); } IL_019c: { IL2CPP_END_FINALLY(397) } } // end finally (depth: 1) IL2CPP_CLEANUP(397) { IL2CPP_JUMP_TBL(0x19D, IL_019d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_019d: { return; } } // System.Boolean System.Threading.ThreadPoolWorkQueue_WorkStealingQueue::LocalFindAndPop(System.Threading.IThreadPoolWorkItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WorkStealingQueue_LocalFindAndPop_m837487AF74CF9C8104986911FC7E279101AE1DCC (WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * __this, RuntimeObject* ___obj0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_0 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); int32_t L_1 = __this->get_m_tailIndex_3(); il2cpp_codegen_memory_barrier(); int32_t L_2 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); NullCheck(L_0); int32_t L_3 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))&(int32_t)L_2)); RuntimeObject* L_4 = (L_0)->GetAt(static_cast(L_3)); RuntimeObject* L_5 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(RuntimeObject*)L_5)))) { goto IL_002d; } } { bool L_6 = WorkStealingQueue_LocalPop_m99B519E8984D358D1816A9E01B7A9CD4607B42D0(__this, (RuntimeObject**)(&V_0), /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } { return (bool)1; } IL_002b: { return (bool)0; } IL_002d: { int32_t L_7 = __this->get_m_tailIndex_3(); il2cpp_codegen_memory_barrier(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)2)); goto IL_00f2; } IL_003d: { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_8 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); int32_t L_9 = V_1; int32_t L_10 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); NullCheck(L_8); int32_t L_11 = ((int32_t)((int32_t)L_9&(int32_t)L_10)); RuntimeObject* L_12 = (L_8)->GetAt(static_cast(L_11)); RuntimeObject* L_13 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject*)L_12) == ((RuntimeObject*)(RuntimeObject*)L_13)))) { goto IL_00ee; } } { V_2 = (bool)0; } IL_0058: try { // begin try (depth: 1) { SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * L_14 = __this->get_address_of_m_foreignLock_4(); SpinLock_Enter_mF3E9D6327B1767595E94264ABB9526C5CF3CFC3B((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)L_14, (bool*)(&V_2), /*hidden argument*/NULL); IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_15 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); int32_t L_16 = V_1; int32_t L_17 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); NullCheck(L_15); int32_t L_18 = ((int32_t)((int32_t)L_16&(int32_t)L_17)); RuntimeObject* L_19 = (L_15)->GetAt(static_cast(L_18)); if (L_19) { goto IL_0081; } } IL_007a: { V_3 = (bool)0; IL2CPP_LEAVE(0x102, FINALLY_00de); } IL_0081: { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_20 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); int32_t L_21 = V_1; int32_t L_22 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); NullCheck(L_20); VolatileWrite((RuntimeObject**)((L_20)->GetAddressAt(static_cast(((int32_t)((int32_t)L_21&(int32_t)L_22))))), (RuntimeObject*)NULL); int32_t L_23 = V_1; int32_t L_24 = __this->get_m_tailIndex_3(); il2cpp_codegen_memory_barrier(); if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_00bd; } } IL_00a9: { int32_t L_25 = __this->get_m_tailIndex_3(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_tailIndex_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1))); goto IL_00da; } IL_00bd: { int32_t L_26 = V_1; int32_t L_27 = __this->get_m_headIndex_2(); il2cpp_codegen_memory_barrier(); if ((!(((uint32_t)L_26) == ((uint32_t)L_27)))) { goto IL_00da; } } IL_00c8: { int32_t L_28 = __this->get_m_headIndex_2(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_headIndex_2(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1))); } IL_00da: { V_3 = (bool)1; IL2CPP_LEAVE(0x102, FINALLY_00de); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00de; } FINALLY_00de: { // begin finally (depth: 1) { bool L_29 = V_2; if (!L_29) { goto IL_00ed; } } IL_00e1: { SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * L_30 = __this->get_address_of_m_foreignLock_4(); SpinLock_Exit_m85BC505E091C592BE7015391FAD05C5BDC8A1D66((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)L_30, (bool)0, /*hidden argument*/NULL); } IL_00ed: { IL2CPP_END_FINALLY(222) } } // end finally (depth: 1) IL2CPP_CLEANUP(222) { IL2CPP_JUMP_TBL(0x102, IL_0102) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ee: { int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)); } IL_00f2: { int32_t L_32 = V_1; int32_t L_33 = __this->get_m_headIndex_2(); il2cpp_codegen_memory_barrier(); if ((((int32_t)L_32) >= ((int32_t)L_33))) { goto IL_003d; } } { return (bool)0; } IL_0102: { bool L_34 = V_3; return L_34; } } // System.Boolean System.Threading.ThreadPoolWorkQueue_WorkStealingQueue::LocalPop(System.Threading.IThreadPoolWorkItem&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WorkStealingQueue_LocalPop_m99B519E8984D358D1816A9E01B7A9CD4607B42D0 (WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * __this, RuntimeObject** ___obj0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; bool V_4 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: { int32_t L_0 = __this->get_m_tailIndex_3(); il2cpp_codegen_memory_barrier(); V_0 = L_0; int32_t L_1 = __this->get_m_headIndex_2(); il2cpp_codegen_memory_barrier(); int32_t L_2 = V_0; if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0019; } } { RuntimeObject** L_3 = ___obj0; *((RuntimeObject **)L_3) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)NULL); return (bool)0; } IL_0019: { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); int32_t* L_5 = __this->get_address_of_m_tailIndex_3(); il2cpp_codegen_memory_barrier(); int32_t L_6 = V_0; Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_5, L_6, /*hidden argument*/NULL); int32_t L_7 = __this->get_m_headIndex_2(); il2cpp_codegen_memory_barrier(); int32_t L_8 = V_0; if ((((int32_t)L_7) > ((int32_t)L_8))) { goto IL_0066; } } { int32_t L_9 = V_0; int32_t L_10 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); V_1 = ((int32_t)((int32_t)L_9&(int32_t)L_10)); RuntimeObject** L_11 = ___obj0; IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_12 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); int32_t L_13 = V_1; NullCheck(L_12); RuntimeObject* L_14 = VolatileRead((RuntimeObject**)((L_12)->GetAddressAt(static_cast(L_13)))); *((RuntimeObject **)L_11) = (RuntimeObject *)L_14; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_11, (void*)(RuntimeObject *)L_14); RuntimeObject** L_15 = ___obj0; RuntimeObject* L_16 = *((RuntimeObject**)L_15); if (!L_16) { goto IL_0000; } } { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_17 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); int32_t L_18 = V_1; NullCheck(L_17); ArrayElementTypeCheck (L_17, NULL); (L_17)->SetAt(static_cast(L_18), (RuntimeObject*)NULL); return (bool)1; } IL_0066: { V_2 = (bool)0; } IL_0068: try { // begin try (depth: 1) { SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * L_19 = __this->get_address_of_m_foreignLock_4(); SpinLock_Enter_mF3E9D6327B1767595E94264ABB9526C5CF3CFC3B((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)L_19, (bool*)(&V_2), /*hidden argument*/NULL); int32_t L_20 = __this->get_m_headIndex_2(); il2cpp_codegen_memory_barrier(); int32_t L_21 = V_0; if ((((int32_t)L_20) > ((int32_t)L_21))) { goto IL_00b9; } } IL_0080: { int32_t L_22 = V_0; int32_t L_23 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); V_3 = ((int32_t)((int32_t)L_22&(int32_t)L_23)); RuntimeObject** L_24 = ___obj0; IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_25 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); int32_t L_26 = V_3; NullCheck(L_25); RuntimeObject* L_27 = VolatileRead((RuntimeObject**)((L_25)->GetAddressAt(static_cast(L_26)))); *((RuntimeObject **)L_24) = (RuntimeObject *)L_27; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_24, (void*)(RuntimeObject *)L_27); RuntimeObject** L_28 = ___obj0; RuntimeObject* L_29 = *((RuntimeObject**)L_28); if (L_29) { goto IL_00a9; } } IL_00a4: { IL2CPP_LEAVE(0x0, FINALLY_00cc); } IL_00a9: { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_30 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); int32_t L_31 = V_3; NullCheck(L_30); ArrayElementTypeCheck (L_30, NULL); (L_30)->SetAt(static_cast(L_31), (RuntimeObject*)NULL); V_4 = (bool)1; IL2CPP_LEAVE(0xDC, FINALLY_00cc); } IL_00b9: { int32_t L_32 = V_0; il2cpp_codegen_memory_barrier(); __this->set_m_tailIndex_3(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); RuntimeObject** L_33 = ___obj0; *((RuntimeObject **)L_33) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_33, (void*)(RuntimeObject *)NULL); V_4 = (bool)0; IL2CPP_LEAVE(0xDC, FINALLY_00cc); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00cc; } FINALLY_00cc: { // begin finally (depth: 1) { bool L_34 = V_2; if (!L_34) { goto IL_00db; } } IL_00cf: { SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * L_35 = __this->get_address_of_m_foreignLock_4(); SpinLock_Exit_m85BC505E091C592BE7015391FAD05C5BDC8A1D66((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)L_35, (bool)0, /*hidden argument*/NULL); } IL_00db: { IL2CPP_END_FINALLY(204) } } // end finally (depth: 1) IL2CPP_CLEANUP(204) { IL2CPP_JUMP_TBL(0x0, IL_0000) IL2CPP_JUMP_TBL(0xDC, IL_00dc) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00dc: { bool L_36 = V_4; return L_36; } } // System.Boolean System.Threading.ThreadPoolWorkQueue_WorkStealingQueue::TrySteal(System.Threading.IThreadPoolWorkItem&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WorkStealingQueue_TrySteal_mE129DB3DD6A80B3FAF1391366AABFDD488D7956E (WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * __this, RuntimeObject** ___obj0, bool* ___missedSteal1, const RuntimeMethod* method) { { RuntimeObject** L_0 = ___obj0; bool* L_1 = ___missedSteal1; bool L_2 = WorkStealingQueue_TrySteal_mB7C9393B530ABEE102EC1955B02A520D01A08E9C(__this, (RuntimeObject**)L_0, (bool*)L_1, 0, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Threading.ThreadPoolWorkQueue_WorkStealingQueue::TrySteal(System.Threading.IThreadPoolWorkItem&,System.Boolean&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WorkStealingQueue_TrySteal_mB7C9393B530ABEE102EC1955B02A520D01A08E9C (WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * __this, RuntimeObject** ___obj0, bool* ___missedSteal1, int32_t ___millisecondsTimeout2, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 4); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { RuntimeObject** L_0 = ___obj0; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); } IL_0003: { int32_t L_1 = __this->get_m_headIndex_2(); il2cpp_codegen_memory_barrier(); int32_t L_2 = __this->get_m_tailIndex_3(); il2cpp_codegen_memory_barrier(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0017; } } { return (bool)0; } IL_0017: { V_0 = (bool)0; } IL_0019: try { // begin try (depth: 1) { SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * L_3 = __this->get_address_of_m_foreignLock_4(); int32_t L_4 = ___millisecondsTimeout2; SpinLock_TryEnter_mC40B3AF891D55A2D0DC2AEC8F83926EBB4A28109((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)L_3, L_4, (bool*)(&V_0), /*hidden argument*/NULL); bool L_5 = V_0; if (!L_5) { goto IL_0093; } } IL_002a: { int32_t L_6 = __this->get_m_headIndex_2(); il2cpp_codegen_memory_barrier(); V_1 = L_6; int32_t* L_7 = __this->get_address_of_m_headIndex_2(); il2cpp_codegen_memory_barrier(); int32_t L_8 = V_1; Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL); int32_t L_9 = V_1; int32_t L_10 = __this->get_m_tailIndex_3(); il2cpp_codegen_memory_barrier(); if ((((int32_t)L_9) >= ((int32_t)L_10))) { goto IL_0082; } } IL_004d: { int32_t L_11 = V_1; int32_t L_12 = __this->get_m_mask_1(); il2cpp_codegen_memory_barrier(); V_2 = ((int32_t)((int32_t)L_11&(int32_t)L_12)); RuntimeObject** L_13 = ___obj0; IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_14 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); int32_t L_15 = V_2; NullCheck(L_14); RuntimeObject* L_16 = VolatileRead((RuntimeObject**)((L_14)->GetAddressAt(static_cast(L_15)))); *((RuntimeObject **)L_13) = (RuntimeObject *)L_16; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)L_16); RuntimeObject** L_17 = ___obj0; RuntimeObject* L_18 = *((RuntimeObject**)L_17); if (L_18) { goto IL_0073; } } IL_0071: { IL2CPP_LEAVE(0x3, FINALLY_0098); } IL_0073: { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_19 = __this->get_m_array_0(); il2cpp_codegen_memory_barrier(); int32_t L_20 = V_2; NullCheck(L_19); ArrayElementTypeCheck (L_19, NULL); (L_19)->SetAt(static_cast(L_20), (RuntimeObject*)NULL); V_3 = (bool)1; IL2CPP_LEAVE(0xAA, FINALLY_0098); } IL_0082: { int32_t L_21 = V_1; il2cpp_codegen_memory_barrier(); __this->set_m_headIndex_2(L_21); RuntimeObject** L_22 = ___obj0; *((RuntimeObject **)L_22) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_22, (void*)(RuntimeObject *)NULL); bool* L_23 = ___missedSteal1; *((int8_t*)L_23) = (int8_t)1; IL2CPP_LEAVE(0xA8, FINALLY_0098); } IL_0093: { bool* L_24 = ___missedSteal1; *((int8_t*)L_24) = (int8_t)1; IL2CPP_LEAVE(0xA8, FINALLY_0098); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0098; } FINALLY_0098: { // begin finally (depth: 1) { bool L_25 = V_0; if (!L_25) { goto IL_00a7; } } IL_009b: { SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 * L_26 = __this->get_address_of_m_foreignLock_4(); SpinLock_Exit_m85BC505E091C592BE7015391FAD05C5BDC8A1D66((SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 *)L_26, (bool)0, /*hidden argument*/NULL); } IL_00a7: { IL2CPP_END_FINALLY(152) } } // end finally (depth: 1) IL2CPP_CLEANUP(152) { IL2CPP_JUMP_TBL(0x3, IL_0003) IL2CPP_JUMP_TBL(0xAA, IL_00aa) IL2CPP_JUMP_TBL(0xA8, IL_00a8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a8: { return (bool)0; } IL_00aa: { bool L_27 = V_3; return L_27; } } // System.Void System.Threading.ThreadPoolWorkQueue_WorkStealingQueue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkStealingQueue__ctor_m5A30B12A759E1174AB423856CECBF73B5A5FA91A (WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WorkStealingQueue__ctor_m5A30B12A759E1174AB423856CECBF73B5A5FA91A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154* L_0 = (IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154*)(IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154*)SZArrayNew(IThreadPoolWorkItemU5BU5D_tE22F6DA28324647E4F8A3239E9636C050BD4A154_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); il2cpp_codegen_memory_barrier(); __this->set_m_array_0(L_0); il2cpp_codegen_memory_barrier(); __this->set_m_mask_1(((int32_t)31)); SpinLock_t8C6A214261382587D0A07AD354500141672A1DE1 L_1; memset((&L_1), 0, sizeof(L_1)); SpinLock__ctor_m2BB2C4BB309BF3C6D004C3BABAE3C8484DA5B6A0((&L_1), (bool)0, /*hidden argument*/NULL); __this->set_m_foreignLock_4(L_1); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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.Threading.ThreadPoolWorkQueueThreadLocals::.ctor(System.Threading.ThreadPoolWorkQueue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueueThreadLocals__ctor_mD46EF22D8EE15E0585EAC6F9DBF3063D14526362 (ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * __this, ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * ___tpq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolWorkQueueThreadLocals__ctor_mD46EF22D8EE15E0585EAC6F9DBF3063D14526362_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1(L_0, /*hidden argument*/NULL); Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * L_2 = (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F *)il2cpp_codegen_object_new(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F_il2cpp_TypeInfo_var); Random__ctor_mDD202982FB7CEDE3F31824E919AD2BFA6D66BA27(L_2, L_1, /*hidden argument*/NULL); __this->set_random_3(L_2); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * L_3 = ___tpq0; __this->set_workQueue_1(L_3); WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_4 = (WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB *)il2cpp_codegen_object_new(WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB_il2cpp_TypeInfo_var); WorkStealingQueue__ctor_m5A30B12A759E1174AB423856CECBF73B5A5FA91A(L_4, /*hidden argument*/NULL); __this->set_workStealingQueue_2(L_4); IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_il2cpp_TypeInfo_var); SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB * L_5 = ((ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_il2cpp_TypeInfo_var))->get_allThreadQueues_2(); WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_6 = __this->get_workStealingQueue_2(); NullCheck(L_5); SparseArray_1_Add_mE48A7F17E902019686E15A72766DD0AB4CE80971(L_5, L_6, /*hidden argument*/SparseArray_1_Add_mE48A7F17E902019686E15A72766DD0AB4CE80971_RuntimeMethod_var); return; } } // System.Void System.Threading.ThreadPoolWorkQueueThreadLocals::CleanUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueueThreadLocals_CleanUp_m2557E74F088EB8EC68E1DAB43458EDAF62F30C04 (ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadPoolWorkQueueThreadLocals_CleanUp_m2557E74F088EB8EC68E1DAB43458EDAF62F30C04_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_0 = __this->get_workStealingQueue_2(); if (!L_0) { goto IL_004d; } } { ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * 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_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_2 = __this->get_workStealingQueue_2(); NullCheck(L_2); bool L_3 = WorkStealingQueue_LocalPop_m99B519E8984D358D1816A9E01B7A9CD4607B42D0(L_2, (RuntimeObject**)(&V_1), /*hidden argument*/NULL); if (!L_3) { goto IL_0037; } } IL_0028: { ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011 * L_4 = __this->get_workQueue_1(); RuntimeObject* L_5 = V_1; NullCheck(L_4); ThreadPoolWorkQueue_Enqueue_m0F5AAE9773892321562E794066DD4DBDF4DCA100(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_JUMP_TBL(0x3A, IL_003a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003a: { bool L_6 = V_0; if (!L_6) { goto IL_0014; } } IL_003d: { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_il2cpp_TypeInfo_var); SparseArray_1_tA9BA23F30984048431C40A4D4B5215A15A64B4EB * L_7 = ((ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_StaticFields*)il2cpp_codegen_static_fields_for(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_il2cpp_TypeInfo_var))->get_allThreadQueues_2(); WorkStealingQueue_tFC6A568537E943B70FB9A859876D16E7DB7A84DB * L_8 = __this->get_workStealingQueue_2(); NullCheck(L_7); SparseArray_1_Remove_mEBA9CD59097C8D0C153E48328C21554B81E68414(L_7, L_8, /*hidden argument*/SparseArray_1_Remove_mEBA9CD59097C8D0C153E48328C21554B81E68414_RuntimeMethod_var); } IL_004d: { return; } } // System.Void System.Threading.ThreadPoolWorkQueueThreadLocals::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadPoolWorkQueueThreadLocals_Finalize_m47A721982E2448A104A4ED364812F834D9A9566A (ThreadPoolWorkQueueThreadLocals_tFFA030E536583A69A43878F3ABA0DEEC02C33F0B * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) { bool L_0 = Environment_get_HasShutdownStarted_m722CC30F8A3C58FE3165427FF2858922C13F7A5C(/*hidden argument*/NULL); if (L_0) { goto IL_0019; } } IL_0007: { AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * L_1 = AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0(/*hidden argument*/NULL); NullCheck(L_1); bool L_2 = AppDomain_IsFinalizingForUnload_m1B3D0DA1C7AEA3D6FA5D7D52161B2FF52B2D9912(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0019; } } IL_0013: { ThreadPoolWorkQueueThreadLocals_CleanUp_m2557E74F088EB8EC68E1DAB43458EDAF62F30C04(__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_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(27) } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_JUMP_TBL(0x22, IL_0022) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } 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_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void System.Threading.ThreadStart::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5 (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * __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_m11B6A66E82F02C74399A7314C14C7F52393CC4B4 (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * __this, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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_m2CBFF19727A6FBB74BE23E975E904C3A5483FB0F (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Void System.Threading.ThreadStart::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart_EndInvoke_mC06D26402F1297A8E3932D15140A29577BF2F857 (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * __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_m45CB0F9C9BFBAE82CD65CB8AEDB9EE9C1A2027FA (ThreadStateException_tCE60AB1B9E16A6D13E3926137BA55832ABE986AE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadStateException__ctor_m45CB0F9C9BFBAE82CD65CB8AEDB9EE9C1A2027FA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralAA37CB5B40E647E124F23CC3C27C68F09181CE0D, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__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_m8269A7EE51BF315AD8C0A4B64C2B2319035BB767 (ThreadStateException_tCE60AB1B9E16A6D13E3926137BA55832ABE986AE * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__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_m977994CF05BB56040152C0F84DF00A8426ACCCB4 (ThreadStateException_tCE60AB1B9E16A6D13E3926137BA55832ABE986AE * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__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.Timeout::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timeout__cctor_m9C4BFE11D3494ED5DB59176974B66055093F26D9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Timeout__cctor_m9C4BFE11D3494ED5DB59176974B66055093F26D9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0; memset((&L_0), 0, sizeof(L_0)); TimeSpan__ctor_m310F37AF5F9F91433A98062BF6E4A248AA6C3DE5((&L_0), 0, 0, 0, 0, (-1), /*hidden argument*/NULL); ((Timeout_t148C37C092EAF5AFCE1D0C06481466A5F88E4C04_StaticFields*)il2cpp_codegen_static_fields_for(Timeout_t148C37C092EAF5AFCE1D0C06481466A5F88E4C04_il2cpp_TypeInfo_var))->set_InfiniteTimeSpan_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.UInt32 System.Threading.TimeoutHelper::GetTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TimeoutHelper_GetTime_m6AD4BA5DCA9E4102DC18395A59123E91EB915D98 (const RuntimeMethod* method) { { int32_t L_0 = Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C(/*hidden argument*/NULL); return L_0; } } // System.Int32 System.Threading.TimeoutHelper::UpdateTimeOut(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeoutHelper_UpdateTimeOut_mC735C89ED9256E7BD6B8AC2068A8A50DDDB4F45D (uint32_t ___startTime0, int32_t ___originalWaitMillisecondsTimeout1, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { uint32_t L_0 = TimeoutHelper_GetTime_m6AD4BA5DCA9E4102DC18395A59123E91EB915D98(/*hidden argument*/NULL); uint32_t L_1 = ___startTime0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); uint32_t L_2 = V_0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)2147483647LL))))) { goto IL_0012; } } { return 0; } IL_0012: { int32_t L_3 = ___originalWaitMillisecondsTimeout1; uint32_t L_4 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)); int32_t L_5 = V_1; if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_001c; } } { return 0; } IL_001c: { int32_t L_6 = V_1; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Timer::.ctor(System.Threading.TimerCallback,System.Object,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer__ctor_mD4A4B4616E25E39A422DD8083930951535AE8BA1 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___callback0, RuntimeObject * ___state1, int32_t ___dueTime2, int32_t ___period3, const RuntimeMethod* method) { { MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850(__this, /*hidden argument*/NULL); TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * L_0 = ___callback0; RuntimeObject * L_1 = ___state1; int32_t L_2 = ___dueTime2; int32_t L_3 = ___period3; Timer_Init_mF69134A3E2C8A2B79BA925BCF687B3DCBBF4AB65(__this, L_0, L_1, (((int64_t)((int64_t)L_2))), (((int64_t)((int64_t)L_3))), /*hidden argument*/NULL); return; } } // System.Void System.Threading.Timer::.ctor(System.Threading.TimerCallback,System.Object,System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer__ctor_mE731E24B4A4D66AD0A34BF604E904E403A7959CF (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___callback0, RuntimeObject * ___state1, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___dueTime2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___period3, const RuntimeMethod* method) { { MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850(__this, /*hidden argument*/NULL); TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * L_0 = ___callback0; RuntimeObject * L_1 = ___state1; double L_2 = TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___dueTime2), /*hidden argument*/NULL); double L_3 = TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___period3), /*hidden argument*/NULL); Timer_Init_mF69134A3E2C8A2B79BA925BCF687B3DCBBF4AB65(__this, L_0, L_1, (((int64_t)((int64_t)L_2))), (((int64_t)((int64_t)L_3))), /*hidden argument*/NULL); return; } } // System.Void System.Threading.Timer::Init(System.Threading.TimerCallback,System.Object,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Init_mF69134A3E2C8A2B79BA925BCF687B3DCBBF4AB65 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___callback0, RuntimeObject * ___state1, int64_t ___dueTime2, int64_t ___period3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Timer_Init_mF69134A3E2C8A2B79BA925BCF687B3DCBBF4AB65_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * L_0 = ___callback0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralB4D5B37BF7A986C138EDE89E0806F366B5CB1830, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Timer_Init_mF69134A3E2C8A2B79BA925BCF687B3DCBBF4AB65_RuntimeMethod_var); } IL_000e: { TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * L_2 = ___callback0; __this->set_callback_2(L_2); RuntimeObject * L_3 = ___state1; __this->set_state_3(L_3); int64_t L_4 = ___dueTime2; int64_t L_5 = ___period3; Timer_Change_m0D893D7C243B79E85CDD8E06F366F0744F6637D6(__this, L_4, L_5, (bool)1, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Timer::Change(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Timer_Change_mA8CCA4FF4215A80037ED34EDADD02D442D618EBE (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, int32_t ___dueTime0, int32_t ___period1, const RuntimeMethod* method) { { int32_t L_0 = ___dueTime0; int32_t L_1 = ___period1; bool L_2 = Timer_Change_m0D893D7C243B79E85CDD8E06F366F0744F6637D6(__this, (((int64_t)((int64_t)L_0))), (((int64_t)((int64_t)L_1))), (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Threading.Timer::Change(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Timer_Change_mF2EE1A30C21C82757352489E6D49FF6D38573694 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___dueTime0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___period1, const RuntimeMethod* method) { { double L_0 = TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___dueTime0), /*hidden argument*/NULL); double L_1 = TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___period1), /*hidden argument*/NULL); bool L_2 = Timer_Change_m0D893D7C243B79E85CDD8E06F366F0744F6637D6(__this, (((int64_t)((int64_t)L_0))), (((int64_t)((int64_t)L_1))), (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Void System.Threading.Timer::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_7(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { __this->set_disposed_7((bool)1); IL2CPP_RUNTIME_CLASS_INIT(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var); Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * L_1 = ((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_StaticFields*)il2cpp_codegen_static_fields_for(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var))->get_scheduler_1(); NullCheck(L_1); Scheduler_Remove_m5D87E925B0C6E4BFB7C68F6614C133ADA2628148(L_1, __this, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Timer::Change(System.Int64,System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Timer_Change_m0D893D7C243B79E85CDD8E06F366F0744F6637D6 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, int64_t ___dueTime0, int64_t ___period1, bool ___first2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Timer_Change_m0D893D7C243B79E85CDD8E06F366F0744F6637D6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { int64_t L_0 = ___dueTime0; if ((((int64_t)L_0) <= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2)))))))))) { goto IL_0016; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_1, _stringLiteralFD9D0C913A99959CCA8988A4605411D970AF3F59, _stringLiteralEF9A26B1AEA755741D0AC956EF8DC9AFB09E7B01, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Timer_Change_m0D893D7C243B79E85CDD8E06F366F0744F6637D6_RuntimeMethod_var); } IL_0016: { int64_t L_2 = ___period1; if ((((int64_t)L_2) <= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2)))))))))) { goto IL_002c; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral54235B8B0E980EBB3355126954C130A816A21AFB, _stringLiteral13F7B4FA7CBA65EC1811F8A5C085117CD3DF5506, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Timer_Change_m0D893D7C243B79E85CDD8E06F366F0744F6637D6_RuntimeMethod_var); } IL_002c: { int64_t L_4 = ___dueTime0; if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_003c; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_5, _stringLiteralFD9D0C913A99959CCA8988A4605411D970AF3F59, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, Timer_Change_m0D893D7C243B79E85CDD8E06F366F0744F6637D6_RuntimeMethod_var); } IL_003c: { int64_t L_6 = ___period1; if ((((int64_t)L_6) >= ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_004c; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_7, _stringLiteral54235B8B0E980EBB3355126954C130A816A21AFB, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Timer_Change_m0D893D7C243B79E85CDD8E06F366F0744F6637D6_RuntimeMethod_var); } IL_004c: { bool L_8 = __this->get_disposed_7(); if (!L_8) { goto IL_0065; } } { String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4A9B136550890770D29DF6A00FAA574C173789AD, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_10 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_10, (String_t*)NULL, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, Timer_Change_m0D893D7C243B79E85CDD8E06F366F0744F6637D6_RuntimeMethod_var); } IL_0065: { int64_t L_11 = ___dueTime0; __this->set_due_time_ms_4(L_11); int64_t L_12 = ___period1; __this->set_period_ms_5(L_12); int64_t L_13 = ___dueTime0; if (L_13) { goto IL_007b; } } { V_0 = (((int64_t)((int64_t)0))); goto IL_00a5; } IL_007b: { int64_t L_14 = ___dueTime0; if ((((int64_t)L_14) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0096; } } { V_0 = ((int64_t)(std::numeric_limits::max)()); bool L_15 = ___first2; if (!L_15) { goto IL_00a5; } } { int64_t L_16 = V_0; __this->set_next_run_6(L_16); return (bool)1; } IL_0096: { int64_t L_17 = ___dueTime0; IL2CPP_RUNTIME_CLASS_INIT(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var); int64_t L_18 = Timer_GetTimeMonotonic_m4B6169CEEE39504646E976FBF26B3EFBD609ABFA(/*hidden argument*/NULL); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_17, (int64_t)(((int64_t)((int64_t)((int32_t)10000)))))), (int64_t)L_18)); } IL_00a5: { IL2CPP_RUNTIME_CLASS_INIT(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var); Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * L_19 = ((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_StaticFields*)il2cpp_codegen_static_fields_for(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var))->get_scheduler_1(); int64_t L_20 = V_0; NullCheck(L_19); Scheduler_Change_m0B2CF9E01BA6732CE701861DFE5142200CD6654C(L_19, __this, L_20, /*hidden argument*/NULL); return (bool)1; } } // System.Void System.Threading.Timer::KeepRootedWhileScheduled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_KeepRootedWhileScheduled_mDB50A8671E3759074432E0E4EEBF1BD90B721829 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, const RuntimeMethod* method) { { return; } } // System.Int64 System.Threading.Timer::GetTimeMonotonic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Timer_GetTimeMonotonic_m4B6169CEEE39504646E976FBF26B3EFBD609ABFA (const RuntimeMethod* method) { typedef int64_t (*Timer_GetTimeMonotonic_m4B6169CEEE39504646E976FBF26B3EFBD609ABFA_ftn) (); using namespace il2cpp::icalls; return ((Timer_GetTimeMonotonic_m4B6169CEEE39504646E976FBF26B3EFBD609ABFA_ftn)mscorlib::System::Threading::Timer::GetTimeMonotonic) (); } // System.Void System.Threading.Timer::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer__cctor_m0A46AD4FB7C3B912E23811F586FED0391767A2EF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Timer__cctor_m0A46AD4FB7C3B912E23811F586FED0391767A2EF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9_il2cpp_TypeInfo_var); Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * L_0 = Scheduler_get_Instance_mAD166DADAB60F24F15A36BD49F67172084AA9B4C_inline(/*hidden argument*/NULL); ((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_StaticFields*)il2cpp_codegen_static_fields_for(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var))->set_scheduler_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Timer_Scheduler::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scheduler__cctor_mF399300AD4750C3FA6E8BFE5DDF32162B6F1AB9B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Scheduler__cctor_mF399300AD4750C3FA6E8BFE5DDF32162B6F1AB9B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * L_0 = (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 *)il2cpp_codegen_object_new(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9_il2cpp_TypeInfo_var); Scheduler__ctor_mA11657BA808AF374E216FDAAA472E18F00B84FEB(L_0, /*hidden argument*/NULL); ((Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9_StaticFields*)il2cpp_codegen_static_fields_for(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9_il2cpp_TypeInfo_var))->set_instance_0(L_0); return; } } // System.Threading.Timer_Scheduler System.Threading.Timer_Scheduler::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * Scheduler_get_Instance_mAD166DADAB60F24F15A36BD49F67172084AA9B4C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Scheduler_get_Instance_mAD166DADAB60F24F15A36BD49F67172084AA9B4C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9_il2cpp_TypeInfo_var); Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * L_0 = ((Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9_StaticFields*)il2cpp_codegen_static_fields_for(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9_il2cpp_TypeInfo_var))->get_instance_0(); return L_0; } } // System.Void System.Threading.Timer_Scheduler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scheduler__ctor_mA11657BA808AF374E216FDAAA472E18F00B84FEB (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Scheduler__ctor_mA11657BA808AF374E216FDAAA472E18F00B84FEB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_0 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_0, (bool)0, /*hidden argument*/NULL); __this->set_changed_2(L_0); TimerComparer_tC987818CFADF2F3ECEB89C0BD510600DAD816015 * L_1 = (TimerComparer_tC987818CFADF2F3ECEB89C0BD510600DAD816015 *)il2cpp_codegen_object_new(TimerComparer_tC987818CFADF2F3ECEB89C0BD510600DAD816015_il2cpp_TypeInfo_var); TimerComparer__ctor_m4286C1A800BFB3F6A065A9DB0122B7FC1A440F22(L_1, /*hidden argument*/NULL); SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E *)il2cpp_codegen_object_new(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var); SortedList__ctor_mE69C668800C6AF9EE9C745E046E151352D424E79(L_2, L_1, ((int32_t)1024), /*hidden argument*/NULL); __this->set_list_1(L_2); ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * L_3 = (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)il2cpp_codegen_object_new(ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var); ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5(L_3, __this, (intptr_t)((intptr_t)Scheduler_SchedulerThread_m9D548ED1E24E29E6CB64A3C7F1FF42FA25054CF1_RuntimeMethod_var), /*hidden argument*/NULL); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_4 = (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)il2cpp_codegen_object_new(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var); Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD(L_4, L_3, /*hidden argument*/NULL); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_5 = L_4; NullCheck(L_5); Thread_set_IsBackground_mF62551A195DCB09D44E512F52916145E39362D39(L_5, (bool)1, /*hidden argument*/NULL); NullCheck(L_5); Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6(L_5, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Timer_Scheduler::Remove(System.Threading.Timer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scheduler_Remove_m5D87E925B0C6E4BFB7C68F6614C133ADA2628148 (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___timer0, const RuntimeMethod* method) { Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_0 = ___timer0; NullCheck(L_0); int64_t L_1 = L_0->get_next_run_6(); if (!L_1) { goto IL_0019; } } { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_2 = ___timer0; NullCheck(L_2); int64_t L_3 = L_2->get_next_run_6(); if ((!(((uint64_t)L_3) == ((uint64_t)((int64_t)(std::numeric_limits::max)()))))) { goto IL_001a; } } IL_0019: { return; } IL_001a: { V_0 = __this; V_1 = (bool)0; } IL_001e: try { // begin try (depth: 1) Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * L_4 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_4, (bool*)(&V_1), /*hidden argument*/NULL); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_5 = ___timer0; Scheduler_InternalRemove_m7B12673F6C5012E19754EF3C2E9BD9438D5D23BD(__this, L_5, /*hidden argument*/NULL); IL2CPP_LEAVE(0x3A, FINALLY_0030); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_0039; } } IL_0033: { Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * L_7 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL); } IL_0039: { IL2CPP_END_FINALLY(48) } } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x3A, IL_003a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003a: { return; } } // System.Void System.Threading.Timer_Scheduler::Change(System.Threading.Timer,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scheduler_Change_m0B2CF9E01BA6732CE701861DFE5142200CD6654C (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___timer0, int64_t ___new_next_run1, const RuntimeMethod* method) { bool V_0 = false; Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = (bool)0; V_1 = __this; V_2 = (bool)0; } IL_0006: try { // begin try (depth: 1) { Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * L_0 = V_1; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_2), /*hidden argument*/NULL); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_1 = ___timer0; Scheduler_InternalRemove_m7B12673F6C5012E19754EF3C2E9BD9438D5D23BD(__this, L_1, /*hidden argument*/NULL); int64_t L_2 = ___new_next_run1; if ((!(((uint64_t)L_2) == ((uint64_t)((int64_t)(std::numeric_limits::max)()))))) { goto IL_002b; } } IL_0022: { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_3 = ___timer0; int64_t L_4 = ___new_next_run1; NullCheck(L_3); L_3->set_next_run_6(L_4); IL2CPP_LEAVE(0x6C, FINALLY_0053); } IL_002b: { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_5 = ___timer0; NullCheck(L_5); bool L_6 = L_5->get_disposed_7(); if (L_6) { goto IL_0051; } } IL_0033: { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_7 = ___timer0; int64_t L_8 = ___new_next_run1; NullCheck(L_7); L_7->set_next_run_6(L_8); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_9 = ___timer0; Scheduler_Add_m669D8B05D43F207A8BE1AA1912154AB6F0E9EBEB(__this, L_9, /*hidden argument*/NULL); SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_10 = __this->get_list_1(); NullCheck(L_10); RuntimeObject * L_11 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(36 /* System.Object System.Collections.SortedList::GetByIndex(System.Int32) */, L_10, 0); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_12 = ___timer0; V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_11) == ((RuntimeObject*)(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)L_12))? 1 : 0); } IL_0051: { IL2CPP_LEAVE(0x5D, FINALLY_0053); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0053; } FINALLY_0053: { // begin finally (depth: 1) { bool L_13 = V_2; if (!L_13) { goto IL_005c; } } IL_0056: { Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * L_14 = V_1; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_14, /*hidden argument*/NULL); } IL_005c: { IL2CPP_END_FINALLY(83) } } // end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_JUMP_TBL(0x6C, IL_006c) IL2CPP_JUMP_TBL(0x5D, IL_005d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005d: { bool L_15 = V_0; if (!L_15) { goto IL_006c; } } { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_16 = __this->get_changed_2(); NullCheck(L_16); EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_16, /*hidden argument*/NULL); } IL_006c: { return; } } // System.Int32 System.Threading.Timer_Scheduler::FindByDueTime(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Scheduler_FindByDueTime_m2B255CEF6EC7B56CD41F4FD299E09CAAE062D5FB (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, int64_t ___nr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Scheduler_FindByDueTime_m2B255CEF6EC7B56CD41F4FD299E09CAAE062D5FB_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * V_2 = NULL; int32_t V_3 = 0; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * V_4 = NULL; { V_0 = 0; SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_list_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(24 /* System.Int32 System.Collections.SortedList::get_Count() */, L_0); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); int32_t L_2 = V_1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0016; } } { return (-1); } IL_0016: { int32_t L_3 = V_1; if ((((int32_t)L_3) >= ((int32_t)((int32_t)20)))) { goto IL_008a; } } { goto IL_0049; } IL_001d: { SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_4 = __this->get_list_1(); int32_t L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(36 /* System.Object System.Collections.SortedList::GetByIndex(System.Int32) */, L_4, L_5); V_2 = ((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)CastclassSealed((RuntimeObject*)L_6, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var)); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_7 = V_2; NullCheck(L_7); int64_t L_8 = L_7->get_next_run_6(); int64_t L_9 = ___nr0; if ((!(((uint64_t)L_8) == ((uint64_t)L_9)))) { goto IL_003a; } } { int32_t L_10 = V_0; return L_10; } IL_003a: { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_11 = V_2; NullCheck(L_11); int64_t L_12 = L_11->get_next_run_6(); int64_t L_13 = ___nr0; if ((((int64_t)L_12) <= ((int64_t)L_13))) { goto IL_0045; } } { return (-1); } IL_0045: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0049: { int32_t L_15 = V_0; int32_t L_16 = V_1; if ((((int32_t)L_15) <= ((int32_t)L_16))) { goto IL_001d; } } { return (-1); } IL_004f: { int32_t L_17 = V_0; int32_t L_18 = V_1; int32_t L_19 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))>>(int32_t)1)))); SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_20 = __this->get_list_1(); int32_t L_21 = V_3; NullCheck(L_20); RuntimeObject * L_22 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(36 /* System.Object System.Collections.SortedList::GetByIndex(System.Int32) */, L_20, L_21); V_4 = ((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)CastclassSealed((RuntimeObject*)L_22, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var)); int64_t L_23 = ___nr0; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_24 = V_4; NullCheck(L_24); int64_t L_25 = L_24->get_next_run_6(); if ((!(((uint64_t)L_23) == ((uint64_t)L_25)))) { goto IL_0076; } } { int32_t L_26 = V_3; return L_26; } IL_0076: { int64_t L_27 = ___nr0; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_28 = V_4; NullCheck(L_28); int64_t L_29 = L_28->get_next_run_6(); if ((((int64_t)L_27) <= ((int64_t)L_29))) { goto IL_0086; } } { int32_t L_30 = V_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); goto IL_008a; } IL_0086: { int32_t L_31 = V_3; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)); } IL_008a: { int32_t L_32 = V_0; int32_t L_33 = V_1; if ((((int32_t)L_32) <= ((int32_t)L_33))) { goto IL_004f; } } { return (-1); } } // System.Void System.Threading.Timer_Scheduler::Add(System.Threading.Timer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scheduler_Add_m669D8B05D43F207A8BE1AA1912154AB6F0E9EBEB (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___timer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Scheduler_Add_m669D8B05D43F207A8BE1AA1912154AB6F0E9EBEB_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t G_B4_0 = 0; { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_0 = ___timer0; NullCheck(L_0); int64_t L_1 = L_0->get_next_run_6(); int32_t L_2 = Scheduler_FindByDueTime_m2B255CEF6EC7B56CD41F4FD299E09CAAE062D5FB(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0081; } } { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_4 = ___timer0; NullCheck(L_4); int64_t L_5 = L_4->get_next_run_6(); if ((((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)(std::numeric_limits::max)()), (int64_t)L_5))) > ((int64_t)(((int64_t)((int64_t)((int32_t)20000))))))) { goto IL_002c; } } { G_B4_0 = 0; goto IL_002d; } IL_002c: { G_B4_0 = 1; } IL_002d: { V_1 = (bool)G_B4_0; } IL_002e: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); bool L_7 = V_1; if (!L_7) { goto IL_0046; } } { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_8 = ___timer0; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_9 = L_8; NullCheck(L_9); int64_t L_10 = L_9->get_next_run_6(); NullCheck(L_9); L_9->set_next_run_6(((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)(((int64_t)((int64_t)1)))))); goto IL_0055; } IL_0046: { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_11 = ___timer0; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_12 = L_11; NullCheck(L_12); int64_t L_13 = L_12->get_next_run_6(); NullCheck(L_12); L_12->set_next_run_6(((int64_t)il2cpp_codegen_subtract((int64_t)L_13, (int64_t)(((int64_t)((int64_t)1)))))); } IL_0055: { int32_t L_14 = V_0; SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_15 = __this->get_list_1(); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(24 /* System.Int32 System.Collections.SortedList::get_Count() */, L_15); if ((((int32_t)L_14) >= ((int32_t)L_16))) { goto IL_0081; } } { SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_17 = __this->get_list_1(); int32_t L_18 = V_0; NullCheck(L_17); RuntimeObject * L_19 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(36 /* System.Object System.Collections.SortedList::GetByIndex(System.Int32) */, L_17, L_18); NullCheck(((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)CastclassSealed((RuntimeObject*)L_19, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var))); int64_t L_20 = ((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)CastclassSealed((RuntimeObject*)L_19, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var))->get_next_run_6(); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_21 = ___timer0; NullCheck(L_21); int64_t L_22 = L_21->get_next_run_6(); if ((((int64_t)L_20) == ((int64_t)L_22))) { goto IL_002e; } } IL_0081: { SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_23 = __this->get_list_1(); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_24 = ___timer0; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_25 = ___timer0; NullCheck(L_23); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.SortedList::Add(System.Object,System.Object) */, L_23, L_24, L_25); return; } } // System.Int32 System.Threading.Timer_Scheduler::InternalRemove(System.Threading.Timer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Scheduler_InternalRemove_m7B12673F6C5012E19754EF3C2E9BD9438D5D23BD (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___timer0, const RuntimeMethod* method) { int32_t V_0 = 0; { SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_list_1(); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_1 = ___timer0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(43 /* System.Int32 System.Collections.SortedList::IndexOfKey(System.Object) */, L_0, L_1); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_001d; } } { SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_4 = __this->get_list_1(); int32_t L_5 = V_0; NullCheck(L_4); VirtActionInvoker1< int32_t >::Invoke(45 /* System.Void System.Collections.SortedList::RemoveAt(System.Int32) */, L_4, L_5); } IL_001d: { int32_t L_6 = V_0; return L_6; } } // System.Void System.Threading.Timer_Scheduler::TimerCB(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scheduler_TimerCB_m2EB04474CB0C68B572FDDDBC2641CE749CB3BFB1 (RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Scheduler_TimerCB_m2EB04474CB0C68B572FDDDBC2641CE749CB3BFB1_MetadataUsageId); s_Il2CppMethodInitialized = true; } Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * V_0 = NULL; { RuntimeObject * L_0 = ___o0; V_0 = ((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)CastclassSealed((RuntimeObject*)L_0, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var)); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_1 = V_0; NullCheck(L_1); TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * L_2 = L_1->get_callback_2(); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = L_3->get_state_3(); NullCheck(L_2); TimerCallback_Invoke_m64E1279AA84FA0D01697CB6D7B3D8C01959B4A50(L_2, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Timer_Scheduler::SchedulerThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scheduler_SchedulerThread_m9D548ED1E24E29E6CB64A3C7F1FF42FA25054CF1 (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Scheduler_SchedulerThread_m9D548ED1E24E29E6CB64A3C7F1FF42FA25054CF1_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * V_0 = NULL; int32_t V_1 = 0; int64_t V_2 = 0; Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int64_t V_8 = 0; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * V_9 = NULL; int64_t V_10 = 0; int64_t V_11 = 0; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * V_12 = NULL; int64_t V_13 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); int32_t G_B10_0 = 0; { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_0); Thread_set_Name_mEBD0DF20D69C49612949EA6F24E8E4EADB7F5E77(L_0, _stringLiteralE06B0DE168F97FA3ED2ADE13FDB940C9BFE62E87, /*hidden argument*/NULL); List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * L_1 = (List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 *)il2cpp_codegen_object_new(List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116_il2cpp_TypeInfo_var); List_1__ctor_m7C148B97DC87A9125BDE2F8876642459D8A30954(L_1, ((int32_t)512), /*hidden argument*/List_1__ctor_m7C148B97DC87A9125BDE2F8876642459D8A30954_RuntimeMethod_var); V_0 = L_1; } IL_001a: { V_1 = (-1); IL2CPP_RUNTIME_CLASS_INIT(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var); int64_t L_2 = Timer_GetTimeMonotonic_m4B6169CEEE39504646E976FBF26B3EFBD609ABFA(/*hidden argument*/NULL); V_2 = L_2; V_3 = __this; V_4 = (bool)0; } IL_0027: try { // begin try (depth: 1) { Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * L_3 = V_3; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_3, (bool*)(&V_4), /*hidden argument*/NULL); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_4 = __this->get_changed_2(); NullCheck(L_4); EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F(L_4, /*hidden argument*/NULL); SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_5 = __this->get_list_1(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(24 /* System.Int32 System.Collections.SortedList::get_Count() */, L_5); V_6 = L_6; V_5 = 0; goto IL_010c; } IL_0050: { SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_7 = __this->get_list_1(); int32_t L_8 = V_5; NullCheck(L_7); RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(36 /* System.Object System.Collections.SortedList::GetByIndex(System.Int32) */, L_7, L_8); V_9 = ((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)CastclassSealed((RuntimeObject*)L_9, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var)); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_10 = V_9; NullCheck(L_10); int64_t L_11 = L_10->get_next_run_6(); int64_t L_12 = V_2; if ((((int64_t)L_11) > ((int64_t)L_12))) { goto IL_0115; } } IL_0071: { SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_13 = __this->get_list_1(); int32_t L_14 = V_5; NullCheck(L_13); VirtActionInvoker1< int32_t >::Invoke(45 /* System.Void System.Collections.SortedList::RemoveAt(System.Int32) */, L_13, L_14); int32_t L_15 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); int32_t L_16 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_17 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var); WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_17, NULL, (intptr_t)((intptr_t)Scheduler_TimerCB_m2EB04474CB0C68B572FDDDBC2641CE749CB3BFB1_RuntimeMethod_var), /*hidden argument*/NULL); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_18 = V_9; ThreadPool_UnsafeQueueUserWorkItem_mA410427123962A9362AB7314149396196928ECC7(L_17, L_18, /*hidden argument*/NULL); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_19 = V_9; NullCheck(L_19); int64_t L_20 = L_19->get_period_ms_5(); V_10 = L_20; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_21 = V_9; NullCheck(L_21); int64_t L_22 = L_21->get_due_time_ms_4(); V_11 = L_22; int64_t L_23 = V_10; if ((((int64_t)L_23) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_00ce; } } IL_00b6: { int64_t L_24 = V_10; if (!L_24) { goto IL_00c0; } } IL_00ba: { int64_t L_25 = V_10; if ((!(((uint64_t)L_25) == ((uint64_t)(((int64_t)((int64_t)(-1)))))))) { goto IL_00cb; } } IL_00c0: { int64_t L_26 = V_11; G_B10_0 = ((((int32_t)((((int64_t)L_26) == ((int64_t)(((int64_t)((int64_t)(-1))))))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00cf; } IL_00cb: { G_B10_0 = 0; goto IL_00cf; } IL_00ce: { G_B10_0 = 1; } IL_00cf: { if (!G_B10_0) { goto IL_00e3; } } IL_00d1: { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_27 = V_9; NullCheck(L_27); L_27->set_next_run_6(((int64_t)(std::numeric_limits::max)())); goto IL_0106; } IL_00e3: { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_28 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var); int64_t L_29 = Timer_GetTimeMonotonic_m4B6169CEEE39504646E976FBF26B3EFBD609ABFA(/*hidden argument*/NULL); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_30 = V_9; NullCheck(L_30); int64_t L_31 = L_30->get_period_ms_5(); NullCheck(L_28); L_28->set_next_run_6(((int64_t)il2cpp_codegen_add((int64_t)L_29, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)((int32_t)10000)))), (int64_t)L_31))))); List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * L_32 = V_0; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_33 = V_9; NullCheck(L_32); List_1_Add_mB5A8963C62BC566BF95512C93EA0B5ED6D04B8E9(L_32, L_33, /*hidden argument*/List_1_Add_mB5A8963C62BC566BF95512C93EA0B5ED6D04B8E9_RuntimeMethod_var); } IL_0106: { int32_t L_34 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_010c: { int32_t L_35 = V_5; int32_t L_36 = V_6; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_0050; } } IL_0115: { List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * L_37 = V_0; NullCheck(L_37); int32_t L_38 = List_1_get_Count_m102A5956CA038B4503A23CBAE433114532EC22E7_inline(L_37, /*hidden argument*/List_1_get_Count_m102A5956CA038B4503A23CBAE433114532EC22E7_RuntimeMethod_var); V_6 = L_38; V_5 = 0; goto IL_013a; } IL_0122: { List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * L_39 = V_0; int32_t L_40 = V_5; NullCheck(L_39); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_41 = List_1_get_Item_m6C76B0438807DFB527E73E6166D012198028ACBE_inline(L_39, L_40, /*hidden argument*/List_1_get_Item_m6C76B0438807DFB527E73E6166D012198028ACBE_RuntimeMethod_var); V_12 = L_41; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_42 = V_12; Scheduler_Add_m669D8B05D43F207A8BE1AA1912154AB6F0E9EBEB(__this, L_42, /*hidden argument*/NULL); int32_t L_43 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_013a: { int32_t L_44 = V_5; int32_t L_45 = V_6; if ((((int32_t)L_44) < ((int32_t)L_45))) { goto IL_0122; } } IL_0140: { List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * L_46 = V_0; NullCheck(L_46); List_1_Clear_mACBCDAD884AD8F4AB0A67F8E8626D5FD0C8C6A79(L_46, /*hidden argument*/List_1_Clear_mACBCDAD884AD8F4AB0A67F8E8626D5FD0C8C6A79_RuntimeMethod_var); List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * L_47 = V_0; Scheduler_ShrinkIfNeeded_m1DDE9B9B4FECA8D16C922391413085ABCB2B60E4(__this, L_47, ((int32_t)512), /*hidden argument*/NULL); SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_48 = __this->get_list_1(); NullCheck(L_48); int32_t L_49 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.SortedList::get_Capacity() */, L_48); V_7 = L_49; SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_50 = __this->get_list_1(); NullCheck(L_50); int32_t L_51 = VirtFuncInvoker0< int32_t >::Invoke(24 /* System.Int32 System.Collections.SortedList::get_Count() */, L_50); V_6 = L_51; int32_t L_52 = V_7; if ((((int32_t)L_52) <= ((int32_t)((int32_t)1024)))) { goto IL_0191; } } IL_0175: { int32_t L_53 = V_6; if ((((int32_t)L_53) <= ((int32_t)0))) { goto IL_0191; } } IL_017a: { int32_t L_54 = V_7; int32_t L_55 = V_6; if ((((int32_t)((int32_t)((int32_t)L_54/(int32_t)L_55))) <= ((int32_t)3))) { goto IL_0191; } } IL_0182: { SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_56 = __this->get_list_1(); int32_t L_57 = V_6; NullCheck(L_56); VirtActionInvoker1< int32_t >::Invoke(23 /* System.Void System.Collections.SortedList::set_Capacity(System.Int32) */, L_56, ((int32_t)il2cpp_codegen_multiply((int32_t)L_57, (int32_t)2))); } IL_0191: { V_8 = ((int64_t)(std::numeric_limits::max)()); SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_58 = __this->get_list_1(); NullCheck(L_58); int32_t L_59 = VirtFuncInvoker0< int32_t >::Invoke(24 /* System.Int32 System.Collections.SortedList::get_Count() */, L_58); if ((((int32_t)L_59) <= ((int32_t)0))) { goto IL_01c2; } } IL_01aa: { SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_60 = __this->get_list_1(); NullCheck(L_60); RuntimeObject * L_61 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(36 /* System.Object System.Collections.SortedList::GetByIndex(System.Int32) */, L_60, 0); NullCheck(((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)CastclassSealed((RuntimeObject*)L_61, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var))); int64_t L_62 = ((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)CastclassSealed((RuntimeObject*)L_61, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var))->get_next_run_6(); V_8 = L_62; } IL_01c2: { V_1 = (-1); int64_t L_63 = V_8; if ((((int64_t)L_63) == ((int64_t)((int64_t)(std::numeric_limits::max)())))) { goto IL_01fe; } } IL_01d1: { int64_t L_64 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var); int64_t L_65 = Timer_GetTimeMonotonic_m4B6169CEEE39504646E976FBF26B3EFBD609ABFA(/*hidden argument*/NULL); V_13 = ((int64_t)((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_64, (int64_t)L_65))/(int64_t)(((int64_t)((int64_t)((int32_t)10000)))))); int64_t L_66 = V_13; if ((((int64_t)L_66) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_01f4; } } IL_01ec: { V_1 = ((int32_t)2147483646); IL2CPP_LEAVE(0x20B, FINALLY_0200); } IL_01f4: { int64_t L_67 = V_13; V_1 = (((int32_t)((int32_t)L_67))); int32_t L_68 = V_1; if ((((int32_t)L_68) >= ((int32_t)0))) { goto IL_01fe; } } IL_01fc: { V_1 = 0; } IL_01fe: { IL2CPP_LEAVE(0x20B, FINALLY_0200); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0200; } FINALLY_0200: { // begin finally (depth: 1) { bool L_69 = V_4; if (!L_69) { goto IL_020a; } } IL_0204: { Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * L_70 = V_3; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_70, /*hidden argument*/NULL); } IL_020a: { IL2CPP_END_FINALLY(512) } } // end finally (depth: 1) IL2CPP_CLEANUP(512) { IL2CPP_JUMP_TBL(0x20B, IL_020b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_020b: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_71 = __this->get_changed_2(); int32_t L_72 = V_1; NullCheck(L_71); VirtFuncInvoker1< bool, int32_t >::Invoke(11 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32) */, L_71, L_72); goto IL_001a; } } // System.Void System.Threading.Timer_Scheduler::ShrinkIfNeeded(System.Collections.Generic.List`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scheduler_ShrinkIfNeeded_m1DDE9B9B4FECA8D16C922391413085ABCB2B60E4 (Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * __this, List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * ___list0, int32_t ___initial1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Scheduler_ShrinkIfNeeded_m1DDE9B9B4FECA8D16C922391413085ABCB2B60E4_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * L_0 = ___list0; NullCheck(L_0); int32_t L_1 = List_1_get_Capacity_m4E6CC6EB68ACB4009E66AE14C2969F02B644FAE7(L_0, /*hidden argument*/List_1_get_Capacity_m4E6CC6EB68ACB4009E66AE14C2969F02B644FAE7_RuntimeMethod_var); V_0 = L_1; List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * L_2 = ___list0; NullCheck(L_2); int32_t L_3 = List_1_get_Count_m102A5956CA038B4503A23CBAE433114532EC22E7_inline(L_2, /*hidden argument*/List_1_get_Count_m102A5956CA038B4503A23CBAE433114532EC22E7_RuntimeMethod_var); V_1 = L_3; int32_t L_4 = V_0; int32_t L_5 = ___initial1; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_0025; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0025; } } { int32_t L_7 = V_0; int32_t L_8 = V_1; if ((((int32_t)((int32_t)((int32_t)L_7/(int32_t)L_8))) <= ((int32_t)3))) { goto IL_0025; } } { List_1_t0C6DF014BD2D1BE6D428FB761E8C21CDC22C5116 * L_9 = ___list0; int32_t L_10 = V_1; NullCheck(L_9); List_1_set_Capacity_m0DA623E0A9843F83E643A5E032D775F990F3863E(L_9, ((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2)), /*hidden argument*/List_1_set_Capacity_m0DA623E0A9843F83E643A5E032D775F990F3863E_RuntimeMethod_var); } IL_0025: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Threading.Timer_TimerComparer::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimerComparer_Compare_mA323B05AE75107BF3D65BCFB43976A29155A4659 (TimerComparer_tC987818CFADF2F3ECEB89C0BD510600DAD816015 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimerComparer_Compare_mA323B05AE75107BF3D65BCFB43976A29155A4659_MetadataUsageId); s_Il2CppMethodInitialized = true; } Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * V_0 = NULL; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * V_1 = NULL; int64_t V_2 = 0; { RuntimeObject * L_0 = ___x0; V_0 = ((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)IsInstSealed((RuntimeObject*)L_0, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var)); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_1 = V_0; if (L_1) { goto IL_000c; } } { return (-1); } IL_000c: { RuntimeObject * L_2 = ___y1; V_1 = ((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)IsInstSealed((RuntimeObject*)L_2, Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var)); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_3 = V_1; if (L_3) { goto IL_0018; } } { return 1; } IL_0018: { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_4 = V_0; NullCheck(L_4); int64_t L_5 = L_4->get_next_run_6(); Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_6 = V_1; NullCheck(L_6); int64_t L_7 = L_6->get_next_run_6(); V_2 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_5, (int64_t)L_7)); int64_t L_8 = V_2; if (L_8) { goto IL_0031; } } { RuntimeObject * L_9 = ___x0; RuntimeObject * L_10 = ___y1; if ((((RuntimeObject*)(RuntimeObject *)L_9) == ((RuntimeObject*)(RuntimeObject *)L_10))) { goto IL_002f; } } { return (-1); } IL_002f: { return 0; } IL_0031: { int64_t L_11 = V_2; if ((((int64_t)L_11) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0038; } } { return (-1); } IL_0038: { return 1; } } // System.Void System.Threading.Timer_TimerComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerComparer__ctor_m4286C1A800BFB3F6A065A9DB0122B7FC1A440F22 (TimerComparer_tC987818CFADF2F3ECEB89C0BD510600DAD816015 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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.Threading.TimerCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback__ctor_m6B85BEF2F0E429E5F8E4FA2F527B42247E95A690 (TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * __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.TimerCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback_Invoke_m64E1279AA84FA0D01697CB6D7B3D8C01959B4A50 (TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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 == 1) { // open typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___state0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && 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, ___state0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___state0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___state0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___state0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, 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)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___state0); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___state0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___state0); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___state0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___state0) - 1), targetMethod); } if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___state0, targetMethod); } } } } } // System.IAsyncResult System.Threading.TimerCallback::BeginInvoke(System.Object,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TimerCallback_BeginInvoke_m8C0291B93231EC42260B0FB426CE548E6A5900C7 (TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * __this, RuntimeObject * ___state0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___state0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Threading.TimerCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback_EndInvoke_m5783AC9B9655D0D798F57CF8B90EB381A284B3E1 (TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Threading.Volatile::Read(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Volatile_Read_m0903B72AEBAB1A05DFD4A101411ED4A952B53E8A (bool* ___location0) { return VolatileRead(___location0); } #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.WaitCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * __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.WaitCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback_Invoke_mB6A858A1792B8E0DE526C3C157624C1A59EEFA16 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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 == 1) { // open typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___state0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && 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, ___state0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___state0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___state0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___state0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, 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)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___state0); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___state0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___state0); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___state0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___state0) - 1), targetMethod); } if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___state0, targetMethod); } } } } } // System.IAsyncResult System.Threading.WaitCallback::BeginInvoke(System.Object,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WaitCallback_BeginInvoke_m6D50CA2A74AF60AE847EC36236F0E836CFF74B62 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * __this, RuntimeObject * ___state0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___state0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Threading.WaitCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback_EndInvoke_m04663D1F0CCF6C5CEE3FE7FC807953BAB0F51965 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * __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 // Conversion methods for marshalling of: System.Threading.WaitHandle IL2CPP_EXTERN_C void WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshal_pinvoke(const WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6& unmarshaled, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke& marshaled) { marshaled.___waitHandle_3 = unmarshaled.get_waitHandle_3(); if (unmarshaled.get_safeWaitHandle_4() == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("unmarshaled_safeWaitHandle"), NULL); bool ___safeHandle_reference_incremented_for_unmarshaled_get_safeWaitHandle_4 = false; SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(unmarshaled.get_safeWaitHandle_4(), (&___safeHandle_reference_incremented_for_unmarshaled_get_safeWaitHandle_4), NULL); marshaled.___safeWaitHandle_4 = reinterpret_cast((unmarshaled.get_safeWaitHandle_4())->get_handle_0()); marshaled.___hasThreadAffinity_5 = static_cast(unmarshaled.get_hasThreadAffinity_5()); if (unmarshaled.get__identity_0() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__identity_0())) { marshaled.____identity_0 = il2cpp_codegen_com_query_interface(static_cast(unmarshaled.get__identity_0())); (marshaled.____identity_0)->AddRef(); } else { marshaled.____identity_0 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get__identity_0()); } } else { marshaled.____identity_0 = NULL; } } IL2CPP_EXTERN_C void WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshal_pinvoke_back(const WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke& marshaled, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t unmarshaled_waitHandle_temp_0; memset((&unmarshaled_waitHandle_temp_0), 0, sizeof(unmarshaled_waitHandle_temp_0)); unmarshaled_waitHandle_temp_0 = marshaled.___waitHandle_3; unmarshaled.set_waitHandle_3(unmarshaled_waitHandle_temp_0); IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_missing_method_exception("A parameterless constructor is required for type 'Microsoft.Win32.SafeHandles.SafeWaitHandle'."), NULL); intptr_t unmarshaled_safeWaitHandle_handle_temp; unmarshaled_safeWaitHandle_handle_temp = (intptr_t)marshaled.___safeWaitHandle_4; (unmarshaled.get_safeWaitHandle_4())->set_handle_0(unmarshaled_safeWaitHandle_handle_temp); bool ___safeHandle_reference_incremented_for_unused1 = false; SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(unmarshaled.get_safeWaitHandle_4(), (&___safeHandle_reference_incremented_for_unused1), NULL); bool unmarshaled_hasThreadAffinity_temp_2 = false; unmarshaled_hasThreadAffinity_temp_2 = static_cast(marshaled.___hasThreadAffinity_5); unmarshaled.set_hasThreadAffinity_5(unmarshaled_hasThreadAffinity_temp_2); if (marshaled.____identity_0 != NULL) { unmarshaled.set__identity_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.____identity_0, Il2CppComObject_il2cpp_TypeInfo_var)); if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__identity_0())) { il2cpp_codegen_com_cache_queried_interface(static_cast(unmarshaled.get__identity_0()), Il2CppIUnknown::IID, marshaled.____identity_0); } } else { unmarshaled.set__identity_0(NULL); } } // Conversion method for clean up from marshalling of: System.Threading.WaitHandle IL2CPP_EXTERN_C void WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshal_pinvoke_cleanup(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke& marshaled) { if (marshaled.____identity_0 != NULL) { (marshaled.____identity_0)->Release(); marshaled.____identity_0 = NULL; } } // Conversion methods for marshalling of: System.Threading.WaitHandle IL2CPP_EXTERN_C void WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshal_com(const WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6& unmarshaled, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com& marshaled) { marshaled.___waitHandle_3 = unmarshaled.get_waitHandle_3(); if (unmarshaled.get_safeWaitHandle_4() == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("unmarshaled_safeWaitHandle"), NULL); bool ___safeHandle_reference_incremented_for_unmarshaled_get_safeWaitHandle_4 = false; SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(unmarshaled.get_safeWaitHandle_4(), (&___safeHandle_reference_incremented_for_unmarshaled_get_safeWaitHandle_4), NULL); marshaled.___safeWaitHandle_4 = reinterpret_cast((unmarshaled.get_safeWaitHandle_4())->get_handle_0()); marshaled.___hasThreadAffinity_5 = static_cast(unmarshaled.get_hasThreadAffinity_5()); if (unmarshaled.get__identity_0() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__identity_0())) { marshaled.____identity_0 = il2cpp_codegen_com_query_interface(static_cast(unmarshaled.get__identity_0())); (marshaled.____identity_0)->AddRef(); } else { marshaled.____identity_0 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get__identity_0()); } } else { marshaled.____identity_0 = NULL; } } IL2CPP_EXTERN_C void WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshal_com_back(const WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com& marshaled, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t unmarshaled_waitHandle_temp_0; memset((&unmarshaled_waitHandle_temp_0), 0, sizeof(unmarshaled_waitHandle_temp_0)); unmarshaled_waitHandle_temp_0 = marshaled.___waitHandle_3; unmarshaled.set_waitHandle_3(unmarshaled_waitHandle_temp_0); IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_missing_method_exception("A parameterless constructor is required for type 'Microsoft.Win32.SafeHandles.SafeWaitHandle'."), NULL); intptr_t unmarshaled_safeWaitHandle_handle_temp; unmarshaled_safeWaitHandle_handle_temp = (intptr_t)marshaled.___safeWaitHandle_4; (unmarshaled.get_safeWaitHandle_4())->set_handle_0(unmarshaled_safeWaitHandle_handle_temp); bool ___safeHandle_reference_incremented_for_unused2 = false; SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(unmarshaled.get_safeWaitHandle_4(), (&___safeHandle_reference_incremented_for_unused2), NULL); bool unmarshaled_hasThreadAffinity_temp_2 = false; unmarshaled_hasThreadAffinity_temp_2 = static_cast(marshaled.___hasThreadAffinity_5); unmarshaled.set_hasThreadAffinity_5(unmarshaled_hasThreadAffinity_temp_2); if (marshaled.____identity_0 != NULL) { unmarshaled.set__identity_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.____identity_0, Il2CppComObject_il2cpp_TypeInfo_var)); if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__identity_0())) { il2cpp_codegen_com_cache_queried_interface(static_cast(unmarshaled.get__identity_0()), Il2CppIUnknown::IID, marshaled.____identity_0); } } else { unmarshaled.set__identity_0(NULL); } } // Conversion method for clean up from marshalling of: System.Threading.WaitHandle IL2CPP_EXTERN_C void WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshal_com_cleanup(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com& marshaled) { if (marshaled.____identity_0 != NULL) { (marshaled.____identity_0)->Release(); marshaled.____identity_0 = NULL; } } // System.Void System.Threading.WaitHandle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle__ctor_mCB89DA137FF9E08F6C96589DD705EBEFBAADE905 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, const RuntimeMethod* method) { { MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850(__this, /*hidden argument*/NULL); WaitHandle_Init_m63320FFB796EB59BF6217787185DD0B9BCE7C6FD(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.WaitHandle::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle_Init_m63320FFB796EB59BF6217787185DD0B9BCE7C6FD (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_Init_m63320FFB796EB59BF6217787185DD0B9BCE7C6FD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_memory_barrier(); __this->set_safeWaitHandle_4((SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 *)NULL); IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); intptr_t L_0 = ((WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields*)il2cpp_codegen_static_fields_for(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var))->get_InvalidHandle_10(); __this->set_waitHandle_3((intptr_t)L_0); __this->set_hasThreadAffinity_5((bool)0); return; } } // System.Void System.Threading.WaitHandle::set_Handle(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle_set_Handle_m174F142FBE3A6EBEF358B389AE825BF2569C2389 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, intptr_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_set_Handle_m174F142FBE3A6EBEF358B389AE825BF2569C2389_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); intptr_t L_1 = ((WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields*)il2cpp_codegen_static_fields_for(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var))->get_InvalidHandle_10(); bool L_2 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002f; } } { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_3 = __this->get_safeWaitHandle_4(); il2cpp_codegen_memory_barrier(); if (!L_3) { goto IL_003e; } } { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_4 = __this->get_safeWaitHandle_4(); il2cpp_codegen_memory_barrier(); NullCheck(L_4); SafeHandle_SetHandleAsInvalid_mAFA4A01F6FB566AB67312B96E5024088BDF255F6(L_4, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_safeWaitHandle_4((SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 *)NULL); goto IL_003e; } IL_002f: { intptr_t L_5 = ___value0; SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_6 = (SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 *)il2cpp_codegen_object_new(SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2_il2cpp_TypeInfo_var); SafeWaitHandle__ctor_m7A02720A5A03917CCA8DD68406A124C4AB76191A(L_6, (intptr_t)L_5, (bool)1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_safeWaitHandle_4(L_6); } IL_003e: { intptr_t L_7 = ___value0; __this->set_waitHandle_3((intptr_t)L_7); return; } } // Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitHandle::get_SafeWaitHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * WaitHandle_get_SafeWaitHandle_m9BA6EA0D8DBD059147DE77EE1E36181EEB5A8AB1 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_get_SafeWaitHandle_m9BA6EA0D8DBD059147DE77EE1E36181EEB5A8AB1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_0 = __this->get_safeWaitHandle_4(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); intptr_t L_1 = ((WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields*)il2cpp_codegen_static_fields_for(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var))->get_InvalidHandle_10(); SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_2 = (SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 *)il2cpp_codegen_object_new(SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2_il2cpp_TypeInfo_var); SafeWaitHandle__ctor_m7A02720A5A03917CCA8DD68406A124C4AB76191A(L_2, (intptr_t)L_1, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_safeWaitHandle_4(L_2); } IL_001d: { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_3 = __this->get_safeWaitHandle_4(); il2cpp_codegen_memory_barrier(); return L_3; } } // System.Void System.Threading.WaitHandle::SetHandleInternal(Microsoft.Win32.SafeHandles.SafeWaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle_SetHandleInternal_m93850C95BB1DA2F7E474CA98316B3DA7A23799BC (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * ___handle0, const RuntimeMethod* method) { { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_0 = ___handle0; il2cpp_codegen_memory_barrier(); __this->set_safeWaitHandle_4(L_0); SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_1 = ___handle0; NullCheck(L_1); intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline(L_1, /*hidden argument*/NULL); __this->set_waitHandle_3((intptr_t)L_2); return; } } // System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitHandle_WaitOne_m0E8BFEEF95DC452E7C5A17DCA57D24F38FF7C467 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, int32_t ___millisecondsTimeout0, bool ___exitContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_WaitOne_m0E8BFEEF95DC452E7C5A17DCA57D24F38FF7C467_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___millisecondsTimeout0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1B8A0FD63D1D605E82838E8FBA940C1207478A60, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral9D9BED981884AC3D4D16BF22ED725A5686CEF15B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, WaitHandle_WaitOne_m0E8BFEEF95DC452E7C5A17DCA57D24F38FF7C467_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___millisecondsTimeout0; bool L_4 = ___exitContext1; bool L_5 = WaitHandle_WaitOne_m6283DC18BCD374B579549B156DD30AAA74E64C89(__this, (((int64_t)((int64_t)L_3))), L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Threading.WaitHandle::WaitOne(System.TimeSpan,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitHandle_WaitOne_m3EF803DD3FF46D9BA6BA6C5D9B5FA1ED4463D11E (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeout0, bool ___exitContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_WaitOne_m3EF803DD3FF46D9BA6BA6C5D9B5FA1ED4463D11E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { double L_0 = TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___timeout0), /*hidden argument*/NULL); V_0 = (((int64_t)((int64_t)L_0))); int64_t L_1 = V_0; if ((((int64_t)(((int64_t)((int64_t)(-1))))) > ((int64_t)L_1))) { goto IL_0017; } } { int64_t L_2 = V_0; if ((((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))) >= ((int64_t)L_2))) { goto IL_002c; } } IL_0017: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1B8A0FD63D1D605E82838E8FBA940C1207478A60, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, WaitHandle_WaitOne_m3EF803DD3FF46D9BA6BA6C5D9B5FA1ED4463D11E_RuntimeMethod_var); } IL_002c: { int64_t L_5 = V_0; bool L_6 = ___exitContext1; bool L_7 = WaitHandle_WaitOne_m6283DC18BCD374B579549B156DD30AAA74E64C89(__this, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean System.Threading.WaitHandle::WaitOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitHandle_WaitOne_mEB04D9BA65731571C5ED2B68396B47FA686ED8BB (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, const RuntimeMethod* method) { { bool L_0 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, __this, (-1), (bool)0); return L_0; } } // System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitHandle_WaitOne_m86F1422A0B09B944119508588110094D9223D7E3 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, int32_t ___millisecondsTimeout0, const RuntimeMethod* method) { { int32_t L_0 = ___millisecondsTimeout0; bool L_1 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, __this, L_0, (bool)0); return L_1; } } // System.Boolean System.Threading.WaitHandle::WaitOne(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitHandle_WaitOne_m7FE0D02FDFAAC96EB2E7E549244F4C4A4815EE76 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeout0, const RuntimeMethod* method) { { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___timeout0; bool L_1 = VirtFuncInvoker2< bool, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 , bool >::Invoke(9 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.TimeSpan,System.Boolean) */, __this, L_0, (bool)0); return L_1; } } // System.Boolean System.Threading.WaitHandle::WaitOne(System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitHandle_WaitOne_m6283DC18BCD374B579549B156DD30AAA74E64C89 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, int64_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_WaitOne_m6283DC18BCD374B579549B156DD30AAA74E64C89_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_0 = __this->get_safeWaitHandle_4(); il2cpp_codegen_memory_barrier(); int64_t L_1 = ___timeout0; bool L_2 = __this->get_hasThreadAffinity_5(); bool L_3 = ___exitContext1; IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); bool L_4 = WaitHandle_InternalWaitOne_m14CF12240D30C25A6C34683080C5A0D982786303(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Threading.WaitHandle::InternalWaitOne(System.Runtime.InteropServices.SafeHandle,System.Int64,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaitHandle_InternalWaitOne_m14CF12240D30C25A6C34683080C5A0D982786303 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___waitableSafeHandle0, int64_t ___millisecondsTimeout1, bool ___hasThreadAffinity2, bool ___exitContext3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_InternalWaitOne_m14CF12240D30C25A6C34683080C5A0D982786303_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * L_0 = ___waitableSafeHandle0; if (L_0) { goto IL_0014; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4A9B136550890770D29DF6A00FAA574C173789AD, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_2, (String_t*)NULL, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, WaitHandle_InternalWaitOne_m14CF12240D30C25A6C34683080C5A0D982786303_RuntimeMethod_var); } IL_0014: { SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * L_3 = ___waitableSafeHandle0; int64_t L_4 = ___millisecondsTimeout1; bool L_5 = ___hasThreadAffinity2; bool L_6 = ___exitContext3; IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); int32_t L_7 = WaitHandle_WaitOneNative_mC25327F2B99DBB404B62FD48CFCBDB3244F82434(L_3, (((int32_t)((uint32_t)L_4))), L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)128))))) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); WaitHandle_ThrowAbandonedMutexException_m4AFC4FEDCA7C3EF6E1C04D4176ABA49CC728224C(/*hidden argument*/NULL); } IL_002c: { int32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)258)))) { goto IL_0040; } } { int32_t L_10 = V_0; return (bool)((((int32_t)((((int32_t)L_10) == ((int32_t)((int32_t)2147483647LL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0040: { return (bool)0; } } // System.Int32 System.Threading.WaitHandle::WaitAny(System.Threading.WaitHandle[],System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WaitHandle_WaitAny_m1CA2DEBC40AB9BAF7ADDC0921B2AC332FA44AB1E (WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* ___waitHandles0, int32_t ___millisecondsTimeout1, bool ___exitContext2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_WaitAny_m1CA2DEBC40AB9BAF7ADDC0921B2AC332FA44AB1E_MetadataUsageId); s_Il2CppMethodInitialized = true; } WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * V_3 = NULL; int32_t V_4 = 0; { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_0 = ___waitHandles0; if (L_0) { goto IL_0013; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9956E10D0235BEF9C63D0B1D2107F77CF985D4B2, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, WaitHandle_WaitAny_m1CA2DEBC40AB9BAF7ADDC0921B2AC332FA44AB1E_RuntimeMethod_var); } IL_0013: { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_3 = ___waitHandles0; NullCheck(L_3); if ((((RuntimeArray*)L_3)->max_length)) { goto IL_0027; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCF76F3CD38A366E96CB2BED7C1D82F777242B6AA, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, WaitHandle_WaitAny_m1CA2DEBC40AB9BAF7ADDC0921B2AC332FA44AB1E_RuntimeMethod_var); } IL_0027: { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_6 = ___waitHandles0; NullCheck(L_6); if ((((int32_t)((int32_t)64)) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))))) { goto IL_003e; } } { String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral50DB91C54DC6A6F5B481F31D2A1DA1FD5AA487E7, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_8 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, WaitHandle_WaitAny_m1CA2DEBC40AB9BAF7ADDC0921B2AC332FA44AB1E_RuntimeMethod_var); } IL_003e: { int32_t L_9 = ___millisecondsTimeout1; if ((((int32_t)(-1)) <= ((int32_t)L_9))) { goto IL_0057; } } { String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1B8A0FD63D1D605E82838E8FBA940C1207478A60, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral9D9BED981884AC3D4D16BF22ED725A5686CEF15B, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, WaitHandle_WaitAny_m1CA2DEBC40AB9BAF7ADDC0921B2AC332FA44AB1E_RuntimeMethod_var); } IL_0057: { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_12 = ___waitHandles0; NullCheck(L_12); WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_13 = (WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC*)(WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC*)SZArrayNew(WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))); V_0 = L_13; V_2 = 0; goto IL_0083; } IL_0064: { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_14 = ___waitHandles0; int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_17 = (L_14)->GetAt(static_cast(L_16)); V_3 = L_17; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_18 = V_3; if (L_18) { goto IL_007b; } } { String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC8DFBF5C8D6E2ABCBCD997023A30E88DCEDF08DA, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_20 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, WaitHandle_WaitAny_m1CA2DEBC40AB9BAF7ADDC0921B2AC332FA44AB1E_RuntimeMethod_var); } IL_007b: { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_21 = V_0; int32_t L_22 = V_2; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_23 = V_3; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_23); (L_21)->SetAt(static_cast(L_22), (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 *)L_23); int32_t L_24 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0083: { int32_t L_25 = V_2; WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_26 = ___waitHandles0; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))))))) { goto IL_0064; } } { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_27 = V_0; int32_t L_28 = ___millisecondsTimeout1; bool L_29 = ___exitContext2; IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); int32_t L_30 = WaitHandle_WaitMultiple_mAE04CACC2ADB312E42B0DF0E09EAB1744B50441E(L_27, L_28, L_29, (bool)0, /*hidden argument*/NULL); V_1 = L_30; int32_t L_31 = V_1; if ((((int32_t)((int32_t)128)) > ((int32_t)L_31))) { goto IL_00ce; } } { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_32 = V_0; NullCheck(L_32); int32_t L_33 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)128), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))))))) <= ((int32_t)L_33))) { goto IL_00ce; } } { int32_t L_34 = V_1; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)128))); int32_t L_35 = V_4; if ((((int32_t)0) > ((int32_t)L_35))) { goto IL_00c9; } } { int32_t L_36 = V_4; WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_37 = V_0; NullCheck(L_37); if ((((int32_t)L_36) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length))))))) { goto IL_00c9; } } { int32_t L_38 = V_4; WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_39 = V_0; int32_t L_40 = V_4; NullCheck(L_39); int32_t L_41 = L_40; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_42 = (L_39)->GetAt(static_cast(L_41)); IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); WaitHandle_ThrowAbandonedMutexException_m69BB8B9A409789BDFA844B2A06303CCB3FD3A69C(L_38, L_42, /*hidden argument*/NULL); goto IL_00ce; } IL_00c9: { IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); WaitHandle_ThrowAbandonedMutexException_m4AFC4FEDCA7C3EF6E1C04D4176ABA49CC728224C(/*hidden argument*/NULL); } IL_00ce: { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_43 = V_0; IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_KeepAlive_mE836EDA45A7C6BFDCEA004B9089FA6B4810BDA89((RuntimeObject *)(RuntimeObject *)L_43, /*hidden argument*/NULL); int32_t L_44 = V_1; return L_44; } } // System.Int32 System.Threading.WaitHandle::WaitAny(System.Threading.WaitHandle[],System.TimeSpan,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WaitHandle_WaitAny_mB3F8C574D50E2EC2D056A731B86BC2284D1B85CB (WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* ___waitHandles0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeout1, bool ___exitContext2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_WaitAny_mB3F8C574D50E2EC2D056A731B86BC2284D1B85CB_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { double L_0 = TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___timeout1), /*hidden argument*/NULL); V_0 = (((int64_t)((int64_t)L_0))); int64_t L_1 = V_0; if ((((int64_t)(((int64_t)((int64_t)(-1))))) > ((int64_t)L_1))) { goto IL_0017; } } { int64_t L_2 = V_0; if ((((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))) >= ((int64_t)L_2))) { goto IL_002c; } } IL_0017: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1B8A0FD63D1D605E82838E8FBA940C1207478A60, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, WaitHandle_WaitAny_mB3F8C574D50E2EC2D056A731B86BC2284D1B85CB_RuntimeMethod_var); } IL_002c: { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_5 = ___waitHandles0; int64_t L_6 = V_0; bool L_7 = ___exitContext2; IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); int32_t L_8 = WaitHandle_WaitAny_m1CA2DEBC40AB9BAF7ADDC0921B2AC332FA44AB1E(L_5, (((int32_t)((int32_t)L_6))), L_7, /*hidden argument*/NULL); return L_8; } } // System.Void System.Threading.WaitHandle::ThrowAbandonedMutexException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle_ThrowAbandonedMutexException_m4AFC4FEDCA7C3EF6E1C04D4176ABA49CC728224C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_ThrowAbandonedMutexException_m4AFC4FEDCA7C3EF6E1C04D4176ABA49CC728224C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9 * L_0 = (AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9 *)il2cpp_codegen_object_new(AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9_il2cpp_TypeInfo_var); AbandonedMutexException__ctor_mD789CDEE6F2EFECA949F0205C4AA37F140476E05(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, WaitHandle_ThrowAbandonedMutexException_m4AFC4FEDCA7C3EF6E1C04D4176ABA49CC728224C_RuntimeMethod_var); } } // System.Void System.Threading.WaitHandle::ThrowAbandonedMutexException(System.Int32,System.Threading.WaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle_ThrowAbandonedMutexException_m69BB8B9A409789BDFA844B2A06303CCB3FD3A69C (int32_t ___location0, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___handle1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_ThrowAbandonedMutexException_m69BB8B9A409789BDFA844B2A06303CCB3FD3A69C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___location0; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_1 = ___handle1; AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9 * L_2 = (AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9 *)il2cpp_codegen_object_new(AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9_il2cpp_TypeInfo_var); AbandonedMutexException__ctor_m5D2377FCE41D4EA1068C207B0105C7322D521666(L_2, L_0, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, WaitHandle_ThrowAbandonedMutexException_m69BB8B9A409789BDFA844B2A06303CCB3FD3A69C_RuntimeMethod_var); } } // System.Void System.Threading.WaitHandle::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle_Close_m40287CC581A72F1CB4882656D4F91ADDCF5C5434 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_Close_m40287CC581A72F1CB4882656D4F91ADDCF5C5434_MetadataUsageId); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(14 /* System.Void System.Threading.WaitHandle::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.WaitHandle::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle_Dispose_m367477E3B92A15CA02FEBAADFBAA15093D727671 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, bool ___explicitDisposing0, const RuntimeMethod* method) { { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_0 = __this->get_safeWaitHandle_4(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_0017; } } { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_1 = __this->get_safeWaitHandle_4(); il2cpp_codegen_memory_barrier(); NullCheck(L_1); SafeHandle_Close_m284B185A04D5FB0A23F55B333737B7DF2CBE1F80(L_1, /*hidden argument*/NULL); } IL_0017: { return; } } // System.Void System.Threading.WaitHandle::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle_Dispose_m47D6F15A6D36EFBF147D238B794AE6436FD5159C (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_Dispose_m47D6F15A6D36EFBF147D238B794AE6436FD5159C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(14 /* System.Void System.Threading.WaitHandle::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Threading.WaitHandle::WaitMultiple(System.Threading.WaitHandle[],System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WaitHandle_WaitMultiple_mAE04CACC2ADB312E42B0DF0E09EAB1744B50441E (WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* ___waitHandles0, int32_t ___millisecondsTimeout1, bool ___exitContext2, bool ___WaitAll3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_WaitMultiple_mAE04CACC2ADB312E42B0DF0E09EAB1744B50441E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; intptr_t* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_0 = ___waitHandles0; NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) <= ((int32_t)((int32_t)64)))) { goto IL_000d; } } { return ((int32_t)2147483647LL); } IL_000d: { V_0 = (-1); } IL_000f: try { // begin try (depth: 1) { V_1 = 0; goto IL_002e; } IL_0013: { } IL_0014: try { // begin try (depth: 2) IL2CPP_LEAVE(0x2A, FINALLY_0016); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0016; } FINALLY_0016: { // begin finally (depth: 2) V_2 = (bool)0; WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_1 = ___waitHandles0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_4); SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_5 = WaitHandle_get_SafeWaitHandle_m9BA6EA0D8DBD059147DE77EE1E36181EEB5A8AB1(L_4, /*hidden argument*/NULL); NullCheck(L_5); SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_5, (bool*)(&V_2), /*hidden argument*/NULL); int32_t L_6 = V_1; V_0 = L_6; IL2CPP_END_FINALLY(22) } // end finally (depth: 2) IL2CPP_CLEANUP(22) { IL2CPP_JUMP_TBL(0x2A, IL_002a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002a: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_1; WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_9 = ___waitHandles0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))))) { goto IL_0013; } } IL_0034: { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_10 = ___waitHandles0; NullCheck(L_10); uint32_t L_11 = sizeof(intptr_t); if ((uintptr_t)(((uintptr_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) * (uintptr_t)L_11 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), WaitHandle_WaitMultiple_mAE04CACC2ADB312E42B0DF0E09EAB1744B50441E_RuntimeMethod_var); int8_t* L_12 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))), (int32_t)L_11))); memset(L_12, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))), (int32_t)L_11))); V_3 = (intptr_t*)(L_12); V_4 = 0; goto IL_0068; } IL_0047: { intptr_t* L_13 = V_3; int32_t L_14 = V_4; uint32_t L_15 = sizeof(intptr_t); WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_16 = ___waitHandles0; int32_t L_17 = V_4; NullCheck(L_16); int32_t L_18 = L_17; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_19); SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_20 = WaitHandle_get_SafeWaitHandle_m9BA6EA0D8DBD059147DE77EE1E36181EEB5A8AB1(L_19, /*hidden argument*/NULL); NullCheck(L_20); intptr_t L_21 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline(L_20, /*hidden argument*/NULL); *((intptr_t*)((intptr_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_14)), (int32_t)L_15))))) = (intptr_t)L_21; int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0068: { int32_t L_23 = V_4; WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_24 = ___waitHandles0; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))))))) { goto IL_0047; } } IL_006f: { intptr_t* L_25 = V_3; WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_26 = ___waitHandles0; NullCheck(L_26); bool L_27 = ___WaitAll3; int32_t L_28 = ___millisecondsTimeout1; IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); int32_t L_29 = WaitHandle_Wait_internal_m8941E096BE6A528D936BCE4B4D931753FCB0F483((intptr_t*)(intptr_t*)L_25, (((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))), L_27, L_28, /*hidden argument*/NULL); V_5 = L_29; IL2CPP_LEAVE(0x9D, FINALLY_007e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007e; } FINALLY_007e: { // begin finally (depth: 1) { int32_t L_30 = V_0; V_6 = L_30; goto IL_0097; } IL_0083: { WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_31 = ___waitHandles0; int32_t L_32 = V_6; NullCheck(L_31); int32_t L_33 = L_32; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_34 = (L_31)->GetAt(static_cast(L_33)); NullCheck(L_34); SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_35 = WaitHandle_get_SafeWaitHandle_m9BA6EA0D8DBD059147DE77EE1E36181EEB5A8AB1(L_34, /*hidden argument*/NULL); NullCheck(L_35); SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_35, /*hidden argument*/NULL); int32_t L_36 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); } IL_0097: { int32_t L_37 = V_6; if ((((int32_t)L_37) >= ((int32_t)0))) { goto IL_0083; } } IL_009c: { IL2CPP_END_FINALLY(126) } } // end finally (depth: 1) IL2CPP_CLEANUP(126) { IL2CPP_JUMP_TBL(0x9D, IL_009d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009d: { int32_t L_38 = V_5; return L_38; } } // System.Int32 System.Threading.WaitHandle::WaitOneNative(System.Runtime.InteropServices.SafeHandle,System.UInt32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WaitHandle_WaitOneNative_mC25327F2B99DBB404B62FD48CFCBDB3244F82434 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___waitableSafeHandle0, uint32_t ___millisecondsTimeout1, bool ___hasThreadAffinity2, bool ___exitContext3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle_WaitOneNative_mC25327F2B99DBB404B62FD48CFCBDB3244F82434_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * L_0 = ___waitableSafeHandle0; NullCheck(L_0); SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * L_1 = ___waitableSafeHandle0; NullCheck(L_1); intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline(L_1, /*hidden argument*/NULL); V_1 = (intptr_t)L_2; uint32_t L_3 = ___millisecondsTimeout1; IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); int32_t L_4 = WaitHandle_Wait_internal_m8941E096BE6A528D936BCE4B4D931753FCB0F483((intptr_t*)(intptr_t*)(((uintptr_t)(&V_1))), 1, (bool)0, L_3, /*hidden argument*/NULL); V_2 = L_4; IL2CPP_LEAVE(0x29, FINALLY_001f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: { // begin finally (depth: 1) { bool L_5 = V_0; if (!L_5) { goto IL_0028; } } IL_0022: { SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * L_6 = ___waitableSafeHandle0; NullCheck(L_6); SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_6, /*hidden argument*/NULL); } IL_0028: { IL2CPP_END_FINALLY(31) } } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_JUMP_TBL(0x29, IL_0029) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0029: { int32_t L_7 = V_2; return L_7; } } // System.Int32 System.Threading.WaitHandle::Wait_internal(System.IntPtr*,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WaitHandle_Wait_internal_m8941E096BE6A528D936BCE4B4D931753FCB0F483 (intptr_t* ___handles0, int32_t ___numHandles1, bool ___waitAll2, int32_t ___ms3, const RuntimeMethod* method) { typedef int32_t (*WaitHandle_Wait_internal_m8941E096BE6A528D936BCE4B4D931753FCB0F483_ftn) (intptr_t*, int32_t, bool, int32_t); using namespace il2cpp::icalls; return ((WaitHandle_Wait_internal_m8941E096BE6A528D936BCE4B4D931753FCB0F483_ftn)mscorlib::System::Threading::WaitHandle::Wait_internal) (___handles0, ___numHandles1, ___waitAll2, ___ms3); } // System.Void System.Threading.WaitHandle::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle__cctor_m007CFC1D3AC126BF18F2000C962A2C73EB73D671 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandle__cctor_m007CFC1D3AC126BF18F2000C962A2C73EB73D671_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = IntPtr_op_Explicit_m62A5ED7757661C8DB6AEF4816829ED92A1929F91((-1), /*hidden argument*/NULL); ((WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields*)il2cpp_codegen_static_fields_for(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var))->set_InvalidHandle_10((intptr_t)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.WaitHandleCannotBeOpenedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandleCannotBeOpenedException__ctor_m7A3521D80FAFFDEE0AA1DAE1C9CE3D643AEA0C6D (WaitHandleCannotBeOpenedException_t869CD999EE7B918C5546E2007AF7C4557281B65B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitHandleCannotBeOpenedException__ctor_m7A3521D80FAFFDEE0AA1DAE1C9CE3D643AEA0C6D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC66F297D9CFBA91552616C44CE043096BDC566A6, /*hidden argument*/NULL); ApplicationException__ctor_mDC26CE8ECD0DDA5C8FA50C8E8B2614F3B50FC308(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233044), /*hidden argument*/NULL); return; } } // System.Void System.Threading.WaitHandleCannotBeOpenedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandleCannotBeOpenedException__ctor_m00FD39B43CE8A42DEFC752F71A7BEA5EAED5C59B (WaitHandleCannotBeOpenedException_t869CD999EE7B918C5546E2007AF7C4557281B65B * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; ApplicationException__ctor_mDC26CE8ECD0DDA5C8FA50C8E8B2614F3B50FC308(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233044), /*hidden argument*/NULL); return; } } // System.Void System.Threading.WaitHandleCannotBeOpenedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandleCannotBeOpenedException__ctor_mF8FACE8B63C48B415DCACE80632C6308AF6D8F38 (WaitHandleCannotBeOpenedException_t869CD999EE7B918C5546E2007AF7C4557281B65B * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; ApplicationException__ctor_mFF30CCDE8B078E0ED2E206EEB39611840367607A(__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.WaitOrTimerCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitOrTimerCallback__ctor_m3F8B82720682E41B16CC030AF8CDD748F882F67F (WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * __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.WaitOrTimerCallback::Invoke(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitOrTimerCallback_Invoke_m339DD37A56CCF4A02065A78DEE3A981017B80670 (WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * __this, RuntimeObject * ___state0, bool ___timedOut1, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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 == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, ___timedOut1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___state0, ___timedOut1, targetMethod); } } else if (___parameterCount != 2) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, ___state0, ___timedOut1); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, ___state0, ___timedOut1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___state0, ___timedOut1); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___state0, ___timedOut1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___timedOut1) - 1), targetMethod); } typedef void (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, ___timedOut1, 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)) GenericInterfaceActionInvoker2< RuntimeObject *, bool >::Invoke(targetMethod, targetThis, ___state0, ___timedOut1); else GenericVirtActionInvoker2< RuntimeObject *, bool >::Invoke(targetMethod, targetThis, ___state0, ___timedOut1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___state0, ___timedOut1); else VirtActionInvoker2< RuntimeObject *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___state0, ___timedOut1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___state0) - 1), ___timedOut1, targetMethod); } if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, ___timedOut1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___state0, ___timedOut1, targetMethod); } } } } } // System.IAsyncResult System.Threading.WaitOrTimerCallback::BeginInvoke(System.Object,System.Boolean,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WaitOrTimerCallback_BeginInvoke_m86C8EC9E231C1076272729D07B6331A3253150CF (WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * __this, RuntimeObject * ___state0, bool ___timedOut1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WaitOrTimerCallback_BeginInvoke_m86C8EC9E231C1076272729D07B6331A3253150CF_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___state0; __d_args[1] = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &___timedOut1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Threading.WaitOrTimerCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitOrTimerCallback_EndInvoke_m71FFCA3224CF4023B31E50E9B0EAAB639369E801 (WaitOrTimerCallback_tC7370E7654DC005FC74E8E82993FD40C2C6AF8CF * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Threading._ThreadPoolWaitCallback::PerformWaitCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool _ThreadPoolWaitCallback_PerformWaitCallback_mD77C78004E606A2556E66C0D674100581F264C58 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (_ThreadPoolWaitCallback_PerformWaitCallback_mD77C78004E606A2556E66C0D674100581F264C58_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ThreadPoolWorkQueue_t7CD2CD2E30665483DB7D73043AE06270E0220011_il2cpp_TypeInfo_var); bool L_0 = ThreadPoolWorkQueue_Dispatch_mCDF7415E4C9D02B34761CAE8EA15CD33DDF85ADF(/*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ThrowHelper::ThrowArgumentNullException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentNullException_m4A3AE1D7B45B9E589828B500895B18D7E6A2740E (int32_t ___argument0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThrowHelper_ThrowArgumentNullException_m4A3AE1D7B45B9E589828B500895B18D7E6A2740E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___argument0; Exception_t * L_1 = ThrowHelper_CreateArgumentNullException_m73D3C5638F0A69939498020AA3AE650DAA0178FD(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ThrowHelper_ThrowArgumentNullException_m4A3AE1D7B45B9E589828B500895B18D7E6A2740E_RuntimeMethod_var); } } // System.Exception System.ThrowHelper::CreateArgumentNullException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentNullException_m73D3C5638F0A69939498020AA3AE650DAA0178FD (int32_t ___argument0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThrowHelper_CreateArgumentNullException_m73D3C5638F0A69939498020AA3AE650DAA0178FD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Box(ExceptionArgument_tE4C1E083DC891ECF9688A8A0C62D7F7841057B14_il2cpp_TypeInfo_var, (&___argument0)); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); ___argument0 = *(int32_t*)UnBox(L_0); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method) { { ThrowHelper_ThrowArgumentOutOfRangeException_m2C56CC1BC1245743344B9236D279FC9315896F51(((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_m81EB12FF3AB8403FBF5D9DC58BF6A4950EE76F5F (RuntimeObject * ___value0, Type_t * ___targetType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThrowHelper_ThrowWrongValueTypeArgumentException_m81EB12FF3AB8403FBF5D9DC58BF6A4950EE76F5F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0; RuntimeObject * L_2 = ___value0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1; Type_t * L_4 = ___targetType1; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_4); String_t* L_5 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralC2FE37F547603E5070979129624113F1C6F9D844, L_3, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ThrowHelper_ThrowWrongValueTypeArgumentException_m81EB12FF3AB8403FBF5D9DC58BF6A4950EE76F5F_RuntimeMethod_var); } } // System.Void System.ThrowHelper::ThrowArgumentException(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84 (int32_t ___resource0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___resource0; String_t* L_1 = ThrowHelper_GetResourceName_m13FDAE58B6F545972524C1B952F26628A50ED48E(L_0, /*hidden argument*/NULL); String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_1, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ThrowHelper_ThrowArgumentException_mC79DA77CCE9B239510DDD4C46043FC216B2A5B84_RuntimeMethod_var); } } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument,System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m2C56CC1BC1245743344B9236D279FC9315896F51 (int32_t ___argument0, int32_t ___resource1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThrowHelper_ThrowArgumentOutOfRangeException_m2C56CC1BC1245743344B9236D279FC9315896F51_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ((CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var))->get_IsAppEarlierThanWindowsPhone8_1(); if (!L_0) { goto IL_0018; } } { int32_t L_1 = ___argument0; String_t* L_2 = ThrowHelper_GetArgumentName_m557024344066246E63A04D0B1A2DB0F6C6781D2C(L_1, /*hidden argument*/NULL); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, L_2, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ThrowHelper_ThrowArgumentOutOfRangeException_m2C56CC1BC1245743344B9236D279FC9315896F51_RuntimeMethod_var); } IL_0018: { int32_t L_5 = ___argument0; String_t* L_6 = ThrowHelper_GetArgumentName_m557024344066246E63A04D0B1A2DB0F6C6781D2C(L_5, /*hidden argument*/NULL); int32_t L_7 = ___resource1; String_t* L_8 = ThrowHelper_GetResourceName_m13FDAE58B6F545972524C1B952F26628A50ED48E(L_7, /*hidden argument*/NULL); String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_8, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, L_6, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ThrowHelper_ThrowArgumentOutOfRangeException_m2C56CC1BC1245743344B9236D279FC9315896F51_RuntimeMethod_var); } } // System.Void System.ThrowHelper::ThrowInvalidOperationException(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowInvalidOperationException_m5FC21125115DA5A3A78175937F96B30333FF2454 (int32_t ___resource0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThrowHelper_ThrowInvalidOperationException_m5FC21125115DA5A3A78175937F96B30333FF2454_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___resource0; String_t* L_1 = ThrowHelper_GetResourceName_m13FDAE58B6F545972524C1B952F26628A50ED48E(L_0, /*hidden argument*/NULL); String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_1, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ThrowHelper_ThrowInvalidOperationException_m5FC21125115DA5A3A78175937F96B30333FF2454_RuntimeMethod_var); } } // System.Void System.ThrowHelper::ThrowNotSupportedException(System.ExceptionResource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowNotSupportedException_mDE950AAFA2110B5EB15127AAD48E54ADF9C180FC (int32_t ___resource0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThrowHelper_ThrowNotSupportedException_mDE950AAFA2110B5EB15127AAD48E54ADF9C180FC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___resource0; String_t* L_1 = ThrowHelper_GetResourceName_m13FDAE58B6F545972524C1B952F26628A50ED48E(L_0, /*hidden argument*/NULL); String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_1, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_3 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ThrowHelper_ThrowNotSupportedException_mDE950AAFA2110B5EB15127AAD48E54ADF9C180FC_RuntimeMethod_var); } } // System.String System.ThrowHelper::GetArgumentName(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ThrowHelper_GetArgumentName_m557024344066246E63A04D0B1A2DB0F6C6781D2C (int32_t ___argument0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThrowHelper_GetArgumentName_m557024344066246E63A04D0B1A2DB0F6C6781D2C_MetadataUsageId); 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 = _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25; goto IL_014b; } IL_0078: { V_0 = _stringLiteralFA5342C4F12AD1A860B71DA5AD002761768999C3; goto IL_014b; } IL_0083: { V_0 = _stringLiteral7CB1F56D3FBE09E809244FC8E13671CD876E3860; goto IL_014b; } IL_008e: { V_0 = _stringLiteral2037DE437C80264CCBCE8A8B61D0BF9F593D2322; goto IL_014b; } IL_0099: { V_0 = _stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7; goto IL_014b; } IL_00a4: { V_0 = _stringLiteral2C3199988097E4BB3103E8C34B8DFE8796545D8F; goto IL_014b; } IL_00af: { V_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; goto IL_014b; } IL_00ba: { V_0 = _stringLiteralF18BFB74E613AFB11F36BDD80CF05CD5DFAD98D6; goto IL_014b; } IL_00c5: { V_0 = _stringLiteralE87A29FAFA6BDE5DB2F2ED78580BDB62061933A0; goto IL_014b; } IL_00cd: { V_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; goto IL_014b; } IL_00d5: { V_0 = _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889; goto IL_014b; } IL_00dd: { V_0 = _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE; goto IL_014b; } IL_00e5: { V_0 = _stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA; goto IL_014b; } IL_00ed: { V_0 = _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B; goto IL_014b; } IL_00f5: { V_0 = _stringLiteral1038345ECC525CA37383914C8D7839E94CCF5448; goto IL_014b; } IL_00fd: { V_0 = _stringLiteralB26DC72D261A92C1CFD1E643717E450A84CF2122; goto IL_014b; } IL_0105: { V_0 = _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56; goto IL_014b; } IL_010d: { V_0 = _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5; goto IL_014b; } IL_0115: { V_0 = _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C; goto IL_014b; } IL_011d: { V_0 = _stringLiteralE78FE7049341B36116D8054F5A3E00D01F245FCC; goto IL_014b; } IL_0125: { V_0 = _stringLiteral3A7D9767B1233601EBF8B67495C6DC2CE8B8C2AF; goto IL_014b; } IL_012d: { V_0 = _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F; goto IL_014b; } IL_0135: { V_0 = _stringLiteral8F3A07543988E4673DCAE5E59C35323C5791F370; goto IL_014b; } IL_013d: { V_0 = _stringLiteralFC6AE05A55888138AD5ED7FDF85E0CFAF96F0CB1; 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_m13FDAE58B6F545972524C1B952F26628A50ED48E (int32_t ___resource0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThrowHelper_GetResourceName_m13FDAE58B6F545972524C1B952F26628A50ED48E_MetadataUsageId); 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 = _stringLiteral463C9ACFFA099CA60B83F74DD23B2E4DE31E298B; goto IL_0295; } IL_00d0: { V_0 = _stringLiteralE15B6A0A1108C9AC320286F96690841664ACD678; goto IL_0295; } IL_00db: { V_0 = _stringLiteralEBA8B69763EB43A139DEA3B8C4A58E9CEDCA4968; goto IL_0295; } IL_00e6: { V_0 = _stringLiteral4DDC7DDA06EC167A4193D5F00C1F56AF6DF241EC; goto IL_0295; } IL_00f1: { V_0 = _stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA; goto IL_0295; } IL_00fc: { V_0 = _stringLiteral5EE6EC49CF3A25DADF191E62C4851F860A7900C3; goto IL_0295; } IL_0107: { V_0 = _stringLiteral1C58A3FE6DCE8C4663334496A6CC60DFDF3BB4EE; goto IL_0295; } IL_0112: { V_0 = _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D; goto IL_0295; } IL_011d: { V_0 = _stringLiteralFB89F8D393DA096100BFDC1D5649D094EFF15377; goto IL_0295; } IL_0128: { V_0 = _stringLiteralBC80A496F1C479B70F6EE2BF2F0C3C05463301B8; goto IL_0295; } IL_0133: { V_0 = _stringLiteral2D77BE6D598A0A9376398980E66D10E319F1B52A; goto IL_0295; } IL_013e: { V_0 = _stringLiteralC363992023785AF013BBCF2E20C19D9835184F82; goto IL_0295; } IL_0149: { V_0 = _stringLiteralC44D4E6C6AF3517A1CC72EDF7D1A5FFD7E3368F1; goto IL_0295; } IL_0154: { V_0 = _stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A; goto IL_0295; } IL_015f: { V_0 = _stringLiteral8F8AE9544C800C5645217FBE5AA94B8E526C7E98; goto IL_0295; } IL_016a: { V_0 = _stringLiteralF410B3794614F4946761EA1E8C628608639839C6; goto IL_0295; } IL_0175: { V_0 = _stringLiteral1F81AFFE48C2C2B337815693830EBEE586D9A96C; goto IL_0295; } IL_0180: { V_0 = _stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC; goto IL_0295; } IL_018b: { V_0 = _stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049; goto IL_0295; } IL_0196: { V_0 = _stringLiteral2AE9006AA79BCA491D17932D2580DBE509CC1BD7; goto IL_0295; } IL_01a1: { V_0 = _stringLiteral700336D6AF60425DC8D362092DE4C0FFB8576432; goto IL_0295; } IL_01ac: { V_0 = _stringLiteral672E8F4CE93C075F32B4FD6C0D0EDAC1BDDB9469; goto IL_0295; } IL_01b7: { V_0 = _stringLiteralBCA799238FFD9062EADADF1671BF7042DB42CF92; goto IL_0295; } IL_01c2: { V_0 = _stringLiteral7C9E4CE229BAFB966C53CA8676C5BAD2046C9B62; goto IL_0295; } IL_01cd: { V_0 = _stringLiteral26B5A99C75CDB00D6145F11A983C91ACADFFFFF1; goto IL_0295; } IL_01d8: { V_0 = _stringLiteral885F50DCFD6542D03A37B7DE40CFBAEB00164500; goto IL_0295; } IL_01e3: { V_0 = _stringLiteralA70F1BF46F12CF5517DAB14A442D77DB24FDDC26; goto IL_0295; } IL_01ee: { V_0 = _stringLiteral0446EADE62BBE35D165AAAD965949803B6521089; goto IL_0295; } IL_01f9: { V_0 = _stringLiteralD6D1BC79DD62E9F1FB9A49A8F76F4BA8AB71AECD; goto IL_0295; } IL_0204: { V_0 = _stringLiteral1C2EBE0E70C4B03074D33C64120CD29EA385AA71; goto IL_0295; } IL_020f: { V_0 = _stringLiteralA7CA3604B3B7A0733239DF9F41348D06245AC357; goto IL_0295; } IL_0217: { V_0 = _stringLiteralF7F24D49529641003F57A1A7C43CFCCA3D29BD73; goto IL_0295; } IL_021f: { V_0 = _stringLiteral3F1100B2ABF8FFBAD088B793AAF302D5435DBE3F; goto IL_0295; } IL_0227: { V_0 = _stringLiteral53F7F9602724F5C9D2B64C05462A6DA2F44E2BD0; goto IL_0295; } IL_022f: { V_0 = _stringLiteralD7938D08865974650DE95B633047523C268290B9; goto IL_0295; } IL_0237: { V_0 = _stringLiteralC34859D7F446AA18DD9260227F587FBA6EB4DB1D; goto IL_0295; } IL_023f: { V_0 = _stringLiteral171112507722F18531ACD11A635F712DADCEBE6E; goto IL_0295; } IL_0247: { V_0 = _stringLiteralCDD3E50B9E706702A4996E0BC1E08259AF9C1950; goto IL_0295; } IL_024f: { V_0 = _stringLiteral7E2E7C38B817DB77D6B12E99B9738E18BDDF9B28; goto IL_0295; } IL_0257: { V_0 = _stringLiteral1821AE443912F325AB2E97DF532D1DACF7161739; goto IL_0295; } IL_025f: { V_0 = _stringLiteralFF69C2D636503743B153CA52D647A5C19B17092C; goto IL_0295; } IL_0267: { V_0 = _stringLiteralA2D9E3AC892A8FEA3180CFBA1F1C9D0F8716EA95; goto IL_0295; } IL_026f: { V_0 = _stringLiteral1B08DBA6C41309ED4513414011188E6B4CA2403F; goto IL_0295; } IL_0277: { V_0 = _stringLiteral32368864574CE30745E6A3A112FCB36F083BFB0C; goto IL_0295; } IL_027f: { V_0 = _stringLiteralD416C225B5075E134E29DFBF7B48B6B0F77F834D; goto IL_0295; } IL_0287: { V_0 = _stringLiteral93DEC40AB1B5EF19C715C0EAE5164CC3C700BCAF; 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 System.TimeSpan::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __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_mEB013EB288370617E8D465D75BE383C4058DB5A5_AdjustorThunk (RuntimeObject * __this, int64_t ___ticks0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline(_thisAdjusted, ___ticks0, method); } // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_m44268277AFF84DEF6CA3442907CE8116A982FB87 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int32_t ___hours0, int32_t ___minutes1, int32_t ___seconds2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan__ctor_m44268277AFF84DEF6CA3442907CE8116A982FB87_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___hours0; int32_t L_1 = ___minutes1; int32_t L_2 = ___seconds2; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); int64_t L_3 = TimeSpan_TimeToTicks_m30D961C24084E95EA9FE0565B87FCFFE24DD3632(L_0, L_1, L_2, /*hidden argument*/NULL); __this->set__ticks_3(L_3); return; } } IL2CPP_EXTERN_C void TimeSpan__ctor_m44268277AFF84DEF6CA3442907CE8116A982FB87_AdjustorThunk (RuntimeObject * __this, int32_t ___hours0, int32_t ___minutes1, int32_t ___seconds2, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); TimeSpan__ctor_m44268277AFF84DEF6CA3442907CE8116A982FB87(_thisAdjusted, ___hours0, ___minutes1, ___seconds2, method); } // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_m040C8658862663DED3794C87A661EBAB82E4D621 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int32_t ___days0, int32_t ___hours1, int32_t ___minutes2, int32_t ___seconds3, const RuntimeMethod* method) { { int32_t L_0 = ___days0; int32_t L_1 = ___hours1; int32_t L_2 = ___minutes2; int32_t L_3 = ___seconds3; TimeSpan__ctor_m310F37AF5F9F91433A98062BF6E4A248AA6C3DE5((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)__this, L_0, L_1, L_2, L_3, 0, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void TimeSpan__ctor_m040C8658862663DED3794C87A661EBAB82E4D621_AdjustorThunk (RuntimeObject * __this, int32_t ___days0, int32_t ___hours1, int32_t ___minutes2, int32_t ___seconds3, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); TimeSpan__ctor_m040C8658862663DED3794C87A661EBAB82E4D621(_thisAdjusted, ___days0, ___hours1, ___minutes2, ___seconds3, 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_m310F37AF5F9F91433A98062BF6E4A248AA6C3DE5 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int32_t ___days0, int32_t ___hours1, int32_t ___minutes2, int32_t ___seconds3, int32_t ___milliseconds4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan__ctor_m310F37AF5F9F91433A98062BF6E4A248AA6C3DE5_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3E817DFC269EB4946CD544A6A97B106296C3940B, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, (String_t*)NULL, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, TimeSpan__ctor_m310F37AF5F9F91433A98062BF6E4A248AA6C3DE5_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_m310F37AF5F9F91433A98062BF6E4A248AA6C3DE5_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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); TimeSpan__ctor_m310F37AF5F9F91433A98062BF6E4A248AA6C3DE5(_thisAdjusted, ___days0, ___hours1, ___minutes2, ___seconds3, ___milliseconds4, method); } // System.Int64 System.TimeSpan::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); return L_0; } } IL2CPP_EXTERN_C int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline(_thisAdjusted, method); } // System.Int32 System.TimeSpan::get_Hours() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Hours_mE248B39F7E3E07DAD257713114E86A1A2C191A45 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __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_mE248B39F7E3E07DAD257713114E86A1A2C191A45_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_get_Hours_mE248B39F7E3E07DAD257713114E86A1A2C191A45(_thisAdjusted, method); } // System.Int32 System.TimeSpan::get_Minutes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Minutes_mCABF9EE7E7F78368DA0F825F5922C06238DD0F22 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __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_mCABF9EE7E7F78368DA0F825F5922C06238DD0F22_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_get_Minutes_mCABF9EE7E7F78368DA0F825F5922C06238DD0F22(_thisAdjusted, method); } // System.Double System.TimeSpan::get_TotalHours() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalHours_mE5E189FF852CBC3046D1B584D2DC6B541D0BD327 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __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_mE5E189FF852CBC3046D1B584D2DC6B541D0BD327_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_get_TotalHours_mE5E189FF852CBC3046D1B584D2DC6B541D0BD327(_thisAdjusted, method); } // System.Double System.TimeSpan::get_TotalMilliseconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __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_m48B00B27D485CC556C10A5119BC11E1A1E0FE363_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363(_thisAdjusted, method); } // System.Double System.TimeSpan::get_TotalMinutes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMinutes_m41B6248DF2E4E6CAFC4A1B3C7ECCD9A10CC16C22 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __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_m41B6248DF2E4E6CAFC4A1B3C7ECCD9A10CC16C22_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_get_TotalMinutes_m41B6248DF2E4E6CAFC4A1B3C7ECCD9A10CC16C22(_thisAdjusted, method); } // System.Double System.TimeSpan::get_TotalSeconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalSeconds_m0F8F314166E6D1F9D36F32EB1272451EDE56B4EA (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); return ((double)il2cpp_codegen_multiply((double)(((double)((double)L_0))), (double)(1.0E-07))); } } IL2CPP_EXTERN_C double TimeSpan_get_TotalSeconds_m0F8F314166E6D1F9D36F32EB1272451EDE56B4EA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_get_TotalSeconds_m0F8F314166E6D1F9D36F32EB1272451EDE56B4EA(_thisAdjusted, method); } // System.TimeSpan System.TimeSpan::Add(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Add_mC4C54D4AF8C34EF36288176B85FF2F488A7C5507 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___ts0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_Add_mC4C54D4AF8C34EF36288176B85FF2F488A7C5507_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { int64_t L_0 = __this->get__ticks_3(); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3E817DFC269EB4946CD544A6A97B106296C3940B, /*hidden argument*/NULL); OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_9 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var); OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, TimeSpan_Add_mC4C54D4AF8C34EF36288176B85FF2F488A7C5507_RuntimeMethod_var); } IL_0041: { int64_t L_10 = V_0; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_11; memset((&L_11), 0, sizeof(L_11)); TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_11), L_10, /*hidden argument*/NULL); return L_11; } } IL2CPP_EXTERN_C TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Add_mC4C54D4AF8C34EF36288176B85FF2F488A7C5507_AdjustorThunk (RuntimeObject * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___ts0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_Add_mC4C54D4AF8C34EF36288176B85FF2F488A7C5507(_thisAdjusted, ___ts0, method); } // System.Int32 System.TimeSpan::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_mF5675C9DD2AA6D97C68CFAAE340B54EC4485564B (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_CompareTo_mF5675C9DD2AA6D97C68CFAAE340B54EC4485564B_MetadataUsageId); 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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))) { goto IL_001d; } } { String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralBAF34A2547265FEEA14708F8A1A89708432452A6, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, TimeSpan_CompareTo_mF5675C9DD2AA6D97C68CFAAE340B54EC4485564B_RuntimeMethod_var); } IL_001d: { RuntimeObject * L_4 = ___value0; int64_t L_5 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)UnBox(L_4, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_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_mF5675C9DD2AA6D97C68CFAAE340B54EC4485564B_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_CompareTo_mF5675C9DD2AA6D97C68CFAAE340B54EC4485564B(_thisAdjusted, ___value0, method); } // System.Int32 System.TimeSpan::CompareTo(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_mCC797C9F7FF3BC0D7C8401666BDE7DCE676449E3 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method) { int64_t V_0 = 0; { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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_mCC797C9F7FF3BC0D7C8401666BDE7DCE676449E3_AdjustorThunk (RuntimeObject * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_CompareTo_mCC797C9F7FF3BC0D7C8401666BDE7DCE676449E3(_thisAdjusted, ___value0, method); } // System.TimeSpan System.TimeSpan::FromDays(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromDays_m99DCC655C53C2898FF0C41D1DDFE17A749081DDB (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_FromDays_m99DCC655C53C2898FF0C41D1DDFE17A749081DDB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = TimeSpan_Interval_mC54779784D1D81AF3B63161397F31CF7ECDD7732(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_m7CD315197413EB59DDBCF923AD564E0021E91A70 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_Equals_m7CD315197413EB59DDBCF923AD564E0021E91A70_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))) { goto IL_001c; } } { int64_t L_1 = __this->get__ticks_3(); RuntimeObject * L_2 = ___value0; int64_t L_3 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)UnBox(L_2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_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_m7CD315197413EB59DDBCF923AD564E0021E91A70_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_Equals_m7CD315197413EB59DDBCF923AD564E0021E91A70(_thisAdjusted, ___value0, method); } // System.Boolean System.TimeSpan::Equals(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_Equals_m03A10C4E2E28E5E56B4342AC0B9C68EC677C67F4 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___obj0, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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_m03A10C4E2E28E5E56B4342AC0B9C68EC677C67F4_AdjustorThunk (RuntimeObject * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_Equals_m03A10C4E2E28E5E56B4342AC0B9C68EC677C67F4(_thisAdjusted, ___obj0, method); } // System.Int32 System.TimeSpan::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_GetHashCode_m4FD4BD6B179EDD97650F594B0E671EC8FB1E535F (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __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_m4FD4BD6B179EDD97650F594B0E671EC8FB1E535F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_GetHashCode_m4FD4BD6B179EDD97650F594B0E671EC8FB1E535F(_thisAdjusted, method); } // System.TimeSpan System.TimeSpan::FromHours(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromHours_m90C3C400E2561055C063148CF7B6D71EE5E52D5F (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_FromHours_m90C3C400E2561055C063148CF7B6D71EE5E52D5F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = TimeSpan_Interval_mC54779784D1D81AF3B63161397F31CF7ECDD7732(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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Interval_mC54779784D1D81AF3B63161397F31CF7ECDD7732 (double ___value0, int32_t ___scale1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_Interval_mC54779784D1D81AF3B63161397F31CF7ECDD7732_MetadataUsageId); 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_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var); bool L_1 = Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7B9E91548E399930C3935F7EC5D98D85C3F78739, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, TimeSpan_Interval_mC54779784D1D81AF3B63161397F31CF7ECDD7732_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 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3E817DFC269EB4946CD544A6A97B106296C3940B, /*hidden argument*/NULL); OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_10 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var); OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, TimeSpan_Interval_mC54779784D1D81AF3B63161397F31CF7ECDD7732_RuntimeMethod_var); } IL_0066: { double L_11 = V_0; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_12; memset((&L_12), 0, sizeof(L_12)); TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_12), ((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = TimeSpan_Interval_mC54779784D1D81AF3B63161397F31CF7ECDD7732(L_0, 1, /*hidden argument*/NULL); return L_1; } } // System.TimeSpan System.TimeSpan::FromMinutes(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromMinutes_m3038BAC5BAB62262567D7BB3AE6DD845FC985BC2 (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_FromMinutes_m3038BAC5BAB62262567D7BB3AE6DD845FC985BC2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = TimeSpan_Interval_mC54779784D1D81AF3B63161397F31CF7ECDD7732(L_0, ((int32_t)60000), /*hidden argument*/NULL); return L_1; } } // System.TimeSpan System.TimeSpan::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33_MetadataUsageId); s_Il2CppMethodInitialized = true; } TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0; memset((&V_0), 0, sizeof(V_0)); { int64_t L_0 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_MinValue_2(); V_0 = L_1; int64_t L_2 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_0), /*hidden argument*/NULL); if ((!(((uint64_t)L_0) == ((uint64_t)L_2)))) { goto IL_0025; } } { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6CB021F4DE5A59C914CE2FD45BD52E5CA6A397FC, /*hidden argument*/NULL); OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_4 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var); OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33_RuntimeMethod_var); } IL_0025: { int64_t L_5 = __this->get__ticks_3(); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6; memset((&L_6), 0, sizeof(L_6)); TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_6), ((-L_5)), /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_Negate_m0DC5231DD5489EB3A8A7AE9AC30F83CBD3987C33(_thisAdjusted, method); } // System.TimeSpan System.TimeSpan::FromSeconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromSeconds_mB18CB94089B3DA3B1B059BBE90367A9928AEE5CA (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_FromSeconds_mB18CB94089B3DA3B1B059BBE90367A9928AEE5CA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = TimeSpan_Interval_mC54779784D1D81AF3B63161397F31CF7ECDD7732(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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Subtract_m9A5CA898BD0D57AE22E8E19548B8D635961A71C0 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___ts0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_Subtract_m9A5CA898BD0D57AE22E8E19548B8D635961A71C0_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { int64_t L_0 = __this->get__ticks_3(); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3E817DFC269EB4946CD544A6A97B106296C3940B, /*hidden argument*/NULL); OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_9 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var); OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, TimeSpan_Subtract_m9A5CA898BD0D57AE22E8E19548B8D635961A71C0_RuntimeMethod_var); } IL_0041: { int64_t L_10 = V_0; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_11; memset((&L_11), 0, sizeof(L_11)); TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_11), L_10, /*hidden argument*/NULL); return L_11; } } IL2CPP_EXTERN_C TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Subtract_m9A5CA898BD0D57AE22E8E19548B8D635961A71C0_AdjustorThunk (RuntimeObject * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___ts0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_Subtract_m9A5CA898BD0D57AE22E8E19548B8D635961A71C0(_thisAdjusted, ___ts0, method); } // System.TimeSpan System.TimeSpan::FromTicks(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromTicks_mDF1F429F18294D57DE2739DBD2F33637E4E5F8F4 (int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1; memset((&L_1), 0, sizeof(L_1)); TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_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_m30D961C24084E95EA9FE0565B87FCFFE24DD3632 (int32_t ___hour0, int32_t ___minute1, int32_t ___second2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_TimeToTicks_m30D961C24084E95EA9FE0565B87FCFFE24DD3632_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3E817DFC269EB4946CD544A6A97B106296C3940B, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, (String_t*)NULL, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, TimeSpan_TimeToTicks_m30D961C24084E95EA9FE0565B87FCFFE24DD3632_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.TimeSpan System.TimeSpan::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Parse_m41A0AED5191D0636D1F06543FCF2DD70EC4B4B36 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_Parse_m41A0AED5191D0636D1F06543FCF2DD70EC4B4B36_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = TimeSpanParse_Parse_m7C263AB9AA04B4FF31992C59FB086A516E31F3C8(L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } // System.TimeSpan System.TimeSpan::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_Parse_m0857A872999FE4A96AA7672A9BE488A137724080 (String_t* ___input0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_Parse_m0857A872999FE4A96AA7672A9BE488A137724080_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___input0; RuntimeObject* L_1 = ___formatProvider1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = TimeSpanParse_Parse_m7C263AB9AA04B4FF31992C59FB086A516E31F3C8(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.TimeSpan::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m3D31EDB779332CA887A4CB9BD1CA781C59B79EA8 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_ToString_m3D31EDB779332CA887A4CB9BD1CA781C59B79EA8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = (*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)__this); IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var); String_t* L_1 = TimeSpanFormat_Format_mDFAF627CECBD00A1DDB27D3D812974B3A2875B8F(L_0, (String_t*)NULL, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C String_t* TimeSpan_ToString_m3D31EDB779332CA887A4CB9BD1CA781C59B79EA8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_ToString_m3D31EDB779332CA887A4CB9BD1CA781C59B79EA8(_thisAdjusted, method); } // System.String System.TimeSpan::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m8931E09D0B73F3CF436C70E02D74E14F5479B9BF (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, String_t* ___format0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_ToString_m8931E09D0B73F3CF436C70E02D74E14F5479B9BF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = (*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)__this); String_t* L_1 = ___format0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var); String_t* L_2 = TimeSpanFormat_Format_mDFAF627CECBD00A1DDB27D3D812974B3A2875B8F(L_0, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C String_t* TimeSpan_ToString_m8931E09D0B73F3CF436C70E02D74E14F5479B9BF_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_ToString_m8931E09D0B73F3CF436C70E02D74E14F5479B9BF(_thisAdjusted, ___format0, method); } // System.String System.TimeSpan::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m9486CD30DB9A51A6AA51C2672FCB1DFEF074FC9F (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_ToString_m9486CD30DB9A51A6AA51C2672FCB1DFEF074FC9F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); bool L_0 = TimeSpan_get_LegacyMode_mB9C63B017249E99A978D2977C6172848EFBA30F8(/*hidden argument*/NULL); if (!L_0) { goto IL_0015; } } { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = (*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)__this); IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var); String_t* L_2 = TimeSpanFormat_Format_mDFAF627CECBD00A1DDB27D3D812974B3A2875B8F(L_1, (String_t*)NULL, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } IL_0015: { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = (*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)__this); String_t* L_4 = ___format0; RuntimeObject* L_5 = ___formatProvider1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var); String_t* L_6 = TimeSpanFormat_Format_mDFAF627CECBD00A1DDB27D3D812974B3A2875B8F(L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } IL2CPP_EXTERN_C String_t* TimeSpan_ToString_m9486CD30DB9A51A6AA51C2672FCB1DFEF074FC9F_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { int32_t _offset = 1; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * _thisAdjusted = reinterpret_cast(__this + _offset); return TimeSpan_ToString_m9486CD30DB9A51A6AA51C2672FCB1DFEF074FC9F(_thisAdjusted, ___format0, ___formatProvider1, method); } // System.TimeSpan System.TimeSpan::op_Subtraction(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_op_Subtraction_m5978CE5FCEB3D59AF0BC52AF838BFE3237AE8B23 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method) { { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___t21; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = TimeSpan_Subtract_m9A5CA898BD0D57AE22E8E19548B8D635961A71C0((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_op_Addition_m2C916EE6F60BA72329886F1568FE9DD0D8DF0DB7 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method) { { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___t21; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = TimeSpan_Add_mC4C54D4AF8C34EF36288176B85FF2F488A7C5507((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___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_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method) { { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___t10; int64_t L_1 = L_0.get__ticks_3(); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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_mEAE207F8B9A9B42CC33F4DE882E69E98C09065FC (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method) { { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___t10; int64_t L_1 = L_0.get__ticks_3(); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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_mF92FF63DD1E52540977D3B1753D43895F7B0A117 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method) { { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___t10; int64_t L_1 = L_0.get__ticks_3(); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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_mFFB6826BC19E5E63E62697EF3A81B84CD529E83B (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method) { { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___t10; int64_t L_1 = L_0.get__ticks_3(); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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_mC4CE0AD3057035058479B695ACDC089F3A6EA486 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method) { { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___t10; int64_t L_1 = L_0.get__ticks_3(); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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_m7FE9830EF2AAD2BB65628A0FE7F7C70161BB4D9B (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method) { { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___t10; int64_t L_1 = L_0.get__ticks_3(); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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_m058C62B8FEB05BBD84A5437AEDF60DAF2444EBB8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_GetLegacyFormatMode_m058C62B8FEB05BBD84A5437AEDF60DAF2444EBB8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ((CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_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_mB9C63B017249E99A978D2977C6172848EFBA30F8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_get_LegacyMode_mB9C63B017249E99A978D2977C6172848EFBA30F8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); bool L_0 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get__legacyConfigChecked_4(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); bool L_1 = TimeSpan_GetLegacyFormatMode_m058C62B8FEB05BBD84A5437AEDF60DAF2444EBB8_inline(/*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->set__legacyMode_5(L_1); il2cpp_codegen_memory_barrier(); ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->set__legacyConfigChecked_4(1); } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); bool L_2 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_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_m4277FE003AF4295BD502DDC59770B07A497C1CBE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan__cctor_m4277FE003AF4295BD502DDC59770B07A497C1CBE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0; memset((&L_0), 0, sizeof(L_0)); TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_0), (((int64_t)((int64_t)0))), /*hidden argument*/NULL); ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->set_Zero_0(L_0); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1; memset((&L_1), 0, sizeof(L_1)); TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_1), ((int64_t)(std::numeric_limits::max)()), /*hidden argument*/NULL); ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->set_MaxValue_1(L_1); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2; memset((&L_2), 0, sizeof(L_2)); TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_2), ((int64_t)(std::numeric_limits::min)()), /*hidden argument*/NULL); ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_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.Void System.TimeType::.ctor(System.Int32,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeType__ctor_m28FA06EC6A851C81414A6435BE25D1FD494FFE03 (TimeType_t1E0366D2FDDE13B93F6DFD1A2FB8645B76E9DDA9 * __this, int32_t ___offset0, bool ___is_dst1, String_t* ___abbrev2, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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_m038596EE0936A7854ECC6E84EE9BF236B3DA2BA4 (TimeType_t1E0366D2FDDE13B93F6DFD1A2FB8645B76E9DDA9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeType_ToString_m038596EE0936A7854ECC6E84EE9BF236B3DA2BA4_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral1AD0E9342E3C33991ED3887D6306B249546F0C7B); (L_1)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1AD0E9342E3C33991ED3887D6306B249546F0C7B); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1; int32_t L_3 = __this->get_Offset_0(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAt(static_cast(1), (RuntimeObject *)L_5); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_2; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral168E598D868A0CC9140604911551C2FC496E3A05); (L_6)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral168E598D868A0CC9140604911551C2FC496E3A05); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6; bool L_8 = __this->get_IsDst_1(); V_0 = L_8; String_t* L_9 = Boolean_ToString_m62D1EFD5F6D5F6B6AF0D14A07BF5741C94413301((bool*)(&V_0), /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(3), (RuntimeObject *)L_9); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_7; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral222A297D18FF1387F7919DAD802CF73BA68A5B9C); (L_10)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral222A297D18FF1387F7919DAD802CF73BA68A5B9C); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10; String_t* L_12 = __this->get_Name_2(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(5), (RuntimeObject *)L_12); String_t* L_13 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_11, /*hidden argument*/NULL); return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ExecutionContext_set_SynchronizationContext_mBFE248C6373436FB512D4E65E00297A56EF412BF_inline (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___value0, const RuntimeMethod* method) { { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = ___value0; __this->set__syncContext_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ExecutionContext_set_SynchronizationContextNoFlow_mD43C4382257518361F32EE94D935CD5ABFD4D17D_inline (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___value0, const RuntimeMethod* method) { { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = ___value0; __this->set__syncContextNoFlow_1(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * AwaitTaskContinuation_GetInvokeActionCallback_m47BB05AEC35713EAAF5030364C1806E6344F9206_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation_GetInvokeActionCallback_m47BB05AEC35713EAAF5030364C1806E6344F9206mscorlib20_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * V_0 = NULL; { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_0 = ((AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_StaticFields*)il2cpp_codegen_static_fields_for(AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_il2cpp_TypeInfo_var))->get_s_invokeActionCallback_2(); V_0 = L_0; ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_1 = V_0; if (L_1) { goto IL_001c; } } { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_2 = (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 *)il2cpp_codegen_object_new(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var); ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493(L_2, NULL, (intptr_t)((intptr_t)AwaitTaskContinuation_InvokeAction_mFF8F08E40268B891A1D46F47C3C5C33E7122DA78_RuntimeMethod_var), /*hidden argument*/NULL); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_3 = L_2; V_0 = L_3; ((AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_StaticFields*)il2cpp_codegen_static_fields_for(AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_il2cpp_TypeInfo_var))->set_s_invokeActionCallback_2(L_3); } IL_001c: { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * TaskScheduler_get_Default_mC3794A546EB0F4C6D0A11E72F8939EC364733C87_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TaskScheduler_get_Default_mC3794A546EB0F4C6D0A11E72F8939EC364733C87mscorlib20_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var); TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_0 = ((TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114_il2cpp_TypeInfo_var))->get_s_defaultTaskScheduler_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * SynchronizationContextAwaitTaskContinuation_GetPostActionCallback_m77660CC4D6299E3D4FEEADD1EEB2ED81479EF1E9_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SynchronizationContextAwaitTaskContinuation_GetPostActionCallback_m77660CC4D6299E3D4FEEADD1EEB2ED81479EF1E9mscorlib20_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_0 = ((SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_StaticFields*)il2cpp_codegen_static_fields_for(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var))->get_s_postActionCallback_4(); V_0 = L_0; ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_1 = V_0; if (L_1) { goto IL_001c; } } { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_2 = (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 *)il2cpp_codegen_object_new(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var); ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493(L_2, NULL, (intptr_t)((intptr_t)SynchronizationContextAwaitTaskContinuation_PostAction_m68F52E5D2EDC6A0B77FBAA872D32E41B2A6DCA1F_RuntimeMethod_var), /*hidden argument*/NULL); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_3 = L_2; V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var); ((SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_StaticFields*)il2cpp_codegen_static_fields_for(SynchronizationContextAwaitTaskContinuation_tB493909736544B54BD250AC8DB4D2343FBE581FE_il2cpp_TypeInfo_var))->set_s_postActionCallback_4(L_3); } IL_001c: { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_get_InternalCurrent_m6BD4F17F5DAF5AC20BD6051A854D0BD702025892_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Task_get_InternalCurrent_m6BD4F17F5DAF5AC20BD6051A854D0BD702025892mscorlib20_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_t_currentTask_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_get_PreAllocatedDefault_m67D699DE0503E4BC8FB524A9F46669087705FF8E_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_get_PreAllocatedDefault_m67D699DE0503E4BC8FB524A9F46669087705FF8Emscorlib20_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = ((ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_StaticFields*)il2cpp_codegen_static_fields_for(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var))->get_s_dummyDefaultEC_7(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * TaskExceptionHolder_GetCancellationExceptionDispatchInfo_m6F7AB65EF187AEE62E6704ED3C85C4BC58C6F369_inline (TaskExceptionHolder_t1F44F1CE648090AA15DDC759304A18E998EFA811 * __this, const RuntimeMethod* method) { { ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_0 = __this->get_m_cancellationException_5(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * Task_get_ExecutingTaskScheduler_m3A3340F34EF9D594413E54F46B78874BCB0CA30D_inline (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * L_0 = __this->get_m_taskScheduler_7(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB OperationCanceledException_get_CancellationToken_mE0079552C3600A6DB8324958CA288DB19AF05B66_inline (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * __this, const RuntimeMethod* method) { { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = __this->get__cancellationToken_17(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TaskAwaiter__ctor_m097495CE8729E030CC08F2C46FEA4BAD6AD4228B_inline (TaskAwaiter_t0CDE8DBB564F0A0EA55FA6B3D43EEF96BC26252F * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method) { { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ___task0; __this->set_m_task_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Task_get_IsWaitNotificationEnabledOrNotRanToCompletion_mEC26269ABD71D03847D81120160D2106C2B3D581_inline (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __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_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * ExceptionDispatchInfo_get_SourceException_m212F50A437B8B18AFECE39F2A9F7231787F45F28_inline (ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_m_Exception_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * AggregateException_get_InnerExceptions_mB81D2B3BD56A3E938B83B0AF766474ED66057040_inline (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * L_0 = __this->get_m_innerExceptions_17(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Task_FireTaskScheduledIfNeeded_m6792459336CB25D967928EDA5249F2164991E447_inline (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___ts0, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Task_get_AsyncState_mEE6996D21AD9F92E34A30FA73A7D31A5BCE42657_inline (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_stateObject_6(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline (ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 * __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_0 = __this->get_m_configuredTaskAwaiter_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_target_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ThreadHelper_SetExecutionContextHelper_m253F9206E5C01BE9A6BC3ED65106B5C2DB7240FF_inline (ThreadHelper_tA2931CFFC5988E4C327F9379104975BC53F1CC13 * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___ec0, const RuntimeMethod* method) { { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = ___ec0; __this->set__executionContext_2(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Reader__ctor_mDB8E37FABE15D47E2E78E77EA6702D0FBAB8FC5E_inline (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___ec0, const RuntimeMethod* method) { { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = ___ec0; __this->set_m_ec_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * Reader_DangerousGetRawExecutionContext_m0AAF58869F7AC7C33242B7C6A6ABFA2EF5100EBA_inline (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, const RuntimeMethod* method) { { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = __this->get_m_ec_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * Scheduler_get_Instance_mAD166DADAB60F24F15A36BD49F67172084AA9B4C_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Scheduler_get_Instance_mAD166DADAB60F24F15A36BD49F67172084AA9B4Cmscorlib20_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9_il2cpp_TypeInfo_var); Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * L_0 = ((Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9_StaticFields*)il2cpp_codegen_static_fields_for(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9_il2cpp_TypeInfo_var))->get_instance_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_handle_0(); return (intptr_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int64_t ___ticks0, const RuntimeMethod* method) { { int64_t L_0 = ___ticks0; __this->set__ticks_3(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool TimeSpan_GetLegacyFormatMode_m058C62B8FEB05BBD84A5437AEDF60DAF2444EBB8_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpan_GetLegacyFormatMode_m058C62B8FEB05BBD84A5437AEDF60DAF2444EBB8mscorlib20_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ((CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var))->get_IsAppEarlierThanSilverlight4_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E ConfiguredTaskAwaitable_1_GetAwaiter_m86C543D72022CB5D0C43053C4AF5F37EA4E690A7_gshared_inline (ConfiguredTaskAwaitable_1_tA36F8230F9392F8C09FD6FDBAEA3F1A41388CCA8 * __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E L_0 = (ConfiguredTaskAwaiter_tFB3C4197768C6CF02BE088F703AA6E46D703D46E )__this->get_m_configuredTaskAwaiter_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 ConfiguredTaskAwaitable_1_GetAwaiter_m2EF8D361B5AFBDA824FE2D5CE4704EF99AECA48F_gshared_inline (ConfiguredTaskAwaitable_1_t1BE33447D45233CB970D730E5238A5ACDDBF1B82 * __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 L_0 = (ConfiguredTaskAwaiter_t785B9A8BC038067B15BF7BC1343F623CB02FD065 )__this->get_m_configuredTaskAwaiter_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Tuple_3_get_Item1_mDB05E64387A775571A57E1A8A3B225E9A079DF8C_gshared_inline (Tuple_3_tCA94A9157918EBC76337751E950A3BF20BBF71F9 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_Item1_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Tuple_3_get_Item2_m28B3505579A6A87FAAFF970D0F19EBE95F6D9B2D_gshared_inline (Tuple_3_tCA94A9157918EBC76337751E950A3BF20BBF71F9 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_Item2_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Tuple_3_get_Item3_m9F2E5915E0F2E217F46D06D14F750008D0E31B9B_gshared_inline (Tuple_3_tCA94A9157918EBC76337751E950A3BF20BBF71F9 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_Item3_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __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_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3); return L_4; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * AsyncLocalValueChangedArgs_1_get_CurrentValue_mE7B45C05247F47070ABC5251ECF740710FB99B52_gshared_inline (AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CCurrentValueU3Ek__BackingField_1(); return L_0; } }