#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/Interlocked.h" #include "icalls/mscorlib/System.Threading/InternalThread.h" #include "icalls/mscorlib/System.Threading/Monitor.h" #include "icalls/mscorlib/System.Threading/NativeEventCalls.h" #include "icalls/mscorlib/System.Threading/OSSpecificSynchronizationContext.h" #include "il2cpp-object-internals.h" 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; 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 VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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); } }; 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); } }; 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); } }; 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 InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, 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); } }; // 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_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827; // System.Action`2 struct Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C; // System.Action`2 struct Action_2_tC5CBC473593FC52892A3A27575658B0C050584D8; // System.AggregateException struct AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Attribute struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74; // System.Boolean[] struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040; // System.Byte struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t4E4624ADB0382647D3DDD5ABEA46B237F202D148; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tFE4CBBB814F2F1327EBFB70EECC3080F86EC0F22; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t7C4B7E5B90C7341BB00324E95C0FF0EDDD9D23FB; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tC9632C13D29D6621F262876DFBC5AB94C0E5D535; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD508C2F8A039CFD77B270500C1C5D723B78FE10C; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t39673C72199219032B7AEA365751E04083342843; // 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_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tF77278125F2C7A401884F0168E974ADB442020AF; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t549FCE7787D070B595DF4789B583C1D53E1CD977; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t6B3D33CE5B4DC884E5267C7B8CBC12380D09B3F1; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t22B76A2AEA9ACFC7E4BA6B20CBA7DF0303B0778B; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tA0D4A4DDF4297A348F07DABA47DBCCE01DE31E97; // 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_t864E43C85FFFD16A2A0685F30AC877138E106F2A; // 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_t1ADF451D4F388C3376F9A7121B54405D616DC6EB; // System.Collections.Generic.List`1 struct List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // 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.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.EventHandler struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C; // 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.CodePageDataItem struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.IO.IOException struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA; // 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.Predicate`1 struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979; // System.Predicate`1 struct Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback struct CreateValueCallback_tBCCB4685658A4B0DE8153A79A7E365983D58381F; // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback struct CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91; // 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.InteropServices.SafeHandle struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383; // System.Runtime.Remoting.Messaging.CallContextRemotingData struct CallContextRemotingData_t40838E8CBCE35E4459B70A8F701128385E2D1347; // System.Runtime.Remoting.Messaging.CallContextSecurityData struct CallContextSecurityData_t72826F22C5CFD231ECF664638EFFBF458D0AE9AF; // 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.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5; // System.SByte[] struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889; // System.Security.Principal.IPrincipal struct IPrincipal_t63FD7F58FBBE134C8FE4D31710AAEA00B000F0BF; // System.String struct String_t; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782; // System.Text.Decoder struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26; // System.Text.DecoderFallback struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60; // System.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C; // System.Text.DecoderNLS struct DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD; // System.Text.DecoderReplacementFallback struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742; // System.Text.Encoder struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464; // System.Text.EncoderFallback struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63; // System.Text.EncoderFallbackBuffer struct EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C; // System.Text.EncoderNLS struct EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8; // System.Text.EncoderReplacementFallback struct EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4; // System.Text.UTF7Encoding struct UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86; // System.Text.UTF7Encoding/Decoder struct Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230; // System.Text.UTF7Encoding/DecoderUTF7Fallback struct DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05; // System.Text.UTF7Encoding/DecoderUTF7FallbackBuffer struct DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257; // System.Text.UTF7Encoding/Encoder struct Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111; // System.Text.UTF8Encoding struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE; // System.Text.UTF8Encoding/UTF8Decoder struct UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B; // System.Text.UTF8Encoding/UTF8Encoder struct UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6; // System.Text.UnicodeEncoding struct UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356; // System.Text.UnicodeEncoding/Decoder struct Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A; // System.ThreadStaticAttribute struct ThreadStaticAttribute_tCE2B939D689C66D29B18B265822F96F79DAAF393; // System.Threading.AbandonedMutexException struct AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A; // System.Threading.AutoResetEvent struct AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7; // System.Threading.CancellationCallbackInfo struct CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36; // System.Threading.CancellationCallbackInfo[] struct CancellationCallbackInfoU5BU5D_tBF453E6FE76E1C4D139D1EF5867D15934D079161; // 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.ExecutionContext/Reader struct Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B; // System.Threading.IAsyncLocal struct IAsyncLocal_tE256E53573305DF8C65DE4F1AC64F0112314B6F4; // System.Threading.IAsyncLocal[] struct IAsyncLocalU5BU5D_tBDC14749468062D210F77B708AC0A8A7176E8436; // System.Threading.IThreadPoolWorkItem struct IThreadPoolWorkItem_t2EF44881BFB1A9C021606D5B0C03B31B62B6C38D; // System.Threading.InternalThread struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192; // 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.OSSpecificSynchronizationContext/<>c struct U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96; // System.Threading.OSSpecificSynchronizationContext/InvocationContext struct InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643; // System.Threading.OSSpecificSynchronizationContext/InvocationEntryDelegate struct InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B; // System.Threading.OSSpecificSynchronizationContext/MonoPInvokeCallbackAttribute struct MonoPInvokeCallbackAttribute_tEEAAB0F3648FFA951EA4A673946571F47C0D157A; // System.Threading.ParameterizedThreadStart struct ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F; // System.Threading.QueueUserWorkItemCallback struct QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8; // 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_t5B09020C4A85177CB1CC2672955AAFCD411A5364; // System.Threading.SparselyPopulatedArrayFragment`1 struct SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7; // System.Threading.SparselyPopulatedArray`1 struct SparselyPopulatedArray_1_t93BFED0AE376D58EC4ECF029A2E97C5D7CA80395; // System.Threading.SparselyPopulatedArray`1 struct SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC; // 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__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`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.TaskSchedulerException struct TaskSchedulerException_tE0888B47136E7B61EAF20A145EF053023F8C7B24; // 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.Thread struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7; // System.Threading.ThreadAbortException struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468; // System.Threading.Timer struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553; // System.Threading.Timer/Scheduler struct Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9; // System.Threading.TimerCallback struct TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219; // 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.Tuple`3 struct Tuple_3_tCA94A9157918EBC76337751E950A3BF20BBF71F9; // System.Tuple`3 struct Tuple_3_t6CA711BBDA9F641C230A41C8882C886E8934EBF6; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; IL2CPP_EXTERN_C RuntimeClass* Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0_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* 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* AsyncTaskMethodBuilder_1_t37B8301A93B487253B9622D00C44195BE042E4BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AwaitTaskContinuation_t883E8FB9C34A1024B54F2D4A9CCBA21CC595286F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_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* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompletionActionInvoker_t247917E953A483BD742647A46E17E43D1740D03C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602_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* CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debugger_t3DB04278A3AA5DF846CC56744D05F18B7037C22E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A_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_t46E74B8986EB45A18D8623D1C9307E035EB0D03A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_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* IAsyncLocal_tE256E53573305DF8C65DE4F1AC64F0112314B6F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITaskCompletionAction_tB83E2DB0F3297A73CDBE338B6F2CA81D84E9C978_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179_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* InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tC62C1E1B0AD84992F0A374A5A4679609955E117E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LockRecursionException_tB25740EFF8FBE39193D06FEDAD527853C70944B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E_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* Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mutex_tEFA4BCB29AF9E8B7BD6F0973C6AFFA072744AB5C_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* 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* QueueUserWorkItemCallback_t98440ACF9490D738440F631E378B52AD11EAE8C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyCollection_1_t5DE493537EE0E554797BF0DA823DCBF1903CECC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2_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* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_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* SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC_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* 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* 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* TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219_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_t07DD323FAAF5A7EC9AE5E0DA9748D2EA6B39DCD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tBA53FF15097DD1AAE2AAA97D0EA17924C6953024_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tF748C28FCC57D11E334B8690066E64FA53D1E8E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitHandleCannotBeOpenedException_t869CD999EE7B918C5546E2007AF7C4557281B65B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____57218C316B6921E2CD61027A2387EDC31A2D9471_43_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B91EB8329FF87486AAB4FD076877F3046AF554; IL2CPP_EXTERN_C String_t* _stringLiteral037F9AF09B79E62522526C02A67EFD7B1E70AEAC; IL2CPP_EXTERN_C String_t* _stringLiteral03B837C485DCB72C542F7BDB2B718B8DE7612F1C; IL2CPP_EXTERN_C String_t* _stringLiteral046716123A075AE5C324B613146E4595154299BA; IL2CPP_EXTERN_C String_t* _stringLiteral0569AE912E387DBC988DEE842BF17CDD4E437F63; IL2CPP_EXTERN_C String_t* _stringLiteral05CF5DB63453167953F75D647B34B19567A56736; IL2CPP_EXTERN_C String_t* _stringLiteral0C9189633C98E95949E2144ECF751CF0AA0EBD19; IL2CPP_EXTERN_C String_t* _stringLiteral0EE757B2B78D476FC05DA14D7E03918A87401B6A; IL2CPP_EXTERN_C String_t* _stringLiteral142F817C3EC0586DE0F960C1C0483043B61A0D06; IL2CPP_EXTERN_C String_t* _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336; IL2CPP_EXTERN_C String_t* _stringLiteral16E236C914DEC2924473BA3076BF5A4593D053E6; IL2CPP_EXTERN_C String_t* _stringLiteral18134C3172E2C551F0F862780D5C8A01A31AECFF; IL2CPP_EXTERN_C String_t* _stringLiteral1C0188877524C29C1FE51B93C1FDA66EF35166E9; IL2CPP_EXTERN_C String_t* _stringLiteral1D45C2C5D19FFE0F90B78839AA1F5EE6AF646F26; IL2CPP_EXTERN_C String_t* _stringLiteral22097A2DCEAAEA787840704226EEF13EBDD4C9E4; IL2CPP_EXTERN_C String_t* _stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59; IL2CPP_EXTERN_C String_t* _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA; IL2CPP_EXTERN_C String_t* _stringLiteral2B6850916A8F21A346CBDF56480A25FA69EF8AEF; IL2CPP_EXTERN_C String_t* _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D; IL2CPP_EXTERN_C String_t* _stringLiteral34EB4C4EF005207E8B8F916B9F1FFFACCCD6945E; IL2CPP_EXTERN_C String_t* _stringLiteral3CE09A714957AD6498045C07DD9D2D9F6A9B1DB6; IL2CPP_EXTERN_C String_t* _stringLiteral453F4C2D292ACA16849C79E2542995E71232BE95; IL2CPP_EXTERN_C String_t* _stringLiteral49F5CC194E751BEEEC38ECE70DA1908E9A004E89; IL2CPP_EXTERN_C String_t* _stringLiteral4BCCDABF897E38A4B92A38BE1212932A6B9649C0; IL2CPP_EXTERN_C String_t* _stringLiteral4C3A086620548E385C0C8AAB35144C4BE14556DE; IL2CPP_EXTERN_C String_t* _stringLiteral55D8727A05EB80B0788AF57A5317F3E0A1F4AA55; IL2CPP_EXTERN_C String_t* _stringLiteral5825EBA52D444C4CF3772B7FE2D74FB2186DA93F; IL2CPP_EXTERN_C String_t* _stringLiteral587F8A95F0C1E3884550985E4830A26302A3BFCF; IL2CPP_EXTERN_C String_t* _stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7; IL2CPP_EXTERN_C String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889; IL2CPP_EXTERN_C String_t* _stringLiteral5C7BD8CBCB15DB9FADA791E6FF4FD2A71CBB399E; IL2CPP_EXTERN_C String_t* _stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018; IL2CPP_EXTERN_C String_t* _stringLiteral62836465B297BA5E6273FE13E6F591F548238688; IL2CPP_EXTERN_C String_t* _stringLiteral665D0F35FA2638445B5CD5CF78704D738283E126; IL2CPP_EXTERN_C String_t* _stringLiteral699B142A794903652E588B3D75019329F77A9209; IL2CPP_EXTERN_C String_t* _stringLiteral6A4C08A52153D133F29EC04491AB1B8F3AB1A28F; IL2CPP_EXTERN_C String_t* _stringLiteral6A64F1C8A3D936D9D3463216444FF0F54EFAEAC5; IL2CPP_EXTERN_C String_t* _stringLiteral6F0527513E7242A01FE0FF40FD78242FE02B4A19; IL2CPP_EXTERN_C String_t* _stringLiteral704E89153833A67B5C6F82E1207A4D09B77B49D2; IL2CPP_EXTERN_C String_t* _stringLiteral718791C1C8CB448751DEF92ED21B38927169A025; IL2CPP_EXTERN_C String_t* _stringLiteral73D27DC9ED6D07B23A287D87DCAC94FB19F5EDD4; IL2CPP_EXTERN_C String_t* _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C; IL2CPP_EXTERN_C String_t* _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; IL2CPP_EXTERN_C String_t* _stringLiteral7700A059AA693ADFE15FA5D682E12A0406AC2E18; IL2CPP_EXTERN_C String_t* _stringLiteral79931DA794328AA587B1923F8CAF921A5E97F8FC; IL2CPP_EXTERN_C String_t* _stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3; IL2CPP_EXTERN_C String_t* _stringLiteral7EDDE7538450843382F9A9BDA7AA6958571B5F20; IL2CPP_EXTERN_C String_t* _stringLiteral81848785013B350D4832A504D9A01A80020ECA6E; IL2CPP_EXTERN_C String_t* _stringLiteral81BC0BB1E428A88325912F900B5B51886E6E86F3; IL2CPP_EXTERN_C String_t* _stringLiteral81C27D08AEB038DDECD1D0A907C013785488311C; IL2CPP_EXTERN_C String_t* _stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710; IL2CPP_EXTERN_C String_t* _stringLiteral87BA4EEB0809F2755515239D1C0A0280D6CED9CB; IL2CPP_EXTERN_C String_t* _stringLiteral8C3B2E926370083F251B34CABACDB2607C52202A; IL2CPP_EXTERN_C String_t* _stringLiteral8EFECA76BCED966AFD1E6DF59938C647C9C83F78; IL2CPP_EXTERN_C String_t* _stringLiteral904CBD116D024D60D431C1A6592249711819F647; IL2CPP_EXTERN_C String_t* _stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA; IL2CPP_EXTERN_C String_t* _stringLiteral9527141004011DE14AE7F1E3643C59B23A00BC38; IL2CPP_EXTERN_C String_t* _stringLiteral9A7036B77615B621A4F114EE3EBED8A849E49815; IL2CPP_EXTERN_C String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B; IL2CPP_EXTERN_C String_t* _stringLiteral9BB3F4C313586086A176963E545BC3B790B5C029; IL2CPP_EXTERN_C String_t* _stringLiteral9BDB77276C1852E1FB067820472812FCF6084024; IL2CPP_EXTERN_C String_t* _stringLiteral9D9BED981884AC3D4D16BF22ED725A5686CEF15B; IL2CPP_EXTERN_C String_t* _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3; IL2CPP_EXTERN_C String_t* _stringLiteralA6886D544B3C63487C3755A3B0E6AF19738F90F5; IL2CPP_EXTERN_C String_t* _stringLiteralA8214B71D397C96E383069DCF0102B0014B989F9; IL2CPP_EXTERN_C String_t* _stringLiteralA844BD54164A53E9C422D16CBB047D845B5572F3; IL2CPP_EXTERN_C String_t* _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; IL2CPP_EXTERN_C String_t* _stringLiteralB4D5B37BF7A986C138EDE89E0806F366B5CB1830; IL2CPP_EXTERN_C String_t* _stringLiteralB69B30AEC0330DDBDC65A461569D23007BEE227F; IL2CPP_EXTERN_C String_t* _stringLiteralB74C55E1D5CD1B1C4FB5CC2072A70B5E054B8578; IL2CPP_EXTERN_C String_t* _stringLiteralB7A59C1214B081A2AF0561DFF2E17294228556D4; IL2CPP_EXTERN_C String_t* _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B; IL2CPP_EXTERN_C String_t* _stringLiteralB9C11BBCAFC0075C6FDDAEAD6F538B2A3297BB32; IL2CPP_EXTERN_C String_t* _stringLiteralBA7B76F7CEFAFC945D4F1E46E2C21A2894A4FD10; IL2CPP_EXTERN_C String_t* _stringLiteralC345D79431223595C0658582F663D5FE489CE4EA; IL2CPP_EXTERN_C String_t* _stringLiteralC43071083D625DD9D6033122453F167B3B12B32D; IL2CPP_EXTERN_C String_t* _stringLiteralC5B646E5851539C7B5F892DEFF9F820B34C3589B; IL2CPP_EXTERN_C String_t* _stringLiteralC7CEDF5531BF0EE471FAF3F68BF9D5FCE0C45607; IL2CPP_EXTERN_C String_t* _stringLiteralC94AEC48B21CADC5BB8B140753EE1FF89E29C7BC; IL2CPP_EXTERN_C String_t* _stringLiteralCE012334C76FBB8723D52324457CB619F53F2527; IL2CPP_EXTERN_C String_t* _stringLiteralD70E053DA23EA4B83C24F6829CA81D7ADEB19D59; IL2CPP_EXTERN_C String_t* _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC; IL2CPP_EXTERN_C String_t* _stringLiteralD82EC93453C86F66A937CC6685725A743341DBE1; IL2CPP_EXTERN_C String_t* _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; IL2CPP_EXTERN_C String_t* _stringLiteralDD0451FC2387CD306C4BBEC6EA381B98836E1A05; IL2CPP_EXTERN_C String_t* _stringLiteralDE68812E965C0494261A2CAC4461FCD2A815B6FC; IL2CPP_EXTERN_C String_t* _stringLiteralE2FC964D3F8490CBD43091BDA915711FE1DBF6F5; IL2CPP_EXTERN_C String_t* _stringLiteralE4057F021B457E20662D34C91DF3615FAA82A4A5; IL2CPP_EXTERN_C String_t* _stringLiteralE5302A7944F4048AECAB32B87AED9AC1DEFBB646; IL2CPP_EXTERN_C String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; IL2CPP_EXTERN_C String_t* _stringLiteralE805C3A01DC9396D518D66D2070039944F8A69FD; IL2CPP_EXTERN_C String_t* _stringLiteralECD044A1043B44632AC8663CA77996470922BCAD; IL2CPP_EXTERN_C String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; 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_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_m8043C3C9CC7F89C23FB8EECBD67B676C332CB200_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* CancellationCallbackInfo_ExecutionContextCallback_mB1FBA4F85DEFE0E6A4C2E8EE4356328F84C568BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CancellationTokenSource_CancellationCallbackCoreWork_OnSyncContext_mED1CE60BF0239180B1B56F0B23DE82D993CA9B04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CancellationTokenSource_ExecuteCallbackHandlers_m76E8C9E760A83EE908F32C66264252B1179AF6FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CancellationTokenSource_LinkedTokenCancelDelegate_m18C92FD7D9FD687B2FD23E20DB257B8235E72290_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CancellationTokenSource_NotifyCancellation_m1C3A5219D3E867C853814B778B0F469E678E1936_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CancellationTokenSource_ThrowObjectDisposedException_m30B520555080BCD70DD6F2A976CE6591AF4C2929_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CancellationTokenSource_TimerCallbackLogic_m3F4005918CD6D2C017A0EC40AB6DB5FB2ADD399E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CancellationToken_ActionToActionObjShunt_mFEFE0634A530A4AAD46923F69CE24CEFD9C7CD02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CancellationToken_Register_mD300585BB9E11B4EA78DD0799363B7FC08BA2AB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CancellationToken_ThrowObjectDisposedException_m646DAB9F446B2B0F7004B3EBD53828A2782202E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CancellationToken_ThrowOperationCanceledException_mE47E67891F02F14C9245FC65B5674D6E95E38F07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2_GetValue_mC618B527E3CFE10CE04F94468FCDBF78F4559922_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2__ctor_mB6DE20F6EBF49D09954BE2F4A0DB8D75D3544F82_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* CreateValueCallback__ctor_mABAC3B87DA5A5C017FF4CD1D9D3AB3F1DEA12E5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DecoderUTF7FallbackBuffer_InternalFallback_m80ABF1CD1778095FB2532CB497678EA9AB426EEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_m3264A3E507DECE057E8DD13F8A7E9AB85D0CABA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_mBD8F48CD8D13B65C0F8D8E014A88D1E72F57C40C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Decoder__ctor_m43C8FDD9CC906D3B60FF6A82E9ED2AA072A7AD5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Decoder__ctor_mBD3284B1F2B9A56C6DF03CB12C816C7CEA0B4041_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m8A775DC3DA045DBE29E44D8FA98E57FEA20B9368_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m15C3BF70905BCD1682969CF5A90DE0209AA2207E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m88F680D0381E28ECA52D9748C9F8600011A3FFA8_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* Dictionary_2_set_Item_mD045CB91A3BE34853820964C50FCE5EEEAA2C79D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Encoder_System_Runtime_Serialization_ISerializable_GetObjectData_m399496D433133BAF8C6815345803BAF8D0E71235_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Encoder__ctor_mAC8DA76F264302FCCA964D15397BE8DCA4AE2880_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m6DA393E99D0E070572AF783E719C38150BB92612_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_m9B1AF9200AA86E002C00BD3D07C4B8507D4F910A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m7225F86A35D26BD382863FC6FE84CAF3DA11CF9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m88FB332F5424AB47464565D5B81B6C923D827490_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventWaitHandle__ctor_mF94C3A6A3359C11FE2298EA98549A6982296D575_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecutionContext_CreateCopy_mD0C2EA5AE6F140C566D3DC1B0E7896AEDBBAA6F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecutionContext_GetObjectData_mDAEFACD4FDD08A3D172817609DC14BBCC3F07BEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecutionContext_Run_m97152E1791C019905F6297946D7411CA6683CCEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecutionContext_SetExecutionContext_mBF4C305666E3D29C44D272C56423FEB625B4AA69_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_Add_m4EC06F55DAE5080279A8CC825D6A3DFEB38E4C72_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_mC1DAEB8B35E60391E3F8D536FA6B91F9B331DABC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m5B0892F6E5DDC64C291DCBF924E18CC8FCFB4FE0_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_m18F66C936678D38968F3E572BDF192D22649AEC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3CA9F30DC986E649F8E82AD69F5085D355D91AC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8EEA1290588E35EB5BF246F8F3019B90540763DC_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_mB976106DA11B4155CBC654A4FEAF355280834D8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ManualResetEventSlim_CancellationTokenCallback_mBA33A4DB70A9C2229CF69294DAE6ACF80E03A44A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ManualResetEventSlim_ThrowIfDisposed_m68328548D9387612CD25EC7C8243EA8AC2209CFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ManualResetEventSlim_Wait_mBBC47852C86E2A3D08FADAF3DE0588A2CE720B2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ManualResetEventSlim__ctor_m9755B7ADD1C06A7CA340D730FD1E3694BB563B94_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ManualResetEventSlim_set_Waiters_m0824DE3322EE0956231F7FF6ADA7AB5525FBE250_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_GetFunctionPointerForDelegate_TisInvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B_mAD46AA16CCC747B1C3E06CD3380EF10C8068385B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Monitor_ObjPulseAll_m278E670C5FD44F4090CB507F06448DE828A13167_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Monitor_ObjPulse_m7EEAD07C0A96D15345DC0C269F6A3E96B1E6F9FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Monitor_ObjWait_m4308BA83ACF0A8262BF057D3967F6C3F56ADCDFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Monitor_PulseAll_mFE0F30CE6AE17C41852AFEA9FB3B78957CA103C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Monitor_Pulse_mA4885CDA903E733894EB46D7D4CA9F40C95FEE08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Monitor_ReliableEnterTimeout_m22D49EE9FE0652C88161D5EBECD10DE1AE0CBEEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Monitor_ThrowLockTakenException_m1E4E202C36CD2A82BDF1FD23AA4A202DC5DD547D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Monitor_Wait_m10B21AFD664C54CD662FA150806299C295662E01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OSSpecificSynchronizationContext_InvocationEntry_m056BCE43FF155AAE872FF7E565F8F72A50D26147_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OSSpecificSynchronizationContext_Send_m5A12B31893AD4DF9C8D841A8AFCC4FC08766E9F6_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__ctor_m7B7B9545500B72A83AC286C66E80177D48BE2F7F_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* 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* SparselyPopulatedArrayAddInfo_1_get_Index_m541231B47F059DF1FA073697B9FEB4BFA0FF40FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparselyPopulatedArrayFragment_1_SafeAtomicRemove_m37D4281493EFB759F2CDE5A71B3B83AAD026126C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparselyPopulatedArrayFragment_1_get_Item_mD60096C8D6868A0D00C3161BC0121CBD6981B691_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparselyPopulatedArrayFragment_1_get_Length_m5BB1F68AE5E824D475FD2DD3AE77EE8A42523D54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparselyPopulatedArrayFragment_1_get_Prev_m48F03382B9F148CD65883E1278B9858BA148F5AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparselyPopulatedArray_1_Add_m9B0F080E515BF6957A5505C5F8B9BC00925D2902_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparselyPopulatedArray_1__ctor_mBB843E236187BA031139A284F2F15B70A8550457_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SparselyPopulatedArray_1_get_Tail_mF13EC01FF86BF3A82F1D835C37E1290C4B3CE7D1_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* 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_TrySetResult_mFC68BAD2AD67B63EF8E248E06F6C1819EF13A10E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1__ctor_m3A414F98FA833365D5DFA9DBBFD275B886CDFEAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1__ctor_m7891CB01EB20826147070EA4906F804ACF5402E0_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* 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_U3CGetU3Eb__3_0_mE598CE3A68DF7DE85A93E705B7DBA4A49C4A44F7_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* UTF8Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_mF6AC43430F20883E14DBA66CCD57FDB08410D855_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Decoder__ctor_m3900D596A26F3C558827CE87131D23650A19570C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoder_System_Runtime_Serialization_ISerializable_GetObjectData_m8A11A32151D821D011E131FADFCD3B1892B1D571_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoder__ctor_m1C354BEDF1ACEF24ACFFD70750FDDDFC24EEF4FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetByteCount_m00B8822CEA1616C243DEC8560A2A66E24F95B311_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetByteCount_m0C5965994DF9287934B4E3C6ED63B1F25781CD38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetByteCount_m58F023C91EF7DA51EB5C69EFF8F00A2716429317_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetByteCount_m6E44A29926EF5B72B0CD2C38E8C779FA07AA1BDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetBytes_m006B06B20D886296F71F5A41798D15E4810685F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetBytes_m0A056AE7A800341328EDED669C908539D9FC403C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetBytes_m577FD2A6D8AD349AC96CCBF14E398903ED28C8E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetBytes_mFACF11C1F1A670FEBC37FC8AF5EF8946CC632293_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetCharCount_mB1B822E211B19B628301E1ADA366DD7F21171DEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetCharCount_mFC2281052A855E9E7B22FB9B19D6D07F09032AAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetChars_m9B7B6E4F7C6652EEA5400BE32A0A466EB9729AEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetChars_mAB99E62EEE2BDEC12FE85A51D01DDDE292DB1301_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetMaxByteCount_m270F96DF3D65BFC52131081B6389C042376489F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetMaxCharCount_m460D869B6D7983E1602B19AF2C36B5DA91DF91EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF8Encoding_GetString_m658A2319A5A056256EFA8040A0B19DD37C402898_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetByteCount_m1BE4E7B6008034704E7FE6E36FF5A2CA4AC8CDB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetByteCount_m405DB099BEC039A490C89DF293A31EDD5460F3A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetByteCount_m6E80A3A2B361CADDCD1EE3820BB6B90166DB729B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetByteCount_mA2B1092DC7BCFC121984F8C3F39FC205BB16B1C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetBytes_m2BA25EE44610F15487C116CD77E5791FEF6406BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetBytes_m51F4BDB38B50C424CC9C56A5CD415F06201BBF11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetBytes_m6AF6FEBF9FE549F3FA5C74AC9F713A9E092688A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetBytes_m700A5A72B5B45142ECEF1769F4E93F62158A4F53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetCharCount_m217E0E44A0DAF664B8B75186068BCFD66B74E2FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetCharCount_mC2441E736DFDED51942BCE5BFF470D930AE8DD24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetChars_m08B0A1CA528F7BA40EDDD9BCC06C61F426FCD8FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetChars_m1851E75B27E52009DBB8D6919B03AFBB693900A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetMaxByteCount_m803949D5B3CCE5B3ED01E6960C10E93A7996AF62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetMaxCharCount_m323F088F4ACB8BB272BB2630D1FB5DE8349C1039_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnicodeEncoding_GetString_m493D3F2D4BE8754E2927D7E1DCE523E589DFDDDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7_0_0_0_var; IL2CPP_EXTERN_C const uint32_t AbandonedMutexException_SetupException_m3620C49DD4CA315DDAD5F436A7D698865597212A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AbandonedMutexException__ctor_m5D2377FCE41D4EA1068C207B0105C7322D521666_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AbandonedMutexException__ctor_mD789CDEE6F2EFECA949F0205C4AA37F140476E05_MetadataUsageId; 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_m47BB05AEC35713EAAF5030364C1806E6344F9206mscorlib19_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 CancellationCallbackInfo_ExecuteCallback_m0DDF290EAF97174E7804CFCFF0E4046A462359E8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationCallbackInfo_ExecutionContextCallback_mB1FBA4F85DEFE0E6A4C2E8EE4356328F84C568BF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenRegistration_Equals_m10EEB16AA8BC130896117762D369A9F4BA60D212_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenRegistration_Equals_m9E14BA0279256C70D29B34972246160746E6D923_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenRegistration_GetHashCode_mC3D4E862DCD10D81390A03351B19C279F92E9F47_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenRegistration_TryDeregister_m930D84197FB96E0D1206D9CAAF07F5AC8149CC15_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenSource_CancellationCallbackCoreWork_OnSyncContext_mED1CE60BF0239180B1B56F0B23DE82D993CA9B04_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenSource_CancellationCallbackCoreWork_m3D1D5FB775D5A4267D2CC92B8D4408C9F83EC7FA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenSource_CreateLinkedTokenSource_m2C81DC36FDD60133E058DFCFCF84043F93631206_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenSource_Dispose_m355F31379114D84277E98F75E23D5001762B03D4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenSource_ExecuteCallbackHandlers_m76E8C9E760A83EE908F32C66264252B1179AF6FE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenSource_InternalGetStaticSource_mC9F17578A05A8DBA185E77FAA41716018049D780_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenSource_InternalRegister_mE96AC3A0397A2A1FEEE19AE7E87BB9875A643B4C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenSource_LinkedTokenCancelDelegate_m18C92FD7D9FD687B2FD23E20DB257B8235E72290_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenSource_NotifyCancellation_m1C3A5219D3E867C853814B778B0F469E678E1936_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenSource_ThrowIfDisposed_m8961F3447AA0E13EA0BDE1319CE0EE474107F1CB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenSource_ThrowObjectDisposedException_m30B520555080BCD70DD6F2A976CE6591AF4C2929_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenSource_TimerCallbackLogic_m3F4005918CD6D2C017A0EC40AB6DB5FB2ADD399E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationTokenSource__cctor_m8203245EF49D134509404F757D0458F972A40049_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationToken_ActionToActionObjShunt_mFEFE0634A530A4AAD46923F69CE24CEFD9C7CD02_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationToken_Equals_m2837C59A5008EBB7F0A470DA0C9FF41B34C174EB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationToken_Equals_m8E3FA5F24457451D6D5BF428D9D9F8DACE633F3B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationToken_GetHashCode_m68576A21A87EAD6E2F103D91610FAEF4B15C4F72_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationToken_Register_mD300585BB9E11B4EA78DD0799363B7FC08BA2AB6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationToken_ThrowIfSourceDisposed_m8E42C0EEDC94CA3AB799D787A25E1BF63EC33271_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationToken_ThrowObjectDisposedException_m646DAB9F446B2B0F7004B3EBD53828A2782202E1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationToken_ThrowOperationCanceledException_mE47E67891F02F14C9245FC65B5674D6E95E38F07_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CancellationToken__cctor_mFBCA0FC18EE30B8712359D9736C7169B8B1E1D20_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CompletionActionInvoker_ExecuteWorkItem_m709B36ADF0D0B53EAA2C170C22708BBE3F1F1054_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 DecoderUTF7FallbackBuffer_InternalFallback_m80ABF1CD1778095FB2532CB497678EA9AB426EEC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DecoderUTF7Fallback_CreateFallbackBuffer_m9C89CE835AA57831A92157D07303EDF1AA15E1B4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DecoderUTF7Fallback_Equals_m48858A6CB573B9F0E4C439822FFDF508A6C211CB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_m3264A3E507DECE057E8DD13F8A7E9AB85D0CABA1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_mBD8F48CD8D13B65C0F8D8E014A88D1E72F57C40C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Decoder__ctor_m43C8FDD9CC906D3B60FF6A82E9ED2AA072A7AD5D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Decoder__ctor_mBD3284B1F2B9A56C6DF03CB12C816C7CEA0B4041_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Encoder_System_Runtime_Serialization_ISerializable_GetObjectData_m399496D433133BAF8C6815345803BAF8D0E71235_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Encoder__ctor_mAC8DA76F264302FCCA964D15397BE8DCA4AE2880_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EventWaitHandle__ctor_mF94C3A6A3359C11FE2298EA98549A6982296D575_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContextSwitcher_UndoNoThrow_mCC04A25B399863F9A5F60C5B4A8BD309F3ED7347_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContextSwitcher_Undo_m4E0A7D83FDA7AFD4ACD574E89A57AB46A038C57E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_Capture_m03E9840F580CC8E82725D5969D6132B0ABADD5F2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_Capture_m7569585FA0C4055C37E34D5C12931F68202A37C0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_CreateCopy_mD0C2EA5AE6F140C566D3DC1B0E7896AEDBBAA6F1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_CreateMutableCopy_mA3CD86A88C02101A1E6F33D0111FBE1DD926238F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_EstablishCopyOnWriteScope_mCB6F76C243352732B36223FBE3EB97653CDA39C1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_FastCapture_m45BB22D28452F5CF987B1D0C33EE75FB801D9856_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_GetObjectData_mDAEFACD4FDD08A3D172817609DC14BBCC3F07BEC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_OnAsyncLocalContextChanged_m065685C3107AD21537481C31837D2E80ED7C79E9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_RunInternal_m5BF955CE8B04D9A7C959B9011579CC0FABD5FC56_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_Run_m97152E1791C019905F6297946D7411CA6683CCEB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_Run_mFF76DDA6501D993EB4A4B79EFDAF1F6476920945_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_SetExecutionContext_mBF4C305666E3D29C44D272C56423FEB625B4AA69_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_SetLocalValue_mA568451E76B8EA7EBB6B7BD58D5CB91E50D89193_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext__cctor_m15E6CE59692055D46D6BA8E29AE15242B82CB509_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext__ctor_m65F7362F5355A02FCDD0AF489A8E08938826306A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_get_IllogicalCallContext_mF40D7B86635406455FB7449EAFF7545C3342E576_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_get_LogicalCallContext_m8BC3B30F9A6E55E7739BA1DF28913107CC4B20E3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_get_PreAllocatedDefault_m67D699DE0503E4BC8FB524A9F46669087705FF8E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExecutionContext_get_PreAllocatedDefault_m67D699DE0503E4BC8FB524A9F46669087705FF8Emscorlib19_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InvocationEntryDelegate_BeginInvoke_m3DEF0481A228CEEA3E7437B9E6521F6B2C11C1AF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LockRecursionException__ctor_m02935695289AA1D17CF009C33041AE52BD57EFBA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LockRecursionException__ctor_m52DB782195FFB9EED4C8E5BD37B46D0748E02CB8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LockRecursionException__ctor_mC4B847F5F4421F0B7EA18E302D346C35C8A2F9E1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManualResetEventSlim_CancellationTokenCallback_mBA33A4DB70A9C2229CF69294DAE6ACF80E03A44A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManualResetEventSlim_Dispose_mDF9E897811F63EA93C87E4D2FE66B138A66146AA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManualResetEventSlim_EnsureLockObjectCreated_mCDAE627FB0EA7D6B1AFD1287DF1F75327D1001BE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManualResetEventSlim_LazyInitializeEvent_m89304BBD985461820DA32D24D70D11408B6C00FC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManualResetEventSlim_ThrowIfDisposed_m68328548D9387612CD25EC7C8243EA8AC2209CFB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManualResetEventSlim_Wait_mBBC47852C86E2A3D08FADAF3DE0588A2CE720B2F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManualResetEventSlim__cctor_m8E22FD288B875100D450053F98546E7173856142_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManualResetEventSlim__ctor_m9755B7ADD1C06A7CA340D730FD1E3694BB563B94_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManualResetEventSlim_get_IsSet_mF9C923A1085E5C05A4A9B4844FD43D33F9B51EFC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManualResetEventSlim_get_SpinCount_mE29E0B22B1DD69028AAF7118564096AC1A6D78F5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManualResetEventSlim_get_Waiters_mB3A3F8D5C0AEDA7176F4465F369E43ED349973E5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManualResetEventSlim_set_Waiters_m0824DE3322EE0956231F7FF6ADA7AB5525FBE250_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Monitor_ObjPulseAll_m278E670C5FD44F4090CB507F06448DE828A13167_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Monitor_ObjPulse_m7EEAD07C0A96D15345DC0C269F6A3E96B1E6F9FB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Monitor_ObjWait_m4308BA83ACF0A8262BF057D3967F6C3F56ADCDFA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Monitor_PulseAll_mFE0F30CE6AE17C41852AFEA9FB3B78957CA103C5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Monitor_Pulse_mA4885CDA903E733894EB46D7D4CA9F40C95FEE08_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Monitor_ReliableEnterTimeout_m22D49EE9FE0652C88161D5EBECD10DE1AE0CBEEE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Monitor_ThrowLockTakenException_m1E4E202C36CD2A82BDF1FD23AA4A202DC5DD547D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Monitor_Wait_m10B21AFD664C54CD662FA150806299C295662E01_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t OSSpecificSynchronizationContext_CreateCopy_mCB7482FE48FCECFAB6CAFD78A97478FC295ACE09_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t OSSpecificSynchronizationContext_Get_m0DB575C35C4E1CCBA0E664CB66EAA3C4E75D4DE4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t OSSpecificSynchronizationContext_InvocationEntry_m056BCE43FF155AAE872FF7E565F8F72A50D26147_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t OSSpecificSynchronizationContext_Post_mD3A5A616F6DA8C5049151FA3BC04C00B06F81D85_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t OSSpecificSynchronizationContext_Send_m5A12B31893AD4DF9C8D841A8AFCC4FC08766E9F6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t OSSpecificSynchronizationContext__cctor_m899A691E7AE31A930E4EB24C667AEED9E9C4424F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PlatformHelper_get_ProcessorCount_mED31378FF99FA52193863291A42F4EA623F62E13_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 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 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 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_m77660CC4D6299E3D4FEEADD1EEB2ED81479EF1E9mscorlib19_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 TaskNode_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem_m2A1D7178C0607E8D486EAE95F78CAC52DA778E97_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskNode__ctor_m72EC4C4F9BA296764F5694BF5D41153341D32E0C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TaskScheduler_get_Default_mC3794A546EB0F4C6D0A11E72F8939EC364733C87mscorlib19_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_m6BD4F17F5DAF5AC20BD6051A854D0BD702025892mscorlib19_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 U3CU3Ec_U3CGetU3Eb__3_0_mE598CE3A68DF7DE85A93E705B7DBA4A49C4A44F7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CThrowAsyncIfNecessaryU3Eb__17_0_m69AC8BB37F4FE03EC3C1D3F5D0275BDF209BE24B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3C_cctorU3Eb__7_0_m8D4421278962DBF67E7164884D652DB516D390FD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_m46015CEDA36D3948DEC9E120338956ECA01C907E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_m6C743B16DE881C286D91E715170C9149E338DF7A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_mA9AE81453B216060FAC079D67A7B172C20D81EEA_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 UTF8Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_mF6AC43430F20883E14DBA66CCD57FDB08410D855_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Decoder__ctor_m3900D596A26F3C558827CE87131D23650A19570C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoder_System_Runtime_Serialization_ISerializable_GetObjectData_m8A11A32151D821D011E131FADFCD3B1892B1D571_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoder__ctor_m1C354BEDF1ACEF24ACFFD70750FDDDFC24EEF4FF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_Equals_m2BF463E07B0304E841EDAC52E43629927DF54186_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetByteCount_m00B8822CEA1616C243DEC8560A2A66E24F95B311_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetByteCount_m0C5965994DF9287934B4E3C6ED63B1F25781CD38_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetByteCount_m58F023C91EF7DA51EB5C69EFF8F00A2716429317_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetByteCount_m6E44A29926EF5B72B0CD2C38E8C779FA07AA1BDB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetBytesUnknown_mE3F703BD5E99262A2E1EA42753A9DC0D2F96E21E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetBytes_m006B06B20D886296F71F5A41798D15E4810685F6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetBytes_m0A056AE7A800341328EDED669C908539D9FC403C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetBytes_m577FD2A6D8AD349AC96CCBF14E398903ED28C8E8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetBytes_mFACF11C1F1A670FEBC37FC8AF5EF8946CC632293_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetCharCount_m017E8B367F7FC3F5961630795B453D9FA09066A1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetCharCount_mB1B822E211B19B628301E1ADA366DD7F21171DEF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetCharCount_mFC2281052A855E9E7B22FB9B19D6D07F09032AAE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetChars_m9B7B6E4F7C6652EEA5400BE32A0A466EB9729AEC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetChars_mAB99E62EEE2BDEC12FE85A51D01DDDE292DB1301_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetChars_mAE7C631B0AD49170C3A4E48E2DCFE0A38509F21B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetDecoder_m78E40B3C61C994CE261C05856AC57D78C611923A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetEncoder_mC09544315BDA3DFD7653F097D147751870C44088_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetMaxByteCount_m270F96DF3D65BFC52131081B6389C042376489F7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetMaxCharCount_m460D869B6D7983E1602B19AF2C36B5DA91DF91EF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetPreamble_mE20608AE4BAD32399B80B9589E7610266F724319_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_GetString_m658A2319A5A056256EFA8040A0B19DD37C402898_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF8Encoding_SetDefaultFallbacks_mC9603C9F5EB1CFEF71EFCD727D30B762152D3CF3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_Equals_m846EC3B8B8F82331F19D3DD06A5116AC0FB3713F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetByteCount_m1BE4E7B6008034704E7FE6E36FF5A2CA4AC8CDB5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetByteCount_m405DB099BEC039A490C89DF293A31EDD5460F3A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetByteCount_m6E80A3A2B361CADDCD1EE3820BB6B90166DB729B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetByteCount_mA2B1092DC7BCFC121984F8C3F39FC205BB16B1C9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetBytes_m2BA25EE44610F15487C116CD77E5791FEF6406BF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetBytes_m51F4BDB38B50C424CC9C56A5CD415F06201BBF11_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetBytes_m6AF6FEBF9FE549F3FA5C74AC9F713A9E092688A6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetBytes_m700A5A72B5B45142ECEF1769F4E93F62158A4F53_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetCharCount_m217E0E44A0DAF664B8B75186068BCFD66B74E2FA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetCharCount_m3263B63117001BD1B9FD35ECAFA7AF59FF942A9D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetCharCount_mC2441E736DFDED51942BCE5BFF470D930AE8DD24_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetChars_m08B0A1CA528F7BA40EDDD9BCC06C61F426FCD8FE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetChars_m1851E75B27E52009DBB8D6919B03AFBB693900A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetChars_m4AECCFFEB030ED6B5F2324C89708E78BF7E487B6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetDecoder_mA5098A7EC1FF45462D371BE3B223D39CA68A8FC6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetEncoder_mDB2DBEC11DEB71CBA4E30BDCCE142E89EC94762E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetMaxByteCount_m803949D5B3CCE5B3ED01E6960C10E93A7996AF62_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetMaxCharCount_m323F088F4ACB8BB272BB2630D1FB5DE8349C1039_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetPreamble_m6E587B2D47349B11E1DBD11DD9734DD845EFB7ED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_GetString_m493D3F2D4BE8754E2927D7E1DCE523E589DFDDDF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding_SetDefaultFallbacks_m65D106FB3B1FC4789DA6DB4AAE9A4A100B1BB6FE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UnicodeEncoding__cctor_mFB6BD5AF283304579BD76A22ABBFAD97388D58F0_MetadataUsageId; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B;; struct Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_com; struct Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_com;; struct Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_pinvoke; struct Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_pinvoke;; struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF; struct CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B; struct SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813; struct TaskU5BU5D_tE4155ED1F21E503C57CC7066D9B6AB64EE0DDDCE; 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.Attribute struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject { public: public: }; // System.BitConverter struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE : public RuntimeObject { public: public: }; struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields { public: // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_0; public: inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast(offsetof(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields, ___IsLittleEndian_0)); } inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; } inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; } inline void set_IsLittleEndian_0(bool value) { ___IsLittleEndian_0 = value; } }; // System.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.Dictionary`2 struct Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A : 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_tFE4CBBB814F2F1327EBFB70EECC3080F86EC0F22* ___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_tC9632C13D29D6621F262876DFBC5AB94C0E5D535 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t39673C72199219032B7AEA365751E04083342843 * ___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_t46E74B8986EB45A18D8623D1C9307E035EB0D03A, ___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_t46E74B8986EB45A18D8623D1C9307E035EB0D03A, ___entries_1)); } inline EntryU5BU5D_tFE4CBBB814F2F1327EBFB70EECC3080F86EC0F22* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tFE4CBBB814F2F1327EBFB70EECC3080F86EC0F22** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tFE4CBBB814F2F1327EBFB70EECC3080F86EC0F22* 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_t46E74B8986EB45A18D8623D1C9307E035EB0D03A, ___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_t46E74B8986EB45A18D8623D1C9307E035EB0D03A, ___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_t46E74B8986EB45A18D8623D1C9307E035EB0D03A, ___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_t46E74B8986EB45A18D8623D1C9307E035EB0D03A, ___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_t46E74B8986EB45A18D8623D1C9307E035EB0D03A, ___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_t46E74B8986EB45A18D8623D1C9307E035EB0D03A, ___keys_7)); } inline KeyCollection_tC9632C13D29D6621F262876DFBC5AB94C0E5D535 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tC9632C13D29D6621F262876DFBC5AB94C0E5D535 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tC9632C13D29D6621F262876DFBC5AB94C0E5D535 * 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_t46E74B8986EB45A18D8623D1C9307E035EB0D03A, ___values_8)); } inline ValueCollection_t39673C72199219032B7AEA365751E04083342843 * get_values_8() const { return ___values_8; } inline ValueCollection_t39673C72199219032B7AEA365751E04083342843 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t39673C72199219032B7AEA365751E04083342843 * 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_t46E74B8986EB45A18D8623D1C9307E035EB0D03A, ____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_t864E43C85FFFD16A2A0685F30AC877138E106F2A : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* ____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_t864E43C85FFFD16A2A0685F30AC877138E106F2A, ____items_1)); } inline ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* get__items_1() const { return ____items_1; } inline ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* 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_t864E43C85FFFD16A2A0685F30AC877138E106F2A, ____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_t864E43C85FFFD16A2A0685F30AC877138E106F2A, ____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_t864E43C85FFFD16A2A0685F30AC877138E106F2A, ____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_t864E43C85FFFD16A2A0685F30AC877138E106F2A_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A_StaticFields, ____emptyArray_5)); } inline ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* get__emptyArray_5() const { return ____emptyArray_5; } inline ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (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_t1ADF451D4F388C3376F9A7121B54405D616DC6EB : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IAsyncLocalU5BU5D_tBDC14749468062D210F77B708AC0A8A7176E8436* ____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_t1ADF451D4F388C3376F9A7121B54405D616DC6EB, ____items_1)); } inline IAsyncLocalU5BU5D_tBDC14749468062D210F77B708AC0A8A7176E8436* get__items_1() const { return ____items_1; } inline IAsyncLocalU5BU5D_tBDC14749468062D210F77B708AC0A8A7176E8436** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IAsyncLocalU5BU5D_tBDC14749468062D210F77B708AC0A8A7176E8436* 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_t1ADF451D4F388C3376F9A7121B54405D616DC6EB, ____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_t1ADF451D4F388C3376F9A7121B54405D616DC6EB, ____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_t1ADF451D4F388C3376F9A7121B54405D616DC6EB, ____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_t1ADF451D4F388C3376F9A7121B54405D616DC6EB_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray IAsyncLocalU5BU5D_tBDC14749468062D210F77B708AC0A8A7176E8436* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB_StaticFields, ____emptyArray_5)); } inline IAsyncLocalU5BU5D_tBDC14749468062D210F77B708AC0A8A7176E8436* get__emptyArray_5() const { return ____emptyArray_5; } inline IAsyncLocalU5BU5D_tBDC14749468062D210F77B708AC0A8A7176E8436** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(IAsyncLocalU5BU5D_tBDC14749468062D210F77B708AC0A8A7176E8436* 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.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.EmptyArray`1 struct EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C : public RuntimeObject { public: public: }; struct EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields { public: // T[] System.EmptyArray`1::Value ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields, ___Value_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Value_0() const { return ___Value_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // 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.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 : 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_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602, ___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_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602, ____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_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602, ___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.Remoting.Messaging.IllogicalCallContext struct IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Remoting.Messaging.IllogicalCallContext::m_Datastore Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___m_Datastore_0; // System.Object System.Runtime.Remoting.Messaging.IllogicalCallContext::m_HostContext RuntimeObject * ___m_HostContext_1; public: inline static int32_t get_offset_of_m_Datastore_0() { return static_cast(offsetof(IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179, ___m_Datastore_0)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_m_Datastore_0() const { return ___m_Datastore_0; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_m_Datastore_0() { return &___m_Datastore_0; } inline void set_m_Datastore_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___m_Datastore_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Datastore_0), (void*)value); } inline static int32_t get_offset_of_m_HostContext_1() { return static_cast(offsetof(IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179, ___m_HostContext_1)); } inline RuntimeObject * get_m_HostContext_1() const { return ___m_HostContext_1; } inline RuntimeObject ** get_address_of_m_HostContext_1() { return &___m_HostContext_1; } inline void set_m_HostContext_1(RuntimeObject * value) { ___m_HostContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HostContext_1), (void*)value); } }; // System.Runtime.Remoting.Messaging.LogicalCallContext struct LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Remoting.Messaging.LogicalCallContext::m_Datastore Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___m_Datastore_1; // System.Runtime.Remoting.Messaging.CallContextRemotingData System.Runtime.Remoting.Messaging.LogicalCallContext::m_RemotingData CallContextRemotingData_t40838E8CBCE35E4459B70A8F701128385E2D1347 * ___m_RemotingData_2; // System.Runtime.Remoting.Messaging.CallContextSecurityData System.Runtime.Remoting.Messaging.LogicalCallContext::m_SecurityData CallContextSecurityData_t72826F22C5CFD231ECF664638EFFBF458D0AE9AF * ___m_SecurityData_3; // System.Object System.Runtime.Remoting.Messaging.LogicalCallContext::m_HostContext RuntimeObject * ___m_HostContext_4; // System.Boolean System.Runtime.Remoting.Messaging.LogicalCallContext::m_IsCorrelationMgr bool ___m_IsCorrelationMgr_5; public: inline static int32_t get_offset_of_m_Datastore_1() { return static_cast(offsetof(LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E, ___m_Datastore_1)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_m_Datastore_1() const { return ___m_Datastore_1; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_m_Datastore_1() { return &___m_Datastore_1; } inline void set_m_Datastore_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___m_Datastore_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Datastore_1), (void*)value); } inline static int32_t get_offset_of_m_RemotingData_2() { return static_cast(offsetof(LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E, ___m_RemotingData_2)); } inline CallContextRemotingData_t40838E8CBCE35E4459B70A8F701128385E2D1347 * get_m_RemotingData_2() const { return ___m_RemotingData_2; } inline CallContextRemotingData_t40838E8CBCE35E4459B70A8F701128385E2D1347 ** get_address_of_m_RemotingData_2() { return &___m_RemotingData_2; } inline void set_m_RemotingData_2(CallContextRemotingData_t40838E8CBCE35E4459B70A8F701128385E2D1347 * value) { ___m_RemotingData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RemotingData_2), (void*)value); } inline static int32_t get_offset_of_m_SecurityData_3() { return static_cast(offsetof(LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E, ___m_SecurityData_3)); } inline CallContextSecurityData_t72826F22C5CFD231ECF664638EFFBF458D0AE9AF * get_m_SecurityData_3() const { return ___m_SecurityData_3; } inline CallContextSecurityData_t72826F22C5CFD231ECF664638EFFBF458D0AE9AF ** get_address_of_m_SecurityData_3() { return &___m_SecurityData_3; } inline void set_m_SecurityData_3(CallContextSecurityData_t72826F22C5CFD231ECF664638EFFBF458D0AE9AF * value) { ___m_SecurityData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SecurityData_3), (void*)value); } inline static int32_t get_offset_of_m_HostContext_4() { return static_cast(offsetof(LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E, ___m_HostContext_4)); } inline RuntimeObject * get_m_HostContext_4() const { return ___m_HostContext_4; } inline RuntimeObject ** get_address_of_m_HostContext_4() { return &___m_HostContext_4; } inline void set_m_HostContext_4(RuntimeObject * value) { ___m_HostContext_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HostContext_4), (void*)value); } inline static int32_t get_offset_of_m_IsCorrelationMgr_5() { return static_cast(offsetof(LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E, ___m_IsCorrelationMgr_5)); } inline bool get_m_IsCorrelationMgr_5() const { return ___m_IsCorrelationMgr_5; } inline bool* get_address_of_m_IsCorrelationMgr_5() { return &___m_IsCorrelationMgr_5; } inline void set_m_IsCorrelationMgr_5(bool value) { ___m_IsCorrelationMgr_5 = value; } }; struct LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E_StaticFields { public: // System.Type System.Runtime.Remoting.Messaging.LogicalCallContext::s_callContextType Type_t * ___s_callContextType_0; public: inline static int32_t get_offset_of_s_callContextType_0() { return static_cast(offsetof(LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E_StaticFields, ___s_callContextType_0)); } inline Type_t * get_s_callContextType_0() const { return ___s_callContextType_0; } inline Type_t ** get_address_of_s_callContextType_0() { return &___s_callContextType_0; } inline void set_s_callContextType_0(Type_t * value) { ___s_callContextType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_callContextType_0), (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.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0; // System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1; // System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems int32_t ___m_numItems_3; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem int32_t ___m_currItem_4; // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current bool ___m_current_5; public: inline static int32_t get_offset_of_m_members_0() { return static_cast(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_members_0)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; } inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___m_members_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value); } inline static int32_t get_offset_of_m_data_1() { return static_cast(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_data_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; } inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value); } inline static int32_t get_offset_of_m_types_2() { return static_cast(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_types_2)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; } inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___m_types_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value); } inline static int32_t get_offset_of_m_numItems_3() { return static_cast(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_numItems_3)); } inline int32_t get_m_numItems_3() const { return ___m_numItems_3; } inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; } inline void set_m_numItems_3(int32_t value) { ___m_numItems_3 = value; } inline static int32_t get_offset_of_m_currItem_4() { return static_cast(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_currItem_4)); } inline int32_t get_m_currItem_4() const { return ___m_currItem_4; } inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; } inline void set_m_currItem_4(int32_t value) { ___m_currItem_4 = value; } inline static int32_t get_offset_of_m_current_5() { return static_cast(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_current_5)); } inline bool get_m_current_5() const { return ___m_current_5; } inline bool* get_address_of_m_current_5() { return &___m_current_5; } inline void set_m_current_5(bool value) { ___m_current_5 = value; } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.Decoder struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 : public RuntimeObject { public: // System.Text.DecoderFallback System.Text.Decoder::m_fallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___m_fallback_0; // System.Text.DecoderFallbackBuffer System.Text.Decoder::m_fallbackBuffer DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * ___m_fallbackBuffer_1; public: inline static int32_t get_offset_of_m_fallback_0() { return static_cast(offsetof(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallback_0)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_m_fallback_0() const { return ___m_fallback_0; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_m_fallback_0() { return &___m_fallback_0; } inline void set_m_fallback_0(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___m_fallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value); } inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast(offsetof(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallbackBuffer_1)); } inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; } inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; } inline void set_m_fallbackBuffer_1(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * value) { ___m_fallbackBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value); } }; // System.Text.DecoderFallback struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 : public RuntimeObject { public: // System.Boolean System.Text.DecoderFallback::bIsMicrosoftBestFitFallback bool ___bIsMicrosoftBestFitFallback_0; public: inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60, ___bIsMicrosoftBestFitFallback_0)); } inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; } inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; } inline void set_bIsMicrosoftBestFitFallback_0(bool value) { ___bIsMicrosoftBestFitFallback_0 = value; } }; struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields { public: // System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::replacementFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___replacementFallback_1; // System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::exceptionFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___exceptionFallback_2; // System.Object System.Text.DecoderFallback::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_3; public: inline static int32_t get_offset_of_replacementFallback_1() { return static_cast(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___replacementFallback_1)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_replacementFallback_1() const { return ___replacementFallback_1; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; } inline void set_replacementFallback_1(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___replacementFallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value); } inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___exceptionFallback_2)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_exceptionFallback_2() const { return ___exceptionFallback_2; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; } inline void set_exceptionFallback_2(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___exceptionFallback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___exceptionFallback_2), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___s_InternalSyncObject_3)); } inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; } inline void set_s_InternalSyncObject_3(RuntimeObject * value) { ___s_InternalSyncObject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_3), (void*)value); } }; // System.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C : public RuntimeObject { public: // System.Byte* System.Text.DecoderFallbackBuffer::byteStart uint8_t* ___byteStart_0; // System.Char* System.Text.DecoderFallbackBuffer::charEnd Il2CppChar* ___charEnd_1; public: inline static int32_t get_offset_of_byteStart_0() { return static_cast(offsetof(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C, ___byteStart_0)); } inline uint8_t* get_byteStart_0() const { return ___byteStart_0; } inline uint8_t** get_address_of_byteStart_0() { return &___byteStart_0; } inline void set_byteStart_0(uint8_t* value) { ___byteStart_0 = value; } inline static int32_t get_offset_of_charEnd_1() { return static_cast(offsetof(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C, ___charEnd_1)); } inline Il2CppChar* get_charEnd_1() const { return ___charEnd_1; } inline Il2CppChar** get_address_of_charEnd_1() { return &___charEnd_1; } inline void set_charEnd_1(Il2CppChar* value) { ___charEnd_1 = value; } }; // System.Text.Encoder struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 : public RuntimeObject { public: // System.Text.EncoderFallback System.Text.Encoder::m_fallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___m_fallback_0; // System.Text.EncoderFallbackBuffer System.Text.Encoder::m_fallbackBuffer EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * ___m_fallbackBuffer_1; public: inline static int32_t get_offset_of_m_fallback_0() { return static_cast(offsetof(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallback_0)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_m_fallback_0() const { return ___m_fallback_0; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_m_fallback_0() { return &___m_fallback_0; } inline void set_m_fallback_0(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___m_fallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value); } inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast(offsetof(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallbackBuffer_1)); } inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; } inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; } inline void set_m_fallbackBuffer_1(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * value) { ___m_fallbackBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value); } }; // System.Text.EncoderFallback struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 : public RuntimeObject { public: // System.Boolean System.Text.EncoderFallback::bIsMicrosoftBestFitFallback bool ___bIsMicrosoftBestFitFallback_0; public: inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63, ___bIsMicrosoftBestFitFallback_0)); } inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; } inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; } inline void set_bIsMicrosoftBestFitFallback_0(bool value) { ___bIsMicrosoftBestFitFallback_0 = value; } }; struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields { public: // System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::replacementFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___replacementFallback_1; // System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::exceptionFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___exceptionFallback_2; // System.Object System.Text.EncoderFallback::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_3; public: inline static int32_t get_offset_of_replacementFallback_1() { return static_cast(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___replacementFallback_1)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_replacementFallback_1() const { return ___replacementFallback_1; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; } inline void set_replacementFallback_1(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___replacementFallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value); } inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___exceptionFallback_2)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_exceptionFallback_2() const { return ___exceptionFallback_2; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; } inline void set_exceptionFallback_2(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___exceptionFallback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___exceptionFallback_2), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___s_InternalSyncObject_3)); } inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; } inline void set_s_InternalSyncObject_3(RuntimeObject * value) { ___s_InternalSyncObject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_3), (void*)value); } }; // System.Text.EncoderFallbackBuffer struct EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C : public RuntimeObject { public: // System.Char* System.Text.EncoderFallbackBuffer::charStart Il2CppChar* ___charStart_0; // System.Char* System.Text.EncoderFallbackBuffer::charEnd Il2CppChar* ___charEnd_1; // System.Text.EncoderNLS System.Text.EncoderFallbackBuffer::encoder EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder_2; // System.Boolean System.Text.EncoderFallbackBuffer::setEncoder bool ___setEncoder_3; // System.Boolean System.Text.EncoderFallbackBuffer::bUsedEncoder bool ___bUsedEncoder_4; // System.Boolean System.Text.EncoderFallbackBuffer::bFallingBack bool ___bFallingBack_5; // System.Int32 System.Text.EncoderFallbackBuffer::iRecursionCount int32_t ___iRecursionCount_6; public: inline static int32_t get_offset_of_charStart_0() { return static_cast(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___charStart_0)); } inline Il2CppChar* get_charStart_0() const { return ___charStart_0; } inline Il2CppChar** get_address_of_charStart_0() { return &___charStart_0; } inline void set_charStart_0(Il2CppChar* value) { ___charStart_0 = value; } inline static int32_t get_offset_of_charEnd_1() { return static_cast(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___charEnd_1)); } inline Il2CppChar* get_charEnd_1() const { return ___charEnd_1; } inline Il2CppChar** get_address_of_charEnd_1() { return &___charEnd_1; } inline void set_charEnd_1(Il2CppChar* value) { ___charEnd_1 = value; } inline static int32_t get_offset_of_encoder_2() { return static_cast(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___encoder_2)); } inline EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * get_encoder_2() const { return ___encoder_2; } inline EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 ** get_address_of_encoder_2() { return &___encoder_2; } inline void set_encoder_2(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * value) { ___encoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value); } inline static int32_t get_offset_of_setEncoder_3() { return static_cast(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___setEncoder_3)); } inline bool get_setEncoder_3() const { return ___setEncoder_3; } inline bool* get_address_of_setEncoder_3() { return &___setEncoder_3; } inline void set_setEncoder_3(bool value) { ___setEncoder_3 = value; } inline static int32_t get_offset_of_bUsedEncoder_4() { return static_cast(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___bUsedEncoder_4)); } inline bool get_bUsedEncoder_4() const { return ___bUsedEncoder_4; } inline bool* get_address_of_bUsedEncoder_4() { return &___bUsedEncoder_4; } inline void set_bUsedEncoder_4(bool value) { ___bUsedEncoder_4 = value; } inline static int32_t get_offset_of_bFallingBack_5() { return static_cast(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___bFallingBack_5)); } inline bool get_bFallingBack_5() const { return ___bFallingBack_5; } inline bool* get_address_of_bFallingBack_5() { return &___bFallingBack_5; } inline void set_bFallingBack_5(bool value) { ___bFallingBack_5 = value; } inline static int32_t get_offset_of_iRecursionCount_6() { return static_cast(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___iRecursionCount_6)); } inline int32_t get_iRecursionCount_6() const { return ___iRecursionCount_6; } inline int32_t* get_address_of_iRecursionCount_6() { return &___iRecursionCount_6; } inline void set_iRecursionCount_6(int32_t value) { ___iRecursionCount_6 = value; } }; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_56)); } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_59)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_60)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // System.Threading.CancellationCallbackInfo struct CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 : public RuntimeObject { public: // System.Action`1 System.Threading.CancellationCallbackInfo::Callback Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___Callback_0; // System.Object System.Threading.CancellationCallbackInfo::StateForCallback RuntimeObject * ___StateForCallback_1; // System.Threading.SynchronizationContext System.Threading.CancellationCallbackInfo::TargetSyncContext SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___TargetSyncContext_2; // System.Threading.ExecutionContext System.Threading.CancellationCallbackInfo::TargetExecutionContext ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___TargetExecutionContext_3; // System.Threading.CancellationTokenSource System.Threading.CancellationCallbackInfo::CancellationTokenSource CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___CancellationTokenSource_4; public: inline static int32_t get_offset_of_Callback_0() { return static_cast(offsetof(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36, ___Callback_0)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_Callback_0() const { return ___Callback_0; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_Callback_0() { return &___Callback_0; } inline void set_Callback_0(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___Callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Callback_0), (void*)value); } inline static int32_t get_offset_of_StateForCallback_1() { return static_cast(offsetof(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36, ___StateForCallback_1)); } inline RuntimeObject * get_StateForCallback_1() const { return ___StateForCallback_1; } inline RuntimeObject ** get_address_of_StateForCallback_1() { return &___StateForCallback_1; } inline void set_StateForCallback_1(RuntimeObject * value) { ___StateForCallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___StateForCallback_1), (void*)value); } inline static int32_t get_offset_of_TargetSyncContext_2() { return static_cast(offsetof(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36, ___TargetSyncContext_2)); } inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * get_TargetSyncContext_2() const { return ___TargetSyncContext_2; } inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 ** get_address_of_TargetSyncContext_2() { return &___TargetSyncContext_2; } inline void set_TargetSyncContext_2(SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * value) { ___TargetSyncContext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetSyncContext_2), (void*)value); } inline static int32_t get_offset_of_TargetExecutionContext_3() { return static_cast(offsetof(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36, ___TargetExecutionContext_3)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_TargetExecutionContext_3() const { return ___TargetExecutionContext_3; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_TargetExecutionContext_3() { return &___TargetExecutionContext_3; } inline void set_TargetExecutionContext_3(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___TargetExecutionContext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetExecutionContext_3), (void*)value); } inline static int32_t get_offset_of_CancellationTokenSource_4() { return static_cast(offsetof(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36, ___CancellationTokenSource_4)); } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get_CancellationTokenSource_4() const { return ___CancellationTokenSource_4; } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of_CancellationTokenSource_4() { return &___CancellationTokenSource_4; } inline void set_CancellationTokenSource_4(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value) { ___CancellationTokenSource_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___CancellationTokenSource_4), (void*)value); } }; struct CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36_StaticFields { public: // System.Threading.ContextCallback System.Threading.CancellationCallbackInfo::s_executionContextCallback ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_executionContextCallback_5; public: inline static int32_t get_offset_of_s_executionContextCallback_5() { return static_cast(offsetof(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36_StaticFields, ___s_executionContextCallback_5)); } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_executionContextCallback_5() const { return ___s_executionContextCallback_5; } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_executionContextCallback_5() { return &___s_executionContextCallback_5; } inline void set_s_executionContextCallback_5(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value) { ___s_executionContextCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_executionContextCallback_5), (void*)value); } }; // System.Threading.Interlocked struct Interlocked_tFC2D55B9E6E624D5151A9DC89A50567677F7F433 : public RuntimeObject { public: public: }; // System.Threading.LazyInitializer struct LazyInitializer_tFC4C124B28D8DA023D36F3298FC7EA95653CB8A7 : public RuntimeObject { public: public: }; // System.Threading.Monitor struct Monitor_tA5A8B4E2DBC141EA4B1CFA11CCCE5DA3E9A28B8A : public RuntimeObject { public: public: }; // System.Threading.NativeEventCalls struct NativeEventCalls_t26561D92C3434633F0456A316C5B91866382945F : public RuntimeObject { public: public: }; // System.Threading.OSSpecificSynchronizationContext_<>c struct U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96 : public RuntimeObject { public: public: }; struct U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_StaticFields { public: // System.Threading.OSSpecificSynchronizationContext_<>c System.Threading.OSSpecificSynchronizationContext_<>c::<>9 U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96 * ___U3CU3E9_0; // System.Runtime.CompilerServices.ConditionalWeakTable`2_CreateValueCallback System.Threading.OSSpecificSynchronizationContext_<>c::<>9__3_0 CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 * ___U3CU3E9__3_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__3_0_1() { return static_cast(offsetof(U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_StaticFields, ___U3CU3E9__3_0_1)); } inline CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 * get_U3CU3E9__3_0_1() const { return ___U3CU3E9__3_0_1; } inline CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 ** get_address_of_U3CU3E9__3_0_1() { return &___U3CU3E9__3_0_1; } inline void set_U3CU3E9__3_0_1(CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 * value) { ___U3CU3E9__3_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__3_0_1), (void*)value); } }; // System.Threading.OSSpecificSynchronizationContext_InvocationContext struct InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643 : public RuntimeObject { public: // System.Threading.SendOrPostCallback System.Threading.OSSpecificSynchronizationContext_InvocationContext::m_Delegate SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___m_Delegate_0; // System.Object System.Threading.OSSpecificSynchronizationContext_InvocationContext::m_State RuntimeObject * ___m_State_1; public: inline static int32_t get_offset_of_m_Delegate_0() { return static_cast(offsetof(InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643, ___m_Delegate_0)); } inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * get_m_Delegate_0() const { return ___m_Delegate_0; } inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 ** get_address_of_m_Delegate_0() { return &___m_Delegate_0; } inline void set_m_Delegate_0(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * value) { ___m_Delegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_0), (void*)value); } inline static int32_t get_offset_of_m_State_1() { return static_cast(offsetof(InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643, ___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); } }; // 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.SparselyPopulatedArray`1 struct SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC : public RuntimeObject { public: // System.Threading.SparselyPopulatedArrayFragment`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SparselyPopulatedArray`1::m_tail SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * ___m_tail_0; public: inline static int32_t get_offset_of_m_tail_0() { return static_cast(offsetof(SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC, ___m_tail_0)); } inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * get_m_tail_0() const { return ___m_tail_0; } inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 ** get_address_of_m_tail_0() { return &___m_tail_0; } inline void set_m_tail_0(SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * value) { ___m_tail_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_tail_0), (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.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 { }; // ___StaticArrayInitTypeSizeU3D10 struct __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C__padding[10]; }; public: }; // ___StaticArrayInitTypeSizeU3D1018 struct __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4__padding[1018]; }; public: }; // ___StaticArrayInitTypeSizeU3D1080 struct __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84__padding[1080]; }; public: }; // ___StaticArrayInitTypeSizeU3D11614 struct __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5__padding[11614]; }; public: }; // ___StaticArrayInitTypeSizeU3D12 struct __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879__padding[12]; }; public: }; // ___StaticArrayInitTypeSizeU3D120 struct __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252__padding[120]; }; public: }; // ___StaticArrayInitTypeSizeU3D1208 struct __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD__padding[1208]; }; public: }; // ___StaticArrayInitTypeSizeU3D128 struct __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1__padding[128]; }; public: }; // ___StaticArrayInitTypeSizeU3D130 struct __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F__padding[130]; }; public: }; // ___StaticArrayInitTypeSizeU3D14 struct __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05__padding[14]; }; public: }; // ___StaticArrayInitTypeSizeU3D1450 struct __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4__padding[1450]; }; public: }; // ___StaticArrayInitTypeSizeU3D16 struct __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341__padding[16]; }; public: }; // ___StaticArrayInitTypeSizeU3D162 struct __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA__padding[162]; }; public: }; // ___StaticArrayInitTypeSizeU3D1665 struct __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20__padding[1665]; }; public: }; // ___StaticArrayInitTypeSizeU3D174 struct __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F__padding[174]; }; public: }; // ___StaticArrayInitTypeSizeU3D20 struct __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63__padding[20]; }; public: }; // ___StaticArrayInitTypeSizeU3D2048 struct __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02__padding[2048]; }; public: }; // ___StaticArrayInitTypeSizeU3D2100 struct __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA__padding[2100]; }; public: }; // ___StaticArrayInitTypeSizeU3D212 struct __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF__padding[212]; }; public: }; // ___StaticArrayInitTypeSizeU3D21252 struct __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462__padding[21252]; }; public: }; // ___StaticArrayInitTypeSizeU3D2350 struct __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D__padding[2350]; }; public: }; // ___StaticArrayInitTypeSizeU3D2382 struct __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA__padding[2382]; }; public: }; // ___StaticArrayInitTypeSizeU3D24 struct __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123__padding[24]; }; public: }; // ___StaticArrayInitTypeSizeU3D240 struct __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8__padding[240]; }; public: }; // ___StaticArrayInitTypeSizeU3D256 struct __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F__padding[256]; }; public: }; // ___StaticArrayInitTypeSizeU3D262 struct __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7__padding[262]; }; public: }; // ___StaticArrayInitTypeSizeU3D288 struct __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55__padding[288]; }; public: }; // ___StaticArrayInitTypeSizeU3D3 struct __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E__padding[3]; }; public: }; // ___StaticArrayInitTypeSizeU3D3132 struct __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333__padding[3132]; }; public: }; // ___StaticArrayInitTypeSizeU3D32 struct __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472__padding[32]; }; public: }; // ___StaticArrayInitTypeSizeU3D320 struct __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49__padding[320]; }; public: }; // ___StaticArrayInitTypeSizeU3D36 struct __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17__padding[36]; }; public: }; // ___StaticArrayInitTypeSizeU3D360 struct __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7__padding[360]; }; public: }; // ___StaticArrayInitTypeSizeU3D38 struct __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D__padding[38]; }; public: }; // ___StaticArrayInitTypeSizeU3D40 struct __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04__padding[40]; }; public: }; // ___StaticArrayInitTypeSizeU3D4096 struct __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23__padding[4096]; }; public: }; // ___StaticArrayInitTypeSizeU3D42 struct __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4__padding[42]; }; public: }; // ___StaticArrayInitTypeSizeU3D44 struct __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F__padding[44]; }; public: }; // ___StaticArrayInitTypeSizeU3D48 struct __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A__padding[48]; }; public: }; // ___StaticArrayInitTypeSizeU3D52 struct __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A__padding[52]; }; public: }; // ___StaticArrayInitTypeSizeU3D56 struct __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10__padding[56]; }; public: }; // ___StaticArrayInitTypeSizeU3D6 struct __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78__padding[6]; }; public: }; // ___StaticArrayInitTypeSizeU3D64 struct __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6__padding[64]; }; public: }; // ___StaticArrayInitTypeSizeU3D640 struct __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910__padding[640]; }; public: }; // ___StaticArrayInitTypeSizeU3D72 struct __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1__padding[72]; }; public: }; // ___StaticArrayInitTypeSizeU3D76 struct __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB__padding[76]; }; public: }; // ___StaticArrayInitTypeSizeU3D82 struct __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B__padding[82]; }; public: }; // ___StaticArrayInitTypeSizeU3D84 struct __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A__padding[84]; }; public: }; // ___StaticArrayInitTypeSizeU3D9 struct __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928__padding[9]; }; public: }; // ___StaticArrayInitTypeSizeU3D94 struct __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6__padding[94]; }; public: }; // ___StaticArrayInitTypeSizeU3D998 struct __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C__padding[998]; }; public: }; // 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.Byte struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (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_t82453B249D27993844C87DB2C74D8AE4B87D97AE { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * ___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_t82453B249D27993844C87DB2C74D8AE4B87D97AE, ___list_0)); } inline List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * get_list_0() const { return ___list_0; } inline List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE, ___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_t82453B249D27993844C87DB2C74D8AE4B87D97AE, ___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_t82453B249D27993844C87DB2C74D8AE4B87D97AE, ___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_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.Runtime.InteropServices.GCHandle struct GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // System.Runtime.Remoting.Messaging.LogicalCallContext_Reader struct Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 { public: // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.LogicalCallContext_Reader::m_ctx LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * ___m_ctx_0; public: inline static int32_t get_offset_of_m_ctx_0() { return static_cast(offsetof(Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6, ___m_ctx_0)); } inline LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * get_m_ctx_0() const { return ___m_ctx_0; } inline LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E ** get_address_of_m_ctx_0() { return &___m_ctx_0; } inline void set_m_ctx_0(LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * value) { ___m_ctx_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ctx_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Messaging.LogicalCallContext/Reader struct Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6_marshaled_pinvoke { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * ___m_ctx_0; }; // Native definition for COM marshalling of System.Runtime.Remoting.Messaging.LogicalCallContext/Reader struct Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6_marshaled_com { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * ___m_ctx_0; }; // System.Single struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1 { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.Text.DecoderNLS struct DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD : public Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 { public: // System.Text.Encoding System.Text.DecoderNLS::m_encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___m_encoding_2; // System.Boolean System.Text.DecoderNLS::m_mustFlush bool ___m_mustFlush_3; // System.Boolean System.Text.DecoderNLS::m_throwOnOverflow bool ___m_throwOnOverflow_4; // System.Int32 System.Text.DecoderNLS::m_bytesUsed int32_t ___m_bytesUsed_5; public: inline static int32_t get_offset_of_m_encoding_2() { return static_cast(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_encoding_2)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_m_encoding_2() const { return ___m_encoding_2; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_m_encoding_2() { return &___m_encoding_2; } inline void set_m_encoding_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___m_encoding_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_encoding_2), (void*)value); } inline static int32_t get_offset_of_m_mustFlush_3() { return static_cast(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_mustFlush_3)); } inline bool get_m_mustFlush_3() const { return ___m_mustFlush_3; } inline bool* get_address_of_m_mustFlush_3() { return &___m_mustFlush_3; } inline void set_m_mustFlush_3(bool value) { ___m_mustFlush_3 = value; } inline static int32_t get_offset_of_m_throwOnOverflow_4() { return static_cast(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_throwOnOverflow_4)); } inline bool get_m_throwOnOverflow_4() const { return ___m_throwOnOverflow_4; } inline bool* get_address_of_m_throwOnOverflow_4() { return &___m_throwOnOverflow_4; } inline void set_m_throwOnOverflow_4(bool value) { ___m_throwOnOverflow_4 = value; } inline static int32_t get_offset_of_m_bytesUsed_5() { return static_cast(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_bytesUsed_5)); } inline int32_t get_m_bytesUsed_5() const { return ___m_bytesUsed_5; } inline int32_t* get_address_of_m_bytesUsed_5() { return &___m_bytesUsed_5; } inline void set_m_bytesUsed_5(int32_t value) { ___m_bytesUsed_5 = value; } }; // System.Text.DecoderReplacementFallback struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 : public DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 { public: // System.String System.Text.DecoderReplacementFallback::strDefault String_t* ___strDefault_4; public: inline static int32_t get_offset_of_strDefault_4() { return static_cast(offsetof(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742, ___strDefault_4)); } inline String_t* get_strDefault_4() const { return ___strDefault_4; } inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; } inline void set_strDefault_4(String_t* value) { ___strDefault_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDefault_4), (void*)value); } }; // System.Text.EncoderNLS struct EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 : public Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 { public: // System.Char System.Text.EncoderNLS::charLeftOver Il2CppChar ___charLeftOver_2; // System.Text.Encoding System.Text.EncoderNLS::m_encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___m_encoding_3; // System.Boolean System.Text.EncoderNLS::m_mustFlush bool ___m_mustFlush_4; // System.Boolean System.Text.EncoderNLS::m_throwOnOverflow bool ___m_throwOnOverflow_5; // System.Int32 System.Text.EncoderNLS::m_charsUsed int32_t ___m_charsUsed_6; public: inline static int32_t get_offset_of_charLeftOver_2() { return static_cast(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___charLeftOver_2)); } inline Il2CppChar get_charLeftOver_2() const { return ___charLeftOver_2; } inline Il2CppChar* get_address_of_charLeftOver_2() { return &___charLeftOver_2; } inline void set_charLeftOver_2(Il2CppChar value) { ___charLeftOver_2 = value; } inline static int32_t get_offset_of_m_encoding_3() { return static_cast(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___m_encoding_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_m_encoding_3() const { return ___m_encoding_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_m_encoding_3() { return &___m_encoding_3; } inline void set_m_encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___m_encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_encoding_3), (void*)value); } inline static int32_t get_offset_of_m_mustFlush_4() { return static_cast(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___m_mustFlush_4)); } inline bool get_m_mustFlush_4() const { return ___m_mustFlush_4; } inline bool* get_address_of_m_mustFlush_4() { return &___m_mustFlush_4; } inline void set_m_mustFlush_4(bool value) { ___m_mustFlush_4 = value; } inline static int32_t get_offset_of_m_throwOnOverflow_5() { return static_cast(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___m_throwOnOverflow_5)); } inline bool get_m_throwOnOverflow_5() const { return ___m_throwOnOverflow_5; } inline bool* get_address_of_m_throwOnOverflow_5() { return &___m_throwOnOverflow_5; } inline void set_m_throwOnOverflow_5(bool value) { ___m_throwOnOverflow_5 = value; } inline static int32_t get_offset_of_m_charsUsed_6() { return static_cast(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___m_charsUsed_6)); } inline int32_t get_m_charsUsed_6() const { return ___m_charsUsed_6; } inline int32_t* get_address_of_m_charsUsed_6() { return &___m_charsUsed_6; } inline void set_m_charsUsed_6(int32_t value) { ___m_charsUsed_6 = value; } }; // System.Text.EncoderReplacementFallback struct EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 : public EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 { public: // System.String System.Text.EncoderReplacementFallback::strDefault String_t* ___strDefault_4; public: inline static int32_t get_offset_of_strDefault_4() { return static_cast(offsetof(EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998, ___strDefault_4)); } inline String_t* get_strDefault_4() const { return ___strDefault_4; } inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; } inline void set_strDefault_4(String_t* value) { ___strDefault_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDefault_4), (void*)value); } }; // System.Text.UTF7Encoding struct UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 { public: // System.Byte[] System.Text.UTF7Encoding::base64Bytes ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___base64Bytes_62; // System.SByte[] System.Text.UTF7Encoding::base64Values SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ___base64Values_63; // System.Boolean[] System.Text.UTF7Encoding::directEncode BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ___directEncode_64; // System.Boolean System.Text.UTF7Encoding::m_allowOptionals bool ___m_allowOptionals_65; public: inline static int32_t get_offset_of_base64Bytes_62() { return static_cast(offsetof(UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86, ___base64Bytes_62)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_base64Bytes_62() const { return ___base64Bytes_62; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_base64Bytes_62() { return &___base64Bytes_62; } inline void set_base64Bytes_62(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___base64Bytes_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___base64Bytes_62), (void*)value); } inline static int32_t get_offset_of_base64Values_63() { return static_cast(offsetof(UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86, ___base64Values_63)); } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* get_base64Values_63() const { return ___base64Values_63; } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889** get_address_of_base64Values_63() { return &___base64Values_63; } inline void set_base64Values_63(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* value) { ___base64Values_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___base64Values_63), (void*)value); } inline static int32_t get_offset_of_directEncode_64() { return static_cast(offsetof(UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86, ___directEncode_64)); } inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get_directEncode_64() const { return ___directEncode_64; } inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of_directEncode_64() { return &___directEncode_64; } inline void set_directEncode_64(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value) { ___directEncode_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___directEncode_64), (void*)value); } inline static int32_t get_offset_of_m_allowOptionals_65() { return static_cast(offsetof(UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86, ___m_allowOptionals_65)); } inline bool get_m_allowOptionals_65() const { return ___m_allowOptionals_65; } inline bool* get_address_of_m_allowOptionals_65() { return &___m_allowOptionals_65; } inline void set_m_allowOptionals_65(bool value) { ___m_allowOptionals_65 = value; } }; // System.Text.UTF7Encoding_DecoderUTF7Fallback struct DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05 : public DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 { public: public: }; // System.Text.UTF7Encoding_DecoderUTF7FallbackBuffer struct DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257 : public DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C { public: // System.Char System.Text.UTF7Encoding_DecoderUTF7FallbackBuffer::cFallback Il2CppChar ___cFallback_2; // System.Int32 System.Text.UTF7Encoding_DecoderUTF7FallbackBuffer::iCount int32_t ___iCount_3; // System.Int32 System.Text.UTF7Encoding_DecoderUTF7FallbackBuffer::iSize int32_t ___iSize_4; public: inline static int32_t get_offset_of_cFallback_2() { return static_cast(offsetof(DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257, ___cFallback_2)); } inline Il2CppChar get_cFallback_2() const { return ___cFallback_2; } inline Il2CppChar* get_address_of_cFallback_2() { return &___cFallback_2; } inline void set_cFallback_2(Il2CppChar value) { ___cFallback_2 = value; } inline static int32_t get_offset_of_iCount_3() { return static_cast(offsetof(DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257, ___iCount_3)); } inline int32_t get_iCount_3() const { return ___iCount_3; } inline int32_t* get_address_of_iCount_3() { return &___iCount_3; } inline void set_iCount_3(int32_t value) { ___iCount_3 = value; } inline static int32_t get_offset_of_iSize_4() { return static_cast(offsetof(DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257, ___iSize_4)); } inline int32_t get_iSize_4() const { return ___iSize_4; } inline int32_t* get_address_of_iSize_4() { return &___iSize_4; } inline void set_iSize_4(int32_t value) { ___iSize_4 = value; } }; // System.Text.UTF8Encoding struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 { public: // System.Boolean System.Text.UTF8Encoding::emitUTF8Identifier bool ___emitUTF8Identifier_62; // System.Boolean System.Text.UTF8Encoding::isThrowException bool ___isThrowException_63; public: inline static int32_t get_offset_of_emitUTF8Identifier_62() { return static_cast(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___emitUTF8Identifier_62)); } inline bool get_emitUTF8Identifier_62() const { return ___emitUTF8Identifier_62; } inline bool* get_address_of_emitUTF8Identifier_62() { return &___emitUTF8Identifier_62; } inline void set_emitUTF8Identifier_62(bool value) { ___emitUTF8Identifier_62 = value; } inline static int32_t get_offset_of_isThrowException_63() { return static_cast(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___isThrowException_63)); } inline bool get_isThrowException_63() const { return ___isThrowException_63; } inline bool* get_address_of_isThrowException_63() { return &___isThrowException_63; } inline void set_isThrowException_63(bool value) { ___isThrowException_63 = value; } }; // System.Text.UnicodeEncoding struct UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 { public: // System.Boolean System.Text.UnicodeEncoding::isThrowException bool ___isThrowException_62; // System.Boolean System.Text.UnicodeEncoding::bigEndian bool ___bigEndian_63; // System.Boolean System.Text.UnicodeEncoding::byteOrderMark bool ___byteOrderMark_64; public: inline static int32_t get_offset_of_isThrowException_62() { return static_cast(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356, ___isThrowException_62)); } inline bool get_isThrowException_62() const { return ___isThrowException_62; } inline bool* get_address_of_isThrowException_62() { return &___isThrowException_62; } inline void set_isThrowException_62(bool value) { ___isThrowException_62 = value; } inline static int32_t get_offset_of_bigEndian_63() { return static_cast(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356, ___bigEndian_63)); } inline bool get_bigEndian_63() const { return ___bigEndian_63; } inline bool* get_address_of_bigEndian_63() { return &___bigEndian_63; } inline void set_bigEndian_63(bool value) { ___bigEndian_63 = value; } inline static int32_t get_offset_of_byteOrderMark_64() { return static_cast(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356, ___byteOrderMark_64)); } inline bool get_byteOrderMark_64() const { return ___byteOrderMark_64; } inline bool* get_address_of_byteOrderMark_64() { return &___byteOrderMark_64; } inline void set_byteOrderMark_64(bool value) { ___byteOrderMark_64 = value; } }; struct UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_StaticFields { public: // System.UInt64 System.Text.UnicodeEncoding::highLowPatternMask uint64_t ___highLowPatternMask_65; public: inline static int32_t get_offset_of_highLowPatternMask_65() { return static_cast(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_StaticFields, ___highLowPatternMask_65)); } inline uint64_t get_highLowPatternMask_65() const { return ___highLowPatternMask_65; } inline uint64_t* get_address_of_highLowPatternMask_65() { return &___highLowPatternMask_65; } inline void set_highLowPatternMask_65(uint64_t value) { ___highLowPatternMask_65 = value; } }; // System.ThreadStaticAttribute struct ThreadStaticAttribute_tCE2B939D689C66D29B18B265822F96F79DAAF393 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // System.Threading.CancellationCallbackCoreWorkArguments struct CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB { public: // System.Threading.SparselyPopulatedArrayFragment`1 System.Threading.CancellationCallbackCoreWorkArguments::m_currArrayFragment SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * ___m_currArrayFragment_0; // System.Int32 System.Threading.CancellationCallbackCoreWorkArguments::m_currArrayIndex int32_t ___m_currArrayIndex_1; public: inline static int32_t get_offset_of_m_currArrayFragment_0() { return static_cast(offsetof(CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB, ___m_currArrayFragment_0)); } inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * get_m_currArrayFragment_0() const { return ___m_currArrayFragment_0; } inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 ** get_address_of_m_currArrayFragment_0() { return &___m_currArrayFragment_0; } inline void set_m_currArrayFragment_0(SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * value) { ___m_currArrayFragment_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_currArrayFragment_0), (void*)value); } inline static int32_t get_offset_of_m_currArrayIndex_1() { return static_cast(offsetof(CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB, ___m_currArrayIndex_1)); } inline int32_t get_m_currArrayIndex_1() const { return ___m_currArrayIndex_1; } inline int32_t* get_address_of_m_currArrayIndex_1() { return &___m_currArrayIndex_1; } inline void set_m_currArrayIndex_1(int32_t value) { ___m_currArrayIndex_1 = value; } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationCallbackCoreWorkArguments struct CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshaled_pinvoke { SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * ___m_currArrayFragment_0; int32_t ___m_currArrayIndex_1; }; // Native definition for COM marshalling of System.Threading.CancellationCallbackCoreWorkArguments struct CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshaled_com { SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * ___m_currArrayFragment_0; int32_t ___m_currArrayIndex_1; }; // 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.OSSpecificSynchronizationContext_MonoPInvokeCallbackAttribute struct MonoPInvokeCallbackAttribute_tEEAAB0F3648FFA951EA4A673946571F47C0D157A : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // System.Threading.SparselyPopulatedArrayAddInfo`1 struct SparselyPopulatedArrayAddInfo_1_tE2FD5B8C39028B875C42E17AA5865FC55F2A0C0B { public: // System.Threading.SparselyPopulatedArrayFragment`1 System.Threading.SparselyPopulatedArrayAddInfo`1::m_source SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * ___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_tE2FD5B8C39028B875C42E17AA5865FC55F2A0C0B, ___m_source_0)); } inline SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * get_m_source_0() const { return ___m_source_0; } inline SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * 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_tE2FD5B8C39028B875C42E17AA5865FC55F2A0C0B, ___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.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.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: }; // struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields { public: // ___StaticArrayInitTypeSizeU3D256 ::0392525BCB01691D1F319D89F2C12BF93A478467 __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___0392525BCB01691D1F319D89F2C12BF93A478467_0; // ___StaticArrayInitTypeSizeU3D72 ::0588059ACBD52F7EA2835882F977A9CF72EB9775 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; // ___StaticArrayInitTypeSizeU3D84 ::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; // ___StaticArrayInitTypeSizeU3D240 ::121EC59E23F7559B28D338D562528F6299C2DE22 __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 ___121EC59E23F7559B28D338D562528F6299C2DE22_3; // ___StaticArrayInitTypeSizeU3D3 ::12D04472A8285260EA12FD3813CDFA9F2D2B548C __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; // ___StaticArrayInitTypeSizeU3D3 ::13A35EF1A549297C70E2AD46045BBD2ECA17852D __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; // ___StaticArrayInitTypeSizeU3D24 ::1730F09044E91DB8371B849EFF5E6D17BDE4AED0 __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; // ___StaticArrayInitTypeSizeU3D3 ::1A84029C80CB5518379F199F53FF08A7B764F8FD __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; // ___StaticArrayInitTypeSizeU3D4096 ::1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3 __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; // ___StaticArrayInitTypeSizeU3D2048 ::1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5 __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; // ___StaticArrayInitTypeSizeU3D16 ::1FE6CE411858B3D864679DE2139FB081F08BFACD __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; // ___StaticArrayInitTypeSizeU3D3 ::235D99572263B22ADFEE10FDA0C25E12F4D94FFC __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; // ___StaticArrayInitTypeSizeU3D40 ::25420D0055076FA8D3E4DD96BC53AE24DE6E619F __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; // ___StaticArrayInitTypeSizeU3D1208 ::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; // ___StaticArrayInitTypeSizeU3D42 ::29C1A61550F0E3260E1953D4FAD71C256218EF40 __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; // ___StaticArrayInitTypeSizeU3D12 ::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; // ___StaticArrayInitTypeSizeU3D36 ::2BA840FF6020B8FF623DBCB7188248CF853FAF4F __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; // ___StaticArrayInitTypeSizeU3D72 ::2C840AFA48C27B9C05593E468C1232CA1CC74AFD __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; // ___StaticArrayInitTypeSizeU3D16 ::2D1DA5BB407F0C11C3B5116196C0C6374D932B20 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; // ___StaticArrayInitTypeSizeU3D14 ::2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130 __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; // ___StaticArrayInitTypeSizeU3D72 ::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; // ___StaticArrayInitTypeSizeU3D64 ::320B018758ECE3752FFEDBAEB1A6DB67C80B9359 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; // ___StaticArrayInitTypeSizeU3D72 ::34476C29F6F81C989CFCA42F7C06E84C66236834 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; // ___StaticArrayInitTypeSizeU3D2382 ::35EED060772F2748D13B745DAEC8CD7BD3B87604 __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; // ___StaticArrayInitTypeSizeU3D38 ::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3 __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; // ___StaticArrayInitTypeSizeU3D1450 ::379C06C9E702D31469C29033F0DD63931EB349F5 __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 ___379C06C9E702D31469C29033F0DD63931EB349F5_25; // ___StaticArrayInitTypeSizeU3D10 ::399BD13E240F33F808CA7940293D6EC4E6FD5A00 __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; // ___StaticArrayInitTypeSizeU3D72 ::39C9CE73C7B0619D409EF28344F687C1B5C130FE __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; // ___StaticArrayInitTypeSizeU3D320 ::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851 __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; // ___StaticArrayInitTypeSizeU3D3 ::3E3442C7396F3F2BB4C7348F4A2074C7DC677D68 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; // ___StaticArrayInitTypeSizeU3D12 ::3E823444D2DFECF0F90B436B88F02A533CB376F1 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; // ___StaticArrayInitTypeSizeU3D72 ::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; // ___StaticArrayInitTypeSizeU3D1665 ::40981BAA39513E58B28DCF0103CC04DE2A0A0444 __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; // ___StaticArrayInitTypeSizeU3D40 ::40E7C49413D261F3F38AD3A870C0AC69C8BDA048 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; // ___StaticArrayInitTypeSizeU3D72 ::421EC7E82F2967DF6CA8C3605514DC6F29EE5845 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; // ___StaticArrayInitTypeSizeU3D256 ::433175D38B13FFE177FDD661A309F1B528B3F6E2 __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; // ___StaticArrayInitTypeSizeU3D120 ::46232052BC757E030490D851F265FB47FA100902 __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___46232052BC757E030490D851F265FB47FA100902_36; // ___StaticArrayInitTypeSizeU3D72 ::4858DB4AA76D3933F1CA9E6712D4FDB16903F628 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; // ___StaticArrayInitTypeSizeU3D48 ::4E3B533C39447AAEB59A8E48FABD7E15B5B5D195 __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; // ___StaticArrayInitTypeSizeU3D40 ::4F7A8890F332B22B8DE0BD29D36FA7364748D76A __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; // ___StaticArrayInitTypeSizeU3D72 ::536422B321459B242ADED7240B7447E904E083E3 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___536422B321459B242ADED7240B7447E904E083E3_40; // ___StaticArrayInitTypeSizeU3D1080 ::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3 __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; // ___StaticArrayInitTypeSizeU3D10 ::56DFA5053B3131883637F53219E7D88CCEF35949 __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___56DFA5053B3131883637F53219E7D88CCEF35949_42; // ___StaticArrayInitTypeSizeU3D3 ::57218C316B6921E2CD61027A2387EDC31A2D9471 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___57218C316B6921E2CD61027A2387EDC31A2D9471_43; // ___StaticArrayInitTypeSizeU3D40 ::57F320D62696EC99727E0FE2045A05F1289CC0C6 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; // ___StaticArrayInitTypeSizeU3D212 ::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3 __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; // ___StaticArrayInitTypeSizeU3D36 ::5BBDF8058D4235C33F2E8DCF76004031B6187A2F __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; // ___StaticArrayInitTypeSizeU3D288 ::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; // ___StaticArrayInitTypeSizeU3D72 ::5BFE2819B4778217C56416C7585FF0E56EBACD89 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; // ___StaticArrayInitTypeSizeU3D128 ::609C0E8D8DA86A09D6013D301C86BA8782C16B8C __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; // ___StaticArrayInitTypeSizeU3D48 ::62BAB0F245E66C3EB982CF5A7015F0A7C3382283 __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; // ___StaticArrayInitTypeSizeU3D2048 ::646036A65DECCD6835C914A46E6E44B729433B60 __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___646036A65DECCD6835C914A46E6E44B729433B60_51; // ___StaticArrayInitTypeSizeU3D40 ::65E32B4E150FD8D24B93B0D42A17F1DAD146162B __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; // ___StaticArrayInitTypeSizeU3D52 ::6770974FEF1E98B9C1864370E2B5B786EB0EA39E __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; // ___StaticArrayInitTypeSizeU3D72 ::67EEAD805D708D9AA4E14BF747E44CED801744F3 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; // ___StaticArrayInitTypeSizeU3D120 ::6C71197D228427B2864C69B357FEF73D8C9D59DF __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; // ___StaticArrayInitTypeSizeU3D16 ::6CEE45445AFD150B047A5866FFA76AA651CDB7B7 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; // ___StaticArrayInitTypeSizeU3D9 ::6D49C9D487D7AD3491ECE08732D68A593CC2038D __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; // ___StaticArrayInitTypeSizeU3D2048 ::6D797C11E1D4FB68B6570CF2A92B792433527065 __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___6D797C11E1D4FB68B6570CF2A92B792433527065_58; // ___StaticArrayInitTypeSizeU3D3132 ::6E5DC824F803F8565AF31B42199DAE39FE7F4EA9 __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; // ___StaticArrayInitTypeSizeU3D76 ::6FC754859E4EC74E447048364B216D825C6F8FE7 __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___6FC754859E4EC74E447048364B216D825C6F8FE7_60; // ___StaticArrayInitTypeSizeU3D40 ::704939CD172085D1295FCE3F1D92431D685D7AA2 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___704939CD172085D1295FCE3F1D92431D685D7AA2_61; // ___StaticArrayInitTypeSizeU3D24 ::7088AAE49F0627B72729078DE6E3182DDCF8ED99 __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; // ___StaticArrayInitTypeSizeU3D72 ::7341C933A70EAE383CC50C4B945ADB8E08F06737 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; // ___StaticArrayInitTypeSizeU3D3 ::736D39815215889F11249D9958F6ED12D37B9F57 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___736D39815215889F11249D9958F6ED12D37B9F57_64; // ___StaticArrayInitTypeSizeU3D4096 ::7F42F2EDC974BE29B2746957416ED1AEFA605F47 __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; // ___StaticArrayInitTypeSizeU3D40 ::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; // ___StaticArrayInitTypeSizeU3D21252 ::811A927B7DADD378BE60BBDE794B9277AA9B50EC __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; // ___StaticArrayInitTypeSizeU3D36 ::81917F1E21F3C22B9F916994547A614FB03E968E __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___81917F1E21F3C22B9F916994547A614FB03E968E_68; // ___StaticArrayInitTypeSizeU3D40 ::823566DA642D6EA356E15585921F2A4CA23D6760 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___823566DA642D6EA356E15585921F2A4CA23D6760_69; // ___StaticArrayInitTypeSizeU3D12 ::82C2A59850B2E85BCE1A45A479537A384DF6098D __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; // ___StaticArrayInitTypeSizeU3D44 ::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4 __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; // ___StaticArrayInitTypeSizeU3D3 ::86F4F563FA2C61798AE6238D789139739428463A __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___86F4F563FA2C61798AE6238D789139739428463A_72; // ___StaticArrayInitTypeSizeU3D40 ::871B9CF85DB352BAADF12BAE8F19857683E385AC __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; // ___StaticArrayInitTypeSizeU3D16 ::89A040451C8CC5C8FB268BE44BDD74964C104155 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___89A040451C8CC5C8FB268BE44BDD74964C104155_74; // ___StaticArrayInitTypeSizeU3D3 ::8AEFB06C426E07A0A671A1E2488B4858D694A730 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; // ___StaticArrayInitTypeSizeU3D40 ::8CAA092E783257106251246FF5C97F88D28517A6 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8CAA092E783257106251246FF5C97F88D28517A6_76; // ___StaticArrayInitTypeSizeU3D2100 ::8D231DD55FE1AD7631BBD0905A17D5EB616C2154 __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; // ___StaticArrayInitTypeSizeU3D40 ::8E10AC2F34545DFBBF3FCBC06055D797A8C99991 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; // ___StaticArrayInitTypeSizeU3D256 ::8F22C9ECE1331718CBD268A9BBFD2F5E451441E3 __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; // ___StaticArrayInitTypeSizeU3D640 ::90A0542282A011472F94E97CEAE59F8B3B1A3291 __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; // ___StaticArrayInitTypeSizeU3D12 ::93A63E90605400F34B49F0EB3361D23C89164BDA __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___93A63E90605400F34B49F0EB3361D23C89164BDA_81; // ___StaticArrayInitTypeSizeU3D72 ::94841DD2F330CCB1089BF413E4FA9B04505152E2 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; // ___StaticArrayInitTypeSizeU3D12 ::95264589E48F94B7857CFF398FB72A537E13EEE2 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___95264589E48F94B7857CFF398FB72A537E13EEE2_83; // ___StaticArrayInitTypeSizeU3D72 ::95C48758CAE1715783472FB073AB158AB8A0AB2A __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; // ___StaticArrayInitTypeSizeU3D72 ::973417296623D8DC6961B09664E54039E44CA5D8 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___973417296623D8DC6961B09664E54039E44CA5D8_85; // ___StaticArrayInitTypeSizeU3D3 ::97FB30C84FF4A41CD4625B44B2940BFC8DB43003 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; // ___StaticArrayInitTypeSizeU3D4096 ::99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24 __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; // ___StaticArrayInitTypeSizeU3D64 ::9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; // ___StaticArrayInitTypeSizeU3D3 ::9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; // ___StaticArrayInitTypeSizeU3D40 ::A0074C15377C0C870B055927403EA9FA7A349D12 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___A0074C15377C0C870B055927403EA9FA7A349D12_90; // ___StaticArrayInitTypeSizeU3D130 ::A1319B706116AB2C6D44483F60A7D0ACEA543396 __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; // System.Int64 ::A13AA52274D951A18029131A8DDECF76B569A15D int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_92; // ___StaticArrayInitTypeSizeU3D3 ::A323DB0813C4D072957BA6FDA79D9776674CD06B __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; // ___StaticArrayInitTypeSizeU3D212 ::A5444763673307F6828C748D4B9708CFC02B0959 __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___A5444763673307F6828C748D4B9708CFC02B0959_94; // ___StaticArrayInitTypeSizeU3D72 ::A6732F8E7FC23766AB329B492D6BF82E3B33233F __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; // ___StaticArrayInitTypeSizeU3D174 ::A705A106D95282BD15E13EEA6B0AF583FF786D83 __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; // ___StaticArrayInitTypeSizeU3D1018 ::A8A491E4CED49AE0027560476C10D933CE70C8DF __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; // ___StaticArrayInitTypeSizeU3D72 ::AC791C4F39504D1184B73478943D0636258DA7B1 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___AC791C4F39504D1184B73478943D0636258DA7B1_98; // ___StaticArrayInitTypeSizeU3D52 ::AFCD4E1211233E99373A3367B23105A3D624B1F2 __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; // ___StaticArrayInitTypeSizeU3D40 ::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; // ___StaticArrayInitTypeSizeU3D16 ::B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; // ___StaticArrayInitTypeSizeU3D256 ::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; // ___StaticArrayInitTypeSizeU3D4096 ::B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; // ___StaticArrayInitTypeSizeU3D998 ::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45 __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; // ___StaticArrayInitTypeSizeU3D162 ::B8864ACB9DD69E3D42151513C840AAE270BF21C8 __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; // ___StaticArrayInitTypeSizeU3D360 ::B8F87834C3597B2EEF22BA6D3A392CC925636401 __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; // ___StaticArrayInitTypeSizeU3D72 ::B9B670F134A59FB1107AF01A9FE8F8E3980B3093 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; // ___StaticArrayInitTypeSizeU3D20 ::BE1BDEC0AA74B4DCB079943E70528096CCA985F8 __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; // ___StaticArrayInitTypeSizeU3D72 ::BEBC9ECC660A13EFC359BA3383411F698CFF25DB __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; // ___StaticArrayInitTypeSizeU3D40 ::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; // ___StaticArrayInitTypeSizeU3D3 ::BF477463CE2F5EF38FC4C644BBBF4DF109E7670A __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; // ___StaticArrayInitTypeSizeU3D6 ::BF5EB60806ECB74EE484105DD9D6F463BF994867 __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; // System.Int64 ::C1A1100642BA9685B30A84D97348484E14AA1865 int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_113; // ___StaticArrayInitTypeSizeU3D16 ::C6F364A0AD934EFED8909446C215752E565D77C1 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___C6F364A0AD934EFED8909446C215752E565D77C1_114; // ___StaticArrayInitTypeSizeU3D174 ::CE5835130F5277F63D716FC9115526B0AC68FFAD __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; // ___StaticArrayInitTypeSizeU3D6 ::CE93C35B755802BC4B3D180716B048FC61701EF7 __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___CE93C35B755802BC4B3D180716B048FC61701EF7_116; // ___StaticArrayInitTypeSizeU3D64 ::CF0B42666EF5E37EDEA0AB8E173E42C196D03814 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; // ___StaticArrayInitTypeSizeU3D256 ::D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7 __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; // ___StaticArrayInitTypeSizeU3D32 ::D117188BE8D4609C0D531C51B0BB911A4219DEBE __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; // ___StaticArrayInitTypeSizeU3D32 ::D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; // ___StaticArrayInitTypeSizeU3D256 ::D2C5BAE967587C6F3D9F2C4551911E0575A1101F __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; // ___StaticArrayInitTypeSizeU3D82 ::D76478B994B312CD022DCA207AA2254880D2FCC9 __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B ___D76478B994B312CD022DCA207AA2254880D2FCC9_122; // ___StaticArrayInitTypeSizeU3D44 ::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636 __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; // ___StaticArrayInitTypeSizeU3D76 ::DA19DB47B583EFCF7825D2E39D661D2354F28219 __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; // ___StaticArrayInitTypeSizeU3D56 ::DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82 __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; // ___StaticArrayInitTypeSizeU3D52 ::DD3AEFEADB1CD615F3017763F1568179FEE640B0 __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; // ___StaticArrayInitTypeSizeU3D36 ::E1827270A5FE1C85F5352A66FD87BA747213D006 __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___E1827270A5FE1C85F5352A66FD87BA747213D006_127; // ___StaticArrayInitTypeSizeU3D40 ::E45BAB43F7D5D038672B3E3431F92E34A7AF2571 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; // ___StaticArrayInitTypeSizeU3D64 ::E75835D001C843F156FBA01B001DFE1B8029AC17 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___E75835D001C843F156FBA01B001DFE1B8029AC17_129; // ___StaticArrayInitTypeSizeU3D52 ::E92B39D8233061927D9ACDE54665E68E7535635A __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___E92B39D8233061927D9ACDE54665E68E7535635A_130; // ___StaticArrayInitTypeSizeU3D12 ::EA9506959484C55CFE0C139C624DF6060E285866 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___EA9506959484C55CFE0C139C624DF6060E285866_131; // ___StaticArrayInitTypeSizeU3D262 ::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; // ___StaticArrayInitTypeSizeU3D64 ::EBF68F411848D603D059DFDEA2321C5A5EA78044 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; // ___StaticArrayInitTypeSizeU3D10 ::EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11 __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; // ___StaticArrayInitTypeSizeU3D3 ::EC83FB16C20052BEE2B4025159BC2ED45C9C70C3 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; // ___StaticArrayInitTypeSizeU3D72 ::EC89C317EA2BF49A70EFF5E89C691E34733D7C37 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; // ___StaticArrayInitTypeSizeU3D40 ::F06E829E62F3AFBC045D064E10A4F5DF7C969612 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; // ___StaticArrayInitTypeSizeU3D11614 ::F073AA332018FDA0D572E99448FFF1D6422BD520 __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 ___F073AA332018FDA0D572E99448FFF1D6422BD520_138; // ___StaticArrayInitTypeSizeU3D120 ::F34B0E10653402E8F788F8BC3F7CD7090928A429 __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; // ___StaticArrayInitTypeSizeU3D72 ::F37E34BEADB04F34FCC31078A59F49856CA83D5B __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; // ___StaticArrayInitTypeSizeU3D94 ::F512A9ABF88066AAEB92684F95CC05D8101B462B __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; // ___StaticArrayInitTypeSizeU3D12 ::F8FAABB821300AA500C2CEC6091B3782A7FB44A4 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; // ___StaticArrayInitTypeSizeU3D2350 ::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; public: inline static int32_t get_offset_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0392525BCB01691D1F319D89F2C12BF93A478467_0)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U30392525BCB01691D1F319D89F2C12BF93A478467_0() const { return ___0392525BCB01691D1F319D89F2C12BF93A478467_0; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return &___0392525BCB01691D1F319D89F2C12BF93A478467_0; } inline void set_U30392525BCB01691D1F319D89F2C12BF93A478467_0(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___0392525BCB01691D1F319D89F2C12BF93A478467_0 = value; } inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; } inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1 = value; } inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2)); } inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; } inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; } inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2(__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A value) { ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2 = value; } inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_3)); } inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 get_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_3; } inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_3; } inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_3(__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 value) { ___121EC59E23F7559B28D338D562528F6299C2DE22_3 = value; } inline static int32_t get_offset_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() const { return ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return &___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; } inline void set_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4 = value; } inline static int32_t get_offset_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() const { return ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return &___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; } inline void set_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5 = value; } inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6)); } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; } inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value) { ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6 = value; } inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; } inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7 = value; } inline static int32_t get_offset_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8)); } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() const { return ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return &___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; } inline void set_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value) { ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8 = value; } inline static int32_t get_offset_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9)); } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() const { return ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return &___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; } inline void set_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value) { ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9 = value; } inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; } inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10 = value; } inline static int32_t get_offset_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() const { return ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return &___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; } inline void set_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11 = value; } inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; } inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12 = value; } inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13)); } inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; } inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; } inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13(__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD value) { ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13 = value; } inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14)); } inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; } inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; } inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14(__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 value) { ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14 = value; } inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; } inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15 = value; } inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; } inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16 = value; } inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; } inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17 = value; } inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; } inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18 = value; } inline static int32_t get_offset_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19)); } inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 get_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() const { return ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; } inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 * get_address_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return &___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; } inline void set_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19(__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 value) { ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19 = value; } inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; } inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20 = value; } inline static int32_t get_offset_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() const { return ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return &___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; } inline void set_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21 = value; } inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_22)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_22; } inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_22(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___34476C29F6F81C989CFCA42F7C06E84C66236834_22 = value; } inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23)); } inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; } inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; } inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23(__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA value) { ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23 = value; } inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24)); } inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; } inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; } inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24(__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D value) { ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24 = value; } inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_25)); } inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_25; } inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_25; } inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_25(__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 value) { ___379C06C9E702D31469C29033F0DD63931EB349F5_25 = value; } inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26)); } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; } inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value) { ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26 = value; } inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; } inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27 = value; } inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28)); } inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; } inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; } inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28(__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 value) { ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28 = value; } inline static int32_t get_offset_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() const { return ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return &___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; } inline void set_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29 = value; } inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; } inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30 = value; } inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; } inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31 = value; } inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32)); } inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; } inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; } inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32(__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 value) { ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32 = value; } inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; } inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33 = value; } inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; } inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34 = value; } inline static int32_t get_offset_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() const { return ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return &___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; } inline void set_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35 = value; } inline static int32_t get_offset_of_U346232052BC757E030490D851F265FB47FA100902_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___46232052BC757E030490D851F265FB47FA100902_36)); } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U346232052BC757E030490D851F265FB47FA100902_36() const { return ___46232052BC757E030490D851F265FB47FA100902_36; } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U346232052BC757E030490D851F265FB47FA100902_36() { return &___46232052BC757E030490D851F265FB47FA100902_36; } inline void set_U346232052BC757E030490D851F265FB47FA100902_36(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value) { ___46232052BC757E030490D851F265FB47FA100902_36 = value; } inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; } inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37 = value; } inline static int32_t get_offset_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38)); } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() const { return ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return &___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; } inline void set_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value) { ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38 = value; } inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; } inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39 = value; } inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_40)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3536422B321459B242ADED7240B7447E904E083E3_40() const { return ___536422B321459B242ADED7240B7447E904E083E3_40; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return &___536422B321459B242ADED7240B7447E904E083E3_40; } inline void set_U3536422B321459B242ADED7240B7447E904E083E3_40(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___536422B321459B242ADED7240B7447E904E083E3_40 = value; } inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41)); } inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; } inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; } inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41(__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 value) { ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41 = value; } inline static int32_t get_offset_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___56DFA5053B3131883637F53219E7D88CCEF35949_42)); } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U356DFA5053B3131883637F53219E7D88CCEF35949_42() const { return ___56DFA5053B3131883637F53219E7D88CCEF35949_42; } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return &___56DFA5053B3131883637F53219E7D88CCEF35949_42; } inline void set_U356DFA5053B3131883637F53219E7D88CCEF35949_42(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value) { ___56DFA5053B3131883637F53219E7D88CCEF35949_42 = value; } inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_43)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_43; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_43; } inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_43(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___57218C316B6921E2CD61027A2387EDC31A2D9471_43 = value; } inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; } inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44 = value; } inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45)); } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; } inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value) { ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45 = value; } inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; } inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46 = value; } inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47)); } inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; } inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; } inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47(__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 value) { ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47 = value; } inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; } inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48 = value; } inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49)); } inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; } inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; } inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49(__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 value) { ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49 = value; } inline static int32_t get_offset_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50)); } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() const { return ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return &___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; } inline void set_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value) { ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50 = value; } inline static int32_t get_offset_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___646036A65DECCD6835C914A46E6E44B729433B60_51)); } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U3646036A65DECCD6835C914A46E6E44B729433B60_51() const { return ___646036A65DECCD6835C914A46E6E44B729433B60_51; } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return &___646036A65DECCD6835C914A46E6E44B729433B60_51; } inline void set_U3646036A65DECCD6835C914A46E6E44B729433B60_51(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value) { ___646036A65DECCD6835C914A46E6E44B729433B60_51 = value; } inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; } inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52 = value; } inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; } inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53 = value; } inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; } inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54 = value; } inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55)); } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; } inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value) { ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55 = value; } inline static int32_t get_offset_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() const { return ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return &___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; } inline void set_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56 = value; } inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57)); } inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; } inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; } inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57(__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 value) { ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57 = value; } inline static int32_t get_offset_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D797C11E1D4FB68B6570CF2A92B792433527065_58)); } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() const { return ___6D797C11E1D4FB68B6570CF2A92B792433527065_58; } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return &___6D797C11E1D4FB68B6570CF2A92B792433527065_58; } inline void set_U36D797C11E1D4FB68B6570CF2A92B792433527065_58(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value) { ___6D797C11E1D4FB68B6570CF2A92B792433527065_58 = value; } inline static int32_t get_offset_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59)); } inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 get_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() const { return ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; } inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 * get_address_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return &___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; } inline void set_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59(__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 value) { ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59 = value; } inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_60)); } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_60; } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_60; } inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_60(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value) { ___6FC754859E4EC74E447048364B216D825C6F8FE7_60 = value; } inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_61)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_61; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_61; } inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___704939CD172085D1295FCE3F1D92431D685D7AA2_61 = value; } inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62)); } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; } inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value) { ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62 = value; } inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; } inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63 = value; } inline static int32_t get_offset_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___736D39815215889F11249D9958F6ED12D37B9F57_64)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3736D39815215889F11249D9958F6ED12D37B9F57_64() const { return ___736D39815215889F11249D9958F6ED12D37B9F57_64; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return &___736D39815215889F11249D9958F6ED12D37B9F57_64; } inline void set_U3736D39815215889F11249D9958F6ED12D37B9F57_64(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___736D39815215889F11249D9958F6ED12D37B9F57_64 = value; } inline static int32_t get_offset_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65)); } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() const { return ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return &___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; } inline void set_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value) { ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65 = value; } inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; } inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66 = value; } inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67)); } inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; } inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; } inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67(__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 value) { ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67 = value; } inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_68)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U381917F1E21F3C22B9F916994547A614FB03E968E_68() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_68; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_68; } inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_68(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___81917F1E21F3C22B9F916994547A614FB03E968E_68 = value; } inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_69)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_69; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_69; } inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_69(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___823566DA642D6EA356E15585921F2A4CA23D6760_69 = value; } inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; } inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70 = value; } inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71)); } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; } inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value) { ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71 = value; } inline static int32_t get_offset_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___86F4F563FA2C61798AE6238D789139739428463A_72)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U386F4F563FA2C61798AE6238D789139739428463A_72() const { return ___86F4F563FA2C61798AE6238D789139739428463A_72; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return &___86F4F563FA2C61798AE6238D789139739428463A_72; } inline void set_U386F4F563FA2C61798AE6238D789139739428463A_72(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___86F4F563FA2C61798AE6238D789139739428463A_72 = value; } inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; } inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73 = value; } inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_74)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_74; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_74; } inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_74(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___89A040451C8CC5C8FB268BE44BDD74964C104155_74 = value; } inline static int32_t get_offset_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() const { return ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return &___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; } inline void set_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75 = value; } inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_76)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38CAA092E783257106251246FF5C97F88D28517A6_76() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_76; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return &___8CAA092E783257106251246FF5C97F88D28517A6_76; } inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_76(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___8CAA092E783257106251246FF5C97F88D28517A6_76 = value; } inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77)); } inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; } inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; } inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77(__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA value) { ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77 = value; } inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; } inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78 = value; } inline static int32_t get_offset_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() const { return ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return &___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; } inline void set_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79 = value; } inline static int32_t get_offset_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80)); } inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 get_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() const { return ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; } inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 * get_address_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return &___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; } inline void set_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80(__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 value) { ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80 = value; } inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_81)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_81; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_81; } inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_81(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___93A63E90605400F34B49F0EB3361D23C89164BDA_81 = value; } inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; } inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82 = value; } inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_83)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_83; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_83; } inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_83(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___95264589E48F94B7857CFF398FB72A537E13EEE2_83 = value; } inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; } inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84 = value; } inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_85)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3973417296623D8DC6961B09664E54039E44CA5D8_85() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_85; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return &___973417296623D8DC6961B09664E54039E44CA5D8_85; } inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_85(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___973417296623D8DC6961B09664E54039E44CA5D8_85 = value; } inline static int32_t get_offset_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() const { return ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return &___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; } inline void set_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86 = value; } inline static int32_t get_offset_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87)); } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() const { return ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return &___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; } inline void set_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value) { ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87 = value; } inline static int32_t get_offset_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() const { return ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return &___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; } inline void set_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88 = value; } inline static int32_t get_offset_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() const { return ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return &___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; } inline void set_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89 = value; } inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_90)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_A0074C15377C0C870B055927403EA9FA7A349D12_90() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_90; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_90; } inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_90(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___A0074C15377C0C870B055927403EA9FA7A349D12_90 = value; } inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91)); } inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F get_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; } inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; } inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_91(__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F value) { ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91 = value; } inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_92)); } inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_92() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_92; } inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_92; } inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_92(int64_t value) { ___A13AA52274D951A18029131A8DDECF76B569A15D_92 = value; } inline static int32_t get_offset_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() const { return ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return &___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; } inline void set_A323DB0813C4D072957BA6FDA79D9776674CD06B_93(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93 = value; } inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_94)); } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_A5444763673307F6828C748D4B9708CFC02B0959_94() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_94; } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return &___A5444763673307F6828C748D4B9708CFC02B0959_94; } inline void set_A5444763673307F6828C748D4B9708CFC02B0959_94(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value) { ___A5444763673307F6828C748D4B9708CFC02B0959_94 = value; } inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; } inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95 = value; } inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96)); } inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; } inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; } inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_96(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value) { ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96 = value; } inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97)); } inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; } inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; } inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_97(__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 value) { ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97 = value; } inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_98)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_AC791C4F39504D1184B73478943D0636258DA7B1_98() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_98; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_98; } inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_98(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___AC791C4F39504D1184B73478943D0636258DA7B1_98 = value; } inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; } inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_99(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99 = value; } inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; } inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100 = value; } inline static int32_t get_offset_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() const { return ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return &___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; } inline void set_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101 = value; } inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; } inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102 = value; } inline static int32_t get_offset_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103)); } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() const { return ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return &___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; } inline void set_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value) { ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103 = value; } inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104)); } inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; } inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; } inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104(__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C value) { ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104 = value; } inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105)); } inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; } inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; } inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105(__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA value) { ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105 = value; } inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106)); } inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; } inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; } inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_106(__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 value) { ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106 = value; } inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; } inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107 = value; } inline static int32_t get_offset_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108)); } inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 get_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() const { return ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; } inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 * get_address_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return &___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; } inline void set_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108(__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 value) { ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108 = value; } inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; } inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109 = value; } inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; } inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110 = value; } inline static int32_t get_offset_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() const { return ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return &___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; } inline void set_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111 = value; } inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112)); } inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; } inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; } inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_112(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value) { ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112 = value; } inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_113)); } inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_113() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_113; } inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_113; } inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_113(int64_t value) { ___C1A1100642BA9685B30A84D97348484E14AA1865_113 = value; } inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_114)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_C6F364A0AD934EFED8909446C215752E565D77C1_114() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_114; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_114; } inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_114(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___C6F364A0AD934EFED8909446C215752E565D77C1_114 = value; } inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115)); } inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; } inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; } inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_115(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value) { ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115 = value; } inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_116)); } inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_CE93C35B755802BC4B3D180716B048FC61701EF7_116() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_116; } inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_116; } inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_116(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value) { ___CE93C35B755802BC4B3D180716B048FC61701EF7_116 = value; } inline static int32_t get_offset_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() const { return ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return &___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; } inline void set_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117 = value; } inline static int32_t get_offset_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() const { return ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return &___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; } inline void set_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118 = value; } inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119)); } inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; } inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; } inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value) { ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119 = value; } inline static int32_t get_offset_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120)); } inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() const { return ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; } inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return &___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; } inline void set_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value) { ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120 = value; } inline static int32_t get_offset_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() const { return ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return &___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; } inline void set_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121 = value; } inline static int32_t get_offset_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D76478B994B312CD022DCA207AA2254880D2FCC9_122)); } inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B get_D76478B994B312CD022DCA207AA2254880D2FCC9_122() const { return ___D76478B994B312CD022DCA207AA2254880D2FCC9_122; } inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B * get_address_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return &___D76478B994B312CD022DCA207AA2254880D2FCC9_122; } inline void set_D76478B994B312CD022DCA207AA2254880D2FCC9_122(__StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B value) { ___D76478B994B312CD022DCA207AA2254880D2FCC9_122 = value; } inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123)); } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; } inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value) { ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123 = value; } inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124)); } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; } inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_124(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value) { ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124 = value; } inline static int32_t get_offset_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125)); } inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 get_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() const { return ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; } inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 * get_address_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return &___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; } inline void set_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125(__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 value) { ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125 = value; } inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; } inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126 = value; } inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_127)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_E1827270A5FE1C85F5352A66FD87BA747213D006_127() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_127; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_127; } inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_127(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___E1827270A5FE1C85F5352A66FD87BA747213D006_127 = value; } inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; } inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128 = value; } inline static int32_t get_offset_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E75835D001C843F156FBA01B001DFE1B8029AC17_129)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_E75835D001C843F156FBA01B001DFE1B8029AC17_129() const { return ___E75835D001C843F156FBA01B001DFE1B8029AC17_129; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return &___E75835D001C843F156FBA01B001DFE1B8029AC17_129; } inline void set_E75835D001C843F156FBA01B001DFE1B8029AC17_129(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___E75835D001C843F156FBA01B001DFE1B8029AC17_129 = value; } inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_130)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_E92B39D8233061927D9ACDE54665E68E7535635A_130() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_130; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_130; } inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_130(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___E92B39D8233061927D9ACDE54665E68E7535635A_130 = value; } inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_131)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_EA9506959484C55CFE0C139C624DF6060E285866_131() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_131; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return &___EA9506959484C55CFE0C139C624DF6060E285866_131; } inline void set_EA9506959484C55CFE0C139C624DF6060E285866_131(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___EA9506959484C55CFE0C139C624DF6060E285866_131 = value; } inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132)); } inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; } inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; } inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132(__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 value) { ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132 = value; } inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; } inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_133(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133 = value; } inline static int32_t get_offset_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134)); } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() const { return ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return &___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; } inline void set_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value) { ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134 = value; } inline static int32_t get_offset_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() const { return ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return &___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; } inline void set_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135 = value; } inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; } inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136 = value; } inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; } inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137 = value; } inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_138)); } inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 get_F073AA332018FDA0D572E99448FFF1D6422BD520_138() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_138; } inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_138; } inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_138(__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 value) { ___F073AA332018FDA0D572E99448FFF1D6422BD520_138 = value; } inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139)); } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; } inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_139(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value) { ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139 = value; } inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; } inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140 = value; } inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141)); } inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; } inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; } inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_141(__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 value) { ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141 = value; } inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; } inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142 = value; } inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143)); } inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; } inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; } inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143(__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D value) { ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143 = 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.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.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.RuntimeFieldHandle struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // 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.Text.UTF7Encoding_Decoder struct Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 : public DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD { public: // System.Int32 System.Text.UTF7Encoding_Decoder::bits int32_t ___bits_6; // System.Int32 System.Text.UTF7Encoding_Decoder::bitCount int32_t ___bitCount_7; // System.Boolean System.Text.UTF7Encoding_Decoder::firstByte bool ___firstByte_8; public: inline static int32_t get_offset_of_bits_6() { return static_cast(offsetof(Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230, ___bits_6)); } inline int32_t get_bits_6() const { return ___bits_6; } inline int32_t* get_address_of_bits_6() { return &___bits_6; } inline void set_bits_6(int32_t value) { ___bits_6 = value; } inline static int32_t get_offset_of_bitCount_7() { return static_cast(offsetof(Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230, ___bitCount_7)); } inline int32_t get_bitCount_7() const { return ___bitCount_7; } inline int32_t* get_address_of_bitCount_7() { return &___bitCount_7; } inline void set_bitCount_7(int32_t value) { ___bitCount_7 = value; } inline static int32_t get_offset_of_firstByte_8() { return static_cast(offsetof(Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230, ___firstByte_8)); } inline bool get_firstByte_8() const { return ___firstByte_8; } inline bool* get_address_of_firstByte_8() { return &___firstByte_8; } inline void set_firstByte_8(bool value) { ___firstByte_8 = value; } }; // System.Text.UTF7Encoding_Encoder struct Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 : public EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 { public: // System.Int32 System.Text.UTF7Encoding_Encoder::bits int32_t ___bits_7; // System.Int32 System.Text.UTF7Encoding_Encoder::bitCount int32_t ___bitCount_8; public: inline static int32_t get_offset_of_bits_7() { return static_cast(offsetof(Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111, ___bits_7)); } inline int32_t get_bits_7() const { return ___bits_7; } inline int32_t* get_address_of_bits_7() { return &___bits_7; } inline void set_bits_7(int32_t value) { ___bits_7 = value; } inline static int32_t get_offset_of_bitCount_8() { return static_cast(offsetof(Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111, ___bitCount_8)); } inline int32_t get_bitCount_8() const { return ___bitCount_8; } inline int32_t* get_address_of_bitCount_8() { return &___bitCount_8; } inline void set_bitCount_8(int32_t value) { ___bitCount_8 = value; } }; // System.Text.UTF8Encoding_UTF8Decoder struct UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B : public DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD { public: // System.Int32 System.Text.UTF8Encoding_UTF8Decoder::bits int32_t ___bits_6; public: inline static int32_t get_offset_of_bits_6() { return static_cast(offsetof(UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B, ___bits_6)); } inline int32_t get_bits_6() const { return ___bits_6; } inline int32_t* get_address_of_bits_6() { return &___bits_6; } inline void set_bits_6(int32_t value) { ___bits_6 = value; } }; // System.Text.UTF8Encoding_UTF8Encoder struct UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 : public EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 { public: // System.Int32 System.Text.UTF8Encoding_UTF8Encoder::surrogateChar int32_t ___surrogateChar_7; public: inline static int32_t get_offset_of_surrogateChar_7() { return static_cast(offsetof(UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6, ___surrogateChar_7)); } inline int32_t get_surrogateChar_7() const { return ___surrogateChar_7; } inline int32_t* get_address_of_surrogateChar_7() { return &___surrogateChar_7; } inline void set_surrogateChar_7(int32_t value) { ___surrogateChar_7 = value; } }; // System.Text.UnicodeEncoding_Decoder struct Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A : public DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD { public: // System.Int32 System.Text.UnicodeEncoding_Decoder::lastByte int32_t ___lastByte_6; // System.Char System.Text.UnicodeEncoding_Decoder::lastChar Il2CppChar ___lastChar_7; public: inline static int32_t get_offset_of_lastByte_6() { return static_cast(offsetof(Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A, ___lastByte_6)); } inline int32_t get_lastByte_6() const { return ___lastByte_6; } inline int32_t* get_address_of_lastByte_6() { return &___lastByte_6; } inline void set_lastByte_6(int32_t value) { ___lastByte_6 = value; } inline static int32_t get_offset_of_lastChar_7() { return static_cast(offsetof(Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A, ___lastChar_7)); } inline Il2CppChar get_lastChar_7() const { return ___lastChar_7; } inline Il2CppChar* get_address_of_lastChar_7() { return &___lastChar_7; } inline void set_lastChar_7(Il2CppChar value) { ___lastChar_7 = 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.EventResetMode struct EventResetMode_t73BBF7417F0F56D4931942FF34B9EB3F677127D6 { public: // System.Int32 System.Threading.EventResetMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventResetMode_t73BBF7417F0F56D4931942FF34B9EB3F677127D6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.ExecutionContext_CaptureOptions struct CaptureOptions_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.ExecutionContextSwitcher struct ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 { public: // System.Threading.ExecutionContext_Reader System.Threading.ExecutionContextSwitcher::outerEC Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B ___outerEC_0; // System.Boolean System.Threading.ExecutionContextSwitcher::outerECBelongsToScope bool ___outerECBelongsToScope_1; // System.Object System.Threading.ExecutionContextSwitcher::hecsw RuntimeObject * ___hecsw_2; // System.Threading.Thread System.Threading.ExecutionContextSwitcher::thread Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___thread_3; public: inline static int32_t get_offset_of_outerEC_0() { return static_cast(offsetof(ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159, ___outerEC_0)); } inline Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B get_outerEC_0() const { return ___outerEC_0; } inline Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * get_address_of_outerEC_0() { return &___outerEC_0; } inline void set_outerEC_0(Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B value) { ___outerEC_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___outerEC_0))->___m_ec_0), (void*)NULL); } inline static int32_t get_offset_of_outerECBelongsToScope_1() { return static_cast(offsetof(ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159, ___outerECBelongsToScope_1)); } inline bool get_outerECBelongsToScope_1() const { return ___outerECBelongsToScope_1; } inline bool* get_address_of_outerECBelongsToScope_1() { return &___outerECBelongsToScope_1; } inline void set_outerECBelongsToScope_1(bool value) { ___outerECBelongsToScope_1 = value; } inline static int32_t get_offset_of_hecsw_2() { return static_cast(offsetof(ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159, ___hecsw_2)); } inline RuntimeObject * get_hecsw_2() const { return ___hecsw_2; } inline RuntimeObject ** get_address_of_hecsw_2() { return &___hecsw_2; } inline void set_hecsw_2(RuntimeObject * value) { ___hecsw_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___hecsw_2), (void*)value); } inline static int32_t get_offset_of_thread_3() { return static_cast(offsetof(ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159, ___thread_3)); } inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get_thread_3() const { return ___thread_3; } inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ** get_address_of_thread_3() { return &___thread_3; } inline void set_thread_3(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value) { ___thread_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___thread_3), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.ExecutionContextSwitcher struct ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshaled_pinvoke { Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_pinvoke ___outerEC_0; int32_t ___outerECBelongsToScope_1; Il2CppIUnknown* ___hecsw_2; Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___thread_3; }; // Native definition for COM marshalling of System.Threading.ExecutionContextSwitcher struct ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshaled_com { Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_com ___outerEC_0; int32_t ___outerECBelongsToScope_1; Il2CppIUnknown* ___hecsw_2; Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___thread_3; }; // 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.NativeOverlapped struct NativeOverlapped_t50D8580517E4CAFAB5E1D5DCED266451805E759A { public: // System.IntPtr System.Threading.NativeOverlapped::InternalLow intptr_t ___InternalLow_0; // System.IntPtr System.Threading.NativeOverlapped::InternalHigh intptr_t ___InternalHigh_1; // System.Int32 System.Threading.NativeOverlapped::OffsetLow int32_t ___OffsetLow_2; // System.Int32 System.Threading.NativeOverlapped::OffsetHigh int32_t ___OffsetHigh_3; // System.IntPtr System.Threading.NativeOverlapped::EventHandle intptr_t ___EventHandle_4; public: inline static int32_t get_offset_of_InternalLow_0() { return static_cast(offsetof(NativeOverlapped_t50D8580517E4CAFAB5E1D5DCED266451805E759A, ___InternalLow_0)); } inline intptr_t get_InternalLow_0() const { return ___InternalLow_0; } inline intptr_t* get_address_of_InternalLow_0() { return &___InternalLow_0; } inline void set_InternalLow_0(intptr_t value) { ___InternalLow_0 = value; } inline static int32_t get_offset_of_InternalHigh_1() { return static_cast(offsetof(NativeOverlapped_t50D8580517E4CAFAB5E1D5DCED266451805E759A, ___InternalHigh_1)); } inline intptr_t get_InternalHigh_1() const { return ___InternalHigh_1; } inline intptr_t* get_address_of_InternalHigh_1() { return &___InternalHigh_1; } inline void set_InternalHigh_1(intptr_t value) { ___InternalHigh_1 = value; } inline static int32_t get_offset_of_OffsetLow_2() { return static_cast(offsetof(NativeOverlapped_t50D8580517E4CAFAB5E1D5DCED266451805E759A, ___OffsetLow_2)); } inline int32_t get_OffsetLow_2() const { return ___OffsetLow_2; } inline int32_t* get_address_of_OffsetLow_2() { return &___OffsetLow_2; } inline void set_OffsetLow_2(int32_t value) { ___OffsetLow_2 = value; } inline static int32_t get_offset_of_OffsetHigh_3() { return static_cast(offsetof(NativeOverlapped_t50D8580517E4CAFAB5E1D5DCED266451805E759A, ___OffsetHigh_3)); } inline int32_t get_OffsetHigh_3() const { return ___OffsetHigh_3; } inline int32_t* get_address_of_OffsetHigh_3() { return &___OffsetHigh_3; } inline void set_OffsetHigh_3(int32_t value) { ___OffsetHigh_3 = value; } inline static int32_t get_offset_of_EventHandle_4() { return static_cast(offsetof(NativeOverlapped_t50D8580517E4CAFAB5E1D5DCED266451805E759A, ___EventHandle_4)); } inline intptr_t get_EventHandle_4() const { return ___EventHandle_4; } inline intptr_t* get_address_of_EventHandle_4() { return &___EventHandle_4; } inline void set_EventHandle_4(intptr_t value) { ___EventHandle_4 = 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.SparselyPopulatedArrayFragment`1 struct SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 : public RuntimeObject { public: // T[] System.Threading.SparselyPopulatedArrayFragment`1::m_elements ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_elements_0; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SparselyPopulatedArrayFragment`1::m_freeCount int32_t ___m_freeCount_1; // System.Threading.SparselyPopulatedArrayFragment`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SparselyPopulatedArrayFragment`1::m_next SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * ___m_next_2; // System.Threading.SparselyPopulatedArrayFragment`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SparselyPopulatedArrayFragment`1::m_prev SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * ___m_prev_3; public: inline static int32_t get_offset_of_m_elements_0() { return static_cast(offsetof(SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364, ___m_elements_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_elements_0() const { return ___m_elements_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_elements_0() { return &___m_elements_0; } inline void set_m_elements_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_elements_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_elements_0), (void*)value); } inline static int32_t get_offset_of_m_freeCount_1() { return static_cast(offsetof(SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364, ___m_freeCount_1)); } inline int32_t get_m_freeCount_1() const { return ___m_freeCount_1; } inline int32_t* get_address_of_m_freeCount_1() { return &___m_freeCount_1; } inline void set_m_freeCount_1(int32_t value) { ___m_freeCount_1 = value; } inline static int32_t get_offset_of_m_next_2() { return static_cast(offsetof(SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364, ___m_next_2)); } inline SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * get_m_next_2() const { return ___m_next_2; } inline SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 ** get_address_of_m_next_2() { return &___m_next_2; } inline void set_m_next_2(SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * value) { ___m_next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_next_2), (void*)value); } inline static int32_t get_offset_of_m_prev_3() { return static_cast(offsetof(SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364, ___m_prev_3)); } inline SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * get_m_prev_3() const { return ___m_prev_3; } inline SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 ** get_address_of_m_prev_3() { return &___m_prev_3; } inline void set_m_prev_3(SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * value) { ___m_prev_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_prev_3), (void*)value); } }; // System.Threading.SparselyPopulatedArrayFragment`1 struct SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 : public RuntimeObject { public: // T[] System.Threading.SparselyPopulatedArrayFragment`1::m_elements CancellationCallbackInfoU5BU5D_tBF453E6FE76E1C4D139D1EF5867D15934D079161* ___m_elements_0; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SparselyPopulatedArrayFragment`1::m_freeCount int32_t ___m_freeCount_1; // System.Threading.SparselyPopulatedArrayFragment`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SparselyPopulatedArrayFragment`1::m_next SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * ___m_next_2; // System.Threading.SparselyPopulatedArrayFragment`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SparselyPopulatedArrayFragment`1::m_prev SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * ___m_prev_3; public: inline static int32_t get_offset_of_m_elements_0() { return static_cast(offsetof(SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7, ___m_elements_0)); } inline CancellationCallbackInfoU5BU5D_tBF453E6FE76E1C4D139D1EF5867D15934D079161* get_m_elements_0() const { return ___m_elements_0; } inline CancellationCallbackInfoU5BU5D_tBF453E6FE76E1C4D139D1EF5867D15934D079161** get_address_of_m_elements_0() { return &___m_elements_0; } inline void set_m_elements_0(CancellationCallbackInfoU5BU5D_tBF453E6FE76E1C4D139D1EF5867D15934D079161* value) { ___m_elements_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_elements_0), (void*)value); } inline static int32_t get_offset_of_m_freeCount_1() { return static_cast(offsetof(SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7, ___m_freeCount_1)); } inline int32_t get_m_freeCount_1() const { return ___m_freeCount_1; } inline int32_t* get_address_of_m_freeCount_1() { return &___m_freeCount_1; } inline void set_m_freeCount_1(int32_t value) { ___m_freeCount_1 = value; } inline static int32_t get_offset_of_m_next_2() { return static_cast(offsetof(SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7, ___m_next_2)); } inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * get_m_next_2() const { return ___m_next_2; } inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 ** get_address_of_m_next_2() { return &___m_next_2; } inline void set_m_next_2(SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * value) { ___m_next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_next_2), (void*)value); } inline static int32_t get_offset_of_m_prev_3() { return static_cast(offsetof(SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7, ___m_prev_3)); } inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * get_m_prev_3() const { return ___m_prev_3; } inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 ** get_address_of_m_prev_3() { return &___m_prev_3; } inline void set_m_prev_3(SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * value) { ___m_prev_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_prev_3), (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.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.Mutex struct Mutex_tEFA4BCB29AF9E8B7BD6F0973C6AFFA072744AB5C : public WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 { 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.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_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.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F : public MulticastDelegate_t { public: public: }; // System.IO.IOException struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // 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.Runtime.CompilerServices.ConditionalWeakTable`2_CreateValueCallback struct CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 : public MulticastDelegate_t { public: public: }; // System.Runtime.Serialization.SerializationException struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields { public: // System.String System.Runtime.Serialization.SerializationException::_nullMessage String_t* ____nullMessage_17; public: inline static int32_t get_offset_of__nullMessage_17() { return static_cast(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); } inline String_t* get__nullMessage_17() const { return ____nullMessage_17; } inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; } inline void set__nullMessage_17(String_t* value) { ____nullMessage_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value); } }; // 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.AutoResetEvent struct AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7 : public EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 { public: public: }; // System.Threading.ContextCallback struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 : public MulticastDelegate_t { public: public: }; // System.Threading.ManualResetEvent struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 : public EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 { public: public: }; // System.Threading.OSSpecificSynchronizationContext_InvocationEntryDelegate struct InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B : public MulticastDelegate_t { 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.ThreadAbortException struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 : 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.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.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.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.Threading.CancellationTokenRegistration[] struct CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B : public RuntimeArray { public: ALIGN_FIELD (8) CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 m_Items[1]; public: inline CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * 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, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_callbackInfo_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___m_registrationInfo_1))->___m_source_0), (void*)NULL); #endif } inline CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_callbackInfo_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___m_registrationInfo_1))->___m_source_0), (void*)NULL); #endif } }; // System.Threading.SparselyPopulatedArray`1[] struct SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813 : public RuntimeArray { public: ALIGN_FIELD (8) SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * m_Items[1]; public: inline SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC ** 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, SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * 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.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.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); } }; IL2CPP_EXTERN_C void Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshal_pinvoke(const Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B& unmarshaled, Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshal_pinvoke_back(const Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_pinvoke& marshaled, Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B& unmarshaled); IL2CPP_EXTERN_C void Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshal_pinvoke_cleanup(Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshal_com(const Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B& unmarshaled, Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_com& marshaled); IL2CPP_EXTERN_C void Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshal_com_back(const Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_com& marshaled, Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B& unmarshaled); IL2CPP_EXTERN_C void Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshal_com_cleanup(Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_com& marshaled); // 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`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.Threading.SparselyPopulatedArrayFragment`1 System.Threading.SparselyPopulatedArrayAddInfo`1::get_Source() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * SparselyPopulatedArrayAddInfo_1_get_Source_mF8A667348EE46E2D681AC12A74970BD3A69E769A_gshared_inline (SparselyPopulatedArrayAddInfo_1_tE2FD5B8C39028B875C42E17AA5865FC55F2A0C0B * __this, const RuntimeMethod* method); // System.Int32 System.Threading.SparselyPopulatedArrayAddInfo`1::get_Index() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SparselyPopulatedArrayAddInfo_1_get_Index_m67962DFCB592CCD200FB0BED160411FA56EED54A_gshared_inline (SparselyPopulatedArrayAddInfo_1_tE2FD5B8C39028B875C42E17AA5865FC55F2A0C0B * __this, const RuntimeMethod* method); // T System.Threading.SparselyPopulatedArrayFragment`1::SafeAtomicRemove(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SparselyPopulatedArrayFragment_1_SafeAtomicRemove_m1AB1FDBC0781375CA9B068017B5491D9EE2349E7_gshared (SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * __this, int32_t ___index0, RuntimeObject * ___expectedElement1, const RuntimeMethod* method); // System.Void System.Threading.SparselyPopulatedArray`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SparselyPopulatedArray_1__ctor_m7A1F6A2953F75F7D0F45688384401330C117232D_gshared (SparselyPopulatedArray_1_t93BFED0AE376D58EC4ECF029A2E97C5D7CA80395 * __this, int32_t ___initialSize0, const RuntimeMethod* method); // System.Threading.SparselyPopulatedArrayAddInfo`1 System.Threading.SparselyPopulatedArray`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SparselyPopulatedArrayAddInfo_1_tE2FD5B8C39028B875C42E17AA5865FC55F2A0C0B SparselyPopulatedArray_1_Add_m469C4150738A88088CC4259E8A69434FD7FBB7B7_gshared (SparselyPopulatedArray_1_t93BFED0AE376D58EC4ECF029A2E97C5D7CA80395 * __this, RuntimeObject * ___element0, const RuntimeMethod* method); // System.Threading.SparselyPopulatedArrayFragment`1 System.Threading.SparselyPopulatedArray`1::get_Tail() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * SparselyPopulatedArray_1_get_Tail_mA2AA0F79FF9906A900DDCF2B49DC6D435B5A2CB5_gshared (SparselyPopulatedArray_1_t93BFED0AE376D58EC4ECF029A2E97C5D7CA80395 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.SparselyPopulatedArrayFragment`1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SparselyPopulatedArrayFragment_1_get_Length_mBF5C58CC3C4F7647E4CCA1C246108F532B90DFC9_gshared (SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * __this, const RuntimeMethod* method); // T System.Threading.SparselyPopulatedArrayFragment`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SparselyPopulatedArrayFragment_1_get_Item_m8250124614B9A0DC4F0CAF035E9978BB9990077B_gshared (SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * __this, int32_t ___index0, 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.Threading.SparselyPopulatedArrayFragment`1 System.Threading.SparselyPopulatedArrayFragment`1::get_Prev() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * SparselyPopulatedArrayFragment_1_get_Prev_m5C5B855EDCF34FAE3DAA3A550AFD4BADFAB05B0A_gshared (SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IDictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mB0896A7287506E8D9C9BCAE7F5BCDB33BA28852D_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject* ___dictionary0, 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_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* ___collection0, 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.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateValueCallback__ctor_m0C8279CA67355F638D6C7A3AAFFFA9CEA2570AB1_gshared (CreateValueCallback_tBCCB4685658A4B0DE8153A79A7E365983D58381F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // TValue System.Runtime.CompilerServices.ConditionalWeakTable`2::GetValue(TKey,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConditionalWeakTable_2_GetValue_m838D9EF0BF4891909CA39673B6057E0E913AB829_gshared (ConditionalWeakTable_2_tAD6736E4C6A9AF930D360966499D999E3CE45BF3 * __this, RuntimeObject * ___key0, CreateValueCallback_tBCCB4685658A4B0DE8153A79A7E365983D58381F * ___createValueCallback1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate(TDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m48759D7F3A90CB3B0B0E73773B1E40147247A61B_gshared (RuntimeObject * ___d0, 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.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.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`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.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.Text.DecoderNLS::.ctor(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method); // System.Void System.Text.DecoderNLS::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderNLS__ctor_mC984F2089D25CDC9625B6DC33CB330337182C4C9 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __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.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method); // System.Void System.Text.DecoderFallback::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallback__ctor_m54A9DF12218E6A07D4316D7FDE75FDFA216C9437 (DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * __this, const RuntimeMethod* method); // System.Void System.Text.UTF7Encoding/DecoderUTF7FallbackBuffer::.ctor(System.Text.UTF7Encoding/DecoderUTF7Fallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderUTF7FallbackBuffer__ctor_mFD8188A09BEDC643B887DE639876B613049D0A91 (DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257 * __this, DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05 * ___fallback0, const RuntimeMethod* method); // System.Void System.Text.DecoderFallbackBuffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer__ctor_mD3BD448C945CFCFD5ECB5D3F774D156A340F1046 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, 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.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Text.EncoderNLS::.ctor(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderNLS__ctor_m3F11286A48DC8DEB96AB6B98EC9A1C0F79A11051 (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method); // System.Void System.Text.EncoderNLS::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderNLS__ctor_mF834444D5E99CAC122941CE1C07E057FC988651D (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, const RuntimeMethod* method); // System.Void System.Text.UTF8Encoding::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m27389C5A707DE2AA997362ED250BEB946CB6B076 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, bool ___encoderShouldEmitUTF8Identifier0, const RuntimeMethod* method); // System.Void System.Text.UTF8Encoding::.ctor(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, bool ___encoderShouldEmitUTF8Identifier0, bool ___throwOnInvalidBytes1, const RuntimeMethod* method); // System.Void System.Text.Encoding::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, int32_t ___codePage0, const RuntimeMethod* method); // System.Text.EncoderFallback System.Text.EncoderFallback::get_ExceptionFallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * EncoderFallback_get_ExceptionFallback_mAE77B30FFF4171C2C6861BE4F90529A873EC79B8 (const RuntimeMethod* method); // System.Text.DecoderFallback System.Text.DecoderFallback::get_ExceptionFallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * DecoderFallback_get_ExceptionFallback_mAE7F326600DFAA0FAAD6D9053C771FF8EE99B40B (const RuntimeMethod* method); // System.Void System.Text.EncoderReplacementFallback::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, String_t* ___replacement0, const RuntimeMethod* method); // System.Void System.Text.DecoderReplacementFallback::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, String_t* ___replacement0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, 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.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B (const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method); // System.String System.String::CreateStringFromEncoding(System.Byte*,System.Int32,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99 (uint8_t* ___bytes0, int32_t ___byteLength1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method); // System.Boolean System.Text.Encoder::get_InternalHasFallbackBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method); // System.Text.EncoderFallbackBuffer System.Text.Encoder::get_FallbackBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method); // System.Text.EncoderFallback System.Text.Encoder::get_Fallback() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, 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.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.Void System.Text.EncoderFallbackBuffer::InternalInitialize(System.Char*,System.Char*,System.Text.EncoderNLS,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66 (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, Il2CppChar* ___charStart0, Il2CppChar* ___charEnd1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder2, bool ___setEncoder3, const RuntimeMethod* method); // System.Char System.Text.EncoderFallbackBuffer::InternalGetNextChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, const RuntimeMethod* method); // System.Boolean System.Text.UTF8Encoding::InRange(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151 (int32_t ___ch0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method); // System.Boolean System.Text.EncoderNLS::get_MustFlush() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EncoderNLS_get_MustFlush_mBA7B13F498D63B50EFFA562AC02EC73A2E8597DF_inline (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, const RuntimeMethod* method); // System.Int32 System.Text.UTF8Encoding::PtrDiff(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_PtrDiff_m4EBD08CA0C1211BC8B9CCD5AF152DB3480FA8CCC (Il2CppChar* ___a0, Il2CppChar* ___b1, const RuntimeMethod* method); // System.Void System.Text.Encoding::ThrowBytesOverflow(System.Text.EncoderNLS,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder0, bool ___nothingEncoded1, const RuntimeMethod* method); // System.Int32 System.Text.UTF8Encoding::PtrDiff(System.Byte*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_PtrDiff_mBB9D70E4B51594110008EAB4129087B202193986 (uint8_t* ___a0, uint8_t* ___b1, const RuntimeMethod* method); // System.Text.DecoderFallbackBuffer System.Text.Decoder::get_FallbackBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method); // System.Void System.Text.DecoderFallbackBuffer::InternalInitialize(System.Byte*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, uint8_t* ___byteStart0, Il2CppChar* ___charEnd1, const RuntimeMethod* method); // System.Int32 System.Text.UTF8Encoding::FallbackInvalidByteSequence(System.Byte*,System.Int32,System.Text.DecoderFallbackBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_FallbackInvalidByteSequence_mF5D4EE127098963DD619D2E80791541EE2B1AA12 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, uint8_t* ___pSrc0, int32_t ___ch1, DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * ___fallback2, const RuntimeMethod* method); // System.Boolean System.Text.DecoderNLS::get_MustFlush() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DecoderNLS_get_MustFlush_m0C8DCAF42B8FE1A1C39E68C06A5D681A0DA1C552_inline (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method); // System.Boolean System.Text.UTF8Encoding::FallbackInvalidByteSequence(System.Byte*&,System.Int32,System.Text.DecoderFallbackBuffer,System.Char*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UTF8Encoding_FallbackInvalidByteSequence_m48706F28B3E4D3B81C8299C3465682F1B7A1772A (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, uint8_t** ___pSrc0, int32_t ___ch1, DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * ___fallback2, Il2CppChar** ___pTarget3, const RuntimeMethod* method); // System.Void System.Text.DecoderFallbackBuffer::InternalReset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, const RuntimeMethod* method); // System.Void System.Text.Encoding::ThrowCharsOverflow(System.Text.DecoderNLS,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder0, bool ___nothingDecoded1, const RuntimeMethod* method); // System.Byte[] System.Text.UTF8Encoding::GetBytesUnknown(System.Byte*&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* UTF8Encoding_GetBytesUnknown_mE3F703BD5E99262A2E1EA42753A9DC0D2F96E21E (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, uint8_t** ___pSrc0, int32_t ___ch1, const RuntimeMethod* method); // System.Void System.Text.UTF8Encoding/UTF8Decoder::.ctor(System.Text.UTF8Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Decoder__ctor_m1FBF500D42104F53F1656E6B83FFB9C07CC2FFEF (UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B * __this, UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * ___encoding0, const RuntimeMethod* method); // System.Void System.Text.UTF8Encoding/UTF8Encoder::.ctor(System.Text.UTF8Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoder__ctor_m74C3B6E9F83BC5A8DB0292ED28E521D6EA2FCF85 (UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * __this, UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * ___encoding0, const RuntimeMethod* method); // System.Text.EncoderFallback System.Text.Encoding::get_EncoderFallback() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method); // System.Text.DecoderFallback System.Text.Encoding::get_DecoderFallback() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method); // System.Void System.Text.UnicodeEncoding::.ctor(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnicodeEncoding__ctor_m008B9B92D414A56B533624021525F53B2A73BD10 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, bool ___bigEndian0, bool ___byteOrderMark1, const RuntimeMethod* method); // System.Void System.Text.UnicodeEncoding::.ctor(System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnicodeEncoding__ctor_m6ADB929D2D15D181F44A0671158295ADAD589550 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, bool ___bigEndian0, bool ___byteOrderMark1, bool ___throwOnInvalidBytes2, 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.Void System.Text.UnicodeEncoding/Decoder::.ctor(System.Text.UnicodeEncoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder__ctor_m0AFC871C4C4420689FD79A8D7913AFCEBFC637B0 (Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * __this, UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * ___encoding0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mF1E3C85899AFD183897EB81ED87F55C4EDCEA146 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Il2CppChar ___value1, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, 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.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.AbandonedMutexException::SetupException(System.Int32,System.Threading.WaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbandonedMutexException_SetupException_m3620C49DD4CA315DDAD5F436A7D698865597212A (AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9 * __this, int32_t ___location0, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___handle1, 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.Void System.Threading.EventWaitHandle::.ctor(System.Boolean,System.Threading.EventResetMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventWaitHandle__ctor_m9EA7029408FF8BBCB1F527C940FAC6C1796DE3C1 (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, bool ___initialState0, int32_t ___mode1, const RuntimeMethod* method); // System.Void System.Threading.CancellationCallbackCoreWorkArguments::.ctor(System.Threading.SparselyPopulatedArrayFragment`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationCallbackCoreWorkArguments__ctor_mBE862E6F44CE055B535C63E55A6D41774244207E (CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB * __this, SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * ___currArrayFragment0, int32_t ___currArrayIndex1, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, 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.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.Threading.CancellationCallbackInfo::ExecutionContextCallback(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationCallbackInfo_ExecutionContextCallback_mB1FBA4F85DEFE0E6A4C2E8EE4356328F84C568BF (RuntimeObject * ___obj0, 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.CancellationTokenSource::get_IsCancellationRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenSource_get_IsCancellationRequested_mCF943D076EFDCE0AB5454058B52E1C2C9FF39268 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, 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.Boolean System.Threading.CancellationTokenSource::get_CanBeCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenSource_get_CanBeCanceled_m6030BE745AD2962EBE2193338B91657292BA1D60 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __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.Void System.Threading.CancellationToken::.ctor(System.Threading.CancellationTokenSource) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CancellationToken__ctor_mA3772B101A95BF5076F8156319F65D41F8D406A7_inline (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___source0, 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.Threading.CancellationTokenRegistration System.Threading.CancellationToken::Register(System.Action`1,System.Object,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 CancellationToken_Register_mD300585BB9E11B4EA78DD0799363B7FC08BA2AB6 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___callback0, RuntimeObject * ___state1, bool ___useSynchronizationContext2, bool ___useExecutionContext3, 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.Threading.SynchronizationContext System.Threading.SynchronizationContext::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * SynchronizationContext_get_Current_m349D2AF9766D807E4003E23C6D37EF1592832DF4 (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.Threading.CancellationTokenRegistration System.Threading.CancellationTokenSource::InternalRegister(System.Action`1,System.Object,System.Threading.SynchronizationContext,System.Threading.ExecutionContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 CancellationTokenSource_InternalRegister_mE96AC3A0397A2A1FEEE19AE7E87BB9875A643B4C (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___callback0, RuntimeObject * ___stateForCallback1, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___targetSyncContext2, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___executionContext3, const RuntimeMethod* method); // System.Threading.CancellationTokenSource System.Threading.CancellationTokenSource::InternalGetStaticSource(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * CancellationTokenSource_InternalGetStaticSource_mC9F17578A05A8DBA185E77FAA41716018049D780 (bool ___set0, const RuntimeMethod* method); // System.Boolean System.Threading.CancellationToken::Equals(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_Equals_m8E3FA5F24457451D6D5BF428D9D9F8DACE633F3B (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___other0, const RuntimeMethod* method); // System.Boolean System.Threading.CancellationToken::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_Equals_m2837C59A5008EBB7F0A470DA0C9FF41B34C174EB (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.Threading.CancellationToken::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CancellationToken_GetHashCode_m68576A21A87EAD6E2F103D91610FAEF4B15C4F72 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, const RuntimeMethod* method); // System.Void System.Threading.CancellationToken::ThrowOperationCanceledException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken_ThrowOperationCanceledException_mE47E67891F02F14C9245FC65B5674D6E95E38F07 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __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.Boolean System.Threading.CancellationTokenSource::get_IsDisposed() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CancellationTokenSource_get_IsDisposed_mA06C7C248A653B577A8B05C47780D883AA559CCE_inline (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method); // System.Void System.Threading.CancellationToken::ThrowObjectDisposedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken_ThrowObjectDisposedException_m646DAB9F446B2B0F7004B3EBD53828A2782202E1 (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.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.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.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.CancellationTokenRegistration::.ctor(System.Threading.CancellationCallbackInfo,System.Threading.SparselyPopulatedArrayAddInfo`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenRegistration__ctor_m0958E03E78A8070A0585B1917DB9AE837B4593AA (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * __this, CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___callbackInfo0, SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE ___registrationInfo1, const RuntimeMethod* method); // System.Threading.SparselyPopulatedArrayFragment`1 System.Threading.SparselyPopulatedArrayAddInfo`1::get_Source() inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_inline (SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE * __this, const RuntimeMethod* method) { return (( SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * (*) (SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE *, const RuntimeMethod*))SparselyPopulatedArrayAddInfo_1_get_Source_mF8A667348EE46E2D681AC12A74970BD3A69E769A_gshared_inline)(__this, method); } // System.Int32 System.Threading.SparselyPopulatedArrayAddInfo`1::get_Index() inline int32_t SparselyPopulatedArrayAddInfo_1_get_Index_m541231B47F059DF1FA073697B9FEB4BFA0FF40FD_inline (SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE * __this, const RuntimeMethod* method) { return (( int32_t (*) (SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE *, const RuntimeMethod*))SparselyPopulatedArrayAddInfo_1_get_Index_m67962DFCB592CCD200FB0BED160411FA56EED54A_gshared_inline)(__this, method); } // T System.Threading.SparselyPopulatedArrayFragment`1::SafeAtomicRemove(System.Int32,T) inline CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * SparselyPopulatedArrayFragment_1_SafeAtomicRemove_m37D4281493EFB759F2CDE5A71B3B83AAD026126C (SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * __this, int32_t ___index0, CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___expectedElement1, const RuntimeMethod* method) { return (( CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * (*) (SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 *, int32_t, CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *, const RuntimeMethod*))SparselyPopulatedArrayFragment_1_SafeAtomicRemove_m1AB1FDBC0781375CA9B068017B5491D9EE2349E7_gshared)(__this, ___index0, ___expectedElement1, method); } // System.Boolean System.Threading.CancellationTokenRegistration::TryDeregister() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenRegistration_TryDeregister_m930D84197FB96E0D1206D9CAAF07F5AC8149CC15 (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.CancellationTokenSource::get_IsCancellationCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenSource_get_IsCancellationCompleted_mB62249D695B9AA241FA89E20B565741F1F5DEB23 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method); // System.Int32 System.Threading.CancellationTokenSource::get_ThreadIDExecutingCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CancellationTokenSource_get_ThreadIDExecutingCallbacks_m4F027CCD66F4EDE35EB7E0243EB5612BD4495DE9 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, 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.CancellationTokenSource::WaitForCallbackToComplete(System.Threading.CancellationCallbackInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_WaitForCallbackToComplete_mFA6221C0EF616B4DA1DA32B055BC6865D06EE39B (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___callbackInfo0, 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.Boolean System.Threading.CancellationTokenRegistration::Equals(System.Threading.CancellationTokenRegistration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenRegistration_Equals_m9E14BA0279256C70D29B34972246160746E6D923 (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * __this, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 ___other0, const RuntimeMethod* method); // System.Boolean System.Threading.CancellationTokenRegistration::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenRegistration_Equals_m10EEB16AA8BC130896117762D369A9F4BA60D212 (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Int32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A (int32_t* __this, const RuntimeMethod* method); // System.Int32 System.Threading.CancellationTokenRegistration::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CancellationTokenRegistration_GetHashCode_mC3D4E862DCD10D81390A03351B19C279F92E9F47 (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.CancellationTokenSource::Cancel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_Cancel_m33023D4CB46117A4C6A7C1ED0076918871A1E2DF (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method); // System.Void System.Threading.CancellationTokenSource::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_ThrowIfDisposed_m8961F3447AA0E13EA0BDE1319CE0EE474107F1CB (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method); // System.Void System.Threading.CancellationTokenSource::Cancel(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_Cancel_m5C01193ACA3D619FA46FA52AAA5636C92DAA25F6 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, bool ___throwOnFirstException0, const RuntimeMethod* method); // System.Void System.Threading.CancellationTokenSource::NotifyCancellation(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_NotifyCancellation_m1C3A5219D3E867C853814B778B0F469E678E1936 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, bool ___throwOnFirstException0, 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.Threading.Timer::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, const RuntimeMethod* method); // System.Void System.Threading.CancellationTokenSource::ThrowObjectDisposedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_ThrowObjectDisposedException_m30B520555080BCD70DD6F2A976CE6591AF4C2929 (const RuntimeMethod* method); // System.Void System.Threading.CancellationCallbackInfo::.ctor(System.Action`1,System.Object,System.Threading.SynchronizationContext,System.Threading.ExecutionContext,System.Threading.CancellationTokenSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationCallbackInfo__ctor_m2A63C48373DADF5FA3CCBED7D8F4C3D473D7DB34 (CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___callback0, RuntimeObject * ___stateForCallback1, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___targetSyncContext2, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___targetExecutionContext3, CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___cancellationTokenSource4, const RuntimeMethod* method); // System.Void System.Threading.SparselyPopulatedArray`1::.ctor(System.Int32) inline void SparselyPopulatedArray_1__ctor_mBB843E236187BA031139A284F2F15B70A8550457 (SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * __this, int32_t ___initialSize0, const RuntimeMethod* method) { (( void (*) (SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC *, int32_t, const RuntimeMethod*))SparselyPopulatedArray_1__ctor_m7A1F6A2953F75F7D0F45688384401330C117232D_gshared)(__this, ___initialSize0, method); } // System.Threading.SparselyPopulatedArrayAddInfo`1 System.Threading.SparselyPopulatedArray`1::Add(T) inline SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE SparselyPopulatedArray_1_Add_m9B0F080E515BF6957A5505C5F8B9BC00925D2902 (SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * __this, CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___element0, const RuntimeMethod* method) { return (( SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE (*) (SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC *, CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *, const RuntimeMethod*))SparselyPopulatedArray_1_Add_m469C4150738A88088CC4259E8A69434FD7FBB7B7_gshared)(__this, ___element0, 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.Void System.Threading.CancellationTokenSource::set_ThreadIDExecutingCallbacks(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_set_ThreadIDExecutingCallbacks_m335EF79ADE18B92BB2B8849855DB545CD6C46CE7 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, int32_t ___value0, 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.CancellationTokenSource::ExecuteCallbackHandlers(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_ExecuteCallbackHandlers_m76E8C9E760A83EE908F32C66264252B1179AF6FE (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, bool ___throwOnFirstException0, 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.Threading.SparselyPopulatedArrayFragment`1 System.Threading.SparselyPopulatedArray`1::get_Tail() inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * SparselyPopulatedArray_1_get_Tail_mF13EC01FF86BF3A82F1D835C37E1290C4B3CE7D1 (SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * __this, const RuntimeMethod* method) { return (( SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * (*) (SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC *, const RuntimeMethod*))SparselyPopulatedArray_1_get_Tail_mA2AA0F79FF9906A900DDCF2B49DC6D435B5A2CB5_gshared)(__this, method); } // System.Int32 System.Threading.SparselyPopulatedArrayFragment`1::get_Length() inline int32_t SparselyPopulatedArrayFragment_1_get_Length_m5BB1F68AE5E824D475FD2DD3AE77EE8A42523D54 (SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * __this, const RuntimeMethod* method) { return (( int32_t (*) (SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 *, const RuntimeMethod*))SparselyPopulatedArrayFragment_1_get_Length_mBF5C58CC3C4F7647E4CCA1C246108F532B90DFC9_gshared)(__this, method); } // T System.Threading.SparselyPopulatedArrayFragment`1::get_Item(System.Int32) inline CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * SparselyPopulatedArrayFragment_1_get_Item_mD60096C8D6868A0D00C3161BC0121CBD6981B691 (SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * (*) (SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 *, int32_t, const RuntimeMethod*))SparselyPopulatedArrayFragment_1_get_Item_m8250124614B9A0DC4F0CAF035E9978BB9990077B_gshared)(__this, ___index0, 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.CancellationTokenSource::CancellationCallbackCoreWork(System.Threading.CancellationCallbackCoreWorkArguments) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_CancellationCallbackCoreWork_m3D1D5FB775D5A4267D2CC92B8D4408C9F83EC7FA (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB ___args0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m3CA9F30DC986E649F8E82AD69F5085D355D91AC1 (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * __this, const RuntimeMethod* method) { (( void (*) (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mC1DAEB8B35E60391E3F8D536FA6B91F9B331DABC (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * __this, Exception_t * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A *, Exception_t *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Threading.SparselyPopulatedArrayFragment`1 System.Threading.SparselyPopulatedArrayFragment`1::get_Prev() inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * SparselyPopulatedArrayFragment_1_get_Prev_m48F03382B9F148CD65883E1278B9858BA148F5AD (SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * __this, const RuntimeMethod* method) { return (( SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * (*) (SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 *, const RuntimeMethod*))SparselyPopulatedArrayFragment_1_get_Prev_m5C5B855EDCF34FAE3DAA3A550AFD4BADFAB05B0A_gshared)(__this, method); } // System.Void System.Threading.Thread::MemoryBarrier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_MemoryBarrier_mAB9F6B8404ACCE0D17BEDBD656782FEDDBC9FB8A (const RuntimeMethod* method); // System.Void System.AggregateException::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m1740971CC345A49D8FCB7DDE6C905FB0F3353C28 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, RuntimeObject* ___innerExceptions0, const RuntimeMethod* method); // System.Void System.Threading.CancellationCallbackInfo::ExecuteCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationCallbackInfo_ExecuteCallback_m0DDF290EAF97174E7804CFCFF0E4046A462359E8 (CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * __this, const RuntimeMethod* method); // System.Void System.Threading.CancellationTokenSource::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource__ctor_m217582F71932ADD00D63047D8D53C87111116C6B (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, 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.Threading.CancellationCallbackInfo System.Threading.CancellationTokenSource::get_ExecutingCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * CancellationTokenSource_get_ExecutingCallback_mF31E33B626FCE51172659692BF43002CFD146E8E (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method); // System.Void System.Threading.CancellationTokenSource::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource__ctor_mAAC03BAB8AA347295A98FA7620325872619FE00D (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, bool ___set0, 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.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.EventWaitHandle::.ctor(System.Boolean,System.Threading.EventResetMode,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventWaitHandle__ctor_mF94C3A6A3359C11FE2298EA98549A6982296D575 (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, bool ___initialState0, int32_t ___mode1, String_t* ___name2, const RuntimeMethod* method); // System.Void System.Threading.WaitHandle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle__ctor_mCB89DA137FF9E08F6C96589DD705EBEFBAADE905 (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * __this, const RuntimeMethod* method); // System.IntPtr System.Threading.NativeEventCalls::CreateEvent_internal(System.Boolean,System.Boolean,System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t NativeEventCalls_CreateEvent_internal_m1114FA21E3BA0AB05FAE7EC2E51C78969A9F9163 (bool ___manual0, bool ___initial1, String_t* ___name2, int32_t* ___errorCode3, 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.Void System.Runtime.InteropServices.SafeHandle::SetHandleAsInvalid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_SetHandleAsInvalid_mAFA4A01F6FB566AB67312B96E5024088BDF255F6 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method); // 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); // System.Void System.IO.__Error::WinIOError(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Error_WinIOError_mDA34FD0DC2ED957492B470B48E69838BB4E68A4B (int32_t ___errorCode0, String_t* ___maybeFullPath1, const RuntimeMethod* method); // 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); // System.Boolean System.Threading.NativeEventCalls::ResetEvent(Microsoft.Win32.SafeHandles.SafeWaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeEventCalls_ResetEvent_m4A2B82E490E1652FAAF5580E99BC91AABA548D7C (SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * ___handle0, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m6B0D6AACEED1FF37B08ADCB87640737D84E95891 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, 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.Threading.ExecutionContext System.Threading.Thread::GetMutableExecutionContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * Thread_GetMutableExecutionContext_mD22CBCEAD2B95B779612C42D8B634B8B5163BA72 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34 (Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * __this, RuntimeObject* ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A *, RuntimeObject*, RuntimeObject **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m88F680D0381E28ECA52D9748C9F8600011A3FFA8 (Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IDictionary`2) inline void Dictionary_2__ctor_m15C3BF70905BCD1682969CF5A90DE0209AA2207E (Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * __this, RuntimeObject* ___dictionary0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_mB0896A7287506E8D9C9BCAE7F5BCDB33BA28852D_gshared)(__this, ___dictionary0, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_mD045CB91A3BE34853820964C50FCE5EEEAA2C79D (Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * __this, RuntimeObject* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A *, RuntimeObject*, RuntimeObject *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m18F66C936678D38968F3E572BDF192D22649AEC6 (List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * __this, const RuntimeMethod* method) { (( void (*) (List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m8EEA1290588E35EB5BF246F8F3019B90540763DC (List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared)(__this, ___collection0, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_m4EC06F55DAE5080279A8CC825D6A3DFEB38E4C72 (List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB *, RuntimeObject*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE List_1_GetEnumerator_m5B0892F6E5DDC64C291DCBF924E18CC8FCFB4FE0 (List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * __this, const RuntimeMethod* method) { return (( Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE (*) (List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline RuntimeObject* Enumerator_get_Current_m88FB332F5424AB47464565D5B81B6C923D827490_inline (Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m9B1AF9200AA86E002C00BD3D07C4B8507D4F910A (Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m6DA393E99D0E070572AF783E719C38150BB92612 (Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method); } // System.Void System.Environment::FailFast(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Environment_FailFast_mAEC5FD40A83110B9B342497AE1683229CA4F1607 (String_t* ___message0, Exception_t * ___exception1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.LogicalCallContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalCallContext__ctor_mAC471FE3FA530E350A3D44904670D487AD29C810 (LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.IllogicalCallContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IllogicalCallContext__ctor_m9D17628D132A9487505B0D4ECF3FE0DCE540314E (IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * __this, 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.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.ExecutionContext::get_isNewCapture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContext_get_isNewCapture_m792458DE72156DF7C0541860AB54FEA3AF431C93 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, 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.Threading.ExecutionContext::RunInternal(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_RunInternal_m5BF955CE8B04D9A7C959B9011579CC0FABD5FC56 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___executionContext0, ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___callback1, RuntimeObject * ___state2, bool ___preserveSyncCtx3, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::set_isNewCapture(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_set_isNewCapture_mC28D70EBD4401ADCCDD9F2218BE22A9EBA2EBBD7 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::PrepareConstrainedRegions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027 (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.Boolean System.Threading.ExecutionContext/Reader::get_IsNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, const RuntimeMethod* method); // System.Boolean System.Threading.ExecutionContext/Reader::IsDefaultFTContext(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reader_IsDefaultFTContext_mD127F3107B2D6026E6DF299632891C063A5A869C (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, bool ___ignoreSyncCtx0, const RuntimeMethod* method); // System.Boolean System.Threading.ExecutionContext::IsDefaultFTContext(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContext_IsDefaultFTContext_m5B9B22185715F15E84002AD31762C800BD0D0DDF (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, bool ___ignoreSyncCtx0, const RuntimeMethod* method); // System.Boolean System.Threading.ExecutionContext/Reader::HasSameLocalValues(System.Threading.ExecutionContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reader_HasSameLocalValues_mE057A99FF6D2F04E717DCF980D145953FDCDAC55 (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___other0, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::EstablishCopyOnWriteScope(System.Threading.Thread,System.Boolean,System.Threading.ExecutionContextSwitcher&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_EstablishCopyOnWriteScope_m85352D15497A879F67F507B96F0D8BB9CB813814 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___currentThread0, bool ___knownNullWindowsIdentity1, ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 * ___ecsw2, 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.Threading.ExecutionContextSwitcher System.Threading.ExecutionContext::SetExecutionContext(System.Threading.ExecutionContext,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 ExecutionContext_SetExecutionContext_mBF4C305666E3D29C44D272C56423FEB625B4AA69 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___executionContext0, bool ___preserveSyncCtx1, 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.ExecutionContextSwitcher::Undo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContextSwitcher_Undo_m4E0A7D83FDA7AFD4ACD574E89A57AB46A038C57E (ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 * __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.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.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.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.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.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.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); // 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.Void System.Threading.ExecutionContext::OnAsyncLocalContextChanged(System.Threading.ExecutionContext,System.Threading.ExecutionContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_OnAsyncLocalContextChanged_m065685C3107AD21537481C31837D2E80ED7C79E9 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___previous0, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current1, const RuntimeMethod* method); // System.Boolean System.Threading.ExecutionContextSwitcher::UndoNoThrow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContextSwitcher_UndoNoThrow_mCC04A25B399863F9A5F60C5B4A8BD309F3ED7347 (ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.LogicalCallContext System.Threading.ExecutionContext::get_LogicalCallContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * ExecutionContext_get_LogicalCallContext_m8BC3B30F9A6E55E7739BA1DF28913107CC4B20E3 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.Messaging.LogicalCallContext::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LogicalCallContext_Clone_m923D2DCF2B20C87F8AB53030367D7DF0F623CAE1 (LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * __this, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::set_LogicalCallContext(System.Runtime.Remoting.Messaging.LogicalCallContext) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ExecutionContext_set_LogicalCallContext_m325371A914D0CA3A3407D2138B06E16B6DB926B6_inline (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * ___value0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IllogicalCallContext System.Threading.ExecutionContext::get_IllogicalCallContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * ExecutionContext_get_IllogicalCallContext_mF40D7B86635406455FB7449EAFF7545C3342E576 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IllogicalCallContext System.Runtime.Remoting.Messaging.IllogicalCallContext::CreateCopy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * IllogicalCallContext_CreateCopy_m4D032C050628D402F860741A9EC1FC0C13B1136D (IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * __this, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::set_IllogicalCallContext(System.Runtime.Remoting.Messaging.IllogicalCallContext) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ExecutionContext_set_IllogicalCallContext_mED51D3DD42A203CA0E3BC5C74B812B5E1F9F283B_inline (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * ___value0, const RuntimeMethod* method); // System.Boolean System.Threading.ExecutionContext::get_isFlowSuppressed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContext_get_isFlowSuppressed_mD1C75D73F93C3AE89257AF27D70F5166D8EF62BF (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::set_isFlowSuppressed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_set_isFlowSuppressed_m0E70B01C31D82D0B64593328032A67CCA4DC165F (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Threading.ExecutionContext/Reader::get_IsFlowSuppressed() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Reader_get_IsFlowSuppressed_mB612913E8A5B1D3032CCB349F4A77489C3877BE5_inline (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.LogicalCallContext/Reader System.Threading.ExecutionContext/Reader::get_LogicalCallContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 Reader_get_LogicalCallContext_m2ED53FE369B9E3B722607F004EC392320C97D56D (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Messaging.LogicalCallContext/Reader::get_HasInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reader_get_HasInfo_m6D6C2FFCC05CF1A0C7387A75A12E0199B479C394 (Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.LogicalCallContext/Reader::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * Reader_Clone_m154E31CFDB4E65DE4336EA856F081B8E4E595A83 (Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Messaging.LogicalCallContext::get_HasInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalCallContext_get_HasInfo_mCF03FCA58825221568878DED1D88935FDF45549A (LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Messaging.IllogicalCallContext::get_HasUserData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IllogicalCallContext_get_HasUserData_mC8FC32C6A8E519F0D8E114B6ACD20B3A7292A874 (IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * __this, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext__ctor_mB262D09F77D380C81B7CEFAAEF001D1A530B0ED4 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, bool ___isPreAllocatedDefault0, 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.Threading.SynchronizationContext System.Threading.ExecutionContext::get_SynchronizationContext() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ExecutionContext_get_SynchronizationContext_mA536B4434310158A5D22B7481DBDB03331E7C10E_inline (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method); // System.Threading.SynchronizationContext System.Threading.ExecutionContext::get_SynchronizationContextNoFlow() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ExecutionContext_get_SynchronizationContextNoFlow_mBA333DEE797F4806E3BD859311BAB4AF154F00D1_inline (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.LogicalCallContext/Reader::.ctor(System.Runtime.Remoting.Messaging.LogicalCallContext) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Reader__ctor_m484F7B31064D62F858B1860471E05068A4194B7E_inline (Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 * __this, LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * ___ctx0, const RuntimeMethod* method); // 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); // System.Void System.Threading.InternalThread::Thread_free_internal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalThread_Thread_free_internal_m23E40E8B5BD217003279C4B07422B04DCB7B5274 (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * __this, 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.Runtime.ConstrainedExecution.CriticalFinalizerObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CriticalFinalizerObject__ctor_m99FA3656B2AAC4F7E53A8BFE9E361E7C1F8867C5 (CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m5FEC89FBFACEEDCEE29CCFD44A85D72FC28EB0D1 (Exception_t * __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.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.ManualResetEventSlim::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_ThrowIfDisposed_m68328548D9387612CD25EC7C8243EA8AC2209CFB (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.ManualResetEventSlim::LazyInitializeEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ManualResetEventSlim_LazyInitializeEvent_m89304BBD985461820DA32D24D70D11408B6C00FC (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.ManualResetEventSlim::ExtractStatePortion(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ManualResetEventSlim_ExtractStatePortion_m898C2D945BC8B3FFE7DDC644B5A1582EECA30E17 (int32_t ___state0, int32_t ___mask1, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEventSlim::UpdateStateAtomically(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_UpdateStateAtomically_m8A0155FB032903CC3A1CE55A3E184FE11D936F97 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, int32_t ___newBits0, int32_t ___updateBitsMask1, const RuntimeMethod* method); // System.Int32 System.Threading.ManualResetEventSlim::ExtractStatePortionAndShiftRight(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ManualResetEventSlim_ExtractStatePortionAndShiftRight_mD93C876AE15877150B7CF34C9EBC629C805146CF (int32_t ___state0, int32_t ___mask1, int32_t ___rightBitShiftCount2, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEventSlim::Initialize(System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_Initialize_m7B805D837A447A1A15C9B6E998B8CFF1037DF242 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, bool ___initialState0, int32_t ___spinCount1, 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.Boolean System.Threading.PlatformHelper::get_IsSingleProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformHelper_get_IsSingleProcessor_m87507D435831F72BC807223D20139EE006CC3106 (const RuntimeMethod* method); // System.Void System.Threading.ManualResetEventSlim::set_SpinCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_set_SpinCount_m1A41554CD375E78377F7F7C5CA1BEF8CAF2D6648 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, int32_t ___value0, const RuntimeMethod* 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.Boolean System.Threading.ManualResetEventSlim::get_IsSet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ManualResetEventSlim_get_IsSet_mF9C923A1085E5C05A4A9B4844FD43D33F9B51EFC (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __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); // 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.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.ManualResetEventSlim::Set(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_Set_mBD8691DB5D83762C1F0DDD4ED01C012680DD79DA (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, bool ___duringCancellation0, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEventSlim::set_IsSet(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_set_IsSet_m872A878F0120A342EE3E86505FDCAF9517BEFA93 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 System.Threading.ManualResetEventSlim::get_Waiters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ManualResetEventSlim_get_Waiters_mB3A3F8D5C0AEDA7176F4465F369E43ED349973E5 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, 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.UInt32 System.Threading.TimeoutHelper::GetTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TimeoutHelper_GetTime_m6AD4BA5DCA9E4102DC18395A59123E91EB915D98 (const RuntimeMethod* method); // System.Int32 System.Threading.ManualResetEventSlim::get_SpinCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ManualResetEventSlim_get_SpinCount_mE29E0B22B1DD69028AAF7118564096AC1A6D78F5 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.Thread::Yield() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_Yield_m04E310FE49602AEB72AE630E371CFAC36AAA718B (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.Void System.Threading.ManualResetEventSlim::EnsureLockObjectCreated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_EnsureLockObjectCreated_mCDAE627FB0EA7D6B1AFD1287DF1F75327D1001BE (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* 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.Void System.Threading.ManualResetEventSlim::set_Waiters(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_set_Waiters_m0824DE3322EE0956231F7FF6ADA7AB5525FBE250 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, int32_t ___value0, 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.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::ThrowLockTakenException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_ThrowLockTakenException_m1E4E202C36CD2A82BDF1FD23AA4A202DC5DD547D (const RuntimeMethod* method); // System.Void System.Threading.Monitor::ReliableEnter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_ReliableEnter_mBF08B90E7C73D165376654469A768A6656376979 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Boolean System.Threading.Monitor::ObjWait(System.Boolean,System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_ObjWait_m4308BA83ACF0A8262BF057D3967F6C3F56ADCDFA (bool ___exitContext0, int32_t ___millisecondsTimeout1, RuntimeObject * ___obj2, const RuntimeMethod* method); // System.Boolean System.Threading.Monitor::Wait(System.Object,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_Wait_m10B21AFD664C54CD662FA150806299C295662E01 (RuntimeObject * ___obj0, int32_t ___millisecondsTimeout1, bool ___exitContext2, const RuntimeMethod* method); // System.Void System.Threading.Monitor::ObjPulse(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_ObjPulse_m7EEAD07C0A96D15345DC0C269F6A3E96B1E6F9FB (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::ObjPulseAll(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_ObjPulseAll_m278E670C5FD44F4090CB507F06448DE828A13167 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Threading.Monitor::Monitor_test_synchronised(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_Monitor_test_synchronised_mD4E60BF070DC1941FFFBC6B950A0D6B725DF0472 (RuntimeObject * ___obj0, 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.Void System.Threading.Monitor::Monitor_pulse(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Monitor_pulse_mDC45F012801FBC33248FFCB3B950B00C211944D5 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Monitor_pulse_all(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Monitor_pulse_all_m7D37D7F3222DDE6ED015BD6BC7303821FAE9DA78 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Threading.Monitor::Monitor_wait(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_Monitor_wait_m2601DB5EEB50A8D1AA82211103F51C7602C08E28 (RuntimeObject * ___obj0, int32_t ___ms1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::try_enter_with_atomic_var(System.Object,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_try_enter_with_atomic_var_m53182A8398FF987D03D0AB7C68CFF05C72176088 (RuntimeObject * ___obj0, int32_t ___millisecondsTimeout1, bool* ___lockTaken2, const RuntimeMethod* method); // System.Void System.Threading.Monitor::ReliableEnterTimeout(System.Object,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_ReliableEnterTimeout_m22D49EE9FE0652C88161D5EBECD10DE1AE0CBEEE (RuntimeObject * ___obj0, int32_t ___timeout1, bool* ___lockTaken2, 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.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.NativeEventCalls::SetEvent_internal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeEventCalls_SetEvent_internal_mA9BA180C405F28C626AD070DF2646F273544979C (intptr_t ___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.Boolean System.Threading.NativeEventCalls::ResetEvent_internal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeEventCalls_ResetEvent_internal_m7AE4DC8D77F90428B73DE117CFDEACD59FD6F5FF (intptr_t ___handle0, const RuntimeMethod* method); // System.Void System.Threading.OSSpecificSynchronizationContext::InvocationEntry(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSSpecificSynchronizationContext_InvocationEntry_m056BCE43FF155AAE872FF7E565F8F72A50D26147 (intptr_t ___arg0, 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.Object System.Threading.OSSpecificSynchronizationContext::GetOSContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OSSpecificSynchronizationContext_GetOSContext_m11D541C38C348CAAD7F46279C87EBC6E045F7E41 (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback::.ctor(System.Object,System.IntPtr) inline void CreateValueCallback__ctor_mABAC3B87DA5A5C017FF4CD1D9D3AB3F1DEA12E5E (CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 *, RuntimeObject *, intptr_t, const RuntimeMethod*))CreateValueCallback__ctor_m0C8279CA67355F638D6C7A3AAFFFA9CEA2570AB1_gshared)(__this, ___object0, ___method1, method); } // TValue System.Runtime.CompilerServices.ConditionalWeakTable`2::GetValue(TKey,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback) inline OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * ConditionalWeakTable_2_GetValue_mC618B527E3CFE10CE04F94468FCDBF78F4559922 (ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 * __this, RuntimeObject * ___key0, CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 * ___createValueCallback1, const RuntimeMethod* method) { return (( OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * (*) (ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 *, RuntimeObject *, CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 *, const RuntimeMethod*))ConditionalWeakTable_2_GetValue_m838D9EF0BF4891909CA39673B6057E0E913AB829_gshared)(__this, ___key0, ___createValueCallback1, method); } // System.Void System.Threading.OSSpecificSynchronizationContext::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSSpecificSynchronizationContext__ctor_mF39442AB55E5389D959ED60D673ADAAD779F1233 (OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * __this, RuntimeObject * ___osContext0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method); // System.Void System.Threading.OSSpecificSynchronizationContext/InvocationEntryDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationEntryDelegate__ctor_m08DACD8320C4A07179090B31E54725D2AB9F4431 (InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate(TDelegate) inline intptr_t Marshal_GetFunctionPointerForDelegate_TisInvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B_mAD46AA16CCC747B1C3E06CD3380EF10C8068385B (InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B * ___d0, const RuntimeMethod* method) { return (( intptr_t (*) (InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B *, const RuntimeMethod*))Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m48759D7F3A90CB3B0B0E73773B1E40147247A61B_gshared)(___d0, method); } // System.Void System.Threading.OSSpecificSynchronizationContext/InvocationContext::.ctor(System.Threading.SendOrPostCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationContext__ctor_m4B43B7739E56F944A73674AAAA81908FC693B627 (InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643 * __this, SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___d0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GCHandle_Alloc_m5BF9DC23B533B904BFEA61136B92916683B46B0F (RuntimeObject * ___value0, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.GCHandle::ToIntPtr(System.Runtime.InteropServices.GCHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GCHandle_ToIntPtr_m8CF7D07846B0C741B04A2A4E5E9B5D505F4B3CCE (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___value0, const RuntimeMethod* method); // System.Void System.Threading.OSSpecificSynchronizationContext::PostInternal(System.Object,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSSpecificSynchronizationContext_PostInternal_mBB55DA737793CFE53429D175C29A66E79181B6D6 (RuntimeObject * ___osSynchronizationContext0, intptr_t ___callback1, intptr_t ___arg2, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::FromIntPtr(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GCHandle_FromIntPtr_mB803C8ECA1D723F1C51A69F7A7E09E269488D36C (intptr_t ___value0, const RuntimeMethod* method); // System.Object System.Runtime.InteropServices.GCHandle::get_Target() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.GCHandle::Free() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method); // System.Void System.Threading.OSSpecificSynchronizationContext/InvocationContext::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationContext_Invoke_m76E761774D3E8A546F9548EB583D7EEF705BD5F9 (InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643 * __this, const RuntimeMethod* method); // System.Void System.Exception::ReportUnhandledException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_ReportUnhandledException_mBE1B363F3A7EAD66C4B4C481D46200292CFA0086 (Exception_t * ___exception0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::.ctor() inline void ConditionalWeakTable_2__ctor_mB6DE20F6EBF49D09954BE2F4A0DB8D75D3544F82 (ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 * __this, const RuntimeMethod* method) { (( void (*) (ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 *, const RuntimeMethod*))ConditionalWeakTable_2__ctor_m1BF7C98CA314D99CE58778C0C661D5F1628B6563_gshared)(__this, method); } // System.Void System.Threading.OSSpecificSynchronizationContext/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mD0EB18D5C8B07F803D68DDBF1F8F4C80EA1F6381 (U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96 * __this, 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.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.Boolean System.Threading.ExecutionContext::IsFlowSuppressed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContext_IsFlowSuppressed_mA39E5CDF87685341DE0E387503AD4B7D215933C6 (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.MarshalByRefObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850 (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * __this, 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.Threading.SynchronizationContext System.Threading.SynchronizationContext::GetThreadLocalContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * SynchronizationContext_GetThreadLocalContext_mCA00930F12DD26BDEC8CF3A3D6FF757F7CD5241B (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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.Void System.Text.UTF7Encoding_Decoder::.ctor(System.Text.UTF7Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder__ctor_mFFF46BB417194CEB3C110808785BB45EC05F8829 (Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * __this, UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * ___encoding0, const RuntimeMethod* method) { { UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * L_0 = ___encoding0; DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF7Encoding_Decoder::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder__ctor_m43C8FDD9CC906D3B60FF6A82E9ED2AA072A7AD5D (Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decoder__ctor_m43C8FDD9CC906D3B60FF6A82E9ED2AA072A7AD5D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DecoderNLS__ctor_mC984F2089D25CDC9625B6DC33CB330337182C4C9(__this, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; 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, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Decoder__ctor_m43C8FDD9CC906D3B60FF6A82E9ED2AA072A7AD5D_RuntimeMethod_var); } IL_0014: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral0569AE912E387DBC988DEE842BF17CDD4E437F63, L_4, /*hidden argument*/NULL); __this->set_bits_6(((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteral1C0188877524C29C1FE51B93C1FDA66EF35166E9, L_8, /*hidden argument*/NULL); __this->set_bitCount_7(((*(int32_t*)((int32_t*)UnBox(L_9, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) }; Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_13 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_10, _stringLiteral904CBD116D024D60D431C1A6592249711819F647, L_12, /*hidden argument*/NULL); __this->set_firstByte_8(((*(bool*)((bool*)UnBox(L_13, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var))))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_0_0_0_var) }; Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_17 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_14, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_16, /*hidden argument*/NULL); ((DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)__this)->set_m_encoding_2(((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_17, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))); return; } } // System.Void System.Text.UTF7Encoding_Decoder::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_mBD8F48CD8D13B65C0F8D8E014A88D1E72F57C40C (Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_mBD8F48CD8D13B65C0F8D8E014A88D1E72F57C40C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_mBD8F48CD8D13B65C0F8D8E014A88D1E72F57C40C_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = ((DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)__this)->get_m_encoding_2(); NullCheck(L_2); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_3, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0; int32_t L_5 = __this->get_bits_6(); NullCheck(L_4); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_4, _stringLiteral0569AE912E387DBC988DEE842BF17CDD4E437F63, L_5, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; int32_t L_7 = __this->get_bitCount_7(); NullCheck(L_6); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_6, _stringLiteral1C0188877524C29C1FE51B93C1FDA66EF35166E9, L_7, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0; bool L_9 = __this->get_firstByte_8(); NullCheck(L_8); SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_8, _stringLiteral904CBD116D024D60D431C1A6592249711819F647, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF7Encoding_Decoder::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder_Reset_mEDB6AE2B3025516401872A73469CA38A0404277E (Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * __this, const RuntimeMethod* method) { { __this->set_bits_6(0); __this->set_bitCount_7((-1)); __this->set_firstByte_8((bool)0); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_0 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallbackBuffer_1(); if (!L_0) { goto IL_0028; } } { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_1 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallbackBuffer_1(); NullCheck(L_1); VirtActionInvoker0::Invoke(6 /* System.Void System.Text.DecoderFallbackBuffer::Reset() */, L_1); } IL_0028: { return; } } // System.Boolean System.Text.UTF7Encoding_Decoder::get_HasState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decoder_get_HasState_m746A4E1980BF42A5863E4C6A0CFD3C4CA725C463 (Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_bitCount_7(); return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 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.Text.UTF7Encoding_DecoderUTF7Fallback::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderUTF7Fallback__ctor_mD8585E23CA662CFB923F7AF31B15E53A8F8DFE2F (DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05 * __this, const RuntimeMethod* method) { { DecoderFallback__ctor_m54A9DF12218E6A07D4316D7FDE75FDFA216C9437(__this, /*hidden argument*/NULL); return; } } // System.Text.DecoderFallbackBuffer System.Text.UTF7Encoding_DecoderUTF7Fallback::CreateFallbackBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * DecoderUTF7Fallback_CreateFallbackBuffer_m9C89CE835AA57831A92157D07303EDF1AA15E1B4 (DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DecoderUTF7Fallback_CreateFallbackBuffer_m9C89CE835AA57831A92157D07303EDF1AA15E1B4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257 * L_0 = (DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257 *)il2cpp_codegen_object_new(DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257_il2cpp_TypeInfo_var); DecoderUTF7FallbackBuffer__ctor_mFD8188A09BEDC643B887DE639876B613049D0A91(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Text.UTF7Encoding_DecoderUTF7Fallback::get_MaxCharCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecoderUTF7Fallback_get_MaxCharCount_m68263EAA652428A0281516DDB1732D74DC648BB1 (DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05 * __this, const RuntimeMethod* method) { { return 1; } } // System.Boolean System.Text.UTF7Encoding_DecoderUTF7Fallback::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecoderUTF7Fallback_Equals_m48858A6CB573B9F0E4C439822FFDF508A6C211CB (DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DecoderUTF7Fallback_Equals_m48858A6CB573B9F0E4C439822FFDF508A6C211CB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!((DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05 *)IsInstSealed((RuntimeObject*)L_0, DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)1; } IL_000a: { return (bool)0; } } // System.Int32 System.Text.UTF7Encoding_DecoderUTF7Fallback::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecoderUTF7Fallback_GetHashCode_m59CF2736C1179BC219983B2D67CDC9A48DAC2BA5 (DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05 * __this, const RuntimeMethod* method) { { return ((int32_t)984); } } #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.Text.UTF7Encoding_DecoderUTF7FallbackBuffer::.ctor(System.Text.UTF7Encoding_DecoderUTF7Fallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderUTF7FallbackBuffer__ctor_mFD8188A09BEDC643B887DE639876B613049D0A91 (DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257 * __this, DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05 * ___fallback0, const RuntimeMethod* method) { { __this->set_iCount_3((-1)); DecoderFallbackBuffer__ctor_mD3BD448C945CFCFD5ECB5D3F774D156A340F1046(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Text.UTF7Encoding_DecoderUTF7FallbackBuffer::Fallback(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecoderUTF7FallbackBuffer_Fallback_m6E2F6C502D008629693D35AEC110A20E65956DD1 (DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytesUnknown0; NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); __this->set_cFallback_2(L_2); Il2CppChar L_3 = __this->get_cFallback_2(); if (L_3) { goto IL_0013; } } { return (bool)0; } IL_0013: { int32_t L_4 = 1; V_0 = L_4; __this->set_iSize_4(L_4); int32_t L_5 = V_0; __this->set_iCount_3(L_5); return (bool)1; } } // System.Char System.Text.UTF7Encoding_DecoderUTF7FallbackBuffer::GetNextChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar DecoderUTF7FallbackBuffer_GetNextChar_mB13743A435E4CC508A789D824EA4EED128E12590 (DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_iCount_3(); V_0 = L_0; int32_t L_1 = V_0; __this->set_iCount_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))); int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_001b; } } { Il2CppChar L_3 = __this->get_cFallback_2(); return L_3; } IL_001b: { return 0; } } // System.Void System.Text.UTF7Encoding_DecoderUTF7FallbackBuffer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderUTF7FallbackBuffer_Reset_m6AE49E97386A5A002E7C31C2FE1BF097399C1E78 (DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257 * __this, const RuntimeMethod* method) { { __this->set_iCount_3((-1)); ((DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)__this)->set_byteStart_0((uint8_t*)(((uintptr_t)0))); return; } } // System.Int32 System.Text.UTF7Encoding_DecoderUTF7FallbackBuffer::InternalFallback(System.Byte[],System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecoderUTF7FallbackBuffer_InternalFallback_m80ABF1CD1778095FB2532CB497678EA9AB426EEC (DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, uint8_t* ___pBytes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DecoderUTF7FallbackBuffer_InternalFallback_m80ABF1CD1778095FB2532CB497678EA9AB426EEC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0; NullCheck(L_0); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((int32_t)1))) { goto IL_0016; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DecoderUTF7FallbackBuffer_InternalFallback_m80ABF1CD1778095FB2532CB497678EA9AB426EEC_RuntimeMethod_var); } IL_0016: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___bytes0; NullCheck(L_3); int32_t L_4 = 0; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); if (!L_5) { goto IL_001d; } } { return 1; } IL_001d: { return 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.Text.UTF7Encoding_Encoder::.ctor(System.Text.UTF7Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoder__ctor_mD39140EFF5236E41BC75D8CF69FB81482BC1B23D (Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * __this, UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * ___encoding0, const RuntimeMethod* method) { { UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * L_0 = ___encoding0; EncoderNLS__ctor_m3F11286A48DC8DEB96AB6B98EC9A1C0F79A11051(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF7Encoding_Encoder::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoder__ctor_mAC8DA76F264302FCCA964D15397BE8DCA4AE2880 (Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Encoder__ctor_mAC8DA76F264302FCCA964D15397BE8DCA4AE2880_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EncoderNLS__ctor_mF834444D5E99CAC122941CE1C07E057FC988651D(__this, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; 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, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Encoder__ctor_mAC8DA76F264302FCCA964D15397BE8DCA4AE2880_RuntimeMethod_var); } IL_0014: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral0569AE912E387DBC988DEE842BF17CDD4E437F63, L_4, /*hidden argument*/NULL); __this->set_bits_7(((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteral1C0188877524C29C1FE51B93C1FDA66EF35166E9, L_8, /*hidden argument*/NULL); __this->set_bitCount_8(((*(int32_t*)((int32_t*)UnBox(L_9, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_0_0_0_var) }; Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_13 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_10, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_12, /*hidden argument*/NULL); ((EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)__this)->set_m_encoding_3(((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_13, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))); return; } } // System.Void System.Text.UTF7Encoding_Encoder::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoder_System_Runtime_Serialization_ISerializable_GetObjectData_m399496D433133BAF8C6815345803BAF8D0E71235 (Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Encoder_System_Runtime_Serialization_ISerializable_GetObjectData_m399496D433133BAF8C6815345803BAF8D0E71235_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Encoder_System_Runtime_Serialization_ISerializable_GetObjectData_m399496D433133BAF8C6815345803BAF8D0E71235_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = ((EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)__this)->get_m_encoding_3(); NullCheck(L_2); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_3, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0; int32_t L_5 = __this->get_bits_7(); NullCheck(L_4); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_4, _stringLiteral0569AE912E387DBC988DEE842BF17CDD4E437F63, L_5, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; int32_t L_7 = __this->get_bitCount_8(); NullCheck(L_6); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_6, _stringLiteral1C0188877524C29C1FE51B93C1FDA66EF35166E9, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF7Encoding_Encoder::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoder_Reset_mD4EF5F7C4A495B4BD5A602197FD52FCA598E888E (Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * __this, const RuntimeMethod* method) { { __this->set_bitCount_8((-1)); __this->set_bits_7(0); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_0 = ((Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)__this)->get_m_fallbackBuffer_1(); if (!L_0) { goto IL_0021; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_1 = ((Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)__this)->get_m_fallbackBuffer_1(); NullCheck(L_1); VirtActionInvoker0::Invoke(9 /* System.Void System.Text.EncoderFallbackBuffer::Reset() */, L_1); } IL_0021: { 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.Text.UTF8Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m999E138A2E4C290F8A97866714EE53D58C931488 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, const RuntimeMethod* method) { { UTF8Encoding__ctor_m27389C5A707DE2AA997362ED250BEB946CB6B076(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF8Encoding::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m27389C5A707DE2AA997362ED250BEB946CB6B076 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, bool ___encoderShouldEmitUTF8Identifier0, const RuntimeMethod* method) { { bool L_0 = ___encoderShouldEmitUTF8Identifier0; UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E(__this, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF8Encoding::.ctor(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, bool ___encoderShouldEmitUTF8Identifier0, bool ___throwOnInvalidBytes1, const RuntimeMethod* method) { { Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5(__this, ((int32_t)65001), /*hidden argument*/NULL); bool L_0 = ___encoderShouldEmitUTF8Identifier0; __this->set_emitUTF8Identifier_62(L_0); bool L_1 = ___throwOnInvalidBytes1; __this->set_isThrowException_63(L_1); bool L_2 = __this->get_isThrowException_63(); if (!L_2) { goto IL_0027; } } { VirtActionInvoker0::Invoke(5 /* System.Void System.Text.Encoding::SetDefaultFallbacks() */, __this); } IL_0027: { return; } } // System.Void System.Text.UTF8Encoding::SetDefaultFallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding_SetDefaultFallbacks_mC9603C9F5EB1CFEF71EFCD727D30B762152D3CF3 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_SetDefaultFallbacks_mC9603C9F5EB1CFEF71EFCD727D30B762152D3CF3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isThrowException_63(); if (!L_0) { goto IL_001f; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_1 = EncoderFallback_get_ExceptionFallback_mAE77B30FFF4171C2C6861BE4F90529A873EC79B8(/*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_encoderFallback_59(L_1); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_2 = DecoderFallback_get_ExceptionFallback_mAE7F326600DFAA0FAAD6D9053C771FF8EE99B40B(/*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_decoderFallback_60(L_2); return; } IL_001f: { EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_3 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)il2cpp_codegen_object_new(EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var); EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD(L_3, _stringLiteral9BDB77276C1852E1FB067820472812FCF6084024, /*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_encoderFallback_59(L_3); DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_4 = (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)il2cpp_codegen_object_new(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var); DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B(L_4, _stringLiteral9BDB77276C1852E1FB067820472812FCF6084024, /*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_decoderFallback_60(L_4); return; } } // System.Int32 System.Text.UTF8Encoding::GetByteCount(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetByteCount_m58F023C91EF7DA51EB5C69EFF8F00A2716429317 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetByteCount_m58F023C91EF7DA51EB5C69EFF8F00A2716429317_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; String_t* G_B7_0 = NULL; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0; if (L_0) { goto IL_0018; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UTF8Encoding_GetByteCount_m58F023C91EF7DA51EB5C69EFF8F00A2716429317_RuntimeMethod_var); } IL_0018: { int32_t L_3 = ___index1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0040; } } IL_0020: { int32_t L_5 = ___index1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002b; } } { G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; goto IL_0030; } IL_002b: { G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; } IL_0030: { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, UTF8Encoding_GetByteCount_m58F023C91EF7DA51EB5C69EFF8F00A2716429317_RuntimeMethod_var); } IL_0040: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ___chars0; NullCheck(L_8); int32_t L_9 = ___index1; int32_t L_10 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_005d; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, UTF8Encoding_GetByteCount_m58F023C91EF7DA51EB5C69EFF8F00A2716429317_RuntimeMethod_var); } IL_005d: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___chars0; NullCheck(L_13); if ((((RuntimeArray*)L_13)->max_length)) { goto IL_0063; } } { return 0; } IL_0063: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = ___chars0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = L_14; V_1 = L_15; if (!L_15) { goto IL_006d; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = V_1; NullCheck(L_16); if ((((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))) { goto IL_0072; } } IL_006d: { V_0 = (Il2CppChar*)(((uintptr_t)0)); goto IL_007b; } IL_0072: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = V_1; NullCheck(L_17); V_0 = (Il2CppChar*)(((uintptr_t)((L_17)->GetAddressAt(static_cast(0))))); } IL_007b: { Il2CppChar* L_18 = V_0; int32_t L_19 = ___index1; int32_t L_20 = ___count2; int32_t L_21 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(14 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_19)), (int32_t)2)))), L_20, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_21; } } // System.Int32 System.Text.UTF8Encoding::GetByteCount(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetByteCount_m6E44A29926EF5B72B0CD2C38E8C779FA07AA1BDB (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, String_t* ___chars0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetByteCount_m6E44A29926EF5B72B0CD2C38E8C779FA07AA1BDB_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___chars0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, UTF8Encoding_GetByteCount_m6E44A29926EF5B72B0CD2C38E8C779FA07AA1BDB_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___chars0; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)(((uintptr_t)L_3)); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_001e; } } { Il2CppChar* L_5 = V_0; int32_t L_6 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)); } IL_001e: { Il2CppChar* L_7 = V_0; String_t* L_8 = ___chars0; NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL); int32_t L_10 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(14 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_7, L_9, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_10; } } // System.Int32 System.Text.UTF8Encoding::GetByteCount(System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetByteCount_m00B8822CEA1616C243DEC8560A2A66E24F95B311 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, Il2CppChar* ___chars0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetByteCount_m00B8822CEA1616C243DEC8560A2A66E24F95B311_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar* L_0 = ___chars0; if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_001a; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UTF8Encoding_GetByteCount_m00B8822CEA1616C243DEC8560A2A66E24F95B311_RuntimeMethod_var); } IL_001a: { int32_t L_3 = ___count1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0033; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, UTF8Encoding_GetByteCount_m00B8822CEA1616C243DEC8560A2A66E24F95B311_RuntimeMethod_var); } IL_0033: { Il2CppChar* L_6 = ___chars0; int32_t L_7 = ___count1; int32_t L_8 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(14 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_6, L_7, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_8; } } // System.Int32 System.Text.UTF8Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetBytes_m577FD2A6D8AD349AC96CCBF14E398903ED28C8E8 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, String_t* ___s0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetBytes_m577FD2A6D8AD349AC96CCBF14E398903ED28C8E8_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; uint8_t* V_3 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL; String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { String_t* L_0 = ___s0; if (!L_0) { goto IL_0007; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes3; if (L_1) { goto IL_0026; } } IL_0007: { String_t* L_2 = ___s0; if (!L_2) { goto IL_0011; } } { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; goto IL_0016; } IL_0011: { G_B5_0 = _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3; } IL_0016: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, UTF8Encoding_GetBytes_m577FD2A6D8AD349AC96CCBF14E398903ED28C8E8_RuntimeMethod_var); } IL_0026: { int32_t L_5 = ___charIndex1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_6 = ___charCount2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004e; } } IL_002e: { int32_t L_7 = ___charIndex1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0039; } } { G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; goto IL_003e; } IL_0039: { G_B11_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C; } IL_003e: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, UTF8Encoding_GetBytes_m577FD2A6D8AD349AC96CCBF14E398903ED28C8E8_RuntimeMethod_var); } IL_004e: { String_t* L_10 = ___s0; NullCheck(L_10); int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL); int32_t L_12 = ___charIndex1; int32_t L_13 = ___charCount2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))) >= ((int32_t)L_13))) { goto IL_006e; } } { String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral62836465B297BA5E6273FE13E6F591F548238688, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_15 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_15, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, UTF8Encoding_GetBytes_m577FD2A6D8AD349AC96CCBF14E398903ED28C8E8_RuntimeMethod_var); } IL_006e: { int32_t L_16 = ___byteIndex4; if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_007b; } } { int32_t L_17 = ___byteIndex4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___bytes3; NullCheck(L_18); if ((((int32_t)L_17) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))))))) { goto IL_0090; } } IL_007b: { String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_20 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_20, _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, UTF8Encoding_GetBytes_m577FD2A6D8AD349AC96CCBF14E398903ED28C8E8_RuntimeMethod_var); } IL_0090: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___bytes3; NullCheck(L_21); int32_t L_22 = ___byteIndex4; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (int32_t)L_22)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytes3; NullCheck(L_23); if ((((RuntimeArray*)L_23)->max_length)) { goto IL_00a5; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ___bytes3 = L_24; } IL_00a5: { String_t* L_25 = ___s0; V_2 = L_25; String_t* L_26 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_26)); Il2CppChar* L_27 = V_1; if (!L_27) { goto IL_00b5; } } { Il2CppChar* L_28 = V_1; int32_t L_29 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)L_29)); } IL_00b5: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___bytes3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = L_30; V_4 = L_31; if (!L_31) { goto IL_00c2; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_4; NullCheck(L_32); if ((((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))))) { goto IL_00c7; } } IL_00c2: { V_3 = (uint8_t*)(((uintptr_t)0)); goto IL_00d1; } IL_00c7: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_4; NullCheck(L_33); V_3 = (uint8_t*)(((uintptr_t)((L_33)->GetAddressAt(static_cast(0))))); } IL_00d1: { Il2CppChar* L_34 = V_1; int32_t L_35 = ___charIndex1; int32_t L_36 = ___charCount2; uint8_t* L_37 = V_3; int32_t L_38 = ___byteIndex4; int32_t L_39 = V_0; int32_t L_40 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(20 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_35)), (int32_t)2)))), L_36, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38)), L_39, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_40; } } // System.Int32 System.Text.UTF8Encoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetBytes_m0A056AE7A800341328EDED669C908539D9FC403C (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetBytes_m0A056AE7A800341328EDED669C908539D9FC403C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL; uint8_t* V_3 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL; String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0; if (!L_0) { goto IL_0007; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes3; if (L_1) { goto IL_0026; } } IL_0007: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___chars0; if (!L_2) { goto IL_0011; } } { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; goto IL_0016; } IL_0011: { G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; } IL_0016: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, UTF8Encoding_GetBytes_m0A056AE7A800341328EDED669C908539D9FC403C_RuntimeMethod_var); } IL_0026: { int32_t L_5 = ___charIndex1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_6 = ___charCount2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004e; } } IL_002e: { int32_t L_7 = ___charIndex1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0039; } } { G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; goto IL_003e; } IL_0039: { G_B11_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C; } IL_003e: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, UTF8Encoding_GetBytes_m0A056AE7A800341328EDED669C908539D9FC403C_RuntimeMethod_var); } IL_004e: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = ___chars0; NullCheck(L_10); int32_t L_11 = ___charIndex1; int32_t L_12 = ___charCount2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12))) { goto IL_006b; } } { String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, UTF8Encoding_GetBytes_m0A056AE7A800341328EDED669C908539D9FC403C_RuntimeMethod_var); } IL_006b: { int32_t L_15 = ___byteIndex4; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_0078; } } { int32_t L_16 = ___byteIndex4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___bytes3; NullCheck(L_17); if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))))) { goto IL_008d; } } IL_0078: { String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, UTF8Encoding_GetBytes_m0A056AE7A800341328EDED669C908539D9FC403C_RuntimeMethod_var); } IL_008d: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = ___chars0; NullCheck(L_20); if ((((RuntimeArray*)L_20)->max_length)) { goto IL_0093; } } { return 0; } IL_0093: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___bytes3; NullCheck(L_21); int32_t L_22 = ___byteIndex4; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (int32_t)L_22)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytes3; NullCheck(L_23); if ((((RuntimeArray*)L_23)->max_length)) { goto IL_00a8; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ___bytes3 = L_24; } IL_00a8: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = ___chars0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = L_25; V_2 = L_26; if (!L_26) { goto IL_00b2; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = V_2; NullCheck(L_27); if ((((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))) { goto IL_00b7; } } IL_00b2: { V_1 = (Il2CppChar*)(((uintptr_t)0)); goto IL_00c0; } IL_00b7: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = V_2; NullCheck(L_28); V_1 = (Il2CppChar*)(((uintptr_t)((L_28)->GetAddressAt(static_cast(0))))); } IL_00c0: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___bytes3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_29; V_4 = L_30; if (!L_30) { goto IL_00cd; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_4; NullCheck(L_31); if ((((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))))) { goto IL_00d2; } } IL_00cd: { V_3 = (uint8_t*)(((uintptr_t)0)); goto IL_00dc; } IL_00d2: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_4; NullCheck(L_32); V_3 = (uint8_t*)(((uintptr_t)((L_32)->GetAddressAt(static_cast(0))))); } IL_00dc: { Il2CppChar* L_33 = V_1; int32_t L_34 = ___charIndex1; int32_t L_35 = ___charCount2; uint8_t* L_36 = V_3; int32_t L_37 = ___byteIndex4; int32_t L_38 = V_0; int32_t L_39 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(20 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_34)), (int32_t)2)))), L_35, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)L_37)), L_38, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_39; } } // System.Int32 System.Text.UTF8Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetBytes_mFACF11C1F1A670FEBC37FC8AF5EF8946CC632293 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetBytes_mFACF11C1F1A670FEBC37FC8AF5EF8946CC632293_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { uint8_t* L_0 = ___bytes2; if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))) { goto IL_000a; } } { Il2CppChar* L_1 = ___chars0; if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_002b; } } IL_000a: { uint8_t* L_2 = ___bytes2; if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0))))) { goto IL_0016; } } { G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; goto IL_001b; } IL_0016: { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; } IL_001b: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, UTF8Encoding_GetBytes_mFACF11C1F1A670FEBC37FC8AF5EF8946CC632293_RuntimeMethod_var); } IL_002b: { int32_t L_5 = ___charCount1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0034; } } { int32_t L_6 = ___byteCount3; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0054; } } IL_0034: { int32_t L_7 = ___charCount1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_003f; } } { G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA; goto IL_0044; } IL_003f: { G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; } IL_0044: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, UTF8Encoding_GetBytes_mFACF11C1F1A670FEBC37FC8AF5EF8946CC632293_RuntimeMethod_var); } IL_0054: { Il2CppChar* L_10 = ___chars0; int32_t L_11 = ___charCount1; uint8_t* L_12 = ___bytes2; int32_t L_13 = ___byteCount3; int32_t L_14 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(20 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_10, L_11, (uint8_t*)(uint8_t*)L_12, L_13, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_14; } } // System.Int32 System.Text.UTF8Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetCharCount_mFC2281052A855E9E7B22FB9B19D6D07F09032AAE (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetCharCount_mFC2281052A855E9E7B22FB9B19D6D07F09032AAE_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; String_t* G_B7_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0; if (L_0) { goto IL_0018; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UTF8Encoding_GetCharCount_mFC2281052A855E9E7B22FB9B19D6D07F09032AAE_RuntimeMethod_var); } IL_0018: { int32_t L_3 = ___index1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0040; } } IL_0020: { int32_t L_5 = ___index1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002b; } } { G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; goto IL_0030; } IL_002b: { G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; } IL_0030: { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, UTF8Encoding_GetCharCount_mFC2281052A855E9E7B22FB9B19D6D07F09032AAE_RuntimeMethod_var); } IL_0040: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0; NullCheck(L_8); int32_t L_9 = ___index1; int32_t L_10 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_005d; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, UTF8Encoding_GetCharCount_mFC2281052A855E9E7B22FB9B19D6D07F09032AAE_RuntimeMethod_var); } IL_005d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0; NullCheck(L_13); if ((((RuntimeArray*)L_13)->max_length)) { goto IL_0063; } } { return 0; } IL_0063: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___bytes0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14; V_1 = L_15; if (!L_15) { goto IL_006d; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_1; NullCheck(L_16); if ((((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))) { goto IL_0072; } } IL_006d: { V_0 = (uint8_t*)(((uintptr_t)0)); goto IL_007b; } IL_0072: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1; NullCheck(L_17); V_0 = (uint8_t*)(((uintptr_t)((L_17)->GetAddressAt(static_cast(0))))); } IL_007b: { uint8_t* L_18 = V_0; int32_t L_19 = ___index1; int32_t L_20 = ___count2; int32_t L_21 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(24 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)L_19)), L_20, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); return L_21; } } // System.Int32 System.Text.UTF8Encoding::GetCharCount(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetCharCount_mB1B822E211B19B628301E1ADA366DD7F21171DEF (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, uint8_t* ___bytes0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetCharCount_mB1B822E211B19B628301E1ADA366DD7F21171DEF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint8_t* L_0 = ___bytes0; if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_001a; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UTF8Encoding_GetCharCount_mB1B822E211B19B628301E1ADA366DD7F21171DEF_RuntimeMethod_var); } IL_001a: { int32_t L_3 = ___count1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0033; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, UTF8Encoding_GetCharCount_mB1B822E211B19B628301E1ADA366DD7F21171DEF_RuntimeMethod_var); } IL_0033: { uint8_t* L_6 = ___bytes0; int32_t L_7 = ___count1; int32_t L_8 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(24 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)L_6, L_7, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); return L_8; } } // System.Int32 System.Text.UTF8Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetChars_mAB99E62EEE2BDEC12FE85A51D01DDDE292DB1301 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetChars_mAB99E62EEE2BDEC12FE85A51D01DDDE292DB1301_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t* V_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; Il2CppChar* V_3 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL; String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0; if (!L_0) { goto IL_0007; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___chars3; if (L_1) { goto IL_0026; } } IL_0007: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___bytes0; if (!L_2) { goto IL_0011; } } { G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; goto IL_0016; } IL_0011: { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; } IL_0016: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, UTF8Encoding_GetChars_mAB99E62EEE2BDEC12FE85A51D01DDDE292DB1301_RuntimeMethod_var); } IL_0026: { int32_t L_5 = ___byteIndex1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_6 = ___byteCount2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004e; } } IL_002e: { int32_t L_7 = ___byteIndex1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0039; } } { G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA; goto IL_003e; } IL_0039: { G_B11_0 = _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B; } IL_003e: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, UTF8Encoding_GetChars_mAB99E62EEE2BDEC12FE85A51D01DDDE292DB1301_RuntimeMethod_var); } IL_004e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___bytes0; NullCheck(L_10); int32_t L_11 = ___byteIndex1; int32_t L_12 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12))) { goto IL_006b; } } { String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, UTF8Encoding_GetChars_mAB99E62EEE2BDEC12FE85A51D01DDDE292DB1301_RuntimeMethod_var); } IL_006b: { int32_t L_15 = ___charIndex4; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_0078; } } { int32_t L_16 = ___charIndex4; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ___chars3; NullCheck(L_17); if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))))) { goto IL_008d; } } IL_0078: { String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, UTF8Encoding_GetChars_mAB99E62EEE2BDEC12FE85A51D01DDDE292DB1301_RuntimeMethod_var); } IL_008d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___bytes0; NullCheck(L_20); if ((((RuntimeArray*)L_20)->max_length)) { goto IL_0093; } } { return 0; } IL_0093: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___chars3; NullCheck(L_21); int32_t L_22 = ___charIndex4; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (int32_t)L_22)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = ___chars3; NullCheck(L_23); if ((((RuntimeArray*)L_23)->max_length)) { goto IL_00a8; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1); ___chars3 = L_24; } IL_00a8: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___bytes0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = L_25; V_2 = L_26; if (!L_26) { goto IL_00b2; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_2; NullCheck(L_27); if ((((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))) { goto IL_00b7; } } IL_00b2: { V_1 = (uint8_t*)(((uintptr_t)0)); goto IL_00c0; } IL_00b7: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_2; NullCheck(L_28); V_1 = (uint8_t*)(((uintptr_t)((L_28)->GetAddressAt(static_cast(0))))); } IL_00c0: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = ___chars3; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = L_29; V_4 = L_30; if (!L_30) { goto IL_00cd; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = V_4; NullCheck(L_31); if ((((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))))) { goto IL_00d2; } } IL_00cd: { V_3 = (Il2CppChar*)(((uintptr_t)0)); goto IL_00dc; } IL_00d2: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_4; NullCheck(L_32); V_3 = (Il2CppChar*)(((uintptr_t)((L_32)->GetAddressAt(static_cast(0))))); } IL_00dc: { uint8_t* L_33 = V_1; int32_t L_34 = ___byteIndex1; int32_t L_35 = ___byteCount2; Il2CppChar* L_36 = V_3; int32_t L_37 = ___charIndex4; int32_t L_38 = V_0; int32_t L_39 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(28 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)L_34)), L_35, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2)))), L_38, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); return L_39; } } // System.Int32 System.Text.UTF8Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetChars_m9B7B6E4F7C6652EEA5400BE32A0A466EB9729AEC (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetChars_m9B7B6E4F7C6652EEA5400BE32A0A466EB9729AEC_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { uint8_t* L_0 = ___bytes0; if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))) { goto IL_000a; } } { Il2CppChar* L_1 = ___chars2; if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_002b; } } IL_000a: { uint8_t* L_2 = ___bytes0; if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0))))) { goto IL_0016; } } { G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; goto IL_001b; } IL_0016: { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; } IL_001b: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, UTF8Encoding_GetChars_m9B7B6E4F7C6652EEA5400BE32A0A466EB9729AEC_RuntimeMethod_var); } IL_002b: { int32_t L_5 = ___charCount3; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0034; } } { int32_t L_6 = ___byteCount1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0055; } } IL_0034: { int32_t L_7 = ___charCount3; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0040; } } { G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA; goto IL_0045; } IL_0040: { G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; } IL_0045: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, UTF8Encoding_GetChars_m9B7B6E4F7C6652EEA5400BE32A0A466EB9729AEC_RuntimeMethod_var); } IL_0055: { uint8_t* L_10 = ___bytes0; int32_t L_11 = ___byteCount1; Il2CppChar* L_12 = ___chars2; int32_t L_13 = ___charCount3; int32_t L_14 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(28 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)L_10, L_11, (Il2CppChar*)(Il2CppChar*)L_12, L_13, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); return L_14; } } // System.String System.Text.UTF8Encoding::GetString(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UTF8Encoding_GetString_m658A2319A5A056256EFA8040A0B19DD37C402898 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetString_m658A2319A5A056256EFA8040A0B19DD37C402898_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; String_t* G_B7_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0; if (L_0) { goto IL_0018; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UTF8Encoding_GetString_m658A2319A5A056256EFA8040A0B19DD37C402898_RuntimeMethod_var); } IL_0018: { int32_t L_3 = ___index1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0040; } } IL_0020: { int32_t L_5 = ___index1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002b; } } { G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; goto IL_0030; } IL_002b: { G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; } IL_0030: { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, UTF8Encoding_GetString_m658A2319A5A056256EFA8040A0B19DD37C402898_RuntimeMethod_var); } IL_0040: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0; NullCheck(L_8); int32_t L_9 = ___index1; int32_t L_10 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_005d; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, UTF8Encoding_GetString_m658A2319A5A056256EFA8040A0B19DD37C402898_RuntimeMethod_var); } IL_005d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0; NullCheck(L_13); if ((((RuntimeArray*)L_13)->max_length)) { goto IL_0067; } } { String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_14; } IL_0067: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___bytes0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = L_15; V_1 = L_16; if (!L_16) { goto IL_0071; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1; NullCheck(L_17); if ((((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))) { goto IL_0076; } } IL_0071: { V_0 = (uint8_t*)(((uintptr_t)0)); goto IL_007f; } IL_0076: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_1; NullCheck(L_18); V_0 = (uint8_t*)(((uintptr_t)((L_18)->GetAddressAt(static_cast(0))))); } IL_007f: { uint8_t* L_19 = V_0; int32_t L_20 = ___index1; int32_t L_21 = ___count2; String_t* L_22 = String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99((uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)L_20)), L_21, __this, /*hidden argument*/NULL); return L_22; } } // System.Int32 System.Text.UTF8Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetByteCount_m0C5965994DF9287934B4E3C6ED63B1F25781CD38 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, Il2CppChar* ___chars0, int32_t ___count1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___baseEncoder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetByteCount_m0C5965994DF9287934B4E3C6ED63B1F25781CD38_MetadataUsageId); s_Il2CppMethodInitialized = true; } EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * V_5 = NULL; int32_t V_6 = 0; Il2CppChar* V_7 = NULL; Il2CppChar* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; int32_t G_B10_0 = 0; { V_0 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL; Il2CppChar* L_0 = ___chars0; V_1 = (Il2CppChar*)L_0; Il2CppChar* L_1 = V_1; int32_t L_2 = ___count1; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_2)), (int32_t)2)))); int32_t L_3 = ___count1; V_3 = L_3; V_4 = 0; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_4 = ___baseEncoder2; if (!L_4) { goto IL_0077; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_5 = ___baseEncoder2; V_5 = ((UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 *)CastclassClass((RuntimeObject*)L_5, UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6_il2cpp_TypeInfo_var)); UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_6 = V_5; NullCheck(L_6); int32_t L_7 = L_6->get_surrogateChar_7(); V_4 = L_7; UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_8 = V_5; NullCheck(L_8); bool L_9 = Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0077; } } { UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_10 = V_5; NullCheck(L_10); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_11 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_10, /*hidden argument*/NULL); V_0 = L_11; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_12 = V_0; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_12); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_006c; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_14; String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(0), (RuntimeObject *)L_16); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_15; UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_18 = V_5; NullCheck(L_18); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_19 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); Type_t * L_20 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_19, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(1), (RuntimeObject *)L_20); String_t* L_21 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018, L_17, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_22 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, UTF8Encoding_GetByteCount_m0C5965994DF9287934B4E3C6ED63B1F25781CD38_RuntimeMethod_var); } IL_006c: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_23 = V_0; Il2CppChar* L_24 = ___chars0; Il2CppChar* L_25 = V_2; UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_26 = V_5; NullCheck(L_23); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_23, (Il2CppChar*)(Il2CppChar*)L_24, (Il2CppChar*)(Il2CppChar*)L_25, L_26, (bool)0, /*hidden argument*/NULL); } IL_0077: { Il2CppChar* L_27 = V_1; Il2CppChar* L_28 = V_2; if ((!(((uintptr_t)L_27) >= ((uintptr_t)L_28)))) { goto IL_0102; } } { int32_t L_29 = V_4; if (L_29) { goto IL_009e; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_30 = V_0; if (L_30) { goto IL_0088; } } { G_B10_0 = 0; goto IL_008e; } IL_0088: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_31 = V_0; NullCheck(L_31); Il2CppChar L_32 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_31, /*hidden argument*/NULL); G_B10_0 = ((int32_t)(L_32)); } IL_008e: { V_4 = G_B10_0; int32_t L_33 = V_4; if ((((int32_t)L_33) <= ((int32_t)0))) { goto IL_00e6; } } { int32_t L_34 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); goto IL_0149; } IL_009e: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_35 = V_0; if (!L_35) { goto IL_00e6; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_36 = V_0; NullCheck(L_36); bool L_37 = L_36->get_bFallingBack_5(); if (!L_37) { goto IL_00e6; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_38 = V_0; NullCheck(L_38); Il2CppChar L_39 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_38, /*hidden argument*/NULL); V_4 = L_39; int32_t L_40 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); int32_t L_41 = V_4; bool L_42 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(L_41, ((int32_t)56320), ((int32_t)57343), /*hidden argument*/NULL); if (!L_42) { goto IL_00d8; } } { V_4 = ((int32_t)65533); int32_t L_43 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); goto IL_0165; } IL_00d8: { int32_t L_44 = V_4; if ((((int32_t)L_44) > ((int32_t)0))) { goto IL_0149; } } { int32_t L_45 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1)); goto IL_03f3; } IL_00e6: { int32_t L_46 = V_4; if ((((int32_t)L_46) <= ((int32_t)0))) { goto IL_03f3; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_47 = ___baseEncoder2; if (!L_47) { goto IL_00fc; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_48 = ___baseEncoder2; NullCheck(L_48); bool L_49 = EncoderNLS_get_MustFlush_mBA7B13F498D63B50EFFA562AC02EC73A2E8597DF_inline(L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_03f3; } } IL_00fc: { int32_t L_50 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); goto IL_0165; } IL_0102: { int32_t L_51 = V_4; if ((((int32_t)L_51) <= ((int32_t)0))) { goto IL_012b; } } { Il2CppChar* L_52 = V_1; int32_t L_53 = *((uint16_t*)L_52); int32_t L_54 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); bool L_55 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(L_53, ((int32_t)56320), ((int32_t)57343), /*hidden argument*/NULL); if (!L_55) { goto IL_0165; } } { V_4 = ((int32_t)65533); Il2CppChar* L_56 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (int32_t)2)); goto IL_0165; } IL_012b: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_57 = V_0; if (!L_57) { goto IL_0141; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_58 = V_0; NullCheck(L_58); Il2CppChar L_59 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_58, /*hidden argument*/NULL); V_4 = L_59; int32_t L_60 = V_4; if ((((int32_t)L_60) <= ((int32_t)0))) { goto IL_0141; } } { int32_t L_61 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); goto IL_0149; } IL_0141: { Il2CppChar* L_62 = V_1; int32_t L_63 = *((uint16_t*)L_62); V_4 = L_63; Il2CppChar* L_64 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_64, (int32_t)2)); } IL_0149: { int32_t L_65 = V_4; bool L_66 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(L_65, ((int32_t)55296), ((int32_t)56319), /*hidden argument*/NULL); if (!L_66) { goto IL_0165; } } { int32_t L_67 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1)); goto IL_0077; } IL_0165: { int32_t L_68 = V_4; bool L_69 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(L_68, ((int32_t)55296), ((int32_t)57343), /*hidden argument*/NULL); if (!L_69) { goto IL_01ba; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_70 = V_0; if (L_70) { goto IL_01a2; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_71 = ___baseEncoder2; if (L_71) { goto IL_018c; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_72 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59(); NullCheck(L_72); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_73 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_72); V_0 = L_73; goto IL_0193; } IL_018c: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_74 = ___baseEncoder2; NullCheck(L_74); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_75 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_74, /*hidden argument*/NULL); V_0 = L_75; } IL_0193: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_76 = V_0; Il2CppChar* L_77 = ___chars0; Il2CppChar* L_78 = ___chars0; int32_t L_79 = ___count1; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_80 = ___baseEncoder2; NullCheck(L_76); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_76, (Il2CppChar*)(Il2CppChar*)L_77, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_78, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_79)), (int32_t)2)))), L_80, (bool)0, /*hidden argument*/NULL); } IL_01a2: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_81 = V_0; int32_t L_82 = V_4; NullCheck(L_81); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_81, (((int32_t)((uint16_t)L_82))), (Il2CppChar**)(&V_1)); int32_t L_83 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)1)); V_4 = 0; goto IL_0077; } IL_01ba: { int32_t L_84 = V_4; if ((((int32_t)L_84) <= ((int32_t)((int32_t)127)))) { goto IL_01d1; } } { int32_t L_85 = V_4; if ((((int32_t)L_85) <= ((int32_t)((int32_t)2047)))) { goto IL_01cd; } } { int32_t L_86 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); } IL_01cd: { int32_t L_87 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1)); } IL_01d1: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_88 = V_0; if (!L_88) { goto IL_01e8; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_89 = V_0; NullCheck(L_89); Il2CppChar L_90 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_89, /*hidden argument*/NULL); Il2CppChar L_91 = L_90; V_4 = L_91; if (!L_91) { goto IL_01e8; } } { int32_t L_92 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); goto IL_0149; } IL_01e8: { Il2CppChar* L_93 = V_2; Il2CppChar* L_94 = V_1; int32_t L_95 = UTF8Encoding_PtrDiff_m4EBD08CA0C1211BC8B9CCD5AF152DB3480FA8CCC((Il2CppChar*)(Il2CppChar*)L_93, (Il2CppChar*)(Il2CppChar*)L_94, /*hidden argument*/NULL); V_6 = L_95; int32_t L_96 = V_6; if ((((int32_t)L_96) > ((int32_t)((int32_t)13)))) { goto IL_0217; } } { Il2CppChar* L_97 = V_2; V_8 = (Il2CppChar*)L_97; goto IL_020d; } IL_01fc: { Il2CppChar* L_98 = V_1; int32_t L_99 = *((uint16_t*)L_98); V_4 = L_99; Il2CppChar* L_100 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_100, (int32_t)2)); int32_t L_101 = V_4; if ((((int32_t)L_101) > ((int32_t)((int32_t)127)))) { goto IL_0149; } } IL_020d: { Il2CppChar* L_102 = V_1; Il2CppChar* L_103 = V_8; if ((!(((uintptr_t)L_102) >= ((uintptr_t)L_103)))) { goto IL_01fc; } } { goto IL_03f3; } IL_0217: { Il2CppChar* L_104 = V_1; int32_t L_105 = V_6; V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_104, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_105)), (int32_t)2)))), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)7)), (int32_t)2)))); goto IL_03e3; } IL_022a: { Il2CppChar* L_106 = V_1; int32_t L_107 = *((uint16_t*)L_106); V_4 = L_107; Il2CppChar* L_108 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_108, (int32_t)2)); int32_t L_109 = V_4; if ((((int32_t)L_109) <= ((int32_t)((int32_t)127)))) { goto IL_025b; } } { int32_t L_110 = V_4; if ((((int32_t)L_110) <= ((int32_t)((int32_t)2047)))) { goto IL_0257; } } { int32_t L_111 = V_4; if ((((int32_t)((int32_t)((int32_t)L_111&(int32_t)((int32_t)63488)))) == ((int32_t)((int32_t)55296)))) { goto IL_0395; } } { int32_t L_112 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)); } IL_0257: { int32_t L_113 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)); } IL_025b: { Il2CppChar* L_114 = V_1; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_114)))&(int32_t)2))) { goto IL_036c; } } { Il2CppChar* L_115 = V_1; int32_t L_116 = *((uint16_t*)L_115); V_4 = L_116; Il2CppChar* L_117 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_117, (int32_t)2)); int32_t L_118 = V_4; if ((((int32_t)L_118) <= ((int32_t)((int32_t)127)))) { goto IL_036c; } } { int32_t L_119 = V_4; if ((((int32_t)L_119) <= ((int32_t)((int32_t)2047)))) { goto IL_0294; } } { int32_t L_120 = V_4; if ((((int32_t)((int32_t)((int32_t)L_120&(int32_t)((int32_t)63488)))) == ((int32_t)((int32_t)55296)))) { goto IL_0395; } } { int32_t L_121 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1)); } IL_0294: { int32_t L_122 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1)); goto IL_036c; } IL_029d: { Il2CppChar* L_123 = V_1; int32_t L_124 = *((int32_t*)L_123); V_4 = L_124; Il2CppChar* L_125 = V_1; int32_t L_126 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_125, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))))); V_9 = L_126; int32_t L_127 = V_4; int32_t L_128 = V_9; if (!((int32_t)((int32_t)((int32_t)((int32_t)L_127|(int32_t)L_128))&(int32_t)((int32_t)-8323200)))) { goto IL_02ff; } } { int32_t L_129 = V_4; int32_t L_130 = V_9; if (((int32_t)((int32_t)((int32_t)((int32_t)L_129|(int32_t)L_130))&(int32_t)((int32_t)-134154240)))) { goto IL_0376; } } { int32_t L_131 = V_4; if (!((int32_t)((int32_t)L_131&(int32_t)((int32_t)-8388608)))) { goto IL_02d5; } } { int32_t L_132 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)); } IL_02d5: { int32_t L_133 = V_4; if (!((int32_t)((int32_t)L_133&(int32_t)((int32_t)65408)))) { goto IL_02e3; } } { int32_t L_134 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1)); } IL_02e3: { int32_t L_135 = V_9; if (!((int32_t)((int32_t)L_135&(int32_t)((int32_t)-8388608)))) { goto IL_02f1; } } { int32_t L_136 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)1)); } IL_02f1: { int32_t L_137 = V_9; if (!((int32_t)((int32_t)L_137&(int32_t)((int32_t)65408)))) { goto IL_02ff; } } { int32_t L_138 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1)); } IL_02ff: { Il2CppChar* L_139 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_139, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))); Il2CppChar* L_140 = V_1; int32_t L_141 = *((int32_t*)L_140); V_4 = L_141; Il2CppChar* L_142 = V_1; int32_t L_143 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_142, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))))); V_9 = L_143; int32_t L_144 = V_4; int32_t L_145 = V_9; if (!((int32_t)((int32_t)((int32_t)((int32_t)L_144|(int32_t)L_145))&(int32_t)((int32_t)-8323200)))) { goto IL_0365; } } { int32_t L_146 = V_4; int32_t L_147 = V_9; if (((int32_t)((int32_t)((int32_t)((int32_t)L_146|(int32_t)L_147))&(int32_t)((int32_t)-134154240)))) { goto IL_0376; } } { int32_t L_148 = V_4; if (!((int32_t)((int32_t)L_148&(int32_t)((int32_t)-8388608)))) { goto IL_033b; } } { int32_t L_149 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)1)); } IL_033b: { int32_t L_150 = V_4; if (!((int32_t)((int32_t)L_150&(int32_t)((int32_t)65408)))) { goto IL_0349; } } { int32_t L_151 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)1)); } IL_0349: { int32_t L_152 = V_9; if (!((int32_t)((int32_t)L_152&(int32_t)((int32_t)-8388608)))) { goto IL_0357; } } { int32_t L_153 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_153, (int32_t)1)); } IL_0357: { int32_t L_154 = V_9; if (!((int32_t)((int32_t)L_154&(int32_t)((int32_t)65408)))) { goto IL_0365; } } { int32_t L_155 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)1)); } IL_0365: { Il2CppChar* L_156 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_156, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))); } IL_036c: { Il2CppChar* L_157 = V_1; Il2CppChar* L_158 = V_7; if ((!(((uintptr_t)L_157) >= ((uintptr_t)L_158)))) { goto IL_029d; } } { goto IL_03eb; } IL_0376: { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_159 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_159) { goto IL_0386; } } { int32_t L_160 = V_4; V_4 = ((int32_t)((uint32_t)L_160>>((int32_t)16))); goto IL_038b; } IL_0386: { int32_t L_161 = V_4; V_4 = (((int32_t)((uint16_t)L_161))); } IL_038b: { Il2CppChar* L_162 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_162, (int32_t)2)); int32_t L_163 = V_4; if ((((int32_t)L_163) <= ((int32_t)((int32_t)127)))) { goto IL_03e3; } } IL_0395: { int32_t L_164 = V_4; if ((((int32_t)L_164) <= ((int32_t)((int32_t)2047)))) { goto IL_03df; } } { int32_t L_165 = V_4; bool L_166 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(L_165, ((int32_t)55296), ((int32_t)57343), /*hidden argument*/NULL); if (!L_166) { goto IL_03db; } } { Il2CppChar* L_167 = V_1; int32_t L_168 = *((uint16_t*)L_167); V_10 = L_168; int32_t L_169 = V_4; if ((((int32_t)L_169) > ((int32_t)((int32_t)56319)))) { goto IL_03d1; } } { int32_t L_170 = V_10; bool L_171 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(L_170, ((int32_t)56320), ((int32_t)57343), /*hidden argument*/NULL); if (L_171) { goto IL_03d7; } } IL_03d1: { Il2CppChar* L_172 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_172, (int32_t)2)); goto IL_03eb; } IL_03d7: { Il2CppChar* L_173 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_173, (int32_t)2)); } IL_03db: { int32_t L_174 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)1)); } IL_03df: { int32_t L_175 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_175, (int32_t)1)); } IL_03e3: { Il2CppChar* L_176 = V_1; Il2CppChar* L_177 = V_7; if ((!(((uintptr_t)L_176) >= ((uintptr_t)L_177)))) { goto IL_022a; } } IL_03eb: { V_4 = 0; goto IL_0077; } IL_03f3: { int32_t L_178 = V_3; return L_178; } } // System.Int32 System.Text.UTF8Encoding::PtrDiff(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_PtrDiff_m4EBD08CA0C1211BC8B9CCD5AF152DB3480FA8CCC (Il2CppChar* ___a0, Il2CppChar* ___b1, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___a0; Il2CppChar* L_1 = ___b1; return ((int32_t)((uint32_t)(((int32_t)((uint32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_0, (intptr_t)L_1))/(int32_t)1))))))))>>1)); } } // System.Int32 System.Text.UTF8Encoding::PtrDiff(System.Byte*,System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_PtrDiff_mBB9D70E4B51594110008EAB4129087B202193986 (uint8_t* ___a0, uint8_t* ___b1, const RuntimeMethod* method) { { uint8_t* L_0 = ___a0; uint8_t* L_1 = ___b1; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_0, (intptr_t)L_1))/(int32_t)1)))))))); } } // System.Boolean System.Text.UTF8Encoding::InRange(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151 (int32_t ___ch0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) { { int32_t L_0 = ___ch0; int32_t L_1 = ___start1; int32_t L_2 = ___end2; int32_t L_3 = ___start1; return (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1))) <= ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 System.Text.UTF8Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetBytes_m006B06B20D886296F71F5A41798D15E4810685F6 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___baseEncoder4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetBytes_m006B06B20D886296F71F5A41798D15E4810685F6_MetadataUsageId); s_Il2CppMethodInitialized = true; } UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * V_0 = NULL; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_1 = NULL; Il2CppChar* V_2 = NULL; uint8_t* V_3 = NULL; Il2CppChar* V_4 = NULL; uint8_t* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; Il2CppChar* V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; Il2CppChar* V_14 = NULL; int32_t V_15 = 0; int32_t V_16 = 0; int32_t G_B11_0 = 0; { V_0 = (UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 *)NULL; V_1 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL; Il2CppChar* L_0 = ___chars0; V_2 = (Il2CppChar*)L_0; uint8_t* L_1 = ___bytes2; V_3 = (uint8_t*)L_1; Il2CppChar* L_2 = V_2; int32_t L_3 = ___charCount1; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2)))); uint8_t* L_4 = V_3; int32_t L_5 = ___byteCount3; V_5 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)L_5)); V_6 = 0; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_6 = ___baseEncoder4; if (!L_6) { goto IL_0085; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_7 = ___baseEncoder4; V_0 = ((UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 *)CastclassClass((RuntimeObject*)L_7, UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6_il2cpp_TypeInfo_var)); UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_surrogateChar_7(); V_6 = L_9; UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_10 = V_0; NullCheck(L_10); bool L_11 = Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0085; } } { UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_12 = V_0; NullCheck(L_12); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_13 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_12, /*hidden argument*/NULL); V_1 = L_13; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_14 = V_1; NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_14); if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_007a; } } { UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_16 = V_0; NullCheck(L_16); bool L_17 = ((EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)L_16)->get_m_throwOnOverflow_5(); if (!L_17) { goto IL_007a; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_18; String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(0), (RuntimeObject *)L_20); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_19; UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_22 = V_0; NullCheck(L_22); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_23 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_22, /*hidden argument*/NULL); NullCheck(L_23); Type_t * L_24 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_23, /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_24); String_t* L_25 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018, L_21, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_26 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, UTF8Encoding_GetBytes_m006B06B20D886296F71F5A41798D15E4810685F6_RuntimeMethod_var); } IL_007a: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_27 = V_1; Il2CppChar* L_28 = ___chars0; Il2CppChar* L_29 = V_4; UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_30 = V_0; NullCheck(L_27); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_27, (Il2CppChar*)(Il2CppChar*)L_28, (Il2CppChar*)(Il2CppChar*)L_29, L_30, (bool)1, /*hidden argument*/NULL); } IL_0085: { Il2CppChar* L_31 = V_2; Il2CppChar* L_32 = V_4; if ((!(((uintptr_t)L_31) >= ((uintptr_t)L_32)))) { goto IL_0107; } } { int32_t L_33 = V_6; if (L_33) { goto IL_00a6; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_34 = V_1; if (L_34) { goto IL_0094; } } { G_B11_0 = 0; goto IL_009a; } IL_0094: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_35 = V_1; NullCheck(L_35); Il2CppChar L_36 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_35, /*hidden argument*/NULL); G_B11_0 = ((int32_t)(L_36)); } IL_009a: { V_6 = G_B11_0; int32_t L_37 = V_6; if ((((int32_t)L_37) <= ((int32_t)0))) { goto IL_00ef; } } { goto IL_0151; } IL_00a6: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_38 = V_1; if (!L_38) { goto IL_00ef; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_39 = V_1; NullCheck(L_39); bool L_40 = L_39->get_bFallingBack_5(); if (!L_40) { goto IL_00ef; } } { int32_t L_41 = V_6; V_11 = L_41; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_42 = V_1; NullCheck(L_42); Il2CppChar L_43 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_42, /*hidden argument*/NULL); V_6 = L_43; int32_t L_44 = V_6; bool L_45 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(L_44, ((int32_t)56320), ((int32_t)57343), /*hidden argument*/NULL); if (!L_45) { goto IL_00e5; } } { int32_t L_46 = V_6; int32_t L_47 = V_11; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)((int32_t)((int32_t)L_47<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)-56613888))); goto IL_0167; } IL_00e5: { int32_t L_48 = V_6; if ((((int32_t)L_48) <= ((int32_t)0))) { goto IL_0508; } } { goto IL_0151; } IL_00ef: { int32_t L_49 = V_6; if ((((int32_t)L_49) <= ((int32_t)0))) { goto IL_0508; } } { UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_50 = V_0; if (!L_50) { goto IL_0167; } } { UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_51 = V_0; NullCheck(L_51); bool L_52 = EncoderNLS_get_MustFlush_mBA7B13F498D63B50EFFA562AC02EC73A2E8597DF_inline(L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_0508; } } { goto IL_0167; } IL_0107: { int32_t L_53 = V_6; if ((((int32_t)L_53) <= ((int32_t)0))) { goto IL_0139; } } { Il2CppChar* L_54 = V_2; int32_t L_55 = *((uint16_t*)L_54); V_12 = L_55; int32_t L_56 = V_12; bool L_57 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(L_56, ((int32_t)56320), ((int32_t)57343), /*hidden argument*/NULL); if (!L_57) { goto IL_0167; } } { int32_t L_58 = V_12; int32_t L_59 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)((int32_t)((int32_t)L_59<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)-56613888))); Il2CppChar* L_60 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_60, (int32_t)2)); goto IL_0167; } IL_0139: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_61 = V_1; if (!L_61) { goto IL_0149; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_62 = V_1; NullCheck(L_62); Il2CppChar L_63 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_62, /*hidden argument*/NULL); V_6 = L_63; int32_t L_64 = V_6; if ((((int32_t)L_64) > ((int32_t)0))) { goto IL_0151; } } IL_0149: { Il2CppChar* L_65 = V_2; int32_t L_66 = *((uint16_t*)L_65); V_6 = L_66; Il2CppChar* L_67 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, (int32_t)2)); } IL_0151: { int32_t L_68 = V_6; bool L_69 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(L_68, ((int32_t)55296), ((int32_t)56319), /*hidden argument*/NULL); if (L_69) { goto IL_0085; } } IL_0167: { int32_t L_70 = V_6; bool L_71 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(L_70, ((int32_t)55296), ((int32_t)57343), /*hidden argument*/NULL); if (!L_71) { goto IL_01b7; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_72 = V_1; if (L_72) { goto IL_01a3; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_73 = ___baseEncoder4; if (L_73) { goto IL_018f; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_74 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59(); NullCheck(L_74); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_75 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_74); V_1 = L_75; goto IL_0197; } IL_018f: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_76 = ___baseEncoder4; NullCheck(L_76); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_77 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_76, /*hidden argument*/NULL); V_1 = L_77; } IL_0197: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_78 = V_1; Il2CppChar* L_79 = ___chars0; Il2CppChar* L_80 = V_4; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_81 = ___baseEncoder4; NullCheck(L_78); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_78, (Il2CppChar*)(Il2CppChar*)L_79, (Il2CppChar*)(Il2CppChar*)L_80, L_81, (bool)1, /*hidden argument*/NULL); } IL_01a3: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_82 = V_1; int32_t L_83 = V_6; NullCheck(L_82); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_82, (((int32_t)((uint16_t)L_83))), (Il2CppChar**)(&V_2)); V_6 = 0; goto IL_0085; } IL_01b7: { V_7 = 1; int32_t L_84 = V_6; if ((((int32_t)L_84) <= ((int32_t)((int32_t)127)))) { goto IL_01e4; } } { int32_t L_85 = V_6; if ((((int32_t)L_85) <= ((int32_t)((int32_t)2047)))) { goto IL_01de; } } { int32_t L_86 = V_6; if ((((int32_t)L_86) <= ((int32_t)((int32_t)65535)))) { goto IL_01d8; } } { int32_t L_87 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1)); } IL_01d8: { int32_t L_88 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); } IL_01de: { int32_t L_89 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); } IL_01e4: { uint8_t* L_90 = V_3; uint8_t* L_91 = V_5; int32_t L_92 = V_7; if ((!(((uintptr_t)L_90) > ((uintptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_91, (int32_t)L_92)))))) { goto IL_0234; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_93 = V_1; if (!L_93) { goto IL_0210; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_94 = V_1; NullCheck(L_94); bool L_95 = L_94->get_bFallingBack_5(); if (!L_95) { goto IL_0210; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_96 = V_1; NullCheck(L_96); VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.EncoderFallbackBuffer::MovePrevious() */, L_96); int32_t L_97 = V_6; if ((((int32_t)L_97) <= ((int32_t)((int32_t)65535)))) { goto IL_0221; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_98 = V_1; NullCheck(L_98); VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.EncoderFallbackBuffer::MovePrevious() */, L_98); goto IL_0221; } IL_0210: { Il2CppChar* L_99 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_99, (int32_t)2)); int32_t L_100 = V_6; if ((((int32_t)L_100) <= ((int32_t)((int32_t)65535)))) { goto IL_0221; } } { Il2CppChar* L_101 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_101, (int32_t)2)); } IL_0221: { UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_102 = V_0; uint8_t* L_103 = V_3; uint8_t* L_104 = ___bytes2; Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_102, (bool)((((intptr_t)L_103) == ((intptr_t)L_104))? 1 : 0), /*hidden argument*/NULL); V_6 = 0; goto IL_0508; } IL_0234: { int32_t L_105 = V_6; if ((((int32_t)L_105) > ((int32_t)((int32_t)127)))) { goto IL_0241; } } { uint8_t* L_106 = V_3; int32_t L_107 = V_6; *((int8_t*)L_106) = (int8_t)(((int32_t)((uint8_t)L_107))); goto IL_02b1; } IL_0241: { int32_t L_108 = V_6; if ((((int32_t)L_108) > ((int32_t)((int32_t)2047)))) { goto IL_0256; } } { int32_t L_109 = V_6; V_13 = (((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)-64)|(int32_t)((int32_t)((int32_t)L_109>>(int32_t)6))))))); goto IL_029d; } IL_0256: { int32_t L_110 = V_6; if ((((int32_t)L_110) > ((int32_t)((int32_t)65535)))) { goto IL_026c; } } { int32_t L_111 = V_6; V_13 = (((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)-32)|(int32_t)((int32_t)((int32_t)L_111>>(int32_t)((int32_t)12)))))))); goto IL_0288; } IL_026c: { uint8_t* L_112 = V_3; int32_t L_113 = V_6; *((int8_t*)L_112) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)-16)|(int32_t)((int32_t)((int32_t)L_113>>(int32_t)((int32_t)18)))))))); uint8_t* L_114 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_114, (int32_t)1)); int32_t L_115 = V_6; V_13 = ((int32_t)((int32_t)((int32_t)-128)|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_115>>(int32_t)((int32_t)12)))&(int32_t)((int32_t)63))))); } IL_0288: { uint8_t* L_116 = V_3; int32_t L_117 = V_13; *((int8_t*)L_116) = (int8_t)(((int32_t)((uint8_t)L_117))); uint8_t* L_118 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_118, (int32_t)1)); int32_t L_119 = V_6; V_13 = ((int32_t)((int32_t)((int32_t)-128)|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_119>>(int32_t)6))&(int32_t)((int32_t)63))))); } IL_029d: { uint8_t* L_120 = V_3; int32_t L_121 = V_13; *((int8_t*)L_120) = (int8_t)(((int32_t)((uint8_t)L_121))); uint8_t* L_122 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_122, (int32_t)1)); uint8_t* L_123 = V_3; int32_t L_124 = V_6; *((int8_t*)L_123) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)-128)|(int32_t)((int32_t)((int32_t)L_124&(int32_t)((int32_t)63)))))))); } IL_02b1: { uint8_t* L_125 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_125, (int32_t)1)); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_126 = V_1; if (!L_126) { goto IL_02c6; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_127 = V_1; NullCheck(L_127); Il2CppChar L_128 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_127, /*hidden argument*/NULL); Il2CppChar L_129 = L_128; V_6 = L_129; if (L_129) { goto IL_0151; } } IL_02c6: { Il2CppChar* L_130 = V_4; Il2CppChar* L_131 = V_2; int32_t L_132 = UTF8Encoding_PtrDiff_m4EBD08CA0C1211BC8B9CCD5AF152DB3480FA8CCC((Il2CppChar*)(Il2CppChar*)L_130, (Il2CppChar*)(Il2CppChar*)L_131, /*hidden argument*/NULL); V_8 = L_132; uint8_t* L_133 = V_5; uint8_t* L_134 = V_3; int32_t L_135 = UTF8Encoding_PtrDiff_mBB9D70E4B51594110008EAB4129087B202193986((uint8_t*)(uint8_t*)L_133, (uint8_t*)(uint8_t*)L_134, /*hidden argument*/NULL); V_9 = L_135; int32_t L_136 = V_8; if ((((int32_t)L_136) > ((int32_t)((int32_t)13)))) { goto IL_031b; } } { int32_t L_137 = V_9; int32_t L_138 = V_8; if ((((int32_t)L_137) >= ((int32_t)L_138))) { goto IL_02ee; } } { V_6 = 0; goto IL_0085; } IL_02ee: { Il2CppChar* L_139 = V_4; V_14 = (Il2CppChar*)L_139; goto IL_030e; } IL_02f4: { Il2CppChar* L_140 = V_2; int32_t L_141 = *((uint16_t*)L_140); V_6 = L_141; Il2CppChar* L_142 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_142, (int32_t)2)); int32_t L_143 = V_6; if ((((int32_t)L_143) > ((int32_t)((int32_t)127)))) { goto IL_0151; } } { uint8_t* L_144 = V_3; int32_t L_145 = V_6; *((int8_t*)L_144) = (int8_t)(((int32_t)((uint8_t)L_145))); uint8_t* L_146 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_146, (int32_t)1)); } IL_030e: { Il2CppChar* L_147 = V_2; Il2CppChar* L_148 = V_14; if ((!(((uintptr_t)L_147) >= ((uintptr_t)L_148)))) { goto IL_02f4; } } { V_6 = 0; goto IL_0508; } IL_031b: { int32_t L_149 = V_9; int32_t L_150 = V_8; if ((((int32_t)L_149) >= ((int32_t)L_150))) { goto IL_0325; } } { int32_t L_151 = V_9; V_8 = L_151; } IL_0325: { Il2CppChar* L_152 = V_2; int32_t L_153 = V_8; V_10 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_152, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_153)), (int32_t)2)))), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2)))); goto IL_04f8; } IL_0338: { Il2CppChar* L_154 = V_2; int32_t L_155 = *((uint16_t*)L_154); V_6 = L_155; Il2CppChar* L_156 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_156, (int32_t)2)); int32_t L_157 = V_6; if ((((int32_t)L_157) > ((int32_t)((int32_t)127)))) { goto IL_0427; } } { uint8_t* L_158 = V_3; int32_t L_159 = V_6; *((int8_t*)L_158) = (int8_t)(((int32_t)((uint8_t)L_159))); uint8_t* L_160 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_160, (int32_t)1)); Il2CppChar* L_161 = V_2; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_161)))&(int32_t)2))) { goto IL_03f0; } } { Il2CppChar* L_162 = V_2; int32_t L_163 = *((uint16_t*)L_162); V_6 = L_163; Il2CppChar* L_164 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_164, (int32_t)2)); int32_t L_165 = V_6; if ((((int32_t)L_165) > ((int32_t)((int32_t)127)))) { goto IL_0427; } } { uint8_t* L_166 = V_3; int32_t L_167 = V_6; *((int8_t*)L_166) = (int8_t)(((int32_t)((uint8_t)L_167))); uint8_t* L_168 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_168, (int32_t)1)); goto IL_03f0; } IL_0377: { Il2CppChar* L_169 = V_2; int32_t L_170 = *((int32_t*)L_169); V_6 = L_170; Il2CppChar* L_171 = V_2; int32_t L_172 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_171, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))))); V_16 = L_172; int32_t L_173 = V_6; int32_t L_174 = V_16; if (((int32_t)((int32_t)((int32_t)((int32_t)L_173|(int32_t)L_174))&(int32_t)((int32_t)-8323200)))) { goto IL_03fa; } } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_175 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_175) { goto IL_03c5; } } { uint8_t* L_176 = V_3; int32_t L_177 = V_6; *((int8_t*)L_176) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_177>>(int32_t)((int32_t)16)))))); uint8_t* L_178 = V_3; int32_t L_179 = V_6; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_178, (int32_t)1))) = (int8_t)(((int32_t)((uint8_t)L_179))); Il2CppChar* L_180 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_180, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))); uint8_t* L_181 = V_3; int32_t L_182 = V_16; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_181, (int32_t)2))) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_182>>(int32_t)((int32_t)16)))))); uint8_t* L_183 = V_3; int32_t L_184 = V_16; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_183, (int32_t)3))) = (int8_t)(((int32_t)((uint8_t)L_184))); uint8_t* L_185 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_185, (int32_t)4)); goto IL_03f0; } IL_03c5: { uint8_t* L_186 = V_3; int32_t L_187 = V_6; *((int8_t*)L_186) = (int8_t)(((int32_t)((uint8_t)L_187))); uint8_t* L_188 = V_3; int32_t L_189 = V_6; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_188, (int32_t)1))) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_189>>(int32_t)((int32_t)16)))))); Il2CppChar* L_190 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_190, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))); uint8_t* L_191 = V_3; int32_t L_192 = V_16; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_191, (int32_t)2))) = (int8_t)(((int32_t)((uint8_t)L_192))); uint8_t* L_193 = V_3; int32_t L_194 = V_16; *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_193, (int32_t)3))) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_194>>(int32_t)((int32_t)16)))))); uint8_t* L_195 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_195, (int32_t)4)); } IL_03f0: { Il2CppChar* L_196 = V_2; Il2CppChar* L_197 = V_10; if ((!(((uintptr_t)L_196) >= ((uintptr_t)L_197)))) { goto IL_0377; } } { goto IL_04f8; } IL_03fa: { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_198 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_198) { goto IL_040a; } } { int32_t L_199 = V_6; V_6 = ((int32_t)((uint32_t)L_199>>((int32_t)16))); goto IL_040f; } IL_040a: { int32_t L_200 = V_6; V_6 = (((int32_t)((uint16_t)L_200))); } IL_040f: { Il2CppChar* L_201 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_201, (int32_t)2)); int32_t L_202 = V_6; if ((((int32_t)L_202) > ((int32_t)((int32_t)127)))) { goto IL_0427; } } { uint8_t* L_203 = V_3; int32_t L_204 = V_6; *((int8_t*)L_203) = (int8_t)(((int32_t)((uint8_t)L_204))); uint8_t* L_205 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_205, (int32_t)1)); goto IL_04f8; } IL_0427: { int32_t L_206 = V_6; if ((((int32_t)L_206) > ((int32_t)((int32_t)2047)))) { goto IL_043e; } } { int32_t L_207 = V_6; V_15 = ((int32_t)((int32_t)((int32_t)-64)|(int32_t)((int32_t)((int32_t)L_207>>(int32_t)6)))); goto IL_04da; } IL_043e: { int32_t L_208 = V_6; bool L_209 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(L_208, ((int32_t)55296), ((int32_t)57343), /*hidden argument*/NULL); if (L_209) { goto IL_045d; } } { int32_t L_210 = V_6; V_15 = ((int32_t)((int32_t)((int32_t)-32)|(int32_t)((int32_t)((int32_t)L_210>>(int32_t)((int32_t)12))))); goto IL_04bf; } IL_045d: { int32_t L_211 = V_6; if ((((int32_t)L_211) <= ((int32_t)((int32_t)56319)))) { goto IL_046f; } } { Il2CppChar* L_212 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_212, (int32_t)2)); goto IL_0500; } IL_046f: { Il2CppChar* L_213 = V_2; int32_t L_214 = *((uint16_t*)L_213); V_15 = L_214; Il2CppChar* L_215 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_215, (int32_t)2)); int32_t L_216 = V_15; bool L_217 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(L_216, ((int32_t)56320), ((int32_t)57343), /*hidden argument*/NULL); if (L_217) { goto IL_0493; } } { Il2CppChar* L_218 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_218, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); goto IL_0500; } IL_0493: { int32_t L_219 = V_15; int32_t L_220 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_219, (int32_t)((int32_t)((int32_t)L_220<<(int32_t)((int32_t)10))))), (int32_t)((int32_t)-56613888))); uint8_t* L_221 = V_3; int32_t L_222 = V_6; *((int8_t*)L_221) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)-16)|(int32_t)((int32_t)((int32_t)L_222>>(int32_t)((int32_t)18)))))))); uint8_t* L_223 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_223, (int32_t)1)); int32_t L_224 = V_6; V_15 = ((int32_t)((int32_t)((int32_t)-128)|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_224>>(int32_t)((int32_t)12)))&(int32_t)((int32_t)63))))); } IL_04bf: { uint8_t* L_225 = V_3; int32_t L_226 = V_15; *((int8_t*)L_225) = (int8_t)(((int32_t)((uint8_t)L_226))); Il2CppChar* L_227 = V_10; V_10 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_227, (int32_t)2)); uint8_t* L_228 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_228, (int32_t)1)); int32_t L_229 = V_6; V_15 = ((int32_t)((int32_t)((int32_t)-128)|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_229>>(int32_t)6))&(int32_t)((int32_t)63))))); } IL_04da: { uint8_t* L_230 = V_3; int32_t L_231 = V_15; *((int8_t*)L_230) = (int8_t)(((int32_t)((uint8_t)L_231))); Il2CppChar* L_232 = V_10; V_10 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_232, (int32_t)2)); uint8_t* L_233 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_233, (int32_t)1)); uint8_t* L_234 = V_3; int32_t L_235 = V_6; *((int8_t*)L_234) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)-128)|(int32_t)((int32_t)((int32_t)L_235&(int32_t)((int32_t)63)))))))); uint8_t* L_236 = V_3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_236, (int32_t)1)); } IL_04f8: { Il2CppChar* L_237 = V_2; Il2CppChar* L_238 = V_10; if ((!(((uintptr_t)L_237) >= ((uintptr_t)L_238)))) { goto IL_0338; } } IL_0500: { V_6 = 0; goto IL_0085; } IL_0508: { UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_239 = V_0; if (!L_239) { goto IL_0520; } } { UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_240 = V_0; int32_t L_241 = V_6; NullCheck(L_240); L_240->set_surrogateChar_7(L_241); UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_242 = V_0; Il2CppChar* L_243 = V_2; Il2CppChar* L_244 = ___chars0; NullCheck(L_242); ((EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)L_242)->set_m_charsUsed_6((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_243, (intptr_t)L_244))/(int32_t)2))))))))); } IL_0520: { uint8_t* L_245 = V_3; uint8_t* L_246 = ___bytes2; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_245, (intptr_t)L_246))/(int32_t)1)))))))); } } // System.Int32 System.Text.UTF8Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetCharCount_m017E8B367F7FC3F5961630795B453D9FA09066A1 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, uint8_t* ___bytes0, int32_t ___count1, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___baseDecoder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetCharCount_m017E8B367F7FC3F5961630795B453D9FA09066A1_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; uint8_t* V_7 = NULL; uint8_t* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; { uint8_t* L_0 = ___bytes0; V_0 = (uint8_t*)L_0; uint8_t* L_1 = V_0; int32_t L_2 = ___count1; V_1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)L_2)); int32_t L_3 = ___count1; V_2 = L_3; V_3 = 0; V_4 = (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)NULL; DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_4 = ___baseDecoder2; if (!L_4) { goto IL_0023; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_5 = ___baseDecoder2; NullCheck(((UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B *)CastclassClass((RuntimeObject*)L_5, UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B_il2cpp_TypeInfo_var))); int32_t L_6 = ((UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B *)CastclassClass((RuntimeObject*)L_5, UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B_il2cpp_TypeInfo_var))->get_bits_6(); V_3 = L_6; int32_t L_7 = V_2; int32_t L_8 = V_3; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)((int32_t)L_8>>(int32_t)((int32_t)30))))); } IL_0023: { uint8_t* L_9 = V_0; uint8_t* L_10 = V_1; if ((!(((uintptr_t)L_9) < ((uintptr_t)L_10)))) { goto IL_0346; } } { int32_t L_11 = V_3; if (!L_11) { goto IL_00ff; } } { uint8_t* L_12 = V_0; int32_t L_13 = *((uint8_t*)L_12); V_5 = L_13; uint8_t* L_14 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)1)); int32_t L_15 = V_5; if ((((int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)-64)))) == ((int32_t)((int32_t)128)))) { goto IL_0051; } } { uint8_t* L_16 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_16, (int32_t)1)); int32_t L_17 = V_2; int32_t L_18 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)((int32_t)L_18>>(int32_t)((int32_t)30))))); goto IL_00c3; } IL_0051: { int32_t L_19 = V_3; int32_t L_20 = V_5; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_19<<(int32_t)6))|(int32_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)63))))); int32_t L_21 = V_3; if (((int32_t)((int32_t)L_21&(int32_t)((int32_t)536870912)))) { goto IL_00a9; } } { int32_t L_22 = V_3; if (!((int32_t)((int32_t)L_22&(int32_t)((int32_t)268435456)))) { goto IL_008d; } } { int32_t L_23 = V_3; if (((int32_t)((int32_t)L_23&(int32_t)((int32_t)8388608)))) { goto IL_0023; } } { int32_t L_24 = V_3; bool L_25 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(((int32_t)((int32_t)L_24&(int32_t)((int32_t)496))), ((int32_t)16), ((int32_t)256), /*hidden argument*/NULL); if (L_25) { goto IL_0023; } } { goto IL_00c3; } IL_008d: { int32_t L_26 = V_3; if (!((int32_t)((int32_t)L_26&(int32_t)((int32_t)992)))) { goto IL_00c3; } } { int32_t L_27 = V_3; if ((!(((uint32_t)((int32_t)((int32_t)L_27&(int32_t)((int32_t)992)))) == ((uint32_t)((int32_t)864))))) { goto IL_0023; } } { goto IL_00c3; } IL_00a9: { int32_t L_28 = V_3; if ((!(((uint32_t)((int32_t)((int32_t)L_28&(int32_t)((int32_t)270467072)))) == ((uint32_t)((int32_t)268435456))))) { goto IL_017c; } } { int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); goto IL_017c; } IL_00c3: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_30 = V_4; if (L_30) { goto IL_00eb; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_31 = ___baseDecoder2; if (L_31) { goto IL_00d9; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_32 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_32); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_33 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_32); V_4 = L_33; goto IL_00e1; } IL_00d9: { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_34 = ___baseDecoder2; NullCheck(L_34); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_35 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_34, /*hidden argument*/NULL); V_4 = L_35; } IL_00e1: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_36 = V_4; uint8_t* L_37 = ___bytes0; NullCheck(L_36); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_36, (uint8_t*)(uint8_t*)L_37, (Il2CppChar*)(Il2CppChar*)(((uintptr_t)0)), /*hidden argument*/NULL); } IL_00eb: { int32_t L_38 = V_2; uint8_t* L_39 = V_0; int32_t L_40 = V_3; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_41 = V_4; int32_t L_42 = UTF8Encoding_FallbackInvalidByteSequence_mF5D4EE127098963DD619D2E80791541EE2B1AA12(__this, (uint8_t*)(uint8_t*)L_39, L_40, L_41, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_42)); V_3 = 0; goto IL_0023; } IL_00ff: { uint8_t* L_43 = V_0; int32_t L_44 = *((uint8_t*)L_43); V_3 = L_44; uint8_t* L_45 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_45, (int32_t)1)); } IL_0106: { int32_t L_46 = V_3; if ((((int32_t)L_46) <= ((int32_t)((int32_t)127)))) { goto IL_017c; } } { int32_t L_47 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)); int32_t L_48 = V_3; if (!((int32_t)((int32_t)L_48&(int32_t)((int32_t)64)))) { goto IL_00c3; } } { int32_t L_49 = V_3; if (!((int32_t)((int32_t)L_49&(int32_t)((int32_t)32)))) { goto IL_0159; } } { int32_t L_50 = V_3; if (!((int32_t)((int32_t)L_50&(int32_t)((int32_t)16)))) { goto IL_0145; } } { int32_t L_51 = V_3; V_3 = ((int32_t)((int32_t)L_51&(int32_t)((int32_t)15))); int32_t L_52 = V_3; if ((((int32_t)L_52) <= ((int32_t)4))) { goto IL_0134; } } { int32_t L_53 = V_3; V_3 = ((int32_t)((int32_t)L_53|(int32_t)((int32_t)240))); goto IL_00c3; } IL_0134: { int32_t L_54 = V_3; V_3 = ((int32_t)((int32_t)L_54|(int32_t)((int32_t)1347226624))); int32_t L_55 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)1)); goto IL_0023; } IL_0145: { int32_t L_56 = V_3; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_56&(int32_t)((int32_t)15)))|(int32_t)((int32_t)1210220544))); int32_t L_57 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)); goto IL_0023; } IL_0159: { int32_t L_58 = V_3; V_3 = ((int32_t)((int32_t)L_58&(int32_t)((int32_t)31))); int32_t L_59 = V_3; if ((((int32_t)L_59) > ((int32_t)1))) { goto IL_016f; } } { int32_t L_60 = V_3; V_3 = ((int32_t)((int32_t)L_60|(int32_t)((int32_t)192))); goto IL_00c3; } IL_016f: { int32_t L_61 = V_3; V_3 = ((int32_t)((int32_t)L_61|(int32_t)((int32_t)8388608))); goto IL_0023; } IL_017c: { uint8_t* L_62 = V_1; uint8_t* L_63 = V_0; int32_t L_64 = UTF8Encoding_PtrDiff_mBB9D70E4B51594110008EAB4129087B202193986((uint8_t*)(uint8_t*)L_62, (uint8_t*)(uint8_t*)L_63, /*hidden argument*/NULL); V_6 = L_64; int32_t L_65 = V_6; if ((((int32_t)L_65) > ((int32_t)((int32_t)13)))) { goto IL_01ab; } } { uint8_t* L_66 = V_1; V_8 = (uint8_t*)L_66; goto IL_019f; } IL_0190: { uint8_t* L_67 = V_0; int32_t L_68 = *((uint8_t*)L_67); V_3 = L_68; uint8_t* L_69 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_69, (int32_t)1)); int32_t L_70 = V_3; if ((((int32_t)L_70) > ((int32_t)((int32_t)127)))) { goto IL_0106; } } IL_019f: { uint8_t* L_71 = V_0; uint8_t* L_72 = V_8; if ((!(((uintptr_t)L_71) >= ((uintptr_t)L_72)))) { goto IL_0190; } } { V_3 = 0; goto IL_0346; } IL_01ab: { uint8_t* L_73 = V_0; int32_t L_74 = V_6; V_7 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_73, (int32_t)L_74)), (int32_t)7)); goto IL_032c; } IL_01b8: { uint8_t* L_75 = V_0; int32_t L_76 = *((uint8_t*)L_75); V_3 = L_76; uint8_t* L_77 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_77, (int32_t)1)); int32_t L_78 = V_3; if ((((int32_t)L_78) > ((int32_t)((int32_t)127)))) { goto IL_026f; } } { uint8_t* L_79 = V_0; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_79)))&(int32_t)1))) { goto IL_01dc; } } { uint8_t* L_80 = V_0; int32_t L_81 = *((uint8_t*)L_80); V_3 = L_81; uint8_t* L_82 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_82, (int32_t)1)); int32_t L_83 = V_3; if ((((int32_t)L_83) > ((int32_t)((int32_t)127)))) { goto IL_026f; } } IL_01dc: { uint8_t* L_84 = V_0; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_84)))&(int32_t)2))) { goto IL_022e; } } { uint8_t* L_85 = V_0; int32_t L_86 = *((uint16_t*)L_85); V_3 = L_86; int32_t L_87 = V_3; if (((int32_t)((int32_t)L_87&(int32_t)((int32_t)32896)))) { goto IL_024e; } } { uint8_t* L_88 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_88, (int32_t)2)); goto IL_022e; } IL_01f4: { uint8_t* L_89 = V_0; int32_t L_90 = *((int32_t*)L_89); V_3 = L_90; uint8_t* L_91 = V_0; int32_t L_92 = *((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_91, (int32_t)4))); V_10 = L_92; int32_t L_93 = V_3; int32_t L_94 = V_10; if (((int32_t)((int32_t)((int32_t)((int32_t)L_93|(int32_t)L_94))&(int32_t)((int32_t)-2139062144)))) { goto IL_0238; } } { uint8_t* L_95 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_95, (int32_t)8)); uint8_t* L_96 = V_0; uint8_t* L_97 = V_7; if ((!(((uintptr_t)L_96) < ((uintptr_t)L_97)))) { goto IL_0334; } } { uint8_t* L_98 = V_0; int32_t L_99 = *((int32_t*)L_98); V_3 = L_99; uint8_t* L_100 = V_0; int32_t L_101 = *((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_100, (int32_t)4))); V_10 = L_101; int32_t L_102 = V_3; int32_t L_103 = V_10; if (((int32_t)((int32_t)((int32_t)((int32_t)L_102|(int32_t)L_103))&(int32_t)((int32_t)-2139062144)))) { goto IL_0238; } } { uint8_t* L_104 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_104, (int32_t)8)); } IL_022e: { uint8_t* L_105 = V_0; uint8_t* L_106 = V_7; if ((!(((uintptr_t)L_105) >= ((uintptr_t)L_106)))) { goto IL_01f4; } } { goto IL_0334; } IL_0238: { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_107 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_107) { goto IL_0246; } } { int32_t L_108 = V_3; V_3 = ((int32_t)((uint32_t)L_108>>((int32_t)16))); goto IL_024e; } IL_0246: { int32_t L_109 = V_3; V_3 = ((int32_t)((int32_t)L_109&(int32_t)((int32_t)255))); } IL_024e: { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_110 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_110) { goto IL_025b; } } { int32_t L_111 = V_3; V_3 = ((int32_t)((uint32_t)L_111>>8)); goto IL_0263; } IL_025b: { int32_t L_112 = V_3; V_3 = ((int32_t)((int32_t)L_112&(int32_t)((int32_t)255))); } IL_0263: { uint8_t* L_113 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_113, (int32_t)1)); int32_t L_114 = V_3; if ((((int32_t)L_114) <= ((int32_t)((int32_t)127)))) { goto IL_032c; } } IL_026f: { uint8_t* L_115 = V_0; int32_t L_116 = *((uint8_t*)L_115); V_9 = L_116; uint8_t* L_117 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_117, (int32_t)1)); int32_t L_118 = V_3; if (!((int32_t)((int32_t)L_118&(int32_t)((int32_t)64)))) { goto IL_033b; } } { int32_t L_119 = V_9; if ((!(((uint32_t)((int32_t)((int32_t)L_119&(int32_t)((int32_t)-64)))) == ((uint32_t)((int32_t)128))))) { goto IL_033b; } } { int32_t L_120 = V_9; V_9 = ((int32_t)((int32_t)L_120&(int32_t)((int32_t)63))); int32_t L_121 = V_3; if (!((int32_t)((int32_t)L_121&(int32_t)((int32_t)32)))) { goto IL_0322; } } { int32_t L_122 = V_9; int32_t L_123 = V_3; V_9 = ((int32_t)((int32_t)L_122|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_123&(int32_t)((int32_t)15)))<<(int32_t)6)))); int32_t L_124 = V_3; if (!((int32_t)((int32_t)L_124&(int32_t)((int32_t)16)))) { goto IL_02f1; } } { uint8_t* L_125 = V_0; int32_t L_126 = *((uint8_t*)L_125); V_3 = L_126; int32_t L_127 = V_9; bool L_128 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(((int32_t)((int32_t)L_127>>(int32_t)4)), 1, ((int32_t)16), /*hidden argument*/NULL); if (!L_128) { goto IL_033b; } } { int32_t L_129 = V_3; if ((!(((uint32_t)((int32_t)((int32_t)L_129&(int32_t)((int32_t)-64)))) == ((uint32_t)((int32_t)128))))) { goto IL_033b; } } { int32_t L_130 = V_9; int32_t L_131 = V_3; V_9 = ((int32_t)((int32_t)((int32_t)((int32_t)L_130<<(int32_t)6))|(int32_t)((int32_t)((int32_t)L_131&(int32_t)((int32_t)63))))); uint8_t* L_132 = V_0; int32_t L_133 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_132, (int32_t)1))); V_3 = L_133; int32_t L_134 = V_3; if ((!(((uint32_t)((int32_t)((int32_t)L_134&(int32_t)((int32_t)-64)))) == ((uint32_t)((int32_t)128))))) { goto IL_033b; } } { uint8_t* L_135 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_135, (int32_t)2)); int32_t L_136 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)1)); goto IL_0328; } IL_02f1: { uint8_t* L_137 = V_0; int32_t L_138 = *((uint8_t*)L_137); V_3 = L_138; int32_t L_139 = V_9; if (!((int32_t)((int32_t)L_139&(int32_t)((int32_t)992)))) { goto IL_033b; } } { int32_t L_140 = V_9; if ((((int32_t)((int32_t)((int32_t)L_140&(int32_t)((int32_t)992)))) == ((int32_t)((int32_t)864)))) { goto IL_033b; } } { int32_t L_141 = V_3; if ((!(((uint32_t)((int32_t)((int32_t)L_141&(int32_t)((int32_t)-64)))) == ((uint32_t)((int32_t)128))))) { goto IL_033b; } } { uint8_t* L_142 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_142, (int32_t)1)); int32_t L_143 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_143, (int32_t)1)); goto IL_0328; } IL_0322: { int32_t L_144 = V_3; if (!((int32_t)((int32_t)L_144&(int32_t)((int32_t)30)))) { goto IL_033b; } } IL_0328: { int32_t L_145 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_145, (int32_t)1)); } IL_032c: { uint8_t* L_146 = V_0; uint8_t* L_147 = V_7; if ((!(((uintptr_t)L_146) >= ((uintptr_t)L_147)))) { goto IL_01b8; } } IL_0334: { V_3 = 0; goto IL_0023; } IL_033b: { uint8_t* L_148 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_148, (int32_t)2)); V_3 = 0; goto IL_0023; } IL_0346: { int32_t L_149 = V_3; if (!L_149) { goto IL_0390; } } { int32_t L_150 = V_2; int32_t L_151 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)((int32_t)((int32_t)L_151>>(int32_t)((int32_t)30))))); DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_152 = ___baseDecoder2; if (!L_152) { goto IL_035b; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_153 = ___baseDecoder2; NullCheck(L_153); bool L_154 = DecoderNLS_get_MustFlush_m0C8DCAF42B8FE1A1C39E68C06A5D681A0DA1C552_inline(L_153, /*hidden argument*/NULL); if (!L_154) { goto IL_0390; } } IL_035b: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_155 = V_4; if (L_155) { goto IL_0383; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_156 = ___baseDecoder2; if (L_156) { goto IL_0371; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_157 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_157); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_158 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_157); V_4 = L_158; goto IL_0379; } IL_0371: { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_159 = ___baseDecoder2; NullCheck(L_159); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_160 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_159, /*hidden argument*/NULL); V_4 = L_160; } IL_0379: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_161 = V_4; uint8_t* L_162 = ___bytes0; NullCheck(L_161); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_161, (uint8_t*)(uint8_t*)L_162, (Il2CppChar*)(Il2CppChar*)(((uintptr_t)0)), /*hidden argument*/NULL); } IL_0383: { int32_t L_163 = V_2; uint8_t* L_164 = V_0; int32_t L_165 = V_3; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_166 = V_4; int32_t L_167 = UTF8Encoding_FallbackInvalidByteSequence_mF5D4EE127098963DD619D2E80791541EE2B1AA12(__this, (uint8_t*)(uint8_t*)L_164, L_165, L_166, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)L_167)); } IL_0390: { int32_t L_168 = V_2; return L_168; } } // System.Int32 System.Text.UTF8Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetChars_mAE7C631B0AD49170C3A4E48E2DCFE0A38509F21B (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___baseDecoder4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetChars_mAE7C631B0AD49170C3A4E48E2DCFE0A38509F21B_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; Il2CppChar* V_1 = NULL; uint8_t* V_2 = NULL; Il2CppChar* V_3 = NULL; int32_t V_4 = 0; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; Il2CppChar* V_9 = NULL; uint8_t* V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; { uint8_t* L_0 = ___bytes0; V_0 = (uint8_t*)L_0; Il2CppChar* L_1 = ___chars2; V_1 = (Il2CppChar*)L_1; uint8_t* L_2 = V_0; int32_t L_3 = ___byteCount1; V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)L_3)); Il2CppChar* L_4 = V_1; int32_t L_5 = ___charCount3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_5)), (int32_t)2)))); V_4 = 0; V_5 = (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)NULL; DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_6 = ___baseDecoder4; if (!L_6) { goto IL_0028; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_7 = ___baseDecoder4; NullCheck(((UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B *)CastclassClass((RuntimeObject*)L_7, UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B_il2cpp_TypeInfo_var))); int32_t L_8 = ((UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B *)CastclassClass((RuntimeObject*)L_7, UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B_il2cpp_TypeInfo_var))->get_bits_6(); V_4 = L_8; } IL_0028: { uint8_t* L_9 = V_0; uint8_t* L_10 = V_2; if ((!(((uintptr_t)L_9) < ((uintptr_t)L_10)))) { goto IL_061e; } } { int32_t L_11 = V_4; if (!L_11) { goto IL_0155; } } { uint8_t* L_12 = V_0; int32_t L_13 = *((uint8_t*)L_12); V_6 = L_13; uint8_t* L_14 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)1)); int32_t L_15 = V_6; if ((((int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)-64)))) == ((int32_t)((int32_t)128)))) { goto IL_0053; } } { uint8_t* L_16 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_16, (int32_t)1)); goto IL_00f9; } IL_0053: { int32_t L_17 = V_4; int32_t L_18 = V_6; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_17<<(int32_t)6))|(int32_t)((int32_t)((int32_t)L_18&(int32_t)((int32_t)63))))); int32_t L_19 = V_4; if (((int32_t)((int32_t)L_19&(int32_t)((int32_t)536870912)))) { goto IL_00b3; } } { int32_t L_20 = V_4; if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)268435456)))) { goto IL_0095; } } { int32_t L_21 = V_4; if (((int32_t)((int32_t)L_21&(int32_t)((int32_t)8388608)))) { goto IL_0028; } } { int32_t L_22 = V_4; bool L_23 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(((int32_t)((int32_t)L_22&(int32_t)((int32_t)496))), ((int32_t)16), ((int32_t)256), /*hidden argument*/NULL); if (L_23) { goto IL_0028; } } { goto IL_00f9; } IL_0095: { int32_t L_24 = V_4; if (!((int32_t)((int32_t)L_24&(int32_t)((int32_t)992)))) { goto IL_00f9; } } { int32_t L_25 = V_4; if ((!(((uint32_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)992)))) == ((uint32_t)((int32_t)864))))) { goto IL_0028; } } { goto IL_00f9; } IL_00b3: { int32_t L_26 = V_4; if ((((int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)270467072)))) <= ((int32_t)((int32_t)268435456)))) { goto IL_01de; } } { Il2CppChar* L_27 = V_1; Il2CppChar* L_28 = V_3; if ((!(((uintptr_t)L_27) < ((uintptr_t)L_28)))) { goto IL_01de; } } { Il2CppChar* L_29 = V_1; int32_t L_30 = V_4; *((int16_t*)L_29) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_30>>(int32_t)((int32_t)10)))&(int32_t)((int32_t)2047))), (int32_t)((int32_t)-10304)))))); Il2CppChar* L_31 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)2)); int32_t L_32 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_32&(int32_t)((int32_t)1023))), (int32_t)((int32_t)56320))); goto IL_01de; } IL_00f9: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_33 = V_5; if (L_33) { goto IL_0122; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_34 = ___baseDecoder4; if (L_34) { goto IL_0110; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_35 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_35); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_36 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_35); V_5 = L_36; goto IL_0119; } IL_0110: { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_37 = ___baseDecoder4; NullCheck(L_37); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_38 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_37, /*hidden argument*/NULL); V_5 = L_38; } IL_0119: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_39 = V_5; uint8_t* L_40 = ___bytes0; Il2CppChar* L_41 = V_3; NullCheck(L_39); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_39, (uint8_t*)(uint8_t*)L_40, (Il2CppChar*)(Il2CppChar*)L_41, /*hidden argument*/NULL); } IL_0122: { int32_t L_42 = V_4; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_43 = V_5; bool L_44 = UTF8Encoding_FallbackInvalidByteSequence_m48706F28B3E4D3B81C8299C3465682F1B7A1772A(__this, (uint8_t**)(&V_0), L_42, L_43, (Il2CppChar**)(&V_1), /*hidden argument*/NULL); if (L_44) { goto IL_014d; } } { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_45 = V_5; NullCheck(L_45); DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_45, /*hidden argument*/NULL); DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_46 = ___baseDecoder4; Il2CppChar* L_47 = V_1; Il2CppChar* L_48 = ___chars2; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_46, (bool)((((intptr_t)L_47) == ((intptr_t)L_48))? 1 : 0), /*hidden argument*/NULL); V_4 = 0; goto IL_061e; } IL_014d: { V_4 = 0; goto IL_0028; } IL_0155: { uint8_t* L_49 = V_0; int32_t L_50 = *((uint8_t*)L_49); V_4 = L_50; uint8_t* L_51 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_51, (int32_t)1)); } IL_015d: { int32_t L_52 = V_4; if ((((int32_t)L_52) <= ((int32_t)((int32_t)127)))) { goto IL_01de; } } { int32_t L_53 = V_4; if (!((int32_t)((int32_t)L_53&(int32_t)((int32_t)64)))) { goto IL_00f9; } } { int32_t L_54 = V_4; if (!((int32_t)((int32_t)L_54&(int32_t)((int32_t)32)))) { goto IL_01b4; } } { int32_t L_55 = V_4; if (!((int32_t)((int32_t)L_55&(int32_t)((int32_t)16)))) { goto IL_01a2; } } { int32_t L_56 = V_4; V_4 = ((int32_t)((int32_t)L_56&(int32_t)((int32_t)15))); int32_t L_57 = V_4; if ((((int32_t)L_57) <= ((int32_t)4))) { goto IL_0193; } } { int32_t L_58 = V_4; V_4 = ((int32_t)((int32_t)L_58|(int32_t)((int32_t)240))); goto IL_00f9; } IL_0193: { int32_t L_59 = V_4; V_4 = ((int32_t)((int32_t)L_59|(int32_t)((int32_t)1347226624))); goto IL_0028; } IL_01a2: { int32_t L_60 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_60&(int32_t)((int32_t)15)))|(int32_t)((int32_t)1210220544))); goto IL_0028; } IL_01b4: { int32_t L_61 = V_4; V_4 = ((int32_t)((int32_t)L_61&(int32_t)((int32_t)31))); int32_t L_62 = V_4; if ((((int32_t)L_62) > ((int32_t)1))) { goto IL_01cf; } } { int32_t L_63 = V_4; V_4 = ((int32_t)((int32_t)L_63|(int32_t)((int32_t)192))); goto IL_00f9; } IL_01cf: { int32_t L_64 = V_4; V_4 = ((int32_t)((int32_t)L_64|(int32_t)((int32_t)8388608))); goto IL_0028; } IL_01de: { Il2CppChar* L_65 = V_1; Il2CppChar* L_66 = V_3; if ((!(((uintptr_t)L_65) >= ((uintptr_t)L_66)))) { goto IL_0244; } } { int32_t L_67 = V_4; V_4 = ((int32_t)((int32_t)L_67&(int32_t)((int32_t)2097151))); int32_t L_68 = V_4; if ((((int32_t)L_68) <= ((int32_t)((int32_t)127)))) { goto IL_022c; } } { int32_t L_69 = V_4; if ((((int32_t)L_69) <= ((int32_t)((int32_t)2047)))) { goto IL_0228; } } { int32_t L_70 = V_4; if ((((int32_t)L_70) < ((int32_t)((int32_t)56320)))) { goto IL_0217; } } { int32_t L_71 = V_4; if ((((int32_t)L_71) > ((int32_t)((int32_t)57343)))) { goto IL_0217; } } { uint8_t* L_72 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_72, (int32_t)1)); Il2CppChar* L_73 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_73, (int32_t)2)); goto IL_0224; } IL_0217: { int32_t L_74 = V_4; if ((((int32_t)L_74) <= ((int32_t)((int32_t)65535)))) { goto IL_0224; } } { uint8_t* L_75 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_75, (int32_t)1)); } IL_0224: { uint8_t* L_76 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_76, (int32_t)1)); } IL_0228: { uint8_t* L_77 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_77, (int32_t)1)); } IL_022c: { uint8_t* L_78 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_78, (int32_t)1)); DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_79 = ___baseDecoder4; Il2CppChar* L_80 = V_1; Il2CppChar* L_81 = ___chars2; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_79, (bool)((((intptr_t)L_80) == ((intptr_t)L_81))? 1 : 0), /*hidden argument*/NULL); V_4 = 0; goto IL_061e; } IL_0244: { Il2CppChar* L_82 = V_1; int32_t L_83 = V_4; *((int16_t*)L_82) = (int16_t)(((int32_t)((uint16_t)L_83))); Il2CppChar* L_84 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, (int32_t)2)); Il2CppChar* L_85 = V_3; Il2CppChar* L_86 = V_1; int32_t L_87 = UTF8Encoding_PtrDiff_m4EBD08CA0C1211BC8B9CCD5AF152DB3480FA8CCC((Il2CppChar*)(Il2CppChar*)L_85, (Il2CppChar*)(Il2CppChar*)L_86, /*hidden argument*/NULL); V_7 = L_87; uint8_t* L_88 = V_2; uint8_t* L_89 = V_0; int32_t L_90 = UTF8Encoding_PtrDiff_mBB9D70E4B51594110008EAB4129087B202193986((uint8_t*)(uint8_t*)L_88, (uint8_t*)(uint8_t*)L_89, /*hidden argument*/NULL); V_8 = L_90; int32_t L_91 = V_8; if ((((int32_t)L_91) > ((int32_t)((int32_t)13)))) { goto IL_029f; } } { int32_t L_92 = V_7; int32_t L_93 = V_8; if ((((int32_t)L_92) >= ((int32_t)L_93))) { goto IL_0273; } } { V_4 = 0; goto IL_0028; } IL_0273: { uint8_t* L_94 = V_2; V_10 = (uint8_t*)L_94; goto IL_0292; } IL_0278: { uint8_t* L_95 = V_0; int32_t L_96 = *((uint8_t*)L_95); V_4 = L_96; uint8_t* L_97 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_97, (int32_t)1)); int32_t L_98 = V_4; if ((((int32_t)L_98) > ((int32_t)((int32_t)127)))) { goto IL_015d; } } { Il2CppChar* L_99 = V_1; int32_t L_100 = V_4; *((int16_t*)L_99) = (int16_t)(((int32_t)((uint16_t)L_100))); Il2CppChar* L_101 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_101, (int32_t)2)); } IL_0292: { uint8_t* L_102 = V_0; uint8_t* L_103 = V_10; if ((!(((uintptr_t)L_102) >= ((uintptr_t)L_103)))) { goto IL_0278; } } { V_4 = 0; goto IL_061e; } IL_029f: { int32_t L_104 = V_7; int32_t L_105 = V_8; if ((((int32_t)L_104) >= ((int32_t)L_105))) { goto IL_02a9; } } { int32_t L_106 = V_7; V_8 = L_106; } IL_02a9: { Il2CppChar* L_107 = V_1; int32_t L_108 = V_8; V_9 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_107, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_108)), (int32_t)2)))), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)7)), (int32_t)2)))); goto IL_0602; } IL_02bc: { uint8_t* L_109 = V_0; int32_t L_110 = *((uint8_t*)L_109); V_4 = L_110; uint8_t* L_111 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_111, (int32_t)1)); int32_t L_112 = V_4; if ((((int32_t)L_112) > ((int32_t)((int32_t)127)))) { goto IL_04d0; } } { Il2CppChar* L_113 = V_1; int32_t L_114 = V_4; *((int16_t*)L_113) = (int16_t)(((int32_t)((uint16_t)L_114))); Il2CppChar* L_115 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_115, (int32_t)2)); uint8_t* L_116 = V_0; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_116)))&(int32_t)1))) { goto IL_02f6; } } { uint8_t* L_117 = V_0; int32_t L_118 = *((uint8_t*)L_117); V_4 = L_118; uint8_t* L_119 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_119, (int32_t)1)); int32_t L_120 = V_4; if ((((int32_t)L_120) > ((int32_t)((int32_t)127)))) { goto IL_04d0; } } { Il2CppChar* L_121 = V_1; int32_t L_122 = V_4; *((int16_t*)L_121) = (int16_t)(((int32_t)((uint16_t)L_122))); Il2CppChar* L_123 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_123, (int32_t)2)); } IL_02f6: { uint8_t* L_124 = V_0; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_124)))&(int32_t)2))) { goto IL_0478; } } { uint8_t* L_125 = V_0; int32_t L_126 = *((uint16_t*)L_125); V_4 = L_126; int32_t L_127 = V_4; if (((int32_t)((int32_t)L_127&(int32_t)((int32_t)32896)))) { goto IL_049f; } } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_128 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_128) { goto IL_033b; } } { Il2CppChar* L_129 = V_1; int32_t L_130 = V_4; *((int16_t*)L_129) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_130>>(int32_t)8))&(int32_t)((int32_t)127)))))); uint8_t* L_131 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_131, (int32_t)2)); Il2CppChar* L_132 = V_1; int32_t L_133 = V_4; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_132, (int32_t)2))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_133&(int32_t)((int32_t)127)))))); Il2CppChar* L_134 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_134, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); goto IL_0478; } IL_033b: { Il2CppChar* L_135 = V_1; int32_t L_136 = V_4; *((int16_t*)L_135) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_136&(int32_t)((int32_t)127)))))); uint8_t* L_137 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_137, (int32_t)2)); Il2CppChar* L_138 = V_1; int32_t L_139 = V_4; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_138, (int32_t)2))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_139>>(int32_t)8))&(int32_t)((int32_t)127)))))); Il2CppChar* L_140 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_140, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); goto IL_0478; } IL_035f: { uint8_t* L_141 = V_0; int32_t L_142 = *((int32_t*)L_141); V_4 = L_142; uint8_t* L_143 = V_0; int32_t L_144 = *((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_143, (int32_t)4))); V_12 = L_144; int32_t L_145 = V_4; int32_t L_146 = V_12; if (((int32_t)((int32_t)((int32_t)((int32_t)L_145|(int32_t)L_146))&(int32_t)((int32_t)-2139062144)))) { goto IL_0485; } } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_147 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_147) { goto IL_03fd; } } { Il2CppChar* L_148 = V_1; int32_t L_149 = V_4; *((int16_t*)L_148) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_149>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)127)))))); Il2CppChar* L_150 = V_1; int32_t L_151 = V_4; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_150, (int32_t)2))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_151>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)127)))))); Il2CppChar* L_152 = V_1; int32_t L_153 = V_4; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_152, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_153>>(int32_t)8))&(int32_t)((int32_t)127)))))); Il2CppChar* L_154 = V_1; int32_t L_155 = V_4; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_154, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_155&(int32_t)((int32_t)127)))))); uint8_t* L_156 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_156, (int32_t)8)); Il2CppChar* L_157 = V_1; int32_t L_158 = V_12; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_157, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_158>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)127)))))); Il2CppChar* L_159 = V_1; int32_t L_160 = V_12; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_159, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_160>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)127)))))); Il2CppChar* L_161 = V_1; int32_t L_162 = V_12; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_161, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_162>>(int32_t)8))&(int32_t)((int32_t)127)))))); Il2CppChar* L_163 = V_1; int32_t L_164 = V_12; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_163, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)7)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_164&(int32_t)((int32_t)127)))))); Il2CppChar* L_165 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_165, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2)))); goto IL_0478; } IL_03fd: { Il2CppChar* L_166 = V_1; int32_t L_167 = V_4; *((int16_t*)L_166) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_167&(int32_t)((int32_t)127)))))); Il2CppChar* L_168 = V_1; int32_t L_169 = V_4; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_168, (int32_t)2))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_169>>(int32_t)8))&(int32_t)((int32_t)127)))))); Il2CppChar* L_170 = V_1; int32_t L_171 = V_4; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_170, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_171>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)127)))))); Il2CppChar* L_172 = V_1; int32_t L_173 = V_4; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_172, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_173>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)127)))))); uint8_t* L_174 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_174, (int32_t)8)); Il2CppChar* L_175 = V_1; int32_t L_176 = V_12; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_175, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_176&(int32_t)((int32_t)127)))))); Il2CppChar* L_177 = V_1; int32_t L_178 = V_12; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_177, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_178>>(int32_t)8))&(int32_t)((int32_t)127)))))); Il2CppChar* L_179 = V_1; int32_t L_180 = V_12; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_179, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_180>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)127)))))); Il2CppChar* L_181 = V_1; int32_t L_182 = V_12; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_181, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)7)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_182>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)127)))))); Il2CppChar* L_183 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_183, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2)))); } IL_0478: { Il2CppChar* L_184 = V_1; Il2CppChar* L_185 = V_9; if ((!(((uintptr_t)L_184) >= ((uintptr_t)L_185)))) { goto IL_035f; } } { goto IL_060a; } IL_0485: { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_186 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_186) { goto IL_0495; } } { int32_t L_187 = V_4; V_4 = ((int32_t)((uint32_t)L_187>>((int32_t)16))); goto IL_049f; } IL_0495: { int32_t L_188 = V_4; V_4 = ((int32_t)((int32_t)L_188&(int32_t)((int32_t)255))); } IL_049f: { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_189 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_189) { goto IL_04ae; } } { int32_t L_190 = V_4; V_4 = ((int32_t)((uint32_t)L_190>>8)); goto IL_04b8; } IL_04ae: { int32_t L_191 = V_4; V_4 = ((int32_t)((int32_t)L_191&(int32_t)((int32_t)255))); } IL_04b8: { uint8_t* L_192 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_192, (int32_t)1)); int32_t L_193 = V_4; if ((((int32_t)L_193) > ((int32_t)((int32_t)127)))) { goto IL_04d0; } } { Il2CppChar* L_194 = V_1; int32_t L_195 = V_4; *((int16_t*)L_194) = (int16_t)(((int32_t)((uint16_t)L_195))); Il2CppChar* L_196 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_196, (int32_t)2)); goto IL_0602; } IL_04d0: { uint8_t* L_197 = V_0; int32_t L_198 = *((uint8_t*)L_197); V_11 = L_198; uint8_t* L_199 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_199, (int32_t)1)); int32_t L_200 = V_4; if (!((int32_t)((int32_t)L_200&(int32_t)((int32_t)64)))) { goto IL_0612; } } { int32_t L_201 = V_11; if ((!(((uint32_t)((int32_t)((int32_t)L_201&(int32_t)((int32_t)-64)))) == ((uint32_t)((int32_t)128))))) { goto IL_0612; } } { int32_t L_202 = V_11; V_11 = ((int32_t)((int32_t)L_202&(int32_t)((int32_t)63))); int32_t L_203 = V_4; if (!((int32_t)((int32_t)L_203&(int32_t)((int32_t)32)))) { goto IL_05de; } } { int32_t L_204 = V_11; int32_t L_205 = V_4; V_11 = ((int32_t)((int32_t)L_204|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_205&(int32_t)((int32_t)15)))<<(int32_t)6)))); int32_t L_206 = V_4; if (!((int32_t)((int32_t)L_206&(int32_t)((int32_t)16)))) { goto IL_059d; } } { uint8_t* L_207 = V_0; int32_t L_208 = *((uint8_t*)L_207); V_4 = L_208; int32_t L_209 = V_11; bool L_210 = UTF8Encoding_InRange_mB99C2B7BDB882D06AFFA8F3FA6DFE5ED2A353151(((int32_t)((int32_t)L_209>>(int32_t)4)), 1, ((int32_t)16), /*hidden argument*/NULL); if (!L_210) { goto IL_0612; } } { int32_t L_211 = V_4; if ((!(((uint32_t)((int32_t)((int32_t)L_211&(int32_t)((int32_t)-64)))) == ((uint32_t)((int32_t)128))))) { goto IL_0612; } } { int32_t L_212 = V_11; int32_t L_213 = V_4; V_11 = ((int32_t)((int32_t)((int32_t)((int32_t)L_212<<(int32_t)6))|(int32_t)((int32_t)((int32_t)L_213&(int32_t)((int32_t)63))))); uint8_t* L_214 = V_0; int32_t L_215 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_214, (int32_t)1))); V_4 = L_215; int32_t L_216 = V_4; if ((!(((uint32_t)((int32_t)((int32_t)L_216&(int32_t)((int32_t)-64)))) == ((uint32_t)((int32_t)128))))) { goto IL_0612; } } { uint8_t* L_217 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_217, (int32_t)2)); int32_t L_218 = V_11; int32_t L_219 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_218<<(int32_t)6))|(int32_t)((int32_t)((int32_t)L_219&(int32_t)((int32_t)63))))); Il2CppChar* L_220 = V_1; int32_t L_221 = V_4; *((int16_t*)L_220) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_221>>(int32_t)((int32_t)10)))&(int32_t)((int32_t)2047))), (int32_t)((int32_t)-10304)))))); Il2CppChar* L_222 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_222, (int32_t)2)); int32_t L_223 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_223&(int32_t)((int32_t)1023))), (int32_t)((int32_t)-9216))); Il2CppChar* L_224 = V_9; V_9 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_224, (int32_t)2)); goto IL_05f3; } IL_059d: { uint8_t* L_225 = V_0; int32_t L_226 = *((uint8_t*)L_225); V_4 = L_226; int32_t L_227 = V_11; if (!((int32_t)((int32_t)L_227&(int32_t)((int32_t)992)))) { goto IL_0612; } } { int32_t L_228 = V_11; if ((((int32_t)((int32_t)((int32_t)L_228&(int32_t)((int32_t)992)))) == ((int32_t)((int32_t)864)))) { goto IL_0612; } } { int32_t L_229 = V_4; if ((!(((uint32_t)((int32_t)((int32_t)L_229&(int32_t)((int32_t)-64)))) == ((uint32_t)((int32_t)128))))) { goto IL_0612; } } { uint8_t* L_230 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_230, (int32_t)1)); int32_t L_231 = V_11; int32_t L_232 = V_4; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_231<<(int32_t)6))|(int32_t)((int32_t)((int32_t)L_232&(int32_t)((int32_t)63))))); Il2CppChar* L_233 = V_9; V_9 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_233, (int32_t)2)); goto IL_05f3; } IL_05de: { int32_t L_234 = V_4; V_4 = ((int32_t)((int32_t)L_234&(int32_t)((int32_t)31))); int32_t L_235 = V_4; if ((((int32_t)L_235) <= ((int32_t)1))) { goto IL_0612; } } { int32_t L_236 = V_4; int32_t L_237 = V_11; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_236<<(int32_t)6))|(int32_t)L_237)); } IL_05f3: { Il2CppChar* L_238 = V_1; int32_t L_239 = V_4; *((int16_t*)L_238) = (int16_t)(((int32_t)((uint16_t)L_239))); Il2CppChar* L_240 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_240, (int32_t)2)); Il2CppChar* L_241 = V_9; V_9 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_241, (int32_t)2)); } IL_0602: { Il2CppChar* L_242 = V_1; Il2CppChar* L_243 = V_9; if ((!(((uintptr_t)L_242) >= ((uintptr_t)L_243)))) { goto IL_02bc; } } IL_060a: { V_4 = 0; goto IL_0028; } IL_0612: { uint8_t* L_244 = V_0; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_244, (int32_t)2)); V_4 = 0; goto IL_0028; } IL_061e: { int32_t L_245 = V_4; if (!L_245) { goto IL_067e; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_246 = ___baseDecoder4; if (!L_246) { goto IL_062f; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_247 = ___baseDecoder4; NullCheck(L_247); bool L_248 = DecoderNLS_get_MustFlush_m0C8DCAF42B8FE1A1C39E68C06A5D681A0DA1C552_inline(L_247, /*hidden argument*/NULL); if (!L_248) { goto IL_067e; } } IL_062f: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_249 = V_5; if (L_249) { goto IL_0658; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_250 = ___baseDecoder4; if (L_250) { goto IL_0646; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_251 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_251); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_252 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_251); V_5 = L_252; goto IL_064f; } IL_0646: { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_253 = ___baseDecoder4; NullCheck(L_253); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_254 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_253, /*hidden argument*/NULL); V_5 = L_254; } IL_064f: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_255 = V_5; uint8_t* L_256 = ___bytes0; Il2CppChar* L_257 = V_3; NullCheck(L_255); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_255, (uint8_t*)(uint8_t*)L_256, (Il2CppChar*)(Il2CppChar*)L_257, /*hidden argument*/NULL); } IL_0658: { int32_t L_258 = V_4; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_259 = V_5; bool L_260 = UTF8Encoding_FallbackInvalidByteSequence_m48706F28B3E4D3B81C8299C3465682F1B7A1772A(__this, (uint8_t**)(&V_0), L_258, L_259, (Il2CppChar**)(&V_1), /*hidden argument*/NULL); if (L_260) { goto IL_067b; } } { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_261 = V_5; NullCheck(L_261); DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_261, /*hidden argument*/NULL); DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_262 = ___baseDecoder4; Il2CppChar* L_263 = V_1; Il2CppChar* L_264 = ___chars2; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_262, (bool)((((intptr_t)L_263) == ((intptr_t)L_264))? 1 : 0), /*hidden argument*/NULL); } IL_067b: { V_4 = 0; } IL_067e: { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_265 = ___baseDecoder4; if (!L_265) { goto IL_069e; } } { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_266 = ___baseDecoder4; int32_t L_267 = V_4; NullCheck(((UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B *)CastclassClass((RuntimeObject*)L_266, UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B_il2cpp_TypeInfo_var))); ((UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B *)CastclassClass((RuntimeObject*)L_266, UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B_il2cpp_TypeInfo_var))->set_bits_6(L_267); DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_268 = ___baseDecoder4; uint8_t* L_269 = V_0; uint8_t* L_270 = ___bytes0; NullCheck(L_268); L_268->set_m_bytesUsed_5((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_269, (intptr_t)L_270))/(int32_t)1))))))))); } IL_069e: { Il2CppChar* L_271 = V_1; Il2CppChar* L_272 = ___chars2; int32_t L_273 = UTF8Encoding_PtrDiff_m4EBD08CA0C1211BC8B9CCD5AF152DB3480FA8CCC((Il2CppChar*)(Il2CppChar*)L_271, (Il2CppChar*)(Il2CppChar*)L_272, /*hidden argument*/NULL); return L_273; } } // System.Boolean System.Text.UTF8Encoding::FallbackInvalidByteSequence(System.Byte*&,System.Int32,System.Text.DecoderFallbackBuffer,System.Char*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UTF8Encoding_FallbackInvalidByteSequence_m48706F28B3E4D3B81C8299C3465682F1B7A1772A (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, uint8_t** ___pSrc0, int32_t ___ch1, DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * ___fallback2, Il2CppChar** ___pTarget3, const RuntimeMethod* method) { uint8_t* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; { uint8_t** L_0 = ___pSrc0; V_0 = (uint8_t*)(*((intptr_t*)L_0)); int32_t L_1 = ___ch1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = UTF8Encoding_GetBytesUnknown_mE3F703BD5E99262A2E1EA42753A9DC0D2F96E21E(__this, (uint8_t**)(&V_0), L_1, /*hidden argument*/NULL); V_1 = L_2; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_3 = ___fallback2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_1; uint8_t** L_5 = ___pSrc0; Il2CppChar** L_6 = ___pTarget3; NullCheck(L_3); bool L_7 = VirtFuncInvoker3< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t*, Il2CppChar** >::Invoke(7 /* System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*&) */, L_3, L_4, (uint8_t*)(uint8_t*)(*((intptr_t*)L_5)), (Il2CppChar**)L_6); if (L_7) { goto IL_001f; } } { uint8_t** L_8 = ___pSrc0; uint8_t* L_9 = V_0; *((intptr_t*)L_8) = (intptr_t)L_9; return (bool)0; } IL_001f: { return (bool)1; } } // System.Int32 System.Text.UTF8Encoding::FallbackInvalidByteSequence(System.Byte*,System.Int32,System.Text.DecoderFallbackBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_FallbackInvalidByteSequence_mF5D4EE127098963DD619D2E80791541EE2B1AA12 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, uint8_t* ___pSrc0, int32_t ___ch1, DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * ___fallback2, const RuntimeMethod* method) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { int32_t L_0 = ___ch1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = UTF8Encoding_GetBytesUnknown_mE3F703BD5E99262A2E1EA42753A9DC0D2F96E21E(__this, (uint8_t**)(&___pSrc0), L_0, /*hidden argument*/NULL); V_0 = L_1; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_2 = ___fallback2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0; uint8_t* L_4 = ___pSrc0; NullCheck(L_2); int32_t L_5 = VirtFuncInvoker2< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t* >::Invoke(8 /* System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*) */, L_2, L_3, (uint8_t*)(uint8_t*)L_4); return L_5; } } // System.Byte[] System.Text.UTF8Encoding::GetBytesUnknown(System.Byte*&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* UTF8Encoding_GetBytesUnknown_mE3F703BD5E99262A2E1EA42753A9DC0D2F96E21E (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, uint8_t** ___pSrc0, int32_t ___ch1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetBytesUnknown_mE3F703BD5E99262A2E1EA42753A9DC0D2F96E21E_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { V_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; int32_t L_0 = ___ch1; if ((((int32_t)L_0) >= ((int32_t)((int32_t)256)))) { goto IL_0025; } } { int32_t L_1 = ___ch1; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0025; } } { uint8_t** L_2 = ___pSrc0; uint8_t** L_3 = ___pSrc0; *((intptr_t*)L_2) = (intptr_t)((intptr_t)il2cpp_codegen_subtract((intptr_t)(*((intptr_t*)L_3)), (int32_t)1)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = L_4; int32_t L_6 = ___ch1; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_6)))); V_0 = L_5; goto IL_0145; } IL_0025: { int32_t L_7 = ___ch1; if (((int32_t)((int32_t)L_7&(int32_t)((int32_t)402653184)))) { goto IL_004e; } } { uint8_t** L_8 = ___pSrc0; uint8_t** L_9 = ___pSrc0; *((intptr_t*)L_8) = (intptr_t)((intptr_t)il2cpp_codegen_subtract((intptr_t)(*((intptr_t*)L_9)), (int32_t)1)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = L_10; int32_t L_12 = ___ch1; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)31)))|(int32_t)((int32_t)192))))))); V_0 = L_11; goto IL_0145; } IL_004e: { int32_t L_13 = ___ch1; if (!((int32_t)((int32_t)L_13&(int32_t)((int32_t)268435456)))) { goto IL_00f4; } } { int32_t L_14 = ___ch1; if (!((int32_t)((int32_t)L_14&(int32_t)((int32_t)8388608)))) { goto IL_00a3; } } { uint8_t** L_15 = ___pSrc0; uint8_t** L_16 = ___pSrc0; *((intptr_t*)L_15) = (intptr_t)((intptr_t)il2cpp_codegen_subtract((intptr_t)(*((intptr_t*)L_16)), (int32_t)3)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = L_17; int32_t L_19 = ___ch1; NullCheck(L_18); (L_18)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19>>(int32_t)((int32_t)12)))&(int32_t)7))|(int32_t)((int32_t)240))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = L_18; int32_t L_21 = ___ch1; NullCheck(L_20); (L_20)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_21>>(int32_t)6))&(int32_t)((int32_t)63)))|(int32_t)((int32_t)128))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = L_20; int32_t L_23 = ___ch1; NullCheck(L_22); (L_22)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)63)))|(int32_t)((int32_t)128))))))); V_0 = L_22; goto IL_0145; } IL_00a3: { int32_t L_24 = ___ch1; if (!((int32_t)((int32_t)L_24&(int32_t)((int32_t)131072)))) { goto IL_00d8; } } { uint8_t** L_25 = ___pSrc0; uint8_t** L_26 = ___pSrc0; *((intptr_t*)L_25) = (intptr_t)((intptr_t)il2cpp_codegen_subtract((intptr_t)(*((intptr_t*)L_26)), (int32_t)2)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = L_27; int32_t L_29 = ___ch1; NullCheck(L_28); (L_28)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29>>(int32_t)6))&(int32_t)7))|(int32_t)((int32_t)240))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_28; int32_t L_31 = ___ch1; NullCheck(L_30); (L_30)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_31&(int32_t)((int32_t)63)))|(int32_t)((int32_t)128))))))); V_0 = L_30; goto IL_0145; } IL_00d8: { uint8_t** L_32 = ___pSrc0; uint8_t** L_33 = ___pSrc0; *((intptr_t*)L_32) = (intptr_t)((intptr_t)il2cpp_codegen_subtract((intptr_t)(*((intptr_t*)L_33)), (int32_t)1)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = L_34; int32_t L_36 = ___ch1; NullCheck(L_35); (L_35)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_36&(int32_t)7))|(int32_t)((int32_t)240))))))); V_0 = L_35; goto IL_0145; } IL_00f4: { int32_t L_37 = ___ch1; if (!((int32_t)((int32_t)L_37&(int32_t)((int32_t)8388608)))) { goto IL_012a; } } { uint8_t** L_38 = ___pSrc0; uint8_t** L_39 = ___pSrc0; *((intptr_t*)L_38) = (intptr_t)((intptr_t)il2cpp_codegen_subtract((intptr_t)(*((intptr_t*)L_39)), (int32_t)2)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = L_40; int32_t L_42 = ___ch1; NullCheck(L_41); (L_41)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_42>>(int32_t)6))&(int32_t)((int32_t)15)))|(int32_t)((int32_t)224))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = L_41; int32_t L_44 = ___ch1; NullCheck(L_43); (L_43)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_44&(int32_t)((int32_t)63)))|(int32_t)((int32_t)128))))))); V_0 = L_43; goto IL_0145; } IL_012a: { uint8_t** L_45 = ___pSrc0; uint8_t** L_46 = ___pSrc0; *((intptr_t*)L_45) = (intptr_t)((intptr_t)il2cpp_codegen_subtract((intptr_t)(*((intptr_t*)L_46)), (int32_t)1)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = L_47; int32_t L_49 = ___ch1; NullCheck(L_48); (L_48)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_49&(int32_t)((int32_t)15)))|(int32_t)((int32_t)224))))))); V_0 = L_48; } IL_0145: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = V_0; return L_50; } } // System.Text.Decoder System.Text.UTF8Encoding::GetDecoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * UTF8Encoding_GetDecoder_m78E40B3C61C994CE261C05856AC57D78C611923A (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetDecoder_m78E40B3C61C994CE261C05856AC57D78C611923A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B * L_0 = (UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B *)il2cpp_codegen_object_new(UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B_il2cpp_TypeInfo_var); UTF8Decoder__ctor_m1FBF500D42104F53F1656E6B83FFB9C07CC2FFEF(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Text.Encoder System.Text.UTF8Encoding::GetEncoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * UTF8Encoding_GetEncoder_mC09544315BDA3DFD7653F097D147751870C44088 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetEncoder_mC09544315BDA3DFD7653F097D147751870C44088_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * L_0 = (UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 *)il2cpp_codegen_object_new(UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6_il2cpp_TypeInfo_var); UTF8Encoder__ctor_m74C3B6E9F83BC5A8DB0292ED28E521D6EA2FCF85(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Text.UTF8Encoding::GetMaxByteCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetMaxByteCount_m270F96DF3D65BFC52131081B6389C042376489F7 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, int32_t ___charCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetMaxByteCount_m270F96DF3D65BFC52131081B6389C042376489F7_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { int32_t L_0 = ___charCount0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UTF8Encoding_GetMaxByteCount_m270F96DF3D65BFC52131081B6389C042376489F7_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___charCount0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)L_3))), (int64_t)(((int64_t)((int64_t)1))))); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_4 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_4); if ((((int32_t)L_5) <= ((int32_t)1))) { goto IL_003c; } } { int64_t L_6 = V_0; EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_7 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_7); V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)(((int64_t)((int64_t)L_8))))); } IL_003c: { int64_t L_9 = V_0; V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_9, (int64_t)(((int64_t)((int64_t)3))))); int64_t L_10 = V_0; if ((((int64_t)L_10) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_005f; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, UTF8Encoding_GetMaxByteCount_m270F96DF3D65BFC52131081B6389C042376489F7_RuntimeMethod_var); } IL_005f: { int64_t L_13 = V_0; return (((int32_t)((int32_t)L_13))); } } // System.Int32 System.Text.UTF8Encoding::GetMaxCharCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetMaxCharCount_m460D869B6D7983E1602B19AF2C36B5DA91DF91EF (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, int32_t ___byteCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetMaxCharCount_m460D869B6D7983E1602B19AF2C36B5DA91DF91EF_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { int32_t L_0 = ___byteCount0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UTF8Encoding_GetMaxCharCount_m460D869B6D7983E1602B19AF2C36B5DA91DF91EF_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___byteCount0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)L_3))), (int64_t)(((int64_t)((int64_t)1))))); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_4 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_4); if ((((int32_t)L_5) <= ((int32_t)1))) { goto IL_003c; } } { int64_t L_6 = V_0; DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_7 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_7); V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)(((int64_t)((int64_t)L_8))))); } IL_003c: { int64_t L_9 = V_0; if ((((int64_t)L_9) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_005a; } } { String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC94AEC48B21CADC5BB8B140753EE1FF89E29C7BC, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, UTF8Encoding_GetMaxCharCount_m460D869B6D7983E1602B19AF2C36B5DA91DF91EF_RuntimeMethod_var); } IL_005a: { int64_t L_12 = V_0; return (((int32_t)((int32_t)L_12))); } } // System.Byte[] System.Text.UTF8Encoding::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* UTF8Encoding_GetPreamble_mE20608AE4BAD32399B80B9589E7610266F724319 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_GetPreamble_mE20608AE4BAD32399B80B9589E7610266F724319_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_emitUTF8Identifier_62(); if (!L_0) { goto IL_001a; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____57218C316B6921E2CD61027A2387EDC31A2D9471_43_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); return L_2; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ((EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var))->get_Value_0(); return L_4; } } // System.Boolean System.Text.UTF8Encoding::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UTF8Encoding_Equals_m2BF463E07B0304E841EDAC52E43629927DF54186 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoding_Equals_m2BF463E07B0304E841EDAC52E43629927DF54186_MetadataUsageId); s_Il2CppMethodInitialized = true; } UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = ((UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)IsInstClass((RuntimeObject*)L_0, UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var)); UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_1 = V_0; if (!L_1) { goto IL_003f; } } { bool L_2 = __this->get_emitUTF8Identifier_62(); UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_3 = V_0; NullCheck(L_3); bool L_4 = L_3->get_emitUTF8Identifier_62(); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_003d; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_5 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL); UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_6 = V_0; NullCheck(L_6); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_7 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(L_6, /*hidden argument*/NULL); NullCheck(L_5); bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_7); if (!L_8) { goto IL_003d; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_9 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_10 = V_0; NullCheck(L_10); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_11 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(L_10, /*hidden argument*/NULL); NullCheck(L_9); bool L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_9, L_11); return L_12; } IL_003d: { return (bool)0; } IL_003f: { return (bool)0; } } // System.Int32 System.Text.UTF8Encoding::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF8Encoding_GetHashCode_m2FFAA67AC4A8378B8C3EC6530E1EEAA40AAA1FEF (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_2 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2); bool L_4 = __this->get_emitUTF8Identifier_62(); G_B1_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)), (int32_t)((int32_t)65001))); if (L_4) { G_B2_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)), (int32_t)((int32_t)65001))); goto IL_0028; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0029; } IL_0028: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0029: { return ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_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.Text.UTF8Encoding_UTF8Decoder::.ctor(System.Text.UTF8Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Decoder__ctor_m1FBF500D42104F53F1656E6B83FFB9C07CC2FFEF (UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B * __this, UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * ___encoding0, const RuntimeMethod* method) { { UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_0 = ___encoding0; DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF8Encoding_UTF8Decoder::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Decoder__ctor_m3900D596A26F3C558827CE87131D23650A19570C (UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Decoder__ctor_m3900D596A26F3C558827CE87131D23650A19570C_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); { DecoderNLS__ctor_mC984F2089D25CDC9625B6DC33CB330337182C4C9(__this, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; 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, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, UTF8Decoder__ctor_m3900D596A26F3C558827CE87131D23650A19570C_RuntimeMethod_var); } IL_0014: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_4, /*hidden argument*/NULL); ((DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)__this)->set_m_encoding_2(((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_5, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))); } IL_0034: try { // begin try (depth: 1) SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteral7EDDE7538450843382F9A9BDA7AA6958571B5F20, L_8, /*hidden argument*/NULL); __this->set_bits_6(((*(int32_t*)((int32_t*)UnBox(L_9, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast (DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_0_0_0_var) }; Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_13 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_10, _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC, L_12, /*hidden argument*/NULL); ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->set_m_fallback_0(((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 *)CastclassClass((RuntimeObject*)L_13, DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))); goto IL_0087; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0076; throw e; } CATCH_0076: { // begin catch(System.Runtime.Serialization.SerializationException) __this->set_bits_6(0); ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->set_m_fallback_0((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 *)NULL); goto IL_0087; } // end catch (depth: 1) IL_0087: { return; } } // System.Void System.Text.UTF8Encoding_UTF8Decoder::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_mF6AC43430F20883E14DBA66CCD57FDB08410D855 (UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_mF6AC43430F20883E14DBA66CCD57FDB08410D855_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, UTF8Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_mF6AC43430F20883E14DBA66CCD57FDB08410D855_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = ((DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)__this)->get_m_encoding_2(); NullCheck(L_2); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_3, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0; int32_t L_5 = __this->get_bits_6(); NullCheck(L_4); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_4, _stringLiteral7EDDE7538450843382F9A9BDA7AA6958571B5F20, L_5, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_7 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallback_0(); NullCheck(L_6); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_6, _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC, L_7, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0; NullCheck(L_8); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_8, _stringLiteral0569AE912E387DBC988DEE842BF17CDD4E437F63, 0, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = ___info0; NullCheck(L_9); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_9, _stringLiteral6A4C08A52153D133F29EC04491AB1B8F3AB1A28F, 0, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0; NullCheck(L_10); SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_10, _stringLiteral81C27D08AEB038DDECD1D0A907C013785488311C, (bool)0, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = ___info0; NullCheck(L_11); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_11, _stringLiteral046716123A075AE5C324B613146E4595154299BA, 0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF8Encoding_UTF8Decoder::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Decoder_Reset_mDDB34C557AB0A927474CA02944DF528EAD3B83FE (UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B * __this, const RuntimeMethod* method) { { __this->set_bits_6(0); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_0 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallbackBuffer_1(); if (!L_0) { goto IL_001a; } } { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_1 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallbackBuffer_1(); NullCheck(L_1); VirtActionInvoker0::Invoke(6 /* System.Void System.Text.DecoderFallbackBuffer::Reset() */, L_1); } IL_001a: { return; } } // System.Boolean System.Text.UTF8Encoding_UTF8Decoder::get_HasState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UTF8Decoder_get_HasState_m4EDDCA41B4DBA52B46FC455425C8F26A4218DD0D (UTF8Decoder_t752E05ED4512F4C266DEBE46EC7690C8FCD7AE9B * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_bits_6(); return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 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.Text.UTF8Encoding_UTF8Encoder::.ctor(System.Text.UTF8Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoder__ctor_m74C3B6E9F83BC5A8DB0292ED28E521D6EA2FCF85 (UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * __this, UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * ___encoding0, const RuntimeMethod* method) { { UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_0 = ___encoding0; EncoderNLS__ctor_m3F11286A48DC8DEB96AB6B98EC9A1C0F79A11051(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF8Encoding_UTF8Encoder::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoder__ctor_m1C354BEDF1ACEF24ACFFD70750FDDDFC24EEF4FF (UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoder__ctor_m1C354BEDF1ACEF24ACFFD70750FDDDFC24EEF4FF_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); { EncoderNLS__ctor_mF834444D5E99CAC122941CE1C07E057FC988651D(__this, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; 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, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, UTF8Encoder__ctor_m1C354BEDF1ACEF24ACFFD70750FDDDFC24EEF4FF_RuntimeMethod_var); } IL_0014: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_4, /*hidden argument*/NULL); ((EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)__this)->set_m_encoding_3(((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_5, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteralDD0451FC2387CD306C4BBEC6EA381B98836E1A05, L_8, /*hidden argument*/NULL); __this->set_surrogateChar_7(((*(int32_t*)((int32_t*)UnBox(L_9, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))))); } IL_0054: try { // begin try (depth: 1) SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast (EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_13 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_10, _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC, L_12, /*hidden argument*/NULL); ((Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)__this)->set_m_fallback_0(((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 *)CastclassClass((RuntimeObject*)L_13, EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var))); goto IL_0080; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0076; throw e; } CATCH_0076: { // begin catch(System.Runtime.Serialization.SerializationException) ((Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)__this)->set_m_fallback_0((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 *)NULL); goto IL_0080; } // end catch (depth: 1) IL_0080: { return; } } // System.Void System.Text.UTF8Encoding_UTF8Encoder::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoder_System_Runtime_Serialization_ISerializable_GetObjectData_m8A11A32151D821D011E131FADFCD3B1892B1D571 (UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF8Encoder_System_Runtime_Serialization_ISerializable_GetObjectData_m8A11A32151D821D011E131FADFCD3B1892B1D571_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B4_0 = NULL; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * G_B4_1 = NULL; String_t* G_B3_0 = NULL; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * G_B3_1 = NULL; int32_t G_B5_0 = 0; String_t* G_B5_1 = NULL; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * G_B5_2 = NULL; { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, UTF8Encoder_System_Runtime_Serialization_ISerializable_GetObjectData_m8A11A32151D821D011E131FADFCD3B1892B1D571_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = ((EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)__this)->get_m_encoding_3(); NullCheck(L_2); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_3, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0; int32_t L_5 = __this->get_surrogateChar_7(); NullCheck(L_4); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_4, _stringLiteralDD0451FC2387CD306C4BBEC6EA381B98836E1A05, L_5, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_7 = ((Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)__this)->get_m_fallback_0(); NullCheck(L_6); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_6, _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC, L_7, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0; int32_t L_9 = __this->get_surrogateChar_7(); G_B3_0 = _stringLiteral22097A2DCEAAEA787840704226EEF13EBDD4C9E4; G_B3_1 = L_8; if ((((int32_t)L_9) > ((int32_t)0))) { G_B4_0 = _stringLiteral22097A2DCEAAEA787840704226EEF13EBDD4C9E4; G_B4_1 = L_8; goto IL_0053; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0054; } IL_0053: { G_B5_0 = 1; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0054: { NullCheck(G_B5_2); SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(G_B5_2, G_B5_1, (bool)G_B5_0, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0; NullCheck(L_10); SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_10, _stringLiteral03B837C485DCB72C542F7BDB2B718B8DE7612F1C, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF8Encoding_UTF8Encoder::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoder_Reset_m7DD9596673340232E9E2D09D545AFCB513BC8D12 (UTF8Encoder_t714B208D5830A32331684C8D29A6666027FEAAB6 * __this, const RuntimeMethod* method) { { __this->set_surrogateChar_7(0); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_0 = ((Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)__this)->get_m_fallbackBuffer_1(); if (!L_0) { goto IL_001a; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_1 = ((Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)__this)->get_m_fallbackBuffer_1(); NullCheck(L_1); VirtActionInvoker0::Invoke(9 /* System.Void System.Text.EncoderFallbackBuffer::Reset() */, L_1); } IL_001a: { 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.Text.UnicodeEncoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnicodeEncoding__ctor_mF1E105950F723561F22FE8407ECDFC4C0E92EF41 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, const RuntimeMethod* method) { { UnicodeEncoding__ctor_m008B9B92D414A56B533624021525F53B2A73BD10(__this, (bool)0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Text.UnicodeEncoding::.ctor(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnicodeEncoding__ctor_m008B9B92D414A56B533624021525F53B2A73BD10 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, bool ___bigEndian0, bool ___byteOrderMark1, const RuntimeMethod* method) { { bool L_0 = ___bigEndian0; bool L_1 = ___byteOrderMark1; UnicodeEncoding__ctor_m6ADB929D2D15D181F44A0671158295ADAD589550(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UnicodeEncoding::.ctor(System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnicodeEncoding__ctor_m6ADB929D2D15D181F44A0671158295ADAD589550 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, bool ___bigEndian0, bool ___byteOrderMark1, bool ___throwOnInvalidBytes2, const RuntimeMethod* method) { UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * G_B2_0 = NULL; UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * G_B1_0 = NULL; int32_t G_B3_0 = 0; UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * G_B3_1 = NULL; { __this->set_byteOrderMark_64((bool)1); bool L_0 = ___bigEndian0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0012; } } { G_B3_0 = ((int32_t)1200); G_B3_1 = G_B1_0; goto IL_0017; } IL_0012: { G_B3_0 = ((int32_t)1201); G_B3_1 = G_B2_0; } IL_0017: { NullCheck(G_B3_1); Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5(G_B3_1, G_B3_0, /*hidden argument*/NULL); bool L_1 = ___throwOnInvalidBytes2; __this->set_isThrowException_62(L_1); bool L_2 = ___bigEndian0; __this->set_bigEndian_63(L_2); bool L_3 = ___byteOrderMark1; __this->set_byteOrderMark_64(L_3); bool L_4 = __this->get_isThrowException_62(); if (!L_4) { goto IL_003f; } } { VirtActionInvoker0::Invoke(5 /* System.Void System.Text.Encoding::SetDefaultFallbacks() */, __this); } IL_003f: { return; } } // System.Void System.Text.UnicodeEncoding::OnDeserializing(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnicodeEncoding_OnDeserializing_mFC71BEAA88D1EC5320A509AE5B40BDC46E0B0FC4 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method) { { __this->set_isThrowException_62((bool)0); return; } } // System.Void System.Text.UnicodeEncoding::SetDefaultFallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnicodeEncoding_SetDefaultFallbacks_m65D106FB3B1FC4789DA6DB4AAE9A4A100B1BB6FE (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_SetDefaultFallbacks_m65D106FB3B1FC4789DA6DB4AAE9A4A100B1BB6FE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isThrowException_62(); if (!L_0) { goto IL_001f; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_1 = EncoderFallback_get_ExceptionFallback_mAE77B30FFF4171C2C6861BE4F90529A873EC79B8(/*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_encoderFallback_59(L_1); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_2 = DecoderFallback_get_ExceptionFallback_mAE7F326600DFAA0FAAD6D9053C771FF8EE99B40B(/*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_decoderFallback_60(L_2); return; } IL_001f: { EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_3 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)il2cpp_codegen_object_new(EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var); EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD(L_3, _stringLiteral9BDB77276C1852E1FB067820472812FCF6084024, /*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_encoderFallback_59(L_3); DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_4 = (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)il2cpp_codegen_object_new(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var); DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B(L_4, _stringLiteral9BDB77276C1852E1FB067820472812FCF6084024, /*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_decoderFallback_60(L_4); return; } } // System.Int32 System.Text.UnicodeEncoding::GetByteCount(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetByteCount_mA2B1092DC7BCFC121984F8C3F39FC205BB16B1C9 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetByteCount_mA2B1092DC7BCFC121984F8C3F39FC205BB16B1C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL; String_t* G_B7_0 = NULL; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0; if (L_0) { goto IL_0018; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UnicodeEncoding_GetByteCount_mA2B1092DC7BCFC121984F8C3F39FC205BB16B1C9_RuntimeMethod_var); } IL_0018: { int32_t L_3 = ___index1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0040; } } IL_0020: { int32_t L_5 = ___index1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002b; } } { G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; goto IL_0030; } IL_002b: { G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; } IL_0030: { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, UnicodeEncoding_GetByteCount_mA2B1092DC7BCFC121984F8C3F39FC205BB16B1C9_RuntimeMethod_var); } IL_0040: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ___chars0; NullCheck(L_8); int32_t L_9 = ___index1; int32_t L_10 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_005d; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, UnicodeEncoding_GetByteCount_mA2B1092DC7BCFC121984F8C3F39FC205BB16B1C9_RuntimeMethod_var); } IL_005d: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___chars0; NullCheck(L_13); if ((((RuntimeArray*)L_13)->max_length)) { goto IL_0063; } } { return 0; } IL_0063: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = ___chars0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = L_14; V_1 = L_15; if (!L_15) { goto IL_006d; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = V_1; NullCheck(L_16); if ((((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))) { goto IL_0072; } } IL_006d: { V_0 = (Il2CppChar*)(((uintptr_t)0)); goto IL_007b; } IL_0072: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = V_1; NullCheck(L_17); V_0 = (Il2CppChar*)(((uintptr_t)((L_17)->GetAddressAt(static_cast(0))))); } IL_007b: { Il2CppChar* L_18 = V_0; int32_t L_19 = ___index1; int32_t L_20 = ___count2; int32_t L_21 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(14 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_19)), (int32_t)2)))), L_20, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_21; } } // System.Int32 System.Text.UnicodeEncoding::GetByteCount(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetByteCount_m1BE4E7B6008034704E7FE6E36FF5A2CA4AC8CDB5 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetByteCount_m1BE4E7B6008034704E7FE6E36FF5A2CA4AC8CDB5_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___s0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, UnicodeEncoding_GetByteCount_m1BE4E7B6008034704E7FE6E36FF5A2CA4AC8CDB5_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___s0; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)(((uintptr_t)L_3)); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_001e; } } { Il2CppChar* L_5 = V_0; int32_t L_6 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)); } IL_001e: { Il2CppChar* L_7 = V_0; String_t* L_8 = ___s0; NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL); int32_t L_10 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(14 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_7, L_9, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_10; } } // System.Int32 System.Text.UnicodeEncoding::GetByteCount(System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetByteCount_m405DB099BEC039A490C89DF293A31EDD5460F3A5 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, Il2CppChar* ___chars0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetByteCount_m405DB099BEC039A490C89DF293A31EDD5460F3A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar* L_0 = ___chars0; if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_001a; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UnicodeEncoding_GetByteCount_m405DB099BEC039A490C89DF293A31EDD5460F3A5_RuntimeMethod_var); } IL_001a: { int32_t L_3 = ___count1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0033; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, UnicodeEncoding_GetByteCount_m405DB099BEC039A490C89DF293A31EDD5460F3A5_RuntimeMethod_var); } IL_0033: { Il2CppChar* L_6 = ___chars0; int32_t L_7 = ___count1; int32_t L_8 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(14 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_6, L_7, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_8; } } // System.Int32 System.Text.UnicodeEncoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetBytes_m51F4BDB38B50C424CC9C56A5CD415F06201BBF11 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, String_t* ___s0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetBytes_m51F4BDB38B50C424CC9C56A5CD415F06201BBF11_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; uint8_t* V_3 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL; String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { String_t* L_0 = ___s0; if (!L_0) { goto IL_0007; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes3; if (L_1) { goto IL_0026; } } IL_0007: { String_t* L_2 = ___s0; if (!L_2) { goto IL_0011; } } { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; goto IL_0016; } IL_0011: { G_B5_0 = _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3; } IL_0016: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, UnicodeEncoding_GetBytes_m51F4BDB38B50C424CC9C56A5CD415F06201BBF11_RuntimeMethod_var); } IL_0026: { int32_t L_5 = ___charIndex1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_6 = ___charCount2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004e; } } IL_002e: { int32_t L_7 = ___charIndex1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0039; } } { G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; goto IL_003e; } IL_0039: { G_B11_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C; } IL_003e: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, UnicodeEncoding_GetBytes_m51F4BDB38B50C424CC9C56A5CD415F06201BBF11_RuntimeMethod_var); } IL_004e: { String_t* L_10 = ___s0; NullCheck(L_10); int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL); int32_t L_12 = ___charIndex1; int32_t L_13 = ___charCount2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))) >= ((int32_t)L_13))) { goto IL_006e; } } { String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral62836465B297BA5E6273FE13E6F591F548238688, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_15 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_15, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, UnicodeEncoding_GetBytes_m51F4BDB38B50C424CC9C56A5CD415F06201BBF11_RuntimeMethod_var); } IL_006e: { int32_t L_16 = ___byteIndex4; if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_007b; } } { int32_t L_17 = ___byteIndex4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___bytes3; NullCheck(L_18); if ((((int32_t)L_17) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))))))) { goto IL_0090; } } IL_007b: { String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_20 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_20, _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, UnicodeEncoding_GetBytes_m51F4BDB38B50C424CC9C56A5CD415F06201BBF11_RuntimeMethod_var); } IL_0090: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___bytes3; NullCheck(L_21); int32_t L_22 = ___byteIndex4; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (int32_t)L_22)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytes3; NullCheck(L_23); if ((((RuntimeArray*)L_23)->max_length)) { goto IL_00a5; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ___bytes3 = L_24; } IL_00a5: { String_t* L_25 = ___s0; V_2 = L_25; String_t* L_26 = V_2; V_1 = (Il2CppChar*)(((uintptr_t)L_26)); Il2CppChar* L_27 = V_1; if (!L_27) { goto IL_00b5; } } { Il2CppChar* L_28 = V_1; int32_t L_29 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL); V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)L_29)); } IL_00b5: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___bytes3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = L_30; V_4 = L_31; if (!L_31) { goto IL_00c2; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_4; NullCheck(L_32); if ((((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))))) { goto IL_00c7; } } IL_00c2: { V_3 = (uint8_t*)(((uintptr_t)0)); goto IL_00d1; } IL_00c7: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_4; NullCheck(L_33); V_3 = (uint8_t*)(((uintptr_t)((L_33)->GetAddressAt(static_cast(0))))); } IL_00d1: { Il2CppChar* L_34 = V_1; int32_t L_35 = ___charIndex1; int32_t L_36 = ___charCount2; uint8_t* L_37 = V_3; int32_t L_38 = ___byteIndex4; int32_t L_39 = V_0; int32_t L_40 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(20 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_35)), (int32_t)2)))), L_36, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38)), L_39, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_40; } } // System.Int32 System.Text.UnicodeEncoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetBytes_m700A5A72B5B45142ECEF1769F4E93F62158A4F53 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetBytes_m700A5A72B5B45142ECEF1769F4E93F62158A4F53_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL; uint8_t* V_3 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL; String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0; if (!L_0) { goto IL_0007; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes3; if (L_1) { goto IL_0026; } } IL_0007: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___chars0; if (!L_2) { goto IL_0011; } } { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; goto IL_0016; } IL_0011: { G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; } IL_0016: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, UnicodeEncoding_GetBytes_m700A5A72B5B45142ECEF1769F4E93F62158A4F53_RuntimeMethod_var); } IL_0026: { int32_t L_5 = ___charIndex1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_6 = ___charCount2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004e; } } IL_002e: { int32_t L_7 = ___charIndex1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0039; } } { G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; goto IL_003e; } IL_0039: { G_B11_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C; } IL_003e: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, UnicodeEncoding_GetBytes_m700A5A72B5B45142ECEF1769F4E93F62158A4F53_RuntimeMethod_var); } IL_004e: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = ___chars0; NullCheck(L_10); int32_t L_11 = ___charIndex1; int32_t L_12 = ___charCount2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12))) { goto IL_006b; } } { String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, UnicodeEncoding_GetBytes_m700A5A72B5B45142ECEF1769F4E93F62158A4F53_RuntimeMethod_var); } IL_006b: { int32_t L_15 = ___byteIndex4; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_0078; } } { int32_t L_16 = ___byteIndex4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___bytes3; NullCheck(L_17); if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))))) { goto IL_008d; } } IL_0078: { String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, UnicodeEncoding_GetBytes_m700A5A72B5B45142ECEF1769F4E93F62158A4F53_RuntimeMethod_var); } IL_008d: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = ___chars0; NullCheck(L_20); if ((((RuntimeArray*)L_20)->max_length)) { goto IL_0093; } } { return 0; } IL_0093: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___bytes3; NullCheck(L_21); int32_t L_22 = ___byteIndex4; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (int32_t)L_22)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytes3; NullCheck(L_23); if ((((RuntimeArray*)L_23)->max_length)) { goto IL_00a8; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ___bytes3 = L_24; } IL_00a8: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = ___chars0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = L_25; V_2 = L_26; if (!L_26) { goto IL_00b2; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = V_2; NullCheck(L_27); if ((((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))) { goto IL_00b7; } } IL_00b2: { V_1 = (Il2CppChar*)(((uintptr_t)0)); goto IL_00c0; } IL_00b7: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = V_2; NullCheck(L_28); V_1 = (Il2CppChar*)(((uintptr_t)((L_28)->GetAddressAt(static_cast(0))))); } IL_00c0: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___bytes3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_29; V_4 = L_30; if (!L_30) { goto IL_00cd; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_4; NullCheck(L_31); if ((((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))))) { goto IL_00d2; } } IL_00cd: { V_3 = (uint8_t*)(((uintptr_t)0)); goto IL_00dc; } IL_00d2: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_4; NullCheck(L_32); V_3 = (uint8_t*)(((uintptr_t)((L_32)->GetAddressAt(static_cast(0))))); } IL_00dc: { Il2CppChar* L_33 = V_1; int32_t L_34 = ___charIndex1; int32_t L_35 = ___charCount2; uint8_t* L_36 = V_3; int32_t L_37 = ___byteIndex4; int32_t L_38 = V_0; int32_t L_39 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(20 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_34)), (int32_t)2)))), L_35, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)L_37)), L_38, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_39; } } // System.Int32 System.Text.UnicodeEncoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetBytes_m6AF6FEBF9FE549F3FA5C74AC9F713A9E092688A6 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetBytes_m6AF6FEBF9FE549F3FA5C74AC9F713A9E092688A6_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { uint8_t* L_0 = ___bytes2; if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))) { goto IL_000a; } } { Il2CppChar* L_1 = ___chars0; if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_002b; } } IL_000a: { uint8_t* L_2 = ___bytes2; if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0))))) { goto IL_0016; } } { G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; goto IL_001b; } IL_0016: { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; } IL_001b: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, UnicodeEncoding_GetBytes_m6AF6FEBF9FE549F3FA5C74AC9F713A9E092688A6_RuntimeMethod_var); } IL_002b: { int32_t L_5 = ___charCount1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0034; } } { int32_t L_6 = ___byteCount3; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0054; } } IL_0034: { int32_t L_7 = ___charCount1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_003f; } } { G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA; goto IL_0044; } IL_003f: { G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; } IL_0044: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, UnicodeEncoding_GetBytes_m6AF6FEBF9FE549F3FA5C74AC9F713A9E092688A6_RuntimeMethod_var); } IL_0054: { Il2CppChar* L_10 = ___chars0; int32_t L_11 = ___charCount1; uint8_t* L_12 = ___bytes2; int32_t L_13 = ___byteCount3; int32_t L_14 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(20 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_10, L_11, (uint8_t*)(uint8_t*)L_12, L_13, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL); return L_14; } } // System.Int32 System.Text.UnicodeEncoding::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetCharCount_mC2441E736DFDED51942BCE5BFF470D930AE8DD24 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetCharCount_mC2441E736DFDED51942BCE5BFF470D930AE8DD24_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; String_t* G_B7_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0; if (L_0) { goto IL_0018; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UnicodeEncoding_GetCharCount_mC2441E736DFDED51942BCE5BFF470D930AE8DD24_RuntimeMethod_var); } IL_0018: { int32_t L_3 = ___index1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0040; } } IL_0020: { int32_t L_5 = ___index1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002b; } } { G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; goto IL_0030; } IL_002b: { G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; } IL_0030: { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, UnicodeEncoding_GetCharCount_mC2441E736DFDED51942BCE5BFF470D930AE8DD24_RuntimeMethod_var); } IL_0040: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0; NullCheck(L_8); int32_t L_9 = ___index1; int32_t L_10 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_005d; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, UnicodeEncoding_GetCharCount_mC2441E736DFDED51942BCE5BFF470D930AE8DD24_RuntimeMethod_var); } IL_005d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0; NullCheck(L_13); if ((((RuntimeArray*)L_13)->max_length)) { goto IL_0063; } } { return 0; } IL_0063: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___bytes0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14; V_1 = L_15; if (!L_15) { goto IL_006d; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_1; NullCheck(L_16); if ((((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))) { goto IL_0072; } } IL_006d: { V_0 = (uint8_t*)(((uintptr_t)0)); goto IL_007b; } IL_0072: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1; NullCheck(L_17); V_0 = (uint8_t*)(((uintptr_t)((L_17)->GetAddressAt(static_cast(0))))); } IL_007b: { uint8_t* L_18 = V_0; int32_t L_19 = ___index1; int32_t L_20 = ___count2; int32_t L_21 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(24 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)L_19)), L_20, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); return L_21; } } // System.Int32 System.Text.UnicodeEncoding::GetCharCount(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetCharCount_m217E0E44A0DAF664B8B75186068BCFD66B74E2FA (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, uint8_t* ___bytes0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetCharCount_m217E0E44A0DAF664B8B75186068BCFD66B74E2FA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint8_t* L_0 = ___bytes0; if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_001a; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UnicodeEncoding_GetCharCount_m217E0E44A0DAF664B8B75186068BCFD66B74E2FA_RuntimeMethod_var); } IL_001a: { int32_t L_3 = ___count1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0033; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, UnicodeEncoding_GetCharCount_m217E0E44A0DAF664B8B75186068BCFD66B74E2FA_RuntimeMethod_var); } IL_0033: { uint8_t* L_6 = ___bytes0; int32_t L_7 = ___count1; int32_t L_8 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(24 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)L_6, L_7, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); return L_8; } } // System.Int32 System.Text.UnicodeEncoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetChars_m08B0A1CA528F7BA40EDDD9BCC06C61F426FCD8FE (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetChars_m08B0A1CA528F7BA40EDDD9BCC06C61F426FCD8FE_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t* V_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; Il2CppChar* V_3 = NULL; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL; String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0; if (!L_0) { goto IL_0007; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___chars3; if (L_1) { goto IL_0026; } } IL_0007: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___bytes0; if (!L_2) { goto IL_0011; } } { G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; goto IL_0016; } IL_0011: { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; } IL_0016: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, UnicodeEncoding_GetChars_m08B0A1CA528F7BA40EDDD9BCC06C61F426FCD8FE_RuntimeMethod_var); } IL_0026: { int32_t L_5 = ___byteIndex1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_6 = ___byteCount2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004e; } } IL_002e: { int32_t L_7 = ___byteIndex1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0039; } } { G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA; goto IL_003e; } IL_0039: { G_B11_0 = _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B; } IL_003e: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, UnicodeEncoding_GetChars_m08B0A1CA528F7BA40EDDD9BCC06C61F426FCD8FE_RuntimeMethod_var); } IL_004e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___bytes0; NullCheck(L_10); int32_t L_11 = ___byteIndex1; int32_t L_12 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12))) { goto IL_006b; } } { String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, UnicodeEncoding_GetChars_m08B0A1CA528F7BA40EDDD9BCC06C61F426FCD8FE_RuntimeMethod_var); } IL_006b: { int32_t L_15 = ___charIndex4; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_0078; } } { int32_t L_16 = ___charIndex4; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ___chars3; NullCheck(L_17); if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))))) { goto IL_008d; } } IL_0078: { String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, UnicodeEncoding_GetChars_m08B0A1CA528F7BA40EDDD9BCC06C61F426FCD8FE_RuntimeMethod_var); } IL_008d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___bytes0; NullCheck(L_20); if ((((RuntimeArray*)L_20)->max_length)) { goto IL_0093; } } { return 0; } IL_0093: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___chars3; NullCheck(L_21); int32_t L_22 = ___charIndex4; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (int32_t)L_22)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = ___chars3; NullCheck(L_23); if ((((RuntimeArray*)L_23)->max_length)) { goto IL_00a8; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1); ___chars3 = L_24; } IL_00a8: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___bytes0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = L_25; V_2 = L_26; if (!L_26) { goto IL_00b2; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_2; NullCheck(L_27); if ((((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))) { goto IL_00b7; } } IL_00b2: { V_1 = (uint8_t*)(((uintptr_t)0)); goto IL_00c0; } IL_00b7: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_2; NullCheck(L_28); V_1 = (uint8_t*)(((uintptr_t)((L_28)->GetAddressAt(static_cast(0))))); } IL_00c0: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = ___chars3; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = L_29; V_4 = L_30; if (!L_30) { goto IL_00cd; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = V_4; NullCheck(L_31); if ((((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))))) { goto IL_00d2; } } IL_00cd: { V_3 = (Il2CppChar*)(((uintptr_t)0)); goto IL_00dc; } IL_00d2: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_4; NullCheck(L_32); V_3 = (Il2CppChar*)(((uintptr_t)((L_32)->GetAddressAt(static_cast(0))))); } IL_00dc: { uint8_t* L_33 = V_1; int32_t L_34 = ___byteIndex1; int32_t L_35 = ___byteCount2; Il2CppChar* L_36 = V_3; int32_t L_37 = ___charIndex4; int32_t L_38 = V_0; int32_t L_39 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(28 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)L_34)), L_35, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2)))), L_38, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); return L_39; } } // System.Int32 System.Text.UnicodeEncoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetChars_m1851E75B27E52009DBB8D6919B03AFBB693900A5 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetChars_m1851E75B27E52009DBB8D6919B03AFBB693900A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B5_0 = NULL; String_t* G_B11_0 = NULL; { uint8_t* L_0 = ___bytes0; if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))) { goto IL_000a; } } { Il2CppChar* L_1 = ___chars2; if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0)))))) { goto IL_002b; } } IL_000a: { uint8_t* L_2 = ___bytes0; if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0))))) { goto IL_0016; } } { G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B; goto IL_001b; } IL_0016: { G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; } IL_001b: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, UnicodeEncoding_GetChars_m1851E75B27E52009DBB8D6919B03AFBB693900A5_RuntimeMethod_var); } IL_002b: { int32_t L_5 = ___charCount3; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0034; } } { int32_t L_6 = ___byteCount1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0055; } } IL_0034: { int32_t L_7 = ___charCount3; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0040; } } { G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA; goto IL_0045; } IL_0040: { G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; } IL_0045: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, UnicodeEncoding_GetChars_m1851E75B27E52009DBB8D6919B03AFBB693900A5_RuntimeMethod_var); } IL_0055: { uint8_t* L_10 = ___bytes0; int32_t L_11 = ___byteCount1; Il2CppChar* L_12 = ___chars2; int32_t L_13 = ___charCount3; int32_t L_14 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(28 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)L_10, L_11, (Il2CppChar*)(Il2CppChar*)L_12, L_13, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL); return L_14; } } // System.String System.Text.UnicodeEncoding::GetString(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnicodeEncoding_GetString_m493D3F2D4BE8754E2927D7E1DCE523E589DFDDDF (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetString_m493D3F2D4BE8754E2927D7E1DCE523E589DFDDDF_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; String_t* G_B7_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0; if (L_0) { goto IL_0018; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UnicodeEncoding_GetString_m493D3F2D4BE8754E2927D7E1DCE523E589DFDDDF_RuntimeMethod_var); } IL_0018: { int32_t L_3 = ___index1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0040; } } IL_0020: { int32_t L_5 = ___index1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_002b; } } { G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; goto IL_0030; } IL_002b: { G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; } IL_0030: { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, UnicodeEncoding_GetString_m493D3F2D4BE8754E2927D7E1DCE523E589DFDDDF_RuntimeMethod_var); } IL_0040: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0; NullCheck(L_8); int32_t L_9 = ___index1; int32_t L_10 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_005d; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, UnicodeEncoding_GetString_m493D3F2D4BE8754E2927D7E1DCE523E589DFDDDF_RuntimeMethod_var); } IL_005d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0; NullCheck(L_13); if ((((RuntimeArray*)L_13)->max_length)) { goto IL_0067; } } { String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_14; } IL_0067: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___bytes0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = L_15; V_1 = L_16; if (!L_16) { goto IL_0071; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1; NullCheck(L_17); if ((((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))) { goto IL_0076; } } IL_0071: { V_0 = (uint8_t*)(((uintptr_t)0)); goto IL_007f; } IL_0076: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_1; NullCheck(L_18); V_0 = (uint8_t*)(((uintptr_t)((L_18)->GetAddressAt(static_cast(0))))); } IL_007f: { uint8_t* L_19 = V_0; int32_t L_20 = ___index1; int32_t L_21 = ___count2; String_t* L_22 = String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99((uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)L_20)), L_21, __this, /*hidden argument*/NULL); return L_22; } } // System.Int32 System.Text.UnicodeEncoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetByteCount_m6E80A3A2B361CADDCD1EE3820BB6B90166DB729B (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, Il2CppChar* ___chars0, int32_t ___count1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetByteCount_m6E80A3A2B361CADDCD1EE3820BB6B90166DB729B_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar V_3 = 0x0; bool V_4 = false; uint64_t* V_5 = NULL; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_6 = NULL; Il2CppChar V_7 = 0x0; uint64_t* V_8 = NULL; uint64_t V_9 = 0; int32_t G_B54_0 = 0; { int32_t L_0 = ___count1; V_0 = ((int32_t)((int32_t)L_0<<(int32_t)1)); int32_t L_1 = V_0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_001d; } } { String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, UnicodeEncoding_GetByteCount_m6E80A3A2B361CADDCD1EE3820BB6B90166DB729B_RuntimeMethod_var); } IL_001d: { Il2CppChar* L_4 = ___chars0; V_1 = (Il2CppChar*)L_4; Il2CppChar* L_5 = ___chars0; int32_t L_6 = ___count1; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_6)), (int32_t)2)))); V_3 = 0; V_4 = (bool)0; Il2CppChar* L_7 = V_2; V_5 = (uint64_t*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)2)))); V_6 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_8 = ___encoder2; if (!L_8) { goto IL_025c; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_9 = ___encoder2; NullCheck(L_9); Il2CppChar L_10 = L_9->get_charLeftOver_2(); V_3 = L_10; Il2CppChar L_11 = V_3; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_004b; } } { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)); } IL_004b: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_13 = ___encoder2; NullCheck(L_13); bool L_14 = Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_025c; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_15 = ___encoder2; NullCheck(L_15); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_16 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_15, /*hidden argument*/NULL); V_6 = L_16; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_17 = V_6; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_17); if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_0095; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_19; String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_21); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_20; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_23 = ___encoder2; NullCheck(L_23); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_24 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_23, /*hidden argument*/NULL); NullCheck(L_24); Type_t * L_25 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_24, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(1), (RuntimeObject *)L_25); String_t* L_26 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018, L_22, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, UnicodeEncoding_GetByteCount_m6E80A3A2B361CADDCD1EE3820BB6B90166DB729B_RuntimeMethod_var); } IL_0095: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_28 = V_6; Il2CppChar* L_29 = V_1; Il2CppChar* L_30 = V_2; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_31 = ___encoder2; NullCheck(L_28); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_28, (Il2CppChar*)(Il2CppChar*)L_29, (Il2CppChar*)(Il2CppChar*)L_30, L_31, (bool)0, /*hidden argument*/NULL); goto IL_025c; } IL_00a5: { Il2CppChar L_32 = V_7; if (L_32) { goto IL_0162; } } { bool L_33 = __this->get_bigEndian_63(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_34 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!((int32_t)((int32_t)L_33^(int32_t)L_34))) { goto IL_0157; } } { Il2CppChar L_35 = V_3; if (L_35) { goto IL_0157; } } { Il2CppChar* L_36 = ___chars0; if (((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_36)))&(int32_t)3))) { goto IL_0157; } } { Il2CppChar* L_37 = ___chars0; V_8 = (uint64_t*)L_37; goto IL_0146; } IL_00d1: { uint64_t* L_38 = V_8; int64_t L_39 = *((int64_t*)L_38); if (!((int64_t)((int64_t)((int64_t)-9223231297218904064LL)&(int64_t)L_39))) { goto IL_0140; } } { uint64_t* L_40 = V_8; int64_t L_41 = *((int64_t*)L_40); V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)-576188069258921984LL)&(int64_t)L_41))^(int64_t)((int64_t)-2882066263381583872LL))); uint64_t L_42 = V_9; if (!((int64_t)((int64_t)L_42&(int64_t)((int64_t)-281474976710656LL)))) { goto IL_012b; } } { uint64_t L_43 = V_9; if (!((int64_t)((int64_t)L_43&(int64_t)((int64_t)281470681743360LL)))) { goto IL_012b; } } { uint64_t L_44 = V_9; if (!((int64_t)((int64_t)L_44&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-65536)))))))))) { goto IL_012b; } } { uint64_t L_45 = V_9; if (((int64_t)((int64_t)L_45&(int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_0140; } } IL_012b: { uint64_t* L_46 = V_8; int64_t L_47 = *((int64_t*)L_46); IL2CPP_RUNTIME_CLASS_INIT(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var); uint64_t L_48 = ((UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_StaticFields*)il2cpp_codegen_static_fields_for(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var))->get_highLowPatternMask_65(); if (((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)-287953294993589248LL)&(int64_t)L_47))^(int64_t)L_48))) { goto IL_014c; } } IL_0140: { uint64_t* L_49 = V_8; V_8 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)8)); } IL_0146: { uint64_t* L_50 = V_8; uint64_t* L_51 = V_5; if ((!(((uintptr_t)L_50) >= ((uintptr_t)L_51)))) { goto IL_00d1; } } IL_014c: { uint64_t* L_52 = V_8; ___chars0 = (Il2CppChar*)L_52; Il2CppChar* L_53 = ___chars0; Il2CppChar* L_54 = V_2; if ((!(((uintptr_t)L_53) < ((uintptr_t)L_54)))) { goto IL_0279; } } IL_0157: { Il2CppChar* L_55 = ___chars0; int32_t L_56 = *((uint16_t*)L_55); V_7 = L_56; Il2CppChar* L_57 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, (int32_t)2)); goto IL_0166; } IL_0162: { int32_t L_58 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)2)); } IL_0166: { Il2CppChar L_59 = V_7; if ((((int32_t)L_59) < ((int32_t)((int32_t)55296)))) { goto IL_0219; } } { Il2CppChar L_60 = V_7; if ((((int32_t)L_60) > ((int32_t)((int32_t)57343)))) { goto IL_0219; } } { Il2CppChar L_61 = V_7; if ((((int32_t)L_61) > ((int32_t)((int32_t)56319)))) { goto IL_01d7; } } { Il2CppChar L_62 = V_3; if ((((int32_t)L_62) <= ((int32_t)0))) { goto IL_01cf; } } { Il2CppChar* L_63 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_63, (int32_t)2)); int32_t L_64 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)2)); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_65 = V_6; if (L_65) { goto IL_01bd; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_66 = ___encoder2; if (L_66) { goto IL_01aa; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_67 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59(); NullCheck(L_67); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_68 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_67); V_6 = L_68; goto IL_01b2; } IL_01aa: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_69 = ___encoder2; NullCheck(L_69); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_70 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_69, /*hidden argument*/NULL); V_6 = L_70; } IL_01b2: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_71 = V_6; Il2CppChar* L_72 = V_1; Il2CppChar* L_73 = V_2; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_74 = ___encoder2; NullCheck(L_71); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_71, (Il2CppChar*)(Il2CppChar*)L_72, (Il2CppChar*)(Il2CppChar*)L_73, L_74, (bool)0, /*hidden argument*/NULL); } IL_01bd: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_75 = V_6; Il2CppChar L_76 = V_3; NullCheck(L_75); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_75, L_76, (Il2CppChar**)(&___chars0)); V_3 = 0; goto IL_025c; } IL_01cf: { Il2CppChar L_77 = V_7; V_3 = L_77; goto IL_025c; } IL_01d7: { Il2CppChar L_78 = V_3; if (L_78) { goto IL_0215; } } { int32_t L_79 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)2)); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_80 = V_6; if (L_80) { goto IL_0207; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_81 = ___encoder2; if (L_81) { goto IL_01f4; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_82 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59(); NullCheck(L_82); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_83 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_82); V_6 = L_83; goto IL_01fc; } IL_01f4: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_84 = ___encoder2; NullCheck(L_84); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_85 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_84, /*hidden argument*/NULL); V_6 = L_85; } IL_01fc: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_86 = V_6; Il2CppChar* L_87 = V_1; Il2CppChar* L_88 = V_2; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_89 = ___encoder2; NullCheck(L_86); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_86, (Il2CppChar*)(Il2CppChar*)L_87, (Il2CppChar*)(Il2CppChar*)L_88, L_89, (bool)0, /*hidden argument*/NULL); } IL_0207: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_90 = V_6; Il2CppChar L_91 = V_7; NullCheck(L_90); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_90, L_91, (Il2CppChar**)(&___chars0)); goto IL_025c; } IL_0215: { V_3 = 0; goto IL_025c; } IL_0219: { Il2CppChar L_92 = V_3; if ((((int32_t)L_92) <= ((int32_t)0))) { goto IL_025c; } } { Il2CppChar* L_93 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_93, (int32_t)2)); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_94 = V_6; if (L_94) { goto IL_024b; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_95 = ___encoder2; if (L_95) { goto IL_0238; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_96 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59(); NullCheck(L_96); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_97 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_96); V_6 = L_97; goto IL_0240; } IL_0238: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_98 = ___encoder2; NullCheck(L_98); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_99 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_98, /*hidden argument*/NULL); V_6 = L_99; } IL_0240: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_100 = V_6; Il2CppChar* L_101 = V_1; Il2CppChar* L_102 = V_2; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_103 = ___encoder2; NullCheck(L_100); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_100, (Il2CppChar*)(Il2CppChar*)L_101, (Il2CppChar*)(Il2CppChar*)L_102, L_103, (bool)0, /*hidden argument*/NULL); } IL_024b: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_104 = V_6; Il2CppChar L_105 = V_3; NullCheck(L_104); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_104, L_105, (Il2CppChar**)(&___chars0)); int32_t L_106 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_106, (int32_t)2)); V_3 = 0; } IL_025c: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_107 = V_6; if (!L_107) { goto IL_0269; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_108 = V_6; NullCheck(L_108); Il2CppChar L_109 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_108, /*hidden argument*/NULL); G_B54_0 = ((int32_t)(L_109)); goto IL_026a; } IL_0269: { G_B54_0 = 0; } IL_026a: { int32_t L_110 = G_B54_0; V_7 = L_110; if (L_110) { goto IL_00a5; } } { Il2CppChar* L_111 = ___chars0; Il2CppChar* L_112 = V_2; if ((!(((uintptr_t)L_111) >= ((uintptr_t)L_112)))) { goto IL_00a5; } } IL_0279: { Il2CppChar L_113 = V_3; if ((((int32_t)L_113) <= ((int32_t)0))) { goto IL_02f2; } } { int32_t L_114 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_114, (int32_t)2)); EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_115 = ___encoder2; if (!L_115) { goto IL_028c; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_116 = ___encoder2; NullCheck(L_116); bool L_117 = EncoderNLS_get_MustFlush_mBA7B13F498D63B50EFFA562AC02EC73A2E8597DF_inline(L_116, /*hidden argument*/NULL); if (!L_117) { goto IL_02f2; } } IL_028c: { bool L_118 = V_4; if (!L_118) { goto IL_02b4; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_119 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_120 = L_119; Il2CppChar L_121 = V_3; Il2CppChar L_122 = L_121; RuntimeObject * L_123 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_122); NullCheck(L_120); ArrayElementTypeCheck (L_120, L_123); (L_120)->SetAt(static_cast(0), (RuntimeObject *)L_123); String_t* L_124 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral587F8A95F0C1E3884550985E4830A26302A3BFCF, L_120, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_125 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_125, L_124, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_125, UnicodeEncoding_GetByteCount_m6E80A3A2B361CADDCD1EE3820BB6B90166DB729B_RuntimeMethod_var); } IL_02b4: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_126 = V_6; if (L_126) { goto IL_02dd; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_127 = ___encoder2; if (L_127) { goto IL_02ca; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_128 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59(); NullCheck(L_128); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_129 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_128); V_6 = L_129; goto IL_02d2; } IL_02ca: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_130 = ___encoder2; NullCheck(L_130); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_131 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_130, /*hidden argument*/NULL); V_6 = L_131; } IL_02d2: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_132 = V_6; Il2CppChar* L_133 = V_1; Il2CppChar* L_134 = V_2; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_135 = ___encoder2; NullCheck(L_132); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_132, (Il2CppChar*)(Il2CppChar*)L_133, (Il2CppChar*)(Il2CppChar*)L_134, L_135, (bool)0, /*hidden argument*/NULL); } IL_02dd: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_136 = V_6; Il2CppChar L_137 = V_3; NullCheck(L_136); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_136, L_137, (Il2CppChar**)(&___chars0)); V_3 = 0; V_4 = (bool)1; goto IL_025c; } IL_02f2: { int32_t L_138 = V_0; return L_138; } } // System.Int32 System.Text.UnicodeEncoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetBytes_m2BA25EE44610F15487C116CD77E5791FEF6406BF (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetBytes_m2BA25EE44610F15487C116CD77E5791FEF6406BF_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; Il2CppChar V_1 = 0x0; bool V_2 = false; uint8_t* V_3 = NULL; Il2CppChar* V_4 = NULL; uint8_t* V_5 = NULL; Il2CppChar* V_6 = NULL; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_7 = NULL; uint64_t* V_8 = NULL; uint64_t* V_9 = NULL; uint64_t* V_10 = NULL; uint64_t V_11 = 0; int64_t V_12 = 0; Il2CppChar* V_13 = NULL; Il2CppChar* V_14 = NULL; Il2CppChar* G_B13_0 = NULL; Il2CppChar* G_B12_0 = NULL; int64_t G_B14_0 = 0; Il2CppChar* G_B14_1 = NULL; int64_t G_B32_0 = 0; int32_t G_B93_0 = 0; { V_0 = 0; V_2 = (bool)0; uint8_t* L_0 = ___bytes2; int32_t L_1 = ___byteCount3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)); Il2CppChar* L_2 = ___chars0; int32_t L_3 = ___charCount1; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2)))); uint8_t* L_4 = ___bytes2; V_5 = (uint8_t*)L_4; Il2CppChar* L_5 = ___chars0; V_6 = (Il2CppChar*)L_5; V_7 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_6 = ___encoder4; if (!L_6) { goto IL_045e; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_7 = ___encoder4; NullCheck(L_7); Il2CppChar L_8 = L_7->get_charLeftOver_2(); V_0 = L_8; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_9 = ___encoder4; NullCheck(L_9); bool L_10 = Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_045e; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_11 = ___encoder4; NullCheck(L_11); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_12 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_11, /*hidden argument*/NULL); V_7 = L_12; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_13 = V_7; NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_13); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_007f; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_15 = ___encoder4; NullCheck(L_15); bool L_16 = L_15->get_m_throwOnOverflow_5(); if (!L_16) { goto IL_007f; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17; String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_18; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_21 = ___encoder4; NullCheck(L_21); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_22 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_21, /*hidden argument*/NULL); NullCheck(L_22); Type_t * L_23 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_22, /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(1), (RuntimeObject *)L_23); String_t* L_24 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018, L_20, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_25 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, UnicodeEncoding_GetBytes_m2BA25EE44610F15487C116CD77E5791FEF6406BF_RuntimeMethod_var); } IL_007f: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_26 = V_7; Il2CppChar* L_27 = V_6; Il2CppChar* L_28 = V_4; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_29 = ___encoder4; NullCheck(L_26); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_26, (Il2CppChar*)(Il2CppChar*)L_27, (Il2CppChar*)(Il2CppChar*)L_28, L_29, (bool)0, /*hidden argument*/NULL); goto IL_045e; } IL_0092: { Il2CppChar L_30 = V_1; if (L_30) { goto IL_028f; } } { bool L_31 = __this->get_bigEndian_63(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_32 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!((int32_t)((int32_t)L_31^(int32_t)L_32))) { goto IL_019a; } } { Il2CppChar* L_33 = ___chars0; if (((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_33)))&(int32_t)3))) { goto IL_019a; } } { uint8_t* L_34 = ___bytes2; if (((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_34)))&(int32_t)3))) { goto IL_019a; } } { Il2CppChar L_35 = V_0; if (L_35) { goto IL_019a; } } { Il2CppChar* L_36 = ___chars0; uint8_t* L_37 = V_3; uint8_t* L_38 = ___bytes2; Il2CppChar* L_39 = V_4; Il2CppChar* L_40 = ___chars0; G_B12_0 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)2)))); if ((((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_37, (intptr_t)L_38))/(int32_t)1)))))>>(int32_t)1))) < ((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_39, (intptr_t)L_40))/(int32_t)2)))))))) { G_B13_0 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)2)))); goto IL_00e1; } } { Il2CppChar* L_41 = V_4; Il2CppChar* L_42 = ___chars0; G_B14_0 = (((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_41, (intptr_t)L_42))/(int32_t)2))))); G_B14_1 = G_B12_0; goto IL_00e9; } IL_00e1: { uint8_t* L_43 = V_3; uint8_t* L_44 = ___bytes2; G_B14_0 = ((int64_t)((int64_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_43, (intptr_t)L_44))/(int32_t)1)))))>>(int32_t)1)); G_B14_1 = G_B13_0; } IL_00e9: { V_8 = (uint64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)G_B14_1, (intptr_t)(((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)G_B14_0, (int64_t)(((int64_t)((int64_t)2))))))))); Il2CppChar* L_45 = ___chars0; V_9 = (uint64_t*)L_45; uint8_t* L_46 = ___bytes2; V_10 = (uint64_t*)L_46; goto IL_017c; } IL_00fb: { uint64_t* L_47 = V_9; int64_t L_48 = *((int64_t*)L_47); if (!((int64_t)((int64_t)((int64_t)-9223231297218904064LL)&(int64_t)L_48))) { goto IL_016a; } } { uint64_t* L_49 = V_9; int64_t L_50 = *((int64_t*)L_49); V_11 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)-576188069258921984LL)&(int64_t)L_50))^(int64_t)((int64_t)-2882066263381583872LL))); uint64_t L_51 = V_11; if (!((int64_t)((int64_t)L_51&(int64_t)((int64_t)-281474976710656LL)))) { goto IL_0155; } } { uint64_t L_52 = V_11; if (!((int64_t)((int64_t)L_52&(int64_t)((int64_t)281470681743360LL)))) { goto IL_0155; } } { uint64_t L_53 = V_11; if (!((int64_t)((int64_t)L_53&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-65536)))))))))) { goto IL_0155; } } { uint64_t L_54 = V_11; if (((int64_t)((int64_t)L_54&(int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_016a; } } IL_0155: { uint64_t* L_55 = V_9; int64_t L_56 = *((int64_t*)L_55); IL2CPP_RUNTIME_CLASS_INIT(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var); uint64_t L_57 = ((UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_StaticFields*)il2cpp_codegen_static_fields_for(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var))->get_highLowPatternMask_65(); if (((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)-287953294993589248LL)&(int64_t)L_56))^(int64_t)L_57))) { goto IL_0185; } } IL_016a: { uint64_t* L_58 = V_10; uint64_t* L_59 = V_9; int64_t L_60 = *((int64_t*)L_59); *((int64_t*)L_58) = (int64_t)L_60; uint64_t* L_61 = V_9; V_9 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_61, (int32_t)8)); uint64_t* L_62 = V_10; V_10 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_62, (int32_t)8)); } IL_017c: { uint64_t* L_63 = V_9; uint64_t* L_64 = V_8; if ((!(((uintptr_t)L_63) >= ((uintptr_t)L_64)))) { goto IL_00fb; } } IL_0185: { uint64_t* L_65 = V_9; ___chars0 = (Il2CppChar*)L_65; uint64_t* L_66 = V_10; ___bytes2 = (uint8_t*)L_66; Il2CppChar* L_67 = ___chars0; Il2CppChar* L_68 = V_4; if ((!(((uintptr_t)L_67) >= ((uintptr_t)L_68)))) { goto IL_0287; } } { goto IL_047b; } IL_019a: { Il2CppChar L_69 = V_0; if (L_69) { goto IL_0287; } } { bool L_70 = __this->get_bigEndian_63(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_71 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!((int32_t)((int32_t)L_70^(int32_t)L_71))) { goto IL_0287; } } { Il2CppChar* L_72 = ___chars0; uint8_t* L_73 = ___bytes2; if ((((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_72)))&(int32_t)3))) == ((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_73)))&(int32_t)3))))) { goto IL_0287; } } { uint8_t* L_74 = ___bytes2; if (((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_74)))&(int32_t)1))) { goto IL_0287; } } { uint8_t* L_75 = V_3; uint8_t* L_76 = ___bytes2; Il2CppChar* L_77 = V_4; Il2CppChar* L_78 = ___chars0; if ((((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_75, (intptr_t)L_76))/(int32_t)1)))))>>(int32_t)1))) < ((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_77, (intptr_t)L_78))/(int32_t)2)))))))) { goto IL_01e1; } } { Il2CppChar* L_79 = V_4; Il2CppChar* L_80 = ___chars0; G_B32_0 = (((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_79, (intptr_t)L_80))/(int32_t)2))))); goto IL_01e9; } IL_01e1: { uint8_t* L_81 = V_3; uint8_t* L_82 = ___bytes2; G_B32_0 = ((int64_t)((int64_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_81, (intptr_t)L_82))/(int32_t)1)))))>>(int32_t)1)); } IL_01e9: { V_12 = G_B32_0; uint8_t* L_83 = ___bytes2; V_13 = (Il2CppChar*)L_83; Il2CppChar* L_84 = ___chars0; int64_t L_85 = V_12; V_14 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, (intptr_t)(((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_85, (int64_t)(((int64_t)((int64_t)2))))))))), (int32_t)2)); goto IL_0276; } IL_01fc: { Il2CppChar* L_86 = ___chars0; int32_t L_87 = *((uint16_t*)L_86); if ((((int32_t)L_87) < ((int32_t)((int32_t)55296)))) { goto IL_022f; } } { Il2CppChar* L_88 = ___chars0; int32_t L_89 = *((uint16_t*)L_88); if ((((int32_t)L_89) > ((int32_t)((int32_t)57343)))) { goto IL_022f; } } { Il2CppChar* L_90 = ___chars0; int32_t L_91 = *((uint16_t*)L_90); if ((((int32_t)L_91) >= ((int32_t)((int32_t)56320)))) { goto IL_027b; } } { Il2CppChar* L_92 = ___chars0; int32_t L_93 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_92, (int32_t)2))); if ((((int32_t)L_93) < ((int32_t)((int32_t)56320)))) { goto IL_027b; } } { Il2CppChar* L_94 = ___chars0; int32_t L_95 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_94, (int32_t)2))); if ((((int32_t)L_95) <= ((int32_t)((int32_t)57343)))) { goto IL_0257; } } { goto IL_027b; } IL_022f: { Il2CppChar* L_96 = ___chars0; int32_t L_97 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_96, (int32_t)2))); if ((((int32_t)L_97) < ((int32_t)((int32_t)55296)))) { goto IL_0257; } } { Il2CppChar* L_98 = ___chars0; int32_t L_99 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_98, (int32_t)2))); if ((((int32_t)L_99) > ((int32_t)((int32_t)57343)))) { goto IL_0257; } } { Il2CppChar* L_100 = V_13; Il2CppChar* L_101 = ___chars0; int32_t L_102 = *((uint16_t*)L_101); *((int16_t*)L_100) = (int16_t)L_102; Il2CppChar* L_103 = V_13; V_13 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_103, (int32_t)2)); Il2CppChar* L_104 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_104, (int32_t)2)); goto IL_0276; } IL_0257: { Il2CppChar* L_105 = V_13; Il2CppChar* L_106 = ___chars0; int32_t L_107 = *((uint16_t*)L_106); *((int16_t*)L_105) = (int16_t)L_107; Il2CppChar* L_108 = V_13; Il2CppChar* L_109 = ___chars0; int32_t L_110 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_109, (int32_t)2))); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_108, (int32_t)2))) = (int16_t)L_110; Il2CppChar* L_111 = V_13; V_13 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_111, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); Il2CppChar* L_112 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_112, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); } IL_0276: { Il2CppChar* L_113 = ___chars0; Il2CppChar* L_114 = V_14; if ((!(((uintptr_t)L_113) >= ((uintptr_t)L_114)))) { goto IL_01fc; } } IL_027b: { Il2CppChar* L_115 = V_13; ___bytes2 = (uint8_t*)L_115; Il2CppChar* L_116 = ___chars0; Il2CppChar* L_117 = V_4; if ((!(((uintptr_t)L_116) < ((uintptr_t)L_117)))) { goto IL_047b; } } IL_0287: { Il2CppChar* L_118 = ___chars0; int32_t L_119 = *((uint16_t*)L_118); V_1 = L_119; Il2CppChar* L_120 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_120, (int32_t)2)); } IL_028f: { Il2CppChar L_121 = V_1; if ((((int32_t)L_121) < ((int32_t)((int32_t)55296)))) { goto IL_03b5; } } { Il2CppChar L_122 = V_1; if ((((int32_t)L_122) > ((int32_t)((int32_t)57343)))) { goto IL_03b5; } } { Il2CppChar L_123 = V_1; if ((((int32_t)L_123) > ((int32_t)((int32_t)56319)))) { goto IL_02fd; } } { Il2CppChar L_124 = V_0; if ((((int32_t)L_124) <= ((int32_t)0))) { goto IL_02f6; } } { Il2CppChar* L_125 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_125, (int32_t)2)); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_126 = V_7; if (L_126) { goto IL_02e4; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_127 = ___encoder4; if (L_127) { goto IL_02cd; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_128 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59(); NullCheck(L_128); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_129 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_128); V_7 = L_129; goto IL_02d6; } IL_02cd: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_130 = ___encoder4; NullCheck(L_130); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_131 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_130, /*hidden argument*/NULL); V_7 = L_131; } IL_02d6: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_132 = V_7; Il2CppChar* L_133 = V_6; Il2CppChar* L_134 = V_4; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_135 = ___encoder4; NullCheck(L_132); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_132, (Il2CppChar*)(Il2CppChar*)L_133, (Il2CppChar*)(Il2CppChar*)L_134, L_135, (bool)1, /*hidden argument*/NULL); } IL_02e4: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_136 = V_7; Il2CppChar L_137 = V_0; NullCheck(L_136); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_136, L_137, (Il2CppChar**)(&___chars0)); V_0 = 0; goto IL_045e; } IL_02f6: { Il2CppChar L_138 = V_1; V_0 = L_138; goto IL_045e; } IL_02fd: { Il2CppChar L_139 = V_0; if (L_139) { goto IL_033e; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_140 = V_7; if (L_140) { goto IL_032e; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_141 = ___encoder4; if (L_141) { goto IL_0317; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_142 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59(); NullCheck(L_142); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_143 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_142); V_7 = L_143; goto IL_0320; } IL_0317: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_144 = ___encoder4; NullCheck(L_144); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_145 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_144, /*hidden argument*/NULL); V_7 = L_145; } IL_0320: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_146 = V_7; Il2CppChar* L_147 = V_6; Il2CppChar* L_148 = V_4; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_149 = ___encoder4; NullCheck(L_146); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_146, (Il2CppChar*)(Il2CppChar*)L_147, (Il2CppChar*)(Il2CppChar*)L_148, L_149, (bool)1, /*hidden argument*/NULL); } IL_032e: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_150 = V_7; Il2CppChar L_151 = V_1; NullCheck(L_150); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_150, L_151, (Il2CppChar**)(&___chars0)); goto IL_045e; } IL_033e: { uint8_t* L_152 = ___bytes2; uint8_t* L_153 = V_3; if ((!(((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_152, (int32_t)3))) >= ((uintptr_t)L_153)))) { goto IL_037f; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_154 = V_7; if (!L_154) { goto IL_0363; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_155 = V_7; NullCheck(L_155); bool L_156 = L_155->get_bFallingBack_5(); if (!L_156) { goto IL_0363; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_157 = V_7; NullCheck(L_157); VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.EncoderFallbackBuffer::MovePrevious() */, L_157); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_158 = V_7; NullCheck(L_158); VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.EncoderFallbackBuffer::MovePrevious() */, L_158); goto IL_036b; } IL_0363: { Il2CppChar* L_159 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_159, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); } IL_036b: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_160 = ___encoder4; uint8_t* L_161 = ___bytes2; uint8_t* L_162 = V_5; Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_160, (bool)((((intptr_t)L_161) == ((intptr_t)L_162))? 1 : 0), /*hidden argument*/NULL); V_0 = 0; goto IL_047b; } IL_037f: { bool L_163 = __this->get_bigEndian_63(); if (!L_163) { goto IL_039d; } } { uint8_t* L_164 = ___bytes2; uint8_t* L_165 = (uint8_t*)L_164; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_165, (int32_t)1)); Il2CppChar L_166 = V_0; *((int8_t*)L_165) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_166>>(int32_t)8))))); uint8_t* L_167 = ___bytes2; uint8_t* L_168 = (uint8_t*)L_167; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_168, (int32_t)1)); Il2CppChar L_169 = V_0; *((int8_t*)L_168) = (int8_t)(((int32_t)((uint8_t)L_169))); goto IL_03b1; } IL_039d: { uint8_t* L_170 = ___bytes2; uint8_t* L_171 = (uint8_t*)L_170; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_171, (int32_t)1)); Il2CppChar L_172 = V_0; *((int8_t*)L_171) = (int8_t)(((int32_t)((uint8_t)L_172))); uint8_t* L_173 = ___bytes2; uint8_t* L_174 = (uint8_t*)L_173; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_174, (int32_t)1)); Il2CppChar L_175 = V_0; *((int8_t*)L_174) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_175>>(int32_t)8))))); } IL_03b1: { V_0 = 0; goto IL_03fb; } IL_03b5: { Il2CppChar L_176 = V_0; if ((((int32_t)L_176) <= ((int32_t)0))) { goto IL_03fb; } } { Il2CppChar* L_177 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_177, (int32_t)2)); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_178 = V_7; if (L_178) { goto IL_03ec; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_179 = ___encoder4; if (L_179) { goto IL_03d5; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_180 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59(); NullCheck(L_180); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_181 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_180); V_7 = L_181; goto IL_03de; } IL_03d5: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_182 = ___encoder4; NullCheck(L_182); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_183 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_182, /*hidden argument*/NULL); V_7 = L_183; } IL_03de: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_184 = V_7; Il2CppChar* L_185 = V_6; Il2CppChar* L_186 = V_4; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_187 = ___encoder4; NullCheck(L_184); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_184, (Il2CppChar*)(Il2CppChar*)L_185, (Il2CppChar*)(Il2CppChar*)L_186, L_187, (bool)1, /*hidden argument*/NULL); } IL_03ec: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_188 = V_7; Il2CppChar L_189 = V_0; NullCheck(L_188); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_188, L_189, (Il2CppChar**)(&___chars0)); V_0 = 0; goto IL_045e; } IL_03fb: { uint8_t* L_190 = ___bytes2; uint8_t* L_191 = V_3; if ((!(((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_190, (int32_t)1))) >= ((uintptr_t)L_191)))) { goto IL_042c; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_192 = V_7; if (!L_192) { goto IL_0418; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_193 = V_7; NullCheck(L_193); bool L_194 = L_193->get_bFallingBack_5(); if (!L_194) { goto IL_0418; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_195 = V_7; NullCheck(L_195); VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.EncoderFallbackBuffer::MovePrevious() */, L_195); goto IL_041d; } IL_0418: { Il2CppChar* L_196 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_196, (int32_t)2)); } IL_041d: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_197 = ___encoder4; uint8_t* L_198 = ___bytes2; uint8_t* L_199 = V_5; Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_197, (bool)((((intptr_t)L_198) == ((intptr_t)L_199))? 1 : 0), /*hidden argument*/NULL); goto IL_047b; } IL_042c: { bool L_200 = __this->get_bigEndian_63(); if (!L_200) { goto IL_044a; } } { uint8_t* L_201 = ___bytes2; uint8_t* L_202 = (uint8_t*)L_201; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_202, (int32_t)1)); Il2CppChar L_203 = V_1; *((int8_t*)L_202) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_203>>(int32_t)8))))); uint8_t* L_204 = ___bytes2; uint8_t* L_205 = (uint8_t*)L_204; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_205, (int32_t)1)); Il2CppChar L_206 = V_1; *((int8_t*)L_205) = (int8_t)(((int32_t)((uint8_t)L_206))); goto IL_045e; } IL_044a: { uint8_t* L_207 = ___bytes2; uint8_t* L_208 = (uint8_t*)L_207; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_208, (int32_t)1)); Il2CppChar L_209 = V_1; *((int8_t*)L_208) = (int8_t)(((int32_t)((uint8_t)L_209))); uint8_t* L_210 = ___bytes2; uint8_t* L_211 = (uint8_t*)L_210; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_211, (int32_t)1)); Il2CppChar L_212 = V_1; *((int8_t*)L_211) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_212>>(int32_t)8))))); } IL_045e: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_213 = V_7; if (!L_213) { goto IL_046b; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_214 = V_7; NullCheck(L_214); Il2CppChar L_215 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_214, /*hidden argument*/NULL); G_B93_0 = ((int32_t)(L_215)); goto IL_046c; } IL_046b: { G_B93_0 = 0; } IL_046c: { int32_t L_216 = G_B93_0; V_1 = L_216; if (L_216) { goto IL_0092; } } { Il2CppChar* L_217 = ___chars0; Il2CppChar* L_218 = V_4; if ((!(((uintptr_t)L_217) >= ((uintptr_t)L_218)))) { goto IL_0092; } } IL_047b: { Il2CppChar L_219 = V_0; if ((((int32_t)L_219) <= ((int32_t)0))) { goto IL_04f5; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_220 = ___encoder4; if (!L_220) { goto IL_048c; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_221 = ___encoder4; NullCheck(L_221); bool L_222 = EncoderNLS_get_MustFlush_mBA7B13F498D63B50EFFA562AC02EC73A2E8597DF_inline(L_221, /*hidden argument*/NULL); if (!L_222) { goto IL_04f5; } } IL_048c: { bool L_223 = V_2; if (!L_223) { goto IL_04b3; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_224 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_225 = L_224; Il2CppChar L_226 = V_0; Il2CppChar L_227 = L_226; RuntimeObject * L_228 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_227); NullCheck(L_225); ArrayElementTypeCheck (L_225, L_228); (L_225)->SetAt(static_cast(0), (RuntimeObject *)L_228); String_t* L_229 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral587F8A95F0C1E3884550985E4830A26302A3BFCF, L_225, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_230 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_230, L_229, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_230, UnicodeEncoding_GetBytes_m2BA25EE44610F15487C116CD77E5791FEF6406BF_RuntimeMethod_var); } IL_04b3: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_231 = V_7; if (L_231) { goto IL_04e1; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_232 = ___encoder4; if (L_232) { goto IL_04ca; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_233 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59(); NullCheck(L_233); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_234 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_233); V_7 = L_234; goto IL_04d3; } IL_04ca: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_235 = ___encoder4; NullCheck(L_235); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_236 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_235, /*hidden argument*/NULL); V_7 = L_236; } IL_04d3: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_237 = V_7; Il2CppChar* L_238 = V_6; Il2CppChar* L_239 = V_4; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_240 = ___encoder4; NullCheck(L_237); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_237, (Il2CppChar*)(Il2CppChar*)L_238, (Il2CppChar*)(Il2CppChar*)L_239, L_240, (bool)1, /*hidden argument*/NULL); } IL_04e1: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_241 = V_7; Il2CppChar L_242 = V_0; NullCheck(L_241); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_241, L_242, (Il2CppChar**)(&___chars0)); V_0 = 0; V_2 = (bool)1; goto IL_045e; } IL_04f5: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_243 = ___encoder4; if (!L_243) { goto IL_0510; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_244 = ___encoder4; Il2CppChar L_245 = V_0; NullCheck(L_244); L_244->set_charLeftOver_2(L_245); EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_246 = ___encoder4; Il2CppChar* L_247 = ___chars0; Il2CppChar* L_248 = V_6; NullCheck(L_246); L_246->set_m_charsUsed_6((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_247, (intptr_t)L_248))/(int32_t)2))))))))); } IL_0510: { uint8_t* L_249 = ___bytes2; uint8_t* L_250 = V_5; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_249, (intptr_t)L_250))/(int32_t)1)))))))); } } // System.Int32 System.Text.UnicodeEncoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetCharCount_m3263B63117001BD1B9FD35ECAFA7AF59FF942A9D (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, uint8_t* ___bytes0, int32_t ___count1, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___baseDecoder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetCharCount_m3263B63117001BD1B9FD35ECAFA7AF59FF942A9D_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * V_0 = NULL; uint8_t* V_1 = NULL; uint8_t* V_2 = NULL; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; int32_t V_5 = 0; uint64_t* V_6 = NULL; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * V_7 = NULL; Il2CppChar V_8 = 0x0; uint64_t* V_9 = NULL; uint64_t V_10 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_11 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_12 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_13 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_14 = NULL; { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_0 = ___baseDecoder2; V_0 = ((Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A *)CastclassClass((RuntimeObject*)L_0, Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A_il2cpp_TypeInfo_var)); uint8_t* L_1 = ___bytes0; int32_t L_2 = ___count1; V_1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)L_2)); uint8_t* L_3 = ___bytes0; V_2 = (uint8_t*)L_3; V_3 = (-1); V_4 = 0; int32_t L_4 = ___count1; V_5 = ((int32_t)((int32_t)L_4>>(int32_t)1)); uint8_t* L_5 = V_1; V_6 = (uint64_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_5, (int32_t)7)); V_7 = (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)NULL; Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_6 = V_0; if (!L_6) { goto IL_02f2; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_7 = V_0; NullCheck(L_7); int32_t L_8 = L_7->get_lastByte_6(); V_3 = L_8; Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_9 = V_0; NullCheck(L_9); Il2CppChar L_10 = L_9->get_lastChar_7(); V_4 = L_10; Il2CppChar L_11 = V_4; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_003f; } } { int32_t L_12 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { int32_t L_13 = V_3; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_02f2; } } { int32_t L_14 = ___count1; if ((!(((uint32_t)((int32_t)((int32_t)L_14&(int32_t)1))) == ((uint32_t)1)))) { goto IL_02f2; } } { int32_t L_15 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); goto IL_02f2; } IL_005a: { bool L_16 = __this->get_bigEndian_63(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_17 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!((int32_t)((int32_t)L_16^(int32_t)L_17))) { goto IL_010d; } } { uint8_t* L_18 = ___bytes0; if (((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_18)))&(int32_t)3))) { goto IL_010d; } } { int32_t L_19 = V_3; if ((!(((uint32_t)L_19) == ((uint32_t)(-1))))) { goto IL_010d; } } { Il2CppChar L_20 = V_4; if (L_20) { goto IL_010d; } } { uint8_t* L_21 = ___bytes0; V_9 = (uint64_t*)L_21; goto IL_00fc; } IL_0087: { uint64_t* L_22 = V_9; int64_t L_23 = *((int64_t*)L_22); if (!((int64_t)((int64_t)((int64_t)-9223231297218904064LL)&(int64_t)L_23))) { goto IL_00f6; } } { uint64_t* L_24 = V_9; int64_t L_25 = *((int64_t*)L_24); V_10 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)-576188069258921984LL)&(int64_t)L_25))^(int64_t)((int64_t)-2882066263381583872LL))); uint64_t L_26 = V_10; if (!((int64_t)((int64_t)L_26&(int64_t)((int64_t)-281474976710656LL)))) { goto IL_00e1; } } { uint64_t L_27 = V_10; if (!((int64_t)((int64_t)L_27&(int64_t)((int64_t)281470681743360LL)))) { goto IL_00e1; } } { uint64_t L_28 = V_10; if (!((int64_t)((int64_t)L_28&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-65536)))))))))) { goto IL_00e1; } } { uint64_t L_29 = V_10; if (((int64_t)((int64_t)L_29&(int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_00f6; } } IL_00e1: { uint64_t* L_30 = V_9; int64_t L_31 = *((int64_t*)L_30); IL2CPP_RUNTIME_CLASS_INIT(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var); uint64_t L_32 = ((UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_StaticFields*)il2cpp_codegen_static_fields_for(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var))->get_highLowPatternMask_65(); if (((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)-287953294993589248LL)&(int64_t)L_31))^(int64_t)L_32))) { goto IL_0102; } } IL_00f6: { uint64_t* L_33 = V_9; V_9 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)8)); } IL_00fc: { uint64_t* L_34 = V_9; uint64_t* L_35 = V_6; if ((!(((uintptr_t)L_34) >= ((uintptr_t)L_35)))) { goto IL_0087; } } IL_0102: { uint64_t* L_36 = V_9; ___bytes0 = (uint8_t*)L_36; uint8_t* L_37 = ___bytes0; uint8_t* L_38 = V_1; if ((!(((uintptr_t)L_37) < ((uintptr_t)L_38)))) { goto IL_02f9; } } IL_010d: { int32_t L_39 = V_3; if ((((int32_t)L_39) >= ((int32_t)0))) { goto IL_0120; } } { uint8_t* L_40 = ___bytes0; uint8_t* L_41 = (uint8_t*)L_40; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_41, (int32_t)1)); int32_t L_42 = *((uint8_t*)L_41); V_3 = L_42; uint8_t* L_43 = ___bytes0; uint8_t* L_44 = V_1; if ((!(((uintptr_t)L_43) < ((uintptr_t)L_44)))) { goto IL_02f9; } } IL_0120: { bool L_45 = __this->get_bigEndian_63(); if (!L_45) { goto IL_0138; } } { int32_t L_46 = V_3; uint8_t* L_47 = ___bytes0; uint8_t* L_48 = (uint8_t*)L_47; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_48, (int32_t)1)); int32_t L_49 = *((uint8_t*)L_48); V_8 = (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_46<<(int32_t)8))|(int32_t)L_49))))); goto IL_0146; } IL_0138: { uint8_t* L_50 = ___bytes0; uint8_t* L_51 = (uint8_t*)L_50; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_51, (int32_t)1)); int32_t L_52 = *((uint8_t*)L_51); int32_t L_53 = V_3; V_8 = (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_52<<(int32_t)8))|(int32_t)L_53))))); } IL_0146: { V_3 = (-1); Il2CppChar L_54 = V_8; if ((((int32_t)L_54) < ((int32_t)((int32_t)55296)))) { goto IL_0274; } } { Il2CppChar L_55 = V_8; if ((((int32_t)L_55) > ((int32_t)((int32_t)57343)))) { goto IL_0274; } } { Il2CppChar L_56 = V_8; if ((((int32_t)L_56) > ((int32_t)((int32_t)56319)))) { goto IL_01f0; } } { Il2CppChar L_57 = V_4; if ((((int32_t)L_57) <= ((int32_t)0))) { goto IL_01e7; } } { int32_t L_58 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)); V_11 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; bool L_59 = __this->get_bigEndian_63(); if (!L_59) { goto IL_019a; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = L_60; Il2CppChar L_62 = V_4; NullCheck(L_61); (L_61)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_62>>(int32_t)8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = L_61; Il2CppChar L_64 = V_4; NullCheck(L_63); (L_63)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)L_64)))); V_11 = L_63; goto IL_01b0; } IL_019a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = L_65; Il2CppChar L_67 = V_4; NullCheck(L_66); (L_66)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_67)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = L_66; Il2CppChar L_69 = V_4; NullCheck(L_68); (L_68)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_69>>(int32_t)8)))))); V_11 = L_68; } IL_01b0: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_70 = V_7; if (L_70) { goto IL_01d8; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_71 = V_0; if (L_71) { goto IL_01c6; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_72 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_72); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_73 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_72); V_7 = L_73; goto IL_01ce; } IL_01c6: { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_74 = V_0; NullCheck(L_74); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_75 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_74, /*hidden argument*/NULL); V_7 = L_75; } IL_01ce: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_76 = V_7; uint8_t* L_77 = V_2; NullCheck(L_76); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_76, (uint8_t*)(uint8_t*)L_77, (Il2CppChar*)(Il2CppChar*)(((uintptr_t)0)), /*hidden argument*/NULL); } IL_01d8: { int32_t L_78 = V_5; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_79 = V_7; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_80 = V_11; uint8_t* L_81 = ___bytes0; NullCheck(L_79); int32_t L_82 = VirtFuncInvoker2< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t* >::Invoke(8 /* System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*) */, L_79, L_80, (uint8_t*)(uint8_t*)L_81); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)L_82)); } IL_01e7: { Il2CppChar L_83 = V_8; V_4 = L_83; goto IL_02f2; } IL_01f0: { Il2CppChar L_84 = V_4; if (L_84) { goto IL_026f; } } { int32_t L_85 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)1)); V_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; bool L_86 = __this->get_bigEndian_63(); if (!L_86) { goto IL_021d; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_87 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_88 = L_87; Il2CppChar L_89 = V_8; NullCheck(L_88); (L_88)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_89>>(int32_t)8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_90 = L_88; Il2CppChar L_91 = V_8; NullCheck(L_90); (L_90)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)L_91)))); V_12 = L_90; goto IL_0233; } IL_021d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = L_92; Il2CppChar L_94 = V_8; NullCheck(L_93); (L_93)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_94)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_95 = L_93; Il2CppChar L_96 = V_8; NullCheck(L_95); (L_95)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_96>>(int32_t)8)))))); V_12 = L_95; } IL_0233: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_97 = V_7; if (L_97) { goto IL_025b; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_98 = V_0; if (L_98) { goto IL_0249; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_99 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_99); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_100 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_99); V_7 = L_100; goto IL_0251; } IL_0249: { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_101 = V_0; NullCheck(L_101); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_102 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_101, /*hidden argument*/NULL); V_7 = L_102; } IL_0251: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_103 = V_7; uint8_t* L_104 = V_2; NullCheck(L_103); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_103, (uint8_t*)(uint8_t*)L_104, (Il2CppChar*)(Il2CppChar*)(((uintptr_t)0)), /*hidden argument*/NULL); } IL_025b: { int32_t L_105 = V_5; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_106 = V_7; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_107 = V_12; uint8_t* L_108 = ___bytes0; NullCheck(L_106); int32_t L_109 = VirtFuncInvoker2< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t* >::Invoke(8 /* System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*) */, L_106, L_107, (uint8_t*)(uint8_t*)L_108); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)L_109)); goto IL_02f2; } IL_026f: { V_4 = 0; goto IL_02f2; } IL_0274: { Il2CppChar L_110 = V_4; if ((((int32_t)L_110) <= ((int32_t)0))) { goto IL_02f2; } } { int32_t L_111 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)1)); V_13 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; bool L_112 = __this->get_bigEndian_63(); if (!L_112) { goto IL_02a2; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_113 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_114 = L_113; Il2CppChar L_115 = V_4; NullCheck(L_114); (L_114)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_115>>(int32_t)8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_116 = L_114; Il2CppChar L_117 = V_4; NullCheck(L_116); (L_116)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)L_117)))); V_13 = L_116; goto IL_02b8; } IL_02a2: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_118 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_119 = L_118; Il2CppChar L_120 = V_4; NullCheck(L_119); (L_119)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_120)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_121 = L_119; Il2CppChar L_122 = V_4; NullCheck(L_121); (L_121)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_122>>(int32_t)8)))))); V_13 = L_121; } IL_02b8: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_123 = V_7; if (L_123) { goto IL_02e0; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_124 = V_0; if (L_124) { goto IL_02ce; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_125 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_125); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_126 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_125); V_7 = L_126; goto IL_02d6; } IL_02ce: { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_127 = V_0; NullCheck(L_127); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_128 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_127, /*hidden argument*/NULL); V_7 = L_128; } IL_02d6: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_129 = V_7; uint8_t* L_130 = V_2; NullCheck(L_129); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_129, (uint8_t*)(uint8_t*)L_130, (Il2CppChar*)(Il2CppChar*)(((uintptr_t)0)), /*hidden argument*/NULL); } IL_02e0: { int32_t L_131 = V_5; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_132 = V_7; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_133 = V_13; uint8_t* L_134 = ___bytes0; NullCheck(L_132); int32_t L_135 = VirtFuncInvoker2< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t* >::Invoke(8 /* System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*) */, L_132, L_133, (uint8_t*)(uint8_t*)L_134); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)L_135)); V_4 = 0; } IL_02f2: { uint8_t* L_136 = ___bytes0; uint8_t* L_137 = V_1; if ((!(((uintptr_t)L_136) >= ((uintptr_t)L_137)))) { goto IL_005a; } } IL_02f9: { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_138 = V_0; if (!L_138) { goto IL_0307; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_139 = V_0; NullCheck(L_139); bool L_140 = DecoderNLS_get_MustFlush_m0C8DCAF42B8FE1A1C39E68C06A5D681A0DA1C552_inline(L_139, /*hidden argument*/NULL); if (!L_140) { goto IL_03cb; } } IL_0307: { Il2CppChar L_141 = V_4; if ((((int32_t)L_141) <= ((int32_t)0))) { goto IL_0385; } } { int32_t L_142 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_142, (int32_t)1)); V_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; bool L_143 = __this->get_bigEndian_63(); if (!L_143) { goto IL_0335; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_144 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_145 = L_144; Il2CppChar L_146 = V_4; NullCheck(L_145); (L_145)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_146>>(int32_t)8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_147 = L_145; Il2CppChar L_148 = V_4; NullCheck(L_147); (L_147)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)L_148)))); V_14 = L_147; goto IL_034b; } IL_0335: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_149 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_150 = L_149; Il2CppChar L_151 = V_4; NullCheck(L_150); (L_150)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_151)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_152 = L_150; Il2CppChar L_153 = V_4; NullCheck(L_152); (L_152)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_153>>(int32_t)8)))))); V_14 = L_152; } IL_034b: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_154 = V_7; if (L_154) { goto IL_0373; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_155 = V_0; if (L_155) { goto IL_0361; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_156 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_156); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_157 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_156); V_7 = L_157; goto IL_0369; } IL_0361: { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_158 = V_0; NullCheck(L_158); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_159 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_158, /*hidden argument*/NULL); V_7 = L_159; } IL_0369: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_160 = V_7; uint8_t* L_161 = V_2; NullCheck(L_160); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_160, (uint8_t*)(uint8_t*)L_161, (Il2CppChar*)(Il2CppChar*)(((uintptr_t)0)), /*hidden argument*/NULL); } IL_0373: { int32_t L_162 = V_5; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_163 = V_7; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_164 = V_14; uint8_t* L_165 = ___bytes0; NullCheck(L_163); int32_t L_166 = VirtFuncInvoker2< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t* >::Invoke(8 /* System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*) */, L_163, L_164, (uint8_t*)(uint8_t*)L_165); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_162, (int32_t)L_166)); V_4 = 0; } IL_0385: { int32_t L_167 = V_3; if ((((int32_t)L_167) < ((int32_t)0))) { goto IL_03cb; } } { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_168 = V_7; if (L_168) { goto IL_03b1; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_169 = V_0; if (L_169) { goto IL_039f; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_170 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_170); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_171 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_170); V_7 = L_171; goto IL_03a7; } IL_039f: { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_172 = V_0; NullCheck(L_172); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_173 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_172, /*hidden argument*/NULL); V_7 = L_173; } IL_03a7: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_174 = V_7; uint8_t* L_175 = V_2; NullCheck(L_174); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_174, (uint8_t*)(uint8_t*)L_175, (Il2CppChar*)(Il2CppChar*)(((uintptr_t)0)), /*hidden argument*/NULL); } IL_03b1: { int32_t L_176 = V_5; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_177 = V_7; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_178 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_179 = L_178; int32_t L_180 = V_3; NullCheck(L_179); (L_179)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_180)))); uint8_t* L_181 = ___bytes0; NullCheck(L_177); int32_t L_182 = VirtFuncInvoker2< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t* >::Invoke(8 /* System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*) */, L_177, L_179, (uint8_t*)(uint8_t*)L_181); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)L_182)); V_3 = (-1); } IL_03cb: { Il2CppChar L_183 = V_4; if ((((int32_t)L_183) <= ((int32_t)0))) { goto IL_03d6; } } { int32_t L_184 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_184, (int32_t)1)); } IL_03d6: { int32_t L_185 = V_5; return L_185; } } // System.Int32 System.Text.UnicodeEncoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetChars_m4AECCFFEB030ED6B5F2324C89708E78BF7E487B6 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___baseDecoder4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetChars_m4AECCFFEB030ED6B5F2324C89708E78BF7E487B6_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * V_3 = NULL; uint8_t* V_4 = NULL; Il2CppChar* V_5 = NULL; uint8_t* V_6 = NULL; Il2CppChar* V_7 = NULL; Il2CppChar V_8 = 0x0; uint64_t* V_9 = NULL; uint64_t* V_10 = NULL; uint64_t* V_11 = NULL; uint64_t V_12 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_13 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_14 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_15 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_16 = NULL; uint8_t* G_B10_0 = NULL; uint8_t* G_B9_0 = NULL; int64_t G_B11_0 = 0; uint8_t* G_B11_1 = NULL; { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_0 = ___baseDecoder4; V_0 = ((Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A *)CastclassClass((RuntimeObject*)L_0, Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A_il2cpp_TypeInfo_var)); V_1 = (-1); V_2 = 0; Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_1 = V_0; if (!L_1) { goto IL_001d; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_lastByte_6(); V_1 = L_3; Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_4 = V_0; NullCheck(L_4); Il2CppChar L_5 = L_4->get_lastChar_7(); V_2 = L_5; } IL_001d: { V_3 = (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)NULL; uint8_t* L_6 = ___bytes0; int32_t L_7 = ___byteCount1; V_4 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)L_7)); Il2CppChar* L_8 = ___chars2; int32_t L_9 = ___charCount3; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_9)), (int32_t)2)))); uint8_t* L_10 = ___bytes0; V_6 = (uint8_t*)L_10; Il2CppChar* L_11 = ___chars2; V_7 = (Il2CppChar*)L_11; goto IL_038d; } IL_0038: { bool L_12 = __this->get_bigEndian_63(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_13 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!((int32_t)((int32_t)L_12^(int32_t)L_13))) { goto IL_0138; } } { Il2CppChar* L_14 = ___chars2; if (((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_14)))&(int32_t)3))) { goto IL_0138; } } { uint8_t* L_15 = ___bytes0; if (((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_15)))&(int32_t)3))) { goto IL_0138; } } { int32_t L_16 = V_1; if ((!(((uint32_t)L_16) == ((uint32_t)(-1))))) { goto IL_0138; } } { Il2CppChar L_17 = V_2; if (L_17) { goto IL_0138; } } { uint8_t* L_18 = ___bytes0; uint8_t* L_19 = V_4; uint8_t* L_20 = ___bytes0; Il2CppChar* L_21 = V_5; Il2CppChar* L_22 = ___chars2; G_B9_0 = ((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_18, (int32_t)7)); if ((((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_19, (intptr_t)L_20))/(int32_t)1)))))>>(int32_t)1))) < ((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_21, (intptr_t)L_22))/(int32_t)2)))))))) { G_B10_0 = ((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_18, (int32_t)7)); goto IL_0088; } } { Il2CppChar* L_23 = V_5; Il2CppChar* L_24 = ___chars2; G_B11_0 = ((int64_t)((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_23, (intptr_t)L_24))/(int32_t)2)))))<<(int32_t)1)); G_B11_1 = G_B9_0; goto IL_008f; } IL_0088: { uint8_t* L_25 = V_4; uint8_t* L_26 = ___bytes0; G_B11_0 = (((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_25, (intptr_t)L_26))/(int32_t)1))))); G_B11_1 = G_B10_0; } IL_008f: { V_9 = (uint64_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)G_B11_1, (intptr_t)(((intptr_t)G_B11_0)))); uint8_t* L_27 = ___bytes0; V_10 = (uint64_t*)L_27; Il2CppChar* L_28 = ___chars2; V_11 = (uint64_t*)L_28; goto IL_011f; } IL_009e: { uint64_t* L_29 = V_10; int64_t L_30 = *((int64_t*)L_29); if (!((int64_t)((int64_t)((int64_t)-9223231297218904064LL)&(int64_t)L_30))) { goto IL_010d; } } { uint64_t* L_31 = V_10; int64_t L_32 = *((int64_t*)L_31); V_12 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)-576188069258921984LL)&(int64_t)L_32))^(int64_t)((int64_t)-2882066263381583872LL))); uint64_t L_33 = V_12; if (!((int64_t)((int64_t)L_33&(int64_t)((int64_t)-281474976710656LL)))) { goto IL_00f8; } } { uint64_t L_34 = V_12; if (!((int64_t)((int64_t)L_34&(int64_t)((int64_t)281470681743360LL)))) { goto IL_00f8; } } { uint64_t L_35 = V_12; if (!((int64_t)((int64_t)L_35&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-65536)))))))))) { goto IL_00f8; } } { uint64_t L_36 = V_12; if (((int64_t)((int64_t)L_36&(int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_010d; } } IL_00f8: { uint64_t* L_37 = V_10; int64_t L_38 = *((int64_t*)L_37); IL2CPP_RUNTIME_CLASS_INIT(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var); uint64_t L_39 = ((UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_StaticFields*)il2cpp_codegen_static_fields_for(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var))->get_highLowPatternMask_65(); if (((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)-287953294993589248LL)&(int64_t)L_38))^(int64_t)L_39))) { goto IL_0128; } } IL_010d: { uint64_t* L_40 = V_11; uint64_t* L_41 = V_10; int64_t L_42 = *((int64_t*)L_41); *((int64_t*)L_40) = (int64_t)L_42; uint64_t* L_43 = V_10; V_10 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)8)); uint64_t* L_44 = V_11; V_11 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_44, (int32_t)8)); } IL_011f: { uint64_t* L_45 = V_10; uint64_t* L_46 = V_9; if ((!(((uintptr_t)L_45) >= ((uintptr_t)L_46)))) { goto IL_009e; } } IL_0128: { uint64_t* L_47 = V_11; ___chars2 = (Il2CppChar*)L_47; uint64_t* L_48 = V_10; ___bytes0 = (uint8_t*)L_48; uint8_t* L_49 = ___bytes0; uint8_t* L_50 = V_4; if ((!(((uintptr_t)L_49) < ((uintptr_t)L_50)))) { goto IL_0395; } } IL_0138: { int32_t L_51 = V_1; if ((((int32_t)L_51) >= ((int32_t)0))) { goto IL_0149; } } { uint8_t* L_52 = ___bytes0; uint8_t* L_53 = (uint8_t*)L_52; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_53, (int32_t)1)); int32_t L_54 = *((uint8_t*)L_53); V_1 = L_54; goto IL_038d; } IL_0149: { bool L_55 = __this->get_bigEndian_63(); if (!L_55) { goto IL_0161; } } { int32_t L_56 = V_1; uint8_t* L_57 = ___bytes0; uint8_t* L_58 = (uint8_t*)L_57; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_58, (int32_t)1)); int32_t L_59 = *((uint8_t*)L_58); V_8 = (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_56<<(int32_t)8))|(int32_t)L_59))))); goto IL_016f; } IL_0161: { uint8_t* L_60 = ___bytes0; uint8_t* L_61 = (uint8_t*)L_60; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_61, (int32_t)1)); int32_t L_62 = *((uint8_t*)L_61); int32_t L_63 = V_1; V_8 = (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_62<<(int32_t)8))|(int32_t)L_63))))); } IL_016f: { V_1 = (-1); Il2CppChar L_64 = V_8; if ((((int32_t)L_64) < ((int32_t)((int32_t)55296)))) { goto IL_02e3; } } { Il2CppChar L_65 = V_8; if ((((int32_t)L_65) > ((int32_t)((int32_t)57343)))) { goto IL_02e3; } } { Il2CppChar L_66 = V_8; if ((((int32_t)L_66) > ((int32_t)((int32_t)56319)))) { goto IL_0227; } } { Il2CppChar L_67 = V_2; if ((((int32_t)L_67) <= ((int32_t)0))) { goto IL_021f; } } { V_13 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; bool L_68 = __this->get_bigEndian_63(); if (!L_68) { goto IL_01bd; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = L_69; Il2CppChar L_71 = V_2; NullCheck(L_70); (L_70)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_71>>(int32_t)8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_72 = L_70; Il2CppChar L_73 = V_2; NullCheck(L_72); (L_72)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)L_73)))); V_13 = L_72; goto IL_01d1; } IL_01bd: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = L_74; Il2CppChar L_76 = V_2; NullCheck(L_75); (L_75)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_76)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_77 = L_75; Il2CppChar L_78 = V_2; NullCheck(L_77); (L_77)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_78>>(int32_t)8)))))); V_13 = L_77; } IL_01d1: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_79 = V_3; if (L_79) { goto IL_01f6; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_80 = V_0; if (L_80) { goto IL_01e5; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_81 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_81); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_82 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_81); V_3 = L_82; goto IL_01ec; } IL_01e5: { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_83 = V_0; NullCheck(L_83); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_84 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_83, /*hidden argument*/NULL); V_3 = L_84; } IL_01ec: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_85 = V_3; uint8_t* L_86 = V_6; Il2CppChar* L_87 = V_5; NullCheck(L_85); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_85, (uint8_t*)(uint8_t*)L_86, (Il2CppChar*)(Il2CppChar*)L_87, /*hidden argument*/NULL); } IL_01f6: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_88 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_89 = V_13; uint8_t* L_90 = ___bytes0; NullCheck(L_88); bool L_91 = VirtFuncInvoker3< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t*, Il2CppChar** >::Invoke(7 /* System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*&) */, L_88, L_89, (uint8_t*)(uint8_t*)L_90, (Il2CppChar**)(&___chars2)); if (L_91) { goto IL_021f; } } { uint8_t* L_92 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_92, (int32_t)2)); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_93 = V_3; NullCheck(L_93); DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_93, /*hidden argument*/NULL); Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_94 = V_0; Il2CppChar* L_95 = ___chars2; Il2CppChar* L_96 = V_7; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_94, (bool)((((intptr_t)L_95) == ((intptr_t)L_96))? 1 : 0), /*hidden argument*/NULL); goto IL_0395; } IL_021f: { Il2CppChar L_97 = V_8; V_2 = L_97; goto IL_038d; } IL_0227: { Il2CppChar L_98 = V_2; if (L_98) { goto IL_02b7; } } { V_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; bool L_99 = __this->get_bigEndian_63(); if (!L_99) { goto IL_0250; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_100 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_101 = L_100; Il2CppChar L_102 = V_8; NullCheck(L_101); (L_101)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_102>>(int32_t)8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_103 = L_101; Il2CppChar L_104 = V_8; NullCheck(L_103); (L_103)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)L_104)))); V_14 = L_103; goto IL_0266; } IL_0250: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_105 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_106 = L_105; Il2CppChar L_107 = V_8; NullCheck(L_106); (L_106)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_107)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_108 = L_106; Il2CppChar L_109 = V_8; NullCheck(L_108); (L_108)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_109>>(int32_t)8)))))); V_14 = L_108; } IL_0266: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_110 = V_3; if (L_110) { goto IL_028b; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_111 = V_0; if (L_111) { goto IL_027a; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_112 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_112); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_113 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_112); V_3 = L_113; goto IL_0281; } IL_027a: { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_114 = V_0; NullCheck(L_114); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_115 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_114, /*hidden argument*/NULL); V_3 = L_115; } IL_0281: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_116 = V_3; uint8_t* L_117 = V_6; Il2CppChar* L_118 = V_5; NullCheck(L_116); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_116, (uint8_t*)(uint8_t*)L_117, (Il2CppChar*)(Il2CppChar*)L_118, /*hidden argument*/NULL); } IL_028b: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_119 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_120 = V_14; uint8_t* L_121 = ___bytes0; NullCheck(L_119); bool L_122 = VirtFuncInvoker3< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t*, Il2CppChar** >::Invoke(7 /* System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*&) */, L_119, L_120, (uint8_t*)(uint8_t*)L_121, (Il2CppChar**)(&___chars2)); if (L_122) { goto IL_038d; } } { uint8_t* L_123 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_123, (int32_t)2)); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_124 = V_3; NullCheck(L_124); DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_124, /*hidden argument*/NULL); Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_125 = V_0; Il2CppChar* L_126 = ___chars2; Il2CppChar* L_127 = V_7; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_125, (bool)((((intptr_t)L_126) == ((intptr_t)L_127))? 1 : 0), /*hidden argument*/NULL); goto IL_0395; } IL_02b7: { Il2CppChar* L_128 = ___chars2; Il2CppChar* L_129 = V_5; if ((!(((uintptr_t)L_128) >= ((uintptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_129, (int32_t)2)))))) { goto IL_02d4; } } { uint8_t* L_130 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_130, (int32_t)2)); Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_131 = V_0; Il2CppChar* L_132 = ___chars2; Il2CppChar* L_133 = V_7; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_131, (bool)((((intptr_t)L_132) == ((intptr_t)L_133))? 1 : 0), /*hidden argument*/NULL); goto IL_0395; } IL_02d4: { Il2CppChar* L_134 = ___chars2; Il2CppChar* L_135 = (Il2CppChar*)L_134; ___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_135, (int32_t)2)); Il2CppChar L_136 = V_2; *((int16_t*)L_135) = (int16_t)L_136; V_2 = 0; goto IL_036c; } IL_02e3: { Il2CppChar L_137 = V_2; if ((((int32_t)L_137) <= ((int32_t)0))) { goto IL_036c; } } { V_15 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; bool L_138 = __this->get_bigEndian_63(); if (!L_138) { goto IL_030b; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_139 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_140 = L_139; Il2CppChar L_141 = V_2; NullCheck(L_140); (L_140)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_141>>(int32_t)8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_142 = L_140; Il2CppChar L_143 = V_2; NullCheck(L_142); (L_142)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)L_143)))); V_15 = L_142; goto IL_031f; } IL_030b: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_144 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_145 = L_144; Il2CppChar L_146 = V_2; NullCheck(L_145); (L_145)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_146)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_147 = L_145; Il2CppChar L_148 = V_2; NullCheck(L_147); (L_147)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_148>>(int32_t)8)))))); V_15 = L_147; } IL_031f: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_149 = V_3; if (L_149) { goto IL_0344; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_150 = V_0; if (L_150) { goto IL_0333; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_151 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_151); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_152 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_151); V_3 = L_152; goto IL_033a; } IL_0333: { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_153 = V_0; NullCheck(L_153); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_154 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_153, /*hidden argument*/NULL); V_3 = L_154; } IL_033a: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_155 = V_3; uint8_t* L_156 = V_6; Il2CppChar* L_157 = V_5; NullCheck(L_155); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_155, (uint8_t*)(uint8_t*)L_156, (Il2CppChar*)(Il2CppChar*)L_157, /*hidden argument*/NULL); } IL_0344: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_158 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_159 = V_15; uint8_t* L_160 = ___bytes0; NullCheck(L_158); bool L_161 = VirtFuncInvoker3< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t*, Il2CppChar** >::Invoke(7 /* System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*&) */, L_158, L_159, (uint8_t*)(uint8_t*)L_160, (Il2CppChar**)(&___chars2)); if (L_161) { goto IL_036a; } } { uint8_t* L_162 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_162, (int32_t)2)); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_163 = V_3; NullCheck(L_163); DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_163, /*hidden argument*/NULL); Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_164 = V_0; Il2CppChar* L_165 = ___chars2; Il2CppChar* L_166 = V_7; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_164, (bool)((((intptr_t)L_165) == ((intptr_t)L_166))? 1 : 0), /*hidden argument*/NULL); goto IL_0395; } IL_036a: { V_2 = 0; } IL_036c: { Il2CppChar* L_167 = ___chars2; Il2CppChar* L_168 = V_5; if ((!(((uintptr_t)L_167) >= ((uintptr_t)L_168)))) { goto IL_0384; } } { uint8_t* L_169 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_169, (int32_t)2)); Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_170 = V_0; Il2CppChar* L_171 = ___chars2; Il2CppChar* L_172 = V_7; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_170, (bool)((((intptr_t)L_171) == ((intptr_t)L_172))? 1 : 0), /*hidden argument*/NULL); goto IL_0395; } IL_0384: { Il2CppChar* L_173 = ___chars2; Il2CppChar* L_174 = (Il2CppChar*)L_173; ___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_174, (int32_t)2)); Il2CppChar L_175 = V_8; *((int16_t*)L_174) = (int16_t)L_175; } IL_038d: { uint8_t* L_176 = ___bytes0; uint8_t* L_177 = V_4; if ((!(((uintptr_t)L_176) >= ((uintptr_t)L_177)))) { goto IL_0038; } } IL_0395: { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_178 = V_0; if (!L_178) { goto IL_03a3; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_179 = V_0; NullCheck(L_179); bool L_180 = DecoderNLS_get_MustFlush_m0C8DCAF42B8FE1A1C39E68C06A5D681A0DA1C552_inline(L_179, /*hidden argument*/NULL); if (!L_180) { goto IL_04a2; } } IL_03a3: { Il2CppChar L_181 = V_2; if ((((int32_t)L_181) <= ((int32_t)0))) { goto IL_0443; } } { V_16 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; bool L_182 = __this->get_bigEndian_63(); if (!L_182) { goto IL_03cb; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_183 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_184 = L_183; Il2CppChar L_185 = V_2; NullCheck(L_184); (L_184)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_185>>(int32_t)8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_186 = L_184; Il2CppChar L_187 = V_2; NullCheck(L_186); (L_186)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)L_187)))); V_16 = L_186; goto IL_03df; } IL_03cb: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_188 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_189 = L_188; Il2CppChar L_190 = V_2; NullCheck(L_189); (L_189)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_190)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_191 = L_189; Il2CppChar L_192 = V_2; NullCheck(L_191); (L_191)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_192>>(int32_t)8)))))); V_16 = L_191; } IL_03df: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_193 = V_3; if (L_193) { goto IL_0404; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_194 = V_0; if (L_194) { goto IL_03f3; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_195 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_195); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_196 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_195); V_3 = L_196; goto IL_03fa; } IL_03f3: { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_197 = V_0; NullCheck(L_197); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_198 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_197, /*hidden argument*/NULL); V_3 = L_198; } IL_03fa: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_199 = V_3; uint8_t* L_200 = V_6; Il2CppChar* L_201 = V_5; NullCheck(L_199); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_199, (uint8_t*)(uint8_t*)L_200, (Il2CppChar*)(Il2CppChar*)L_201, /*hidden argument*/NULL); } IL_0404: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_202 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_203 = V_16; uint8_t* L_204 = ___bytes0; NullCheck(L_202); bool L_205 = VirtFuncInvoker3< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t*, Il2CppChar** >::Invoke(7 /* System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*&) */, L_202, L_203, (uint8_t*)(uint8_t*)L_204, (Il2CppChar**)(&___chars2)); if (L_205) { goto IL_0441; } } { uint8_t* L_206 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_206, (int32_t)2)); int32_t L_207 = V_1; if ((((int32_t)L_207) < ((int32_t)0))) { goto IL_041f; } } { uint8_t* L_208 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_208, (int32_t)1)); } IL_041f: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_209 = V_3; NullCheck(L_209); DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_209, /*hidden argument*/NULL); Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_210 = V_0; Il2CppChar* L_211 = ___chars2; Il2CppChar* L_212 = V_7; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_210, (bool)((((intptr_t)L_211) == ((intptr_t)L_212))? 1 : 0), /*hidden argument*/NULL); uint8_t* L_213 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_213, (int32_t)2)); int32_t L_214 = V_1; if ((((int32_t)L_214) < ((int32_t)0))) { goto IL_04a2; } } { uint8_t* L_215 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_215, (int32_t)1)); goto IL_04a2; } IL_0441: { V_2 = 0; } IL_0443: { int32_t L_216 = V_1; if ((((int32_t)L_216) < ((int32_t)0))) { goto IL_04a2; } } { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_217 = V_3; if (L_217) { goto IL_046c; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_218 = V_0; if (L_218) { goto IL_045b; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_219 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_60(); NullCheck(L_219); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_220 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_219); V_3 = L_220; goto IL_0462; } IL_045b: { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_221 = V_0; NullCheck(L_221); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_222 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_221, /*hidden argument*/NULL); V_3 = L_222; } IL_0462: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_223 = V_3; uint8_t* L_224 = V_6; Il2CppChar* L_225 = V_5; NullCheck(L_223); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_223, (uint8_t*)(uint8_t*)L_224, (Il2CppChar*)(Il2CppChar*)L_225, /*hidden argument*/NULL); } IL_046c: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_226 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_227 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_228 = L_227; int32_t L_229 = V_1; NullCheck(L_228); (L_228)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_229)))); uint8_t* L_230 = ___bytes0; NullCheck(L_226); bool L_231 = VirtFuncInvoker3< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t*, Il2CppChar** >::Invoke(7 /* System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*&) */, L_226, L_228, (uint8_t*)(uint8_t*)L_230, (Il2CppChar**)(&___chars2)); if (L_231) { goto IL_04a0; } } { uint8_t* L_232 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_232, (int32_t)1)); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_233 = V_3; NullCheck(L_233); DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_233, /*hidden argument*/NULL); Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_234 = V_0; Il2CppChar* L_235 = ___chars2; Il2CppChar* L_236 = V_7; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_234, (bool)((((intptr_t)L_235) == ((intptr_t)L_236))? 1 : 0), /*hidden argument*/NULL); uint8_t* L_237 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_237, (int32_t)1)); goto IL_04a2; } IL_04a0: { V_1 = (-1); } IL_04a2: { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_238 = V_0; if (!L_238) { goto IL_04c1; } } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_239 = V_0; uint8_t* L_240 = ___bytes0; uint8_t* L_241 = V_6; NullCheck(L_239); ((DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)L_239)->set_m_bytesUsed_5((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_240, (intptr_t)L_241))/(int32_t)1))))))))); Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_242 = V_0; Il2CppChar L_243 = V_2; NullCheck(L_242); L_242->set_lastChar_7(L_243); Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_244 = V_0; int32_t L_245 = V_1; NullCheck(L_244); L_244->set_lastByte_6(L_245); } IL_04c1: { Il2CppChar* L_246 = ___chars2; Il2CppChar* L_247 = V_7; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_246, (intptr_t)L_247))/(int32_t)2)))))))); } } // System.Text.Encoder System.Text.UnicodeEncoding::GetEncoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * UnicodeEncoding_GetEncoder_mDB2DBEC11DEB71CBA4E30BDCCE142E89EC94762E (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetEncoder_mDB2DBEC11DEB71CBA4E30BDCCE142E89EC94762E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_0 = (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)il2cpp_codegen_object_new(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8_il2cpp_TypeInfo_var); EncoderNLS__ctor_m3F11286A48DC8DEB96AB6B98EC9A1C0F79A11051(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Text.Decoder System.Text.UnicodeEncoding::GetDecoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * UnicodeEncoding_GetDecoder_mA5098A7EC1FF45462D371BE3B223D39CA68A8FC6 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetDecoder_mA5098A7EC1FF45462D371BE3B223D39CA68A8FC6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * L_0 = (Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A *)il2cpp_codegen_object_new(Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A_il2cpp_TypeInfo_var); Decoder__ctor_m0AFC871C4C4420689FD79A8D7913AFCEBFC637B0(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Byte[] System.Text.UnicodeEncoding::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* UnicodeEncoding_GetPreamble_m6E587B2D47349B11E1DBD11DD9734DD845EFB7ED (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetPreamble_m6E587B2D47349B11E1DBD11DD9734DD845EFB7ED_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_byteOrderMark_64(); if (!L_0) { goto IL_003e; } } { bool L_1 = __this->get_bigEndian_63(); if (!L_1) { goto IL_0027; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint8_t)((int32_t)254)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (uint8_t)((int32_t)255)); return L_4; } IL_0027: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (uint8_t)((int32_t)255)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(1), (uint8_t)((int32_t)254)); return L_7; } IL_003e: { IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ((EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var))->get_Value_0(); return L_8; } } // System.Int32 System.Text.UnicodeEncoding::GetMaxByteCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetMaxByteCount_m803949D5B3CCE5B3ED01E6960C10E93A7996AF62 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, int32_t ___charCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetMaxByteCount_m803949D5B3CCE5B3ED01E6960C10E93A7996AF62_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { int32_t L_0 = ___charCount0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UnicodeEncoding_GetMaxByteCount_m803949D5B3CCE5B3ED01E6960C10E93A7996AF62_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___charCount0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)L_3))), (int64_t)(((int64_t)((int64_t)1))))); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_4 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_4); if ((((int32_t)L_5) <= ((int32_t)1))) { goto IL_003c; } } { int64_t L_6 = V_0; EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_7 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_7); V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)(((int64_t)((int64_t)L_8))))); } IL_003c: { int64_t L_9 = V_0; V_0 = ((int64_t)((int64_t)L_9<<(int32_t)1)); int64_t L_10 = V_0; if ((((int64_t)L_10) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_005e; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, UnicodeEncoding_GetMaxByteCount_m803949D5B3CCE5B3ED01E6960C10E93A7996AF62_RuntimeMethod_var); } IL_005e: { int64_t L_13 = V_0; return (((int32_t)((int32_t)L_13))); } } // System.Int32 System.Text.UnicodeEncoding::GetMaxCharCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetMaxCharCount_m323F088F4ACB8BB272BB2630D1FB5DE8349C1039 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, int32_t ___byteCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_GetMaxCharCount_m323F088F4ACB8BB272BB2630D1FB5DE8349C1039_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { int32_t L_0 = ___byteCount0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UnicodeEncoding_GetMaxCharCount_m323F088F4ACB8BB272BB2630D1FB5DE8349C1039_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___byteCount0; int32_t L_4 = ___byteCount0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_3>>(int32_t)1))))), (int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_4&(int32_t)1))))))), (int64_t)(((int64_t)((int64_t)1))))); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_5 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_5); if ((((int32_t)L_6) <= ((int32_t)1))) { goto IL_0043; } } { int64_t L_7 = V_0; DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_8 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_8); V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_7, (int64_t)(((int64_t)((int64_t)L_9))))); } IL_0043: { int64_t L_10 = V_0; if ((((int64_t)L_10) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0061; } } { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC94AEC48B21CADC5BB8B140753EE1FF89E29C7BC, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, UnicodeEncoding_GetMaxCharCount_m323F088F4ACB8BB272BB2630D1FB5DE8349C1039_RuntimeMethod_var); } IL_0061: { int64_t L_13 = V_0; return (((int32_t)((int32_t)L_13))); } } // System.Boolean System.Text.UnicodeEncoding::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnicodeEncoding_Equals_m846EC3B8B8F82331F19D3DD06A5116AC0FB3713F (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding_Equals_m846EC3B8B8F82331F19D3DD06A5116AC0FB3713F_MetadataUsageId); s_Il2CppMethodInitialized = true; } UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = ((UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 *)IsInstClass((RuntimeObject*)L_0, UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var)); UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * L_1 = V_0; if (!L_1) { goto IL_005b; } } { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 System.Text.Encoding::get_CodePage() */, __this); UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 System.Text.Encoding::get_CodePage() */, L_3); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_0059; } } { bool L_5 = __this->get_byteOrderMark_64(); UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * L_6 = V_0; NullCheck(L_6); bool L_7 = L_6->get_byteOrderMark_64(); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_0059; } } { bool L_8 = __this->get_bigEndian_63(); UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * L_9 = V_0; NullCheck(L_9); bool L_10 = L_9->get_bigEndian_63(); if ((!(((uint32_t)L_8) == ((uint32_t)L_10)))) { goto IL_0059; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_11 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL); UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * L_12 = V_0; NullCheck(L_12); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_13 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(L_12, /*hidden argument*/NULL); NullCheck(L_11); bool L_14 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_11, L_13); if (!L_14) { goto IL_0059; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_15 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * L_16 = V_0; NullCheck(L_16); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_17 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(L_16, /*hidden argument*/NULL); NullCheck(L_15); bool L_18 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_15, L_17); return L_18; } IL_0059: { return (bool)0; } IL_005b: { return (bool)0; } } // System.Int32 System.Text.UnicodeEncoding::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnicodeEncoding_GetHashCode_m79E7E0E3E833CD163CCC995A4FD42F7A05D45BED (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 System.Text.Encoding::get_CodePage() */, __this); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_1 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_3 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3); bool L_5 = __this->get_byteOrderMark_64(); G_B1_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_2)), (int32_t)L_4)); if (L_5) { G_B2_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_2)), (int32_t)L_4)); goto IL_0029; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_002a; } IL_0029: { G_B3_0 = 4; G_B3_1 = G_B2_0; } IL_002a: { bool L_6 = __this->get_bigEndian_63(); G_B4_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)); if (L_6) { G_B5_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)); goto IL_0036; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; goto IL_0037; } IL_0036: { G_B6_0 = 8; G_B6_1 = G_B5_0; } IL_0037: { return ((int32_t)il2cpp_codegen_add((int32_t)G_B6_1, (int32_t)G_B6_0)); } } // System.Void System.Text.UnicodeEncoding::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnicodeEncoding__cctor_mFB6BD5AF283304579BD76A22ABBFAD97388D58F0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnicodeEncoding__cctor_mFB6BD5AF283304579BD76A22ABBFAD97388D58F0_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t G_B2_0 = 0; int64_t G_B1_0 = 0; int64_t G_B3_0 = 0; int64_t G_B3_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); G_B1_0 = ((int64_t)-2882066263381583872LL); if (L_0) { G_B2_0 = ((int64_t)-2882066263381583872LL); goto IL_001b; } } { G_B3_0 = ((int64_t)4398046512128LL); G_B3_1 = G_B1_0; goto IL_0024; } IL_001b: { G_B3_0 = ((int64_t)288230376218820608LL); G_B3_1 = G_B2_0; } IL_0024: { ((UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_StaticFields*)il2cpp_codegen_static_fields_for(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var))->set_highLowPatternMask_65(((int64_t)((int64_t)G_B3_1|(int64_t)G_B3_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.Text.UnicodeEncoding_Decoder::.ctor(System.Text.UnicodeEncoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder__ctor_m0AFC871C4C4420689FD79A8D7913AFCEBFC637B0 (Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * __this, UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * ___encoding0, const RuntimeMethod* method) { { __this->set_lastByte_6((-1)); UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * L_0 = ___encoding0; DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UnicodeEncoding_Decoder::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder__ctor_mBD3284B1F2B9A56C6DF03CB12C816C7CEA0B4041 (Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decoder__ctor_mBD3284B1F2B9A56C6DF03CB12C816C7CEA0B4041_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { __this->set_lastByte_6((-1)); DecoderNLS__ctor_mC984F2089D25CDC9625B6DC33CB330337182C4C9(__this, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_001b; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Decoder__ctor_mBD3284B1F2B9A56C6DF03CB12C816C7CEA0B4041_RuntimeMethod_var); } IL_001b: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral79931DA794328AA587B1923F8CAF921A5E97F8FC, L_4, /*hidden argument*/NULL); __this->set_lastByte_6(((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))))); } IL_003b: try { // begin try (depth: 1) SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteralC5B646E5851539C7B5F892DEFF9F820B34C3589B, L_8, /*hidden argument*/NULL); ((DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)__this)->set_m_encoding_2(((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_9, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast (Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var) }; Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_13 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_10, _stringLiteralE4057F021B457E20662D34C91DF3615FAA82A4A5, L_12, /*hidden argument*/NULL); __this->set_lastChar_7(((*(Il2CppChar*)((Il2CppChar*)UnBox(L_13, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var))))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast (DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_0_0_0_var) }; Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_17 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_14, _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC, L_16, /*hidden argument*/NULL); ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->set_m_fallback_0(((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 *)CastclassClass((RuntimeObject*)L_17, DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))); goto IL_00c8; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_009d; throw e; } CATCH_009d: { // begin catch(System.Runtime.Serialization.SerializationException) SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_18 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_19 = { reinterpret_cast (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_19, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject * L_21 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_18, _stringLiteral0C9189633C98E95949E2144ECF751CF0AA0EBD19, L_20, /*hidden argument*/NULL); V_0 = ((*(bool*)((bool*)UnBox(L_21, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))); bool L_22 = V_0; UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * L_23 = (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 *)il2cpp_codegen_object_new(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var); UnicodeEncoding__ctor_m008B9B92D414A56B533624021525F53B2A73BD10(L_23, L_22, (bool)0, /*hidden argument*/NULL); ((DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)__this)->set_m_encoding_2(L_23); goto IL_00c8; } // end catch (depth: 1) IL_00c8: { return; } } // System.Void System.Text.UnicodeEncoding_Decoder::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_m3264A3E507DECE057E8DD13F8A7E9AB85D0CABA1 (Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_m3264A3E507DECE057E8DD13F8A7E9AB85D0CABA1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Decoder_System_Runtime_Serialization_ISerializable_GetObjectData_m3264A3E507DECE057E8DD13F8A7E9AB85D0CABA1_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = ((DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)__this)->get_m_encoding_2(); NullCheck(L_2); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteralC5B646E5851539C7B5F892DEFF9F820B34C3589B, L_3, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0; DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_5 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallback_0(); NullCheck(L_4); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_4, _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC, L_5, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; Il2CppChar L_7 = __this->get_lastChar_7(); NullCheck(L_6); SerializationInfo_AddValue_mF1E3C85899AFD183897EB81ED87F55C4EDCEA146(L_6, _stringLiteralE4057F021B457E20662D34C91DF3615FAA82A4A5, L_7, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0; int32_t L_9 = __this->get_lastByte_6(); NullCheck(L_8); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_8, _stringLiteral79931DA794328AA587B1923F8CAF921A5E97F8FC, L_9, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = ((DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)__this)->get_m_encoding_2(); NullCheck(((UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 *)CastclassClass((RuntimeObject*)L_11, UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var))); bool L_12 = ((UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 *)CastclassClass((RuntimeObject*)L_11, UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var))->get_bigEndian_63(); NullCheck(L_10); SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_10, _stringLiteral0C9189633C98E95949E2144ECF751CF0AA0EBD19, L_12, /*hidden argument*/NULL); return; } } // System.Void System.Text.UnicodeEncoding_Decoder::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder_Reset_m309B5D00997452967DD81F198AD11434AB6BF24F (Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * __this, const RuntimeMethod* method) { { __this->set_lastByte_6((-1)); __this->set_lastChar_7(0); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_0 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallbackBuffer_1(); if (!L_0) { goto IL_0021; } } { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_1 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallbackBuffer_1(); NullCheck(L_1); VirtActionInvoker0::Invoke(6 /* System.Void System.Text.DecoderFallbackBuffer::Reset() */, L_1); } IL_0021: { return; } } // System.Boolean System.Text.UnicodeEncoding_Decoder::get_HasState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decoder_get_HasState_mBE38DBA3FEE81122AB8856368CB2D91BBA762F0C (Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lastByte_6(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0013; } } { Il2CppChar L_1 = __this->get_lastChar_7(); return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0); } IL_0013: { 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.ThreadStaticAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStaticAttribute__ctor_mE9476BE3DEA609347586307A4116A3CE39197A60 (ThreadStaticAttribute_tCE2B939D689C66D29B18B265822F96F79DAAF393 * __this, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.AbandonedMutexException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbandonedMutexException__ctor_mD789CDEE6F2EFECA949F0205C4AA37F140476E05 (AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AbandonedMutexException__ctor_mD789CDEE6F2EFECA949F0205C4AA37F140476E05_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_MutexIndex_17((-1)); String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB9C11BBCAFC0075C6FDDAEAD6F538B2A3297BB32, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233043), /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AbandonedMutexException__ctor_m5D2377FCE41D4EA1068C207B0105C7322D521666_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_MutexIndex_17((-1)); String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB9C11BBCAFC0075C6FDDAEAD6F538B2A3297BB32, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233043), /*hidden argument*/NULL); int32_t L_1 = ___location0; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_2 = ___handle1; AbandonedMutexException_SetupException_m3620C49DD4CA315DDAD5F436A7D698865597212A(__this, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Threading.AbandonedMutexException::SetupException(System.Int32,System.Threading.WaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbandonedMutexException_SetupException_m3620C49DD4CA315DDAD5F436A7D698865597212A (AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9 * __this, int32_t ___location0, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___handle1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AbandonedMutexException_SetupException_m3620C49DD4CA315DDAD5F436A7D698865597212A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___location0; __this->set_m_MutexIndex_17(L_0); WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_1 = ___handle1; if (!L_1) { goto IL_0016; } } { WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_2 = ___handle1; __this->set_m_Mutex_18(((Mutex_tEFA4BCB29AF9E8B7BD6F0973C6AFFA072744AB5C *)IsInstSealed((RuntimeObject*)L_2, Mutex_tEFA4BCB29AF9E8B7BD6F0973C6AFFA072744AB5C_il2cpp_TypeInfo_var))); } IL_0016: { return; } } // System.Void System.Threading.AbandonedMutexException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbandonedMutexException__ctor_mBD51FDB952757ED78309C3BE21C46C83533DF878 (AbandonedMutexException_tCE41515409705F64C8D2AE1AAB4C1864905803C9 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { __this->set_m_MutexIndex_17((-1)); 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.AutoResetEvent::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoResetEvent__ctor_m2A6F4D44E005E07021957D5134037747AE9890BE (AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7 * __this, bool ___initialState0, const RuntimeMethod* method) { { bool L_0 = ___initialState0; EventWaitHandle__ctor_m9EA7029408FF8BBCB1F527C940FAC6C1796DE3C1(__this, L_0, 0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Threading.CancellationCallbackCoreWorkArguments IL2CPP_EXTERN_C void CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshal_pinvoke(const CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB& unmarshaled, CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshaled_pinvoke& marshaled) { Exception_t* ___m_currArrayFragment_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_currArrayFragment' of type 'CancellationCallbackCoreWorkArguments'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_currArrayFragment_0Exception, NULL); } IL2CPP_EXTERN_C void CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshal_pinvoke_back(const CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshaled_pinvoke& marshaled, CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB& unmarshaled) { Exception_t* ___m_currArrayFragment_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_currArrayFragment' of type 'CancellationCallbackCoreWorkArguments'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_currArrayFragment_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Threading.CancellationCallbackCoreWorkArguments IL2CPP_EXTERN_C void CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshal_pinvoke_cleanup(CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Threading.CancellationCallbackCoreWorkArguments IL2CPP_EXTERN_C void CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshal_com(const CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB& unmarshaled, CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshaled_com& marshaled) { Exception_t* ___m_currArrayFragment_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_currArrayFragment' of type 'CancellationCallbackCoreWorkArguments'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_currArrayFragment_0Exception, NULL); } IL2CPP_EXTERN_C void CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshal_com_back(const CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshaled_com& marshaled, CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB& unmarshaled) { Exception_t* ___m_currArrayFragment_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_currArrayFragment' of type 'CancellationCallbackCoreWorkArguments'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_currArrayFragment_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Threading.CancellationCallbackCoreWorkArguments IL2CPP_EXTERN_C void CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshal_com_cleanup(CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_marshaled_com& marshaled) { } // System.Void System.Threading.CancellationCallbackCoreWorkArguments::.ctor(System.Threading.SparselyPopulatedArrayFragment`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationCallbackCoreWorkArguments__ctor_mBE862E6F44CE055B535C63E55A6D41774244207E (CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB * __this, SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * ___currArrayFragment0, int32_t ___currArrayIndex1, const RuntimeMethod* method) { { SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_0 = ___currArrayFragment0; __this->set_m_currArrayFragment_0(L_0); int32_t L_1 = ___currArrayIndex1; __this->set_m_currArrayIndex_1(L_1); return; } } IL2CPP_EXTERN_C void CancellationCallbackCoreWorkArguments__ctor_mBE862E6F44CE055B535C63E55A6D41774244207E_AdjustorThunk (RuntimeObject * __this, SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * ___currArrayFragment0, int32_t ___currArrayIndex1, const RuntimeMethod* method) { int32_t _offset = 1; CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB * _thisAdjusted = reinterpret_cast(__this + _offset); CancellationCallbackCoreWorkArguments__ctor_mBE862E6F44CE055B535C63E55A6D41774244207E(_thisAdjusted, ___currArrayFragment0, ___currArrayIndex1, 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.CancellationCallbackInfo::.ctor(System.Action`1,System.Object,System.Threading.SynchronizationContext,System.Threading.ExecutionContext,System.Threading.CancellationTokenSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationCallbackInfo__ctor_m2A63C48373DADF5FA3CCBED7D8F4C3D473D7DB34 (CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___callback0, RuntimeObject * ___stateForCallback1, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___targetSyncContext2, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___targetExecutionContext3, CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___cancellationTokenSource4, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = ___callback0; __this->set_Callback_0(L_0); RuntimeObject * L_1 = ___stateForCallback1; __this->set_StateForCallback_1(L_1); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = ___targetSyncContext2; __this->set_TargetSyncContext_2(L_2); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_3 = ___targetExecutionContext3; __this->set_TargetExecutionContext_3(L_3); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_4 = ___cancellationTokenSource4; __this->set_CancellationTokenSource_4(L_4); return; } } // System.Void System.Threading.CancellationCallbackInfo::ExecuteCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationCallbackInfo_ExecuteCallback_m0DDF290EAF97174E7804CFCFF0E4046A462359E8 (CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationCallbackInfo_ExecuteCallback_m0DDF290EAF97174E7804CFCFF0E4046A462359E8_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * V_0 = NULL; { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = __this->get_TargetExecutionContext_3(); if (!L_0) { goto IL_0032; } } { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_1 = ((CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36_StaticFields*)il2cpp_codegen_static_fields_for(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36_il2cpp_TypeInfo_var))->get_s_executionContextCallback_5(); V_0 = L_1; ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_2 = V_0; if (L_2) { goto IL_0024; } } { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_3 = (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 *)il2cpp_codegen_object_new(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var); ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493(L_3, NULL, (intptr_t)((intptr_t)CancellationCallbackInfo_ExecutionContextCallback_mB1FBA4F85DEFE0E6A4C2E8EE4356328F84C568BF_RuntimeMethod_var), /*hidden argument*/NULL); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_4 = L_3; V_0 = L_4; ((CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36_StaticFields*)il2cpp_codegen_static_fields_for(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36_il2cpp_TypeInfo_var))->set_s_executionContextCallback_5(L_4); } IL_0024: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_5 = __this->get_TargetExecutionContext_3(); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_Run_m97152E1791C019905F6297946D7411CA6683CCEB(L_5, L_6, __this, /*hidden argument*/NULL); return; } IL_0032: { CancellationCallbackInfo_ExecutionContextCallback_mB1FBA4F85DEFE0E6A4C2E8EE4356328F84C568BF(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.CancellationCallbackInfo::ExecutionContextCallback(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationCallbackInfo_ExecutionContextCallback_mB1FBA4F85DEFE0E6A4C2E8EE4356328F84C568BF (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationCallbackInfo_ExecutionContextCallback_mB1FBA4F85DEFE0E6A4C2E8EE4356328F84C568BF_MetadataUsageId); s_Il2CppMethodInitialized = true; } CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *)IsInstClass((RuntimeObject*)L_0, CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36_il2cpp_TypeInfo_var)); CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_1 = V_0; NullCheck(L_1); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_2 = L_1->get_Callback_0(); CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = L_3->get_StateForCallback_1(); NullCheck(L_2); Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5(L_2, L_4, /*hidden argument*/Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Threading.CancellationToken IL2CPP_EXTERN_C void CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshal_pinvoke(const CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB& unmarshaled, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_pinvoke& marshaled) { Exception_t* ___m_source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_source' of type 'CancellationToken': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_source_0Exception, NULL); } IL2CPP_EXTERN_C void CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshal_pinvoke_back(const CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_pinvoke& marshaled, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB& unmarshaled) { Exception_t* ___m_source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_source' of type 'CancellationToken': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_source_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Threading.CancellationToken IL2CPP_EXTERN_C void CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshal_pinvoke_cleanup(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Threading.CancellationToken IL2CPP_EXTERN_C void CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshal_com(const CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB& unmarshaled, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_com& marshaled) { Exception_t* ___m_source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_source' of type 'CancellationToken': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_source_0Exception, NULL); } IL2CPP_EXTERN_C void CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshal_com_back(const CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_com& marshaled, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB& unmarshaled) { Exception_t* ___m_source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_source' of type 'CancellationToken': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_source_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Threading.CancellationToken IL2CPP_EXTERN_C void CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshal_com_cleanup(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_com& marshaled) { } // System.Threading.CancellationToken System.Threading.CancellationToken::get_None() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB CancellationToken_get_None_m008D4CF5E11172703A6D781A3C30E6E537004F1D (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; return L_0; } } // System.Boolean System.Threading.CancellationToken::get_IsCancellationRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, const RuntimeMethod* method) { { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_0 = __this->get_m_source_0(); if (!L_0) { goto IL_0014; } } { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_1 = __this->get_m_source_0(); NullCheck(L_1); bool L_2 = CancellationTokenSource_get_IsCancellationRequested_mCF943D076EFDCE0AB5454058B52E1C2C9FF39268(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } IL2CPP_EXTERN_C bool CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * _thisAdjusted = reinterpret_cast(__this + _offset); return CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D(_thisAdjusted, 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) { { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_0 = __this->get_m_source_0(); if (!L_0) { goto IL_0014; } } { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_1 = __this->get_m_source_0(); NullCheck(L_1); bool L_2 = CancellationTokenSource_get_CanBeCanceled_m6030BE745AD2962EBE2193338B91657292BA1D60(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } IL2CPP_EXTERN_C bool CancellationToken_get_CanBeCanceled_m485B6A386A628048A15D607330E91582012C59EF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * _thisAdjusted = reinterpret_cast(__this + _offset); return CancellationToken_get_CanBeCanceled_m485B6A386A628048A15D607330E91582012C59EF(_thisAdjusted, method); } // System.Void System.Threading.CancellationToken::.ctor(System.Threading.CancellationTokenSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken__ctor_mA3772B101A95BF5076F8156319F65D41F8D406A7 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___source0, const RuntimeMethod* method) { { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_0 = ___source0; __this->set_m_source_0(L_0); return; } } IL2CPP_EXTERN_C void CancellationToken__ctor_mA3772B101A95BF5076F8156319F65D41F8D406A7_AdjustorThunk (RuntimeObject * __this, CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___source0, const RuntimeMethod* method) { int32_t _offset = 1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * _thisAdjusted = reinterpret_cast(__this + _offset); CancellationToken__ctor_mA3772B101A95BF5076F8156319F65D41F8D406A7_inline(_thisAdjusted, ___source0, method); } // System.Void System.Threading.CancellationToken::ActionToActionObjShunt(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken_ActionToActionObjShunt_mFEFE0634A530A4AAD46923F69CE24CEFD9C7CD02 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationToken_ActionToActionObjShunt_mFEFE0634A530A4AAD46923F69CE24CEFD9C7CD02_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; NullCheck(((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)IsInstSealed((RuntimeObject*)L_0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var))); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(((Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)IsInstSealed((RuntimeObject*)L_0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // 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) { { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = ___callback0; RuntimeObject * L_1 = ___state1; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_2 = CancellationToken_Register_mD300585BB9E11B4EA78DD0799363B7FC08BA2AB6((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)__this, L_0, L_1, (bool)0, (bool)0, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 CancellationToken_InternalRegisterWithoutEC_m2AB5F8C5E8800786BE0825ACE80BAA2EFB719DFF_AdjustorThunk (RuntimeObject * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { int32_t _offset = 1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * _thisAdjusted = reinterpret_cast(__this + _offset); return CancellationToken_InternalRegisterWithoutEC_m2AB5F8C5E8800786BE0825ACE80BAA2EFB719DFF(_thisAdjusted, ___callback0, ___state1, method); } // System.Threading.CancellationTokenRegistration System.Threading.CancellationToken::Register(System.Action`1,System.Object,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 CancellationToken_Register_mD300585BB9E11B4EA78DD0799363B7FC08BA2AB6 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___callback0, RuntimeObject * ___state1, bool ___useSynchronizationContext2, bool ___useExecutionContext3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationToken_Register_mD300585BB9E11B4EA78DD0799363B7FC08BA2AB6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * V_1 = NULL; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * V_2 = NULL; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 V_3; memset((&V_3), 0, sizeof(V_3)); { V_0 = 1; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = ___callback0; if (L_0) { goto IL_0010; } } { 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, CancellationToken_Register_mD300585BB9E11B4EA78DD0799363B7FC08BA2AB6_RuntimeMethod_var); } IL_0010: { bool L_2 = CancellationToken_get_CanBeCanceled_m485B6A386A628048A15D607330E91582012C59EF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)__this, /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { il2cpp_codegen_initobj((&V_3), sizeof(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 )); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_3 = V_3; return L_3; } IL_0022: { V_1 = (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 *)NULL; V_2 = (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 *)NULL; bool L_4 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)__this, /*hidden argument*/NULL); if (L_4) { goto IL_0044; } } { bool L_5 = ___useSynchronizationContext2; if (!L_5) { goto IL_0037; } } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_6 = SynchronizationContext_get_Current_m349D2AF9766D807E4003E23C6D37EF1592832DF4(/*hidden argument*/NULL); V_1 = L_6; } IL_0037: { bool L_7 = ___useExecutionContext3; if (!L_7) { goto IL_0044; } } { IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_8 = ExecutionContext_Capture_m03E9840F580CC8E82725D5969D6132B0ABADD5F2((int32_t*)(&V_0), 2, /*hidden argument*/NULL); V_2 = L_8; } IL_0044: { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_9 = __this->get_m_source_0(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_10 = ___callback0; RuntimeObject * L_11 = ___state1; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_12 = V_1; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_13 = V_2; NullCheck(L_9); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_14 = CancellationTokenSource_InternalRegister_mE96AC3A0397A2A1FEEE19AE7E87BB9875A643B4C(L_9, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } IL2CPP_EXTERN_C CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 CancellationToken_Register_mD300585BB9E11B4EA78DD0799363B7FC08BA2AB6_AdjustorThunk (RuntimeObject * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___callback0, RuntimeObject * ___state1, bool ___useSynchronizationContext2, bool ___useExecutionContext3, const RuntimeMethod* method) { int32_t _offset = 1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * _thisAdjusted = reinterpret_cast(__this + _offset); return CancellationToken_Register_mD300585BB9E11B4EA78DD0799363B7FC08BA2AB6(_thisAdjusted, ___callback0, ___state1, ___useSynchronizationContext2, ___useExecutionContext3, method); } // System.Boolean System.Threading.CancellationToken::Equals(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_Equals_m8E3FA5F24457451D6D5BF428D9D9F8DACE633F3B (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationToken_Equals_m8E3FA5F24457451D6D5BF428D9D9F8DACE633F3B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_0 = __this->get_m_source_0(); if (L_0) { goto IL_0012; } } { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_1 = ___other0; CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_2 = L_1.get_m_source_0(); if (L_2) { goto IL_0012; } } { return (bool)1; } IL_0012: { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_3 = __this->get_m_source_0(); if (L_3) { goto IL_0029; } } { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = ___other0; CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_5 = L_4.get_m_source_0(); IL2CPP_RUNTIME_CLASS_INIT(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_6 = CancellationTokenSource_InternalGetStaticSource_mC9F17578A05A8DBA185E77FAA41716018049D780((bool)0, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)L_5) == ((RuntimeObject*)(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)L_6))? 1 : 0); } IL_0029: { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_7 = ___other0; CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_8 = L_7.get_m_source_0(); if (L_8) { goto IL_0040; } } { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_9 = __this->get_m_source_0(); IL2CPP_RUNTIME_CLASS_INIT(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_10 = CancellationTokenSource_InternalGetStaticSource_mC9F17578A05A8DBA185E77FAA41716018049D780((bool)0, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)L_9) == ((RuntimeObject*)(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)L_10))? 1 : 0); } IL_0040: { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_11 = __this->get_m_source_0(); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_12 = ___other0; CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_13 = L_12.get_m_source_0(); return (bool)((((RuntimeObject*)(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)L_11) == ((RuntimeObject*)(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)L_13))? 1 : 0); } } IL2CPP_EXTERN_C bool CancellationToken_Equals_m8E3FA5F24457451D6D5BF428D9D9F8DACE633F3B_AdjustorThunk (RuntimeObject * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___other0, const RuntimeMethod* method) { int32_t _offset = 1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * _thisAdjusted = reinterpret_cast(__this + _offset); return CancellationToken_Equals_m8E3FA5F24457451D6D5BF428D9D9F8DACE633F3B(_thisAdjusted, ___other0, method); } // System.Boolean System.Threading.CancellationToken::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_Equals_m2837C59A5008EBB7F0A470DA0C9FF41B34C174EB (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationToken_Equals_m2837C59A5008EBB7F0A470DA0C9FF41B34C174EB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject * L_1 = ___other0; bool L_2 = CancellationToken_Equals_m8E3FA5F24457451D6D5BF428D9D9F8DACE633F3B((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)__this, ((*(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)UnBox(L_1, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool CancellationToken_Equals_m2837C59A5008EBB7F0A470DA0C9FF41B34C174EB_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { int32_t _offset = 1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * _thisAdjusted = reinterpret_cast(__this + _offset); return CancellationToken_Equals_m2837C59A5008EBB7F0A470DA0C9FF41B34C174EB(_thisAdjusted, ___other0, method); } // System.Int32 System.Threading.CancellationToken::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CancellationToken_GetHashCode_m68576A21A87EAD6E2F103D91610FAEF4B15C4F72 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationToken_GetHashCode_m68576A21A87EAD6E2F103D91610FAEF4B15C4F72_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_0 = __this->get_m_source_0(); if (L_0) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_1 = CancellationTokenSource_InternalGetStaticSource_mC9F17578A05A8DBA185E77FAA41716018049D780((bool)0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); return L_2; } IL_0014: { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_3 = __this->get_m_source_0(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3); return L_4; } } IL2CPP_EXTERN_C int32_t CancellationToken_GetHashCode_m68576A21A87EAD6E2F103D91610FAEF4B15C4F72_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * _thisAdjusted = reinterpret_cast(__this + _offset); return CancellationToken_GetHashCode_m68576A21A87EAD6E2F103D91610FAEF4B15C4F72(_thisAdjusted, 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) { { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = ___right1; bool L_1 = CancellationToken_Equals_m8E3FA5F24457451D6D5BF428D9D9F8DACE633F3B((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___left0), L_0, /*hidden argument*/NULL); return L_1; } } // 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) { { CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0 = ___right1; bool L_1 = CancellationToken_Equals_m8E3FA5F24457451D6D5BF428D9D9F8DACE633F3B((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___left0), L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Void System.Threading.CancellationToken::ThrowIfCancellationRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken_ThrowIfCancellationRequested_m13AB667F961F83D8ED759BA402325638F43B0938 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, const RuntimeMethod* method) { { bool L_0 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } { CancellationToken_ThrowOperationCanceledException_mE47E67891F02F14C9245FC65B5674D6E95E38F07((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)__this, /*hidden argument*/NULL); } IL_000e: { return; } } IL2CPP_EXTERN_C void CancellationToken_ThrowIfCancellationRequested_m13AB667F961F83D8ED759BA402325638F43B0938_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * _thisAdjusted = reinterpret_cast(__this + _offset); CancellationToken_ThrowIfCancellationRequested_m13AB667F961F83D8ED759BA402325638F43B0938(_thisAdjusted, method); } // System.Void System.Threading.CancellationToken::ThrowIfSourceDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken_ThrowIfSourceDisposed_m8E42C0EEDC94CA3AB799D787A25E1BF63EC33271 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationToken_ThrowIfSourceDisposed_m8E42C0EEDC94CA3AB799D787A25E1BF63EC33271_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_0 = __this->get_m_source_0(); if (!L_0) { goto IL_001a; } } { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_1 = __this->get_m_source_0(); NullCheck(L_1); bool L_2 = CancellationTokenSource_get_IsDisposed_mA06C7C248A653B577A8B05C47780D883AA559CCE_inline(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_il2cpp_TypeInfo_var); CancellationToken_ThrowObjectDisposedException_m646DAB9F446B2B0F7004B3EBD53828A2782202E1(/*hidden argument*/NULL); } IL_001a: { return; } } IL2CPP_EXTERN_C void CancellationToken_ThrowIfSourceDisposed_m8E42C0EEDC94CA3AB799D787A25E1BF63EC33271_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * _thisAdjusted = reinterpret_cast(__this + _offset); CancellationToken_ThrowIfSourceDisposed_m8E42C0EEDC94CA3AB799D787A25E1BF63EC33271(_thisAdjusted, method); } // System.Void System.Threading.CancellationToken::ThrowOperationCanceledException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken_ThrowOperationCanceledException_mE47E67891F02F14C9245FC65B5674D6E95E38F07 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationToken_ThrowOperationCanceledException_mE47E67891F02F14C9245FC65B5674D6E95E38F07_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral49F5CC194E751BEEEC38ECE70DA1908E9A004E89, /*hidden argument*/NULL); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_1 = (*(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)__this); OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 * L_2 = (OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90 *)il2cpp_codegen_object_new(OperationCanceledException_tD28B1AE59ACCE4D46333BFE398395B8D75D76A90_il2cpp_TypeInfo_var); OperationCanceledException__ctor_mFA31130275508696794961415B1C9F0AC2308DB0(L_2, L_0, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CancellationToken_ThrowOperationCanceledException_mE47E67891F02F14C9245FC65B5674D6E95E38F07_RuntimeMethod_var); } } IL2CPP_EXTERN_C void CancellationToken_ThrowOperationCanceledException_mE47E67891F02F14C9245FC65B5674D6E95E38F07_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * _thisAdjusted = reinterpret_cast(__this + _offset); CancellationToken_ThrowOperationCanceledException_mE47E67891F02F14C9245FC65B5674D6E95E38F07(_thisAdjusted, method); } // System.Void System.Threading.CancellationToken::ThrowObjectDisposedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken_ThrowObjectDisposedException_m646DAB9F446B2B0F7004B3EBD53828A2782202E1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationToken_ThrowObjectDisposedException_m646DAB9F446B2B0F7004B3EBD53828A2782202E1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDE68812E965C0494261A2CAC4461FCD2A815B6FC, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_1, (String_t*)NULL, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CancellationToken_ThrowObjectDisposedException_m646DAB9F446B2B0F7004B3EBD53828A2782202E1_RuntimeMethod_var); } } // System.Void System.Threading.CancellationToken::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken__cctor_mFBCA0FC18EE30B8712359D9736C7169B8B1E1D20 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationToken__cctor_mFBCA0FC18EE30B8712359D9736C7169B8B1E1D20_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)il2cpp_codegen_object_new(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0_il2cpp_TypeInfo_var); Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510(L_0, NULL, (intptr_t)((intptr_t)CancellationToken_ActionToActionObjShunt_mFEFE0634A530A4AAD46923F69CE24CEFD9C7CD02_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_RuntimeMethod_var); ((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields*)il2cpp_codegen_static_fields_for(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_il2cpp_TypeInfo_var))->set_s_ActionToActionObjShunt_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 // Conversion methods for marshalling of: System.Threading.CancellationTokenRegistration IL2CPP_EXTERN_C void CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshal_pinvoke(const CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2& unmarshaled, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshaled_pinvoke& marshaled) { Exception_t* ___m_callbackInfo_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_callbackInfo' of type 'CancellationTokenRegistration': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_callbackInfo_0Exception, NULL); } IL2CPP_EXTERN_C void CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshal_pinvoke_back(const CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshaled_pinvoke& marshaled, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2& unmarshaled) { Exception_t* ___m_callbackInfo_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_callbackInfo' of type 'CancellationTokenRegistration': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_callbackInfo_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Threading.CancellationTokenRegistration IL2CPP_EXTERN_C void CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshal_pinvoke_cleanup(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Threading.CancellationTokenRegistration IL2CPP_EXTERN_C void CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshal_com(const CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2& unmarshaled, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshaled_com& marshaled) { Exception_t* ___m_callbackInfo_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_callbackInfo' of type 'CancellationTokenRegistration': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_callbackInfo_0Exception, NULL); } IL2CPP_EXTERN_C void CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshal_com_back(const CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshaled_com& marshaled, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2& unmarshaled) { Exception_t* ___m_callbackInfo_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_callbackInfo' of type 'CancellationTokenRegistration': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_callbackInfo_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Threading.CancellationTokenRegistration IL2CPP_EXTERN_C void CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshal_com_cleanup(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshaled_com& marshaled) { } // System.Void System.Threading.CancellationTokenRegistration::.ctor(System.Threading.CancellationCallbackInfo,System.Threading.SparselyPopulatedArrayAddInfo`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenRegistration__ctor_m0958E03E78A8070A0585B1917DB9AE837B4593AA (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * __this, CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___callbackInfo0, SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE ___registrationInfo1, const RuntimeMethod* method) { { CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_0 = ___callbackInfo0; __this->set_m_callbackInfo_0(L_0); SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_1 = ___registrationInfo1; __this->set_m_registrationInfo_1(L_1); return; } } IL2CPP_EXTERN_C void CancellationTokenRegistration__ctor_m0958E03E78A8070A0585B1917DB9AE837B4593AA_AdjustorThunk (RuntimeObject * __this, CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___callbackInfo0, SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE ___registrationInfo1, const RuntimeMethod* method) { int32_t _offset = 1; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * _thisAdjusted = reinterpret_cast(__this + _offset); CancellationTokenRegistration__ctor_m0958E03E78A8070A0585B1917DB9AE837B4593AA(_thisAdjusted, ___callbackInfo0, ___registrationInfo1, method); } // System.Boolean System.Threading.CancellationTokenRegistration::TryDeregister() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenRegistration_TryDeregister_m930D84197FB96E0D1206D9CAAF07F5AC8149CC15 (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenRegistration_TryDeregister_m930D84197FB96E0D1206D9CAAF07F5AC8149CC15_MetadataUsageId); s_Il2CppMethodInitialized = true; } SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE V_0; memset((&V_0), 0, sizeof(V_0)); { SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_0 = __this->get_m_registrationInfo_1(); V_0 = L_0; SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_1 = SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_inline((SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE *)(&V_0), /*hidden argument*/SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_2 = __this->get_m_registrationInfo_1(); V_0 = L_2; SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_3 = SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_inline((SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE *)(&V_0), /*hidden argument*/SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_RuntimeMethod_var); SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_4 = __this->get_m_registrationInfo_1(); V_0 = L_4; int32_t L_5 = SparselyPopulatedArrayAddInfo_1_get_Index_m541231B47F059DF1FA073697B9FEB4BFA0FF40FD_inline((SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE *)(&V_0), /*hidden argument*/SparselyPopulatedArrayAddInfo_1_get_Index_m541231B47F059DF1FA073697B9FEB4BFA0FF40FD_RuntimeMethod_var); CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_6 = __this->get_m_callbackInfo_0(); NullCheck(L_3); CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_7 = SparselyPopulatedArrayFragment_1_SafeAtomicRemove_m37D4281493EFB759F2CDE5A71B3B83AAD026126C(L_3, L_5, L_6, /*hidden argument*/SparselyPopulatedArrayFragment_1_SafeAtomicRemove_m37D4281493EFB759F2CDE5A71B3B83AAD026126C_RuntimeMethod_var); CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_8 = __this->get_m_callbackInfo_0(); if ((((RuntimeObject*)(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *)L_7) == ((RuntimeObject*)(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *)L_8))) { goto IL_0043; } } { return (bool)0; } IL_0043: { return (bool)1; } } IL2CPP_EXTERN_C bool CancellationTokenRegistration_TryDeregister_m930D84197FB96E0D1206D9CAAF07F5AC8149CC15_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * _thisAdjusted = reinterpret_cast(__this + _offset); return CancellationTokenRegistration_TryDeregister_m930D84197FB96E0D1206D9CAAF07F5AC8149CC15(_thisAdjusted, method); } // System.Void System.Threading.CancellationTokenRegistration::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenRegistration_Dispose_m12C09B73DC2913C85C776E611EF48DCA63405457 (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * __this, const RuntimeMethod* method) { bool V_0 = false; CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * V_1 = NULL; CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * V_2 = NULL; { bool L_0 = CancellationTokenRegistration_TryDeregister_m930D84197FB96E0D1206D9CAAF07F5AC8149CC15((CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)__this, /*hidden argument*/NULL); V_0 = L_0; CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_1 = __this->get_m_callbackInfo_0(); V_1 = L_1; CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_2 = V_1; if (!L_2) { goto IL_0049; } } { CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_3 = V_1; NullCheck(L_3); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_4 = L_3->get_CancellationTokenSource_4(); V_2 = L_4; CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_5 = V_2; NullCheck(L_5); bool L_6 = CancellationTokenSource_get_IsCancellationRequested_mCF943D076EFDCE0AB5454058B52E1C2C9FF39268(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0049; } } { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_7 = V_2; NullCheck(L_7); bool L_8 = CancellationTokenSource_get_IsCancellationCompleted_mB62249D695B9AA241FA89E20B565741F1F5DEB23(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0049; } } { bool L_9 = V_0; if (L_9) { goto IL_0049; } } { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_10 = V_2; NullCheck(L_10); int32_t L_11 = CancellationTokenSource_get_ThreadIDExecutingCallbacks_m4F027CCD66F4EDE35EB7E0243EB5612BD4495DE9(L_10, /*hidden argument*/NULL); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_12 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)L_13))) { goto IL_0049; } } { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_14 = V_2; CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_15 = __this->get_m_callbackInfo_0(); NullCheck(L_14); CancellationTokenSource_WaitForCallbackToComplete_mFA6221C0EF616B4DA1DA32B055BC6865D06EE39B(L_14, L_15, /*hidden argument*/NULL); } IL_0049: { return; } } IL2CPP_EXTERN_C void CancellationTokenRegistration_Dispose_m12C09B73DC2913C85C776E611EF48DCA63405457_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * _thisAdjusted = reinterpret_cast(__this + _offset); CancellationTokenRegistration_Dispose_m12C09B73DC2913C85C776E611EF48DCA63405457(_thisAdjusted, method); } // System.Boolean System.Threading.CancellationTokenRegistration::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenRegistration_Equals_m10EEB16AA8BC130896117762D369A9F4BA60D212 (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenRegistration_Equals_m10EEB16AA8BC130896117762D369A9F4BA60D212_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject * L_1 = ___obj0; bool L_2 = CancellationTokenRegistration_Equals_m9E14BA0279256C70D29B34972246160746E6D923((CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)__this, ((*(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)((CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)UnBox(L_1, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool CancellationTokenRegistration_Equals_m10EEB16AA8BC130896117762D369A9F4BA60D212_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t _offset = 1; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * _thisAdjusted = reinterpret_cast(__this + _offset); return CancellationTokenRegistration_Equals_m10EEB16AA8BC130896117762D369A9F4BA60D212(_thisAdjusted, ___obj0, method); } // System.Boolean System.Threading.CancellationTokenRegistration::Equals(System.Threading.CancellationTokenRegistration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenRegistration_Equals_m9E14BA0279256C70D29B34972246160746E6D923 (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * __this, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenRegistration_Equals_m9E14BA0279256C70D29B34972246160746E6D923_MetadataUsageId); s_Il2CppMethodInitialized = true; } SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE V_0; memset((&V_0), 0, sizeof(V_0)); { CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_0 = __this->get_m_callbackInfo_0(); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_1 = ___other0; CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_2 = L_1.get_m_callbackInfo_0(); if ((!(((RuntimeObject*)(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *)L_0) == ((RuntimeObject*)(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *)L_2)))) { goto IL_004b; } } { SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_3 = __this->get_m_registrationInfo_1(); V_0 = L_3; SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_4 = SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_inline((SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE *)(&V_0), /*hidden argument*/SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_RuntimeMethod_var); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_5 = ___other0; SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_6 = L_5.get_m_registrationInfo_1(); V_0 = L_6; SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_7 = SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_inline((SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE *)(&V_0), /*hidden argument*/SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_RuntimeMethod_var); if ((!(((RuntimeObject*)(SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 *)L_4) == ((RuntimeObject*)(SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 *)L_7)))) { goto IL_004b; } } { SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_8 = __this->get_m_registrationInfo_1(); V_0 = L_8; int32_t L_9 = SparselyPopulatedArrayAddInfo_1_get_Index_m541231B47F059DF1FA073697B9FEB4BFA0FF40FD_inline((SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE *)(&V_0), /*hidden argument*/SparselyPopulatedArrayAddInfo_1_get_Index_m541231B47F059DF1FA073697B9FEB4BFA0FF40FD_RuntimeMethod_var); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_10 = ___other0; SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_11 = L_10.get_m_registrationInfo_1(); V_0 = L_11; int32_t L_12 = SparselyPopulatedArrayAddInfo_1_get_Index_m541231B47F059DF1FA073697B9FEB4BFA0FF40FD_inline((SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE *)(&V_0), /*hidden argument*/SparselyPopulatedArrayAddInfo_1_get_Index_m541231B47F059DF1FA073697B9FEB4BFA0FF40FD_RuntimeMethod_var); return (bool)((((int32_t)L_9) == ((int32_t)L_12))? 1 : 0); } IL_004b: { return (bool)0; } } IL2CPP_EXTERN_C bool CancellationTokenRegistration_Equals_m9E14BA0279256C70D29B34972246160746E6D923_AdjustorThunk (RuntimeObject * __this, CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 ___other0, const RuntimeMethod* method) { int32_t _offset = 1; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * _thisAdjusted = reinterpret_cast(__this + _offset); return CancellationTokenRegistration_Equals_m9E14BA0279256C70D29B34972246160746E6D923(_thisAdjusted, ___other0, method); } // System.Int32 System.Threading.CancellationTokenRegistration::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CancellationTokenRegistration_GetHashCode_mC3D4E862DCD10D81390A03351B19C279F92E9F47 (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenRegistration_GetHashCode_mC3D4E862DCD10D81390A03351B19C279F92E9F47_MetadataUsageId); s_Il2CppMethodInitialized = true; } SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_0 = __this->get_m_registrationInfo_1(); V_0 = L_0; SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_1 = SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_inline((SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE *)(&V_0), /*hidden argument*/SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_RuntimeMethod_var); if (!L_1) { goto IL_003b; } } { SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_2 = __this->get_m_registrationInfo_1(); V_0 = L_2; SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_3 = SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_inline((SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE *)(&V_0), /*hidden argument*/SparselyPopulatedArrayAddInfo_1_get_Source_m5DE49316ECF9384BFC8A1D5E73CAAE00D4C386DE_RuntimeMethod_var); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3); SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_5 = __this->get_m_registrationInfo_1(); V_0 = L_5; int32_t L_6 = SparselyPopulatedArrayAddInfo_1_get_Index_m541231B47F059DF1FA073697B9FEB4BFA0FF40FD_inline((SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE *)(&V_0), /*hidden argument*/SparselyPopulatedArrayAddInfo_1_get_Index_m541231B47F059DF1FA073697B9FEB4BFA0FF40FD_RuntimeMethod_var); V_1 = L_6; int32_t L_7 = Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A((int32_t*)(&V_1), /*hidden argument*/NULL); return ((int32_t)((int32_t)L_4^(int32_t)L_7)); } IL_003b: { SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_8 = __this->get_m_registrationInfo_1(); V_0 = L_8; int32_t L_9 = SparselyPopulatedArrayAddInfo_1_get_Index_m541231B47F059DF1FA073697B9FEB4BFA0FF40FD_inline((SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE *)(&V_0), /*hidden argument*/SparselyPopulatedArrayAddInfo_1_get_Index_m541231B47F059DF1FA073697B9FEB4BFA0FF40FD_RuntimeMethod_var); V_1 = L_9; int32_t L_10 = Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A((int32_t*)(&V_1), /*hidden argument*/NULL); return L_10; } } IL2CPP_EXTERN_C int32_t CancellationTokenRegistration_GetHashCode_mC3D4E862DCD10D81390A03351B19C279F92E9F47_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 * _thisAdjusted = reinterpret_cast(__this + _offset); return CancellationTokenRegistration_GetHashCode_mC3D4E862DCD10D81390A03351B19C279F92E9F47(_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 // System.Void System.Threading.CancellationTokenSource::LinkedTokenCancelDelegate(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_LinkedTokenCancelDelegate_m18C92FD7D9FD687B2FD23E20DB257B8235E72290 (RuntimeObject * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenSource_LinkedTokenCancelDelegate_m18C92FD7D9FD687B2FD23E20DB257B8235E72290_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___source0; NullCheck(((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)IsInstClass((RuntimeObject*)L_0, CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var))); CancellationTokenSource_Cancel_m33023D4CB46117A4C6A7C1ED0076918871A1E2DF(((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)IsInstClass((RuntimeObject*)L_0, CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.CancellationTokenSource::get_IsCancellationRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenSource_get_IsCancellationRequested_mCF943D076EFDCE0AB5454058B52E1C2C9FF39268 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_state_5(); il2cpp_codegen_memory_barrier(); return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Threading.CancellationTokenSource::get_IsCancellationCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenSource_get_IsCancellationCompleted_mB62249D695B9AA241FA89E20B565741F1F5DEB23 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_state_5(); il2cpp_codegen_memory_barrier(); return (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0); } } // System.Boolean System.Threading.CancellationTokenSource::get_IsDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenSource_get_IsDisposed_mA06C7C248A653B577A8B05C47780D883AA559CCE (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_disposed_7(); return L_0; } } // System.Void System.Threading.CancellationTokenSource::set_ThreadIDExecutingCallbacks(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_set_ThreadIDExecutingCallbacks_m335EF79ADE18B92BB2B8849855DB545CD6C46CE7 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; il2cpp_codegen_memory_barrier(); __this->set_m_threadIDExecutingCallbacks_6(L_0); return; } } // System.Int32 System.Threading.CancellationTokenSource::get_ThreadIDExecutingCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CancellationTokenSource_get_ThreadIDExecutingCallbacks_m4F027CCD66F4EDE35EB7E0243EB5612BD4495DE9 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_threadIDExecutingCallbacks_6(); il2cpp_codegen_memory_barrier(); return L_0; } } // 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) { { CancellationTokenSource_ThrowIfDisposed_m8961F3447AA0E13EA0BDE1319CE0EE474107F1CB(__this, /*hidden argument*/NULL); CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_0; memset((&L_0), 0, sizeof(L_0)); CancellationToken__ctor_mA3772B101A95BF5076F8156319F65D41F8D406A7_inline((&L_0), __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Threading.CancellationTokenSource::get_CanBeCanceled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationTokenSource_get_CanBeCanceled_m6030BE745AD2962EBE2193338B91657292BA1D60 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_state_5(); il2cpp_codegen_memory_barrier(); return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } // System.Threading.CancellationCallbackInfo System.Threading.CancellationTokenSource::get_ExecutingCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * CancellationTokenSource_get_ExecutingCallback_mF31E33B626FCE51172659692BF43002CFD146E8E (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method) { { CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_0 = __this->get_m_executingCallback_10(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Void System.Threading.CancellationTokenSource::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource__ctor_m217582F71932ADD00D63047D8D53C87111116C6B (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method) { { il2cpp_codegen_memory_barrier(); __this->set_m_threadIDExecutingCallbacks_6((-1)); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_m_state_5(1); return; } } // System.Void System.Threading.CancellationTokenSource::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource__ctor_mAAC03BAB8AA347295A98FA7620325872619FE00D (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, bool ___set0, const RuntimeMethod* method) { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * G_B2_0 = NULL; CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * G_B1_0 = NULL; int32_t G_B3_0 = 0; CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * G_B3_1 = NULL; { il2cpp_codegen_memory_barrier(); __this->set_m_threadIDExecutingCallbacks_6((-1)); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); bool L_0 = ___set0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0016; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0017; } IL_0016: { G_B3_0 = 3; G_B3_1 = G_B2_0; } IL_0017: { NullCheck(G_B3_1); il2cpp_codegen_memory_barrier(); G_B3_1->set_m_state_5(G_B3_0); return; } } // System.Void System.Threading.CancellationTokenSource::Cancel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_Cancel_m33023D4CB46117A4C6A7C1ED0076918871A1E2DF (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method) { { CancellationTokenSource_Cancel_m5C01193ACA3D619FA46FA52AAA5636C92DAA25F6(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.CancellationTokenSource::Cancel(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_Cancel_m5C01193ACA3D619FA46FA52AAA5636C92DAA25F6 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, bool ___throwOnFirstException0, const RuntimeMethod* method) { { CancellationTokenSource_ThrowIfDisposed_m8961F3447AA0E13EA0BDE1319CE0EE474107F1CB(__this, /*hidden argument*/NULL); bool L_0 = ___throwOnFirstException0; CancellationTokenSource_NotifyCancellation_m1C3A5219D3E867C853814B778B0F469E678E1936(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.CancellationTokenSource::TimerCallbackLogic(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_TimerCallbackLogic_m3F4005918CD6D2C017A0EC40AB6DB5FB2ADD399E (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenSource_TimerCallbackLogic_m3F4005918CD6D2C017A0EC40AB6DB5FB2ADD399E_MetadataUsageId); s_Il2CppMethodInitialized = true; } CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * 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); { RuntimeObject * L_0 = ___obj0; V_0 = ((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)CastclassClass((RuntimeObject*)L_0, CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var)); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_1 = V_0; NullCheck(L_1); bool L_2 = CancellationTokenSource_get_IsDisposed_mA06C7C248A653B577A8B05C47780D883AA559CCE_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0024; } } IL_000f: try { // begin try (depth: 1) CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_3 = V_0; NullCheck(L_3); CancellationTokenSource_Cancel_m33023D4CB46117A4C6A7C1ED0076918871A1E2DF(L_3, /*hidden argument*/NULL); goto IL_0024; } // 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_0017; throw e; } CATCH_0017: { // begin catch(System.ObjectDisposedException) { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_4 = V_0; NullCheck(L_4); bool L_5 = CancellationTokenSource_get_IsDisposed_mA06C7C248A653B577A8B05C47780D883AA559CCE_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0022; } } IL_0020: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, CancellationTokenSource_TimerCallbackLogic_m3F4005918CD6D2C017A0EC40AB6DB5FB2ADD399E_RuntimeMethod_var); } IL_0022: { goto IL_0024; } } // end catch (depth: 1) IL_0024: { return; } } // System.Void System.Threading.CancellationTokenSource::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_Dispose_m355F31379114D84277E98F75E23D5001762B03D4 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenSource_Dispose_m355F31379114D84277E98F75E23D5001762B03D4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Threading.CancellationTokenSource::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.CancellationTokenSource::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_Dispose_m6D3EF0937421A364043400E0AC907A5475D9E94B (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, bool ___disposing0, const RuntimeMethod* method) { CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B* V_0 = NULL; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * V_1 = NULL; int32_t V_2 = 0; { bool L_0 = ___disposing0; if (!L_0) { goto IL_0079; } } { bool L_1 = __this->get_m_disposed_7(); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_2 = __this->get_m_timer_11(); il2cpp_codegen_memory_barrier(); if (!L_2) { goto IL_0023; } } { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_3 = __this->get_m_timer_11(); il2cpp_codegen_memory_barrier(); NullCheck(L_3); Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9(L_3, /*hidden argument*/NULL); } IL_0023: { CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B* L_4 = __this->get_m_linkingRegistrations_8(); V_0 = L_4; CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B* L_5 = V_0; if (!L_5) { goto IL_004e; } } { __this->set_m_linkingRegistrations_8((CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B*)NULL); V_2 = 0; goto IL_0048; } IL_0038: { CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B* L_6 = V_0; int32_t L_7 = V_2; NullCheck(L_6); CancellationTokenRegistration_Dispose_m12C09B73DC2913C85C776E611EF48DCA63405457((CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)((L_6)->GetAddressAt(static_cast(L_7))), /*hidden argument*/NULL); int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0048: { int32_t L_9 = V_2; CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B* L_10 = V_0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))))) { goto IL_0038; } } IL_004e: { il2cpp_codegen_memory_barrier(); __this->set_m_registeredCallbacksLists_4((SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813*)NULL); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_11 = __this->get_m_kernelEvent_3(); il2cpp_codegen_memory_barrier(); V_1 = L_11; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_12 = V_1; if (!L_12) { goto IL_0072; } } { il2cpp_codegen_memory_barrier(); __this->set_m_kernelEvent_3((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)NULL); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_13 = V_1; NullCheck(L_13); VirtActionInvoker0::Invoke(13 /* System.Void System.Threading.WaitHandle::Close() */, L_13); } IL_0072: { __this->set_m_disposed_7((bool)1); } IL_0079: { return; } } // System.Void System.Threading.CancellationTokenSource::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_ThrowIfDisposed_m8961F3447AA0E13EA0BDE1319CE0EE474107F1CB (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenSource_ThrowIfDisposed_m8961F3447AA0E13EA0BDE1319CE0EE474107F1CB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_disposed_7(); if (!L_0) { goto IL_000d; } } { IL2CPP_RUNTIME_CLASS_INIT(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); CancellationTokenSource_ThrowObjectDisposedException_m30B520555080BCD70DD6F2A976CE6591AF4C2929(/*hidden argument*/NULL); } IL_000d: { return; } } // System.Void System.Threading.CancellationTokenSource::ThrowObjectDisposedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_ThrowObjectDisposedException_m30B520555080BCD70DD6F2A976CE6591AF4C2929 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenSource_ThrowObjectDisposedException_m30B520555080BCD70DD6F2A976CE6591AF4C2929_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4C3A086620548E385C0C8AAB35144C4BE14556DE, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_1, (String_t*)NULL, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CancellationTokenSource_ThrowObjectDisposedException_m30B520555080BCD70DD6F2A976CE6591AF4C2929_RuntimeMethod_var); } } // System.Threading.CancellationTokenSource System.Threading.CancellationTokenSource::InternalGetStaticSource(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * CancellationTokenSource_InternalGetStaticSource_mC9F17578A05A8DBA185E77FAA41716018049D780 (bool ___set0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenSource_InternalGetStaticSource_mC9F17578A05A8DBA185E77FAA41716018049D780_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___set0; if (L_0) { goto IL_0009; } } { IL2CPP_RUNTIME_CLASS_INIT(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_1 = ((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields*)il2cpp_codegen_static_fields_for(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var))->get__staticSource_NotCancelable_1(); return L_1; } IL_0009: { IL2CPP_RUNTIME_CLASS_INIT(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_2 = ((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields*)il2cpp_codegen_static_fields_for(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var))->get__staticSource_Set_0(); return L_2; } } // System.Threading.CancellationTokenRegistration System.Threading.CancellationTokenSource::InternalRegister(System.Action`1,System.Object,System.Threading.SynchronizationContext,System.Threading.ExecutionContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 CancellationTokenSource_InternalRegister_mE96AC3A0397A2A1FEEE19AE7E87BB9875A643B4C (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___callback0, RuntimeObject * ___stateForCallback1, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___targetSyncContext2, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___executionContext3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenSource_InternalRegister_mE96AC3A0397A2A1FEEE19AE7E87BB9875A643B4C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * V_1 = NULL; SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* V_2 = NULL; SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * V_3 = NULL; SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE V_4; memset((&V_4), 0, sizeof(V_4)); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 V_5; memset((&V_5), 0, sizeof(V_5)); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 V_6; memset((&V_6), 0, sizeof(V_6)); SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* V_7 = NULL; SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * V_8 = NULL; { bool L_0 = ((AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D_StaticFields*)il2cpp_codegen_static_fields_for(AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D_il2cpp_TypeInfo_var))->get_ThrowExceptionIfDisposedCancellationTokenSource_0(); if (!L_0) { goto IL_000d; } } { CancellationTokenSource_ThrowIfDisposed_m8961F3447AA0E13EA0BDE1319CE0EE474107F1CB(__this, /*hidden argument*/NULL); } IL_000d: { bool L_1 = CancellationTokenSource_get_IsCancellationRequested_mCF943D076EFDCE0AB5454058B52E1C2C9FF39268(__this, /*hidden argument*/NULL); if (L_1) { goto IL_00d2; } } { bool L_2 = __this->get_m_disposed_7(); if (!L_2) { goto IL_0032; } } { bool L_3 = ((AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D_StaticFields*)il2cpp_codegen_static_fields_for(AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D_il2cpp_TypeInfo_var))->get_ThrowExceptionIfDisposedCancellationTokenSource_0(); if (L_3) { goto IL_0032; } } { il2cpp_codegen_initobj((&V_6), sizeof(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 )); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_4 = V_6; return L_4; } IL_0032: { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_5 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); int32_t L_7 = ((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields*)il2cpp_codegen_static_fields_for(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var))->get_s_nLists_2(); V_0 = ((int32_t)((int32_t)L_6%(int32_t)L_7)); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_8 = ___callback0; RuntimeObject * L_9 = ___stateForCallback1; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_10 = ___targetSyncContext2; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_11 = ___executionContext3; CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_12 = (CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *)il2cpp_codegen_object_new(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36_il2cpp_TypeInfo_var); CancellationCallbackInfo__ctor_m2A63C48373DADF5FA3CCBED7D8F4C3D473D7DB34(L_12, L_8, L_9, L_10, L_11, __this, /*hidden argument*/NULL); V_1 = L_12; SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_13 = __this->get_m_registeredCallbacksLists_4(); il2cpp_codegen_memory_barrier(); V_2 = L_13; SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_14 = V_2; if (L_14) { goto IL_007c; } } { IL2CPP_RUNTIME_CLASS_INIT(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); int32_t L_15 = ((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields*)il2cpp_codegen_static_fields_for(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var))->get_s_nLists_2(); SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_16 = (SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813*)(SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813*)SZArrayNew(SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813_il2cpp_TypeInfo_var, (uint32_t)L_15); V_7 = L_16; SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813** L_17 = __this->get_address_of_m_registeredCallbacksLists_4(); il2cpp_codegen_memory_barrier(); SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_18 = V_7; SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_19 = InterlockedCompareExchangeImpl((SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813**)L_17, L_18, (SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813*)(SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813*)NULL); V_2 = L_19; SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_20 = V_2; if (L_20) { goto IL_007c; } } { SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_21 = V_7; V_2 = L_21; } IL_007c: { SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_22 = V_2; int32_t L_23 = V_0; NullCheck(L_22); SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * L_24 = VolatileRead((SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC **)((L_22)->GetAddressAt(static_cast(L_23)))); V_3 = L_24; SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * L_25 = V_3; if (L_25) { goto IL_00a8; } } { SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * L_26 = (SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC *)il2cpp_codegen_object_new(SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC_il2cpp_TypeInfo_var); SparselyPopulatedArray_1__ctor_mBB843E236187BA031139A284F2F15B70A8550457(L_26, 4, /*hidden argument*/SparselyPopulatedArray_1__ctor_mBB843E236187BA031139A284F2F15B70A8550457_RuntimeMethod_var); V_8 = L_26; SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_27 = V_2; int32_t L_28 = V_0; NullCheck(L_27); SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * L_29 = V_8; InterlockedCompareExchangeImpl((SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC **)((L_27)->GetAddressAt(static_cast(L_28))), L_29, (SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC *)NULL); SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_30 = V_2; int32_t L_31 = V_0; NullCheck(L_30); int32_t L_32 = L_31; SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * L_33 = (SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC *)(L_30)->GetAt(static_cast(L_32)); V_3 = L_33; } IL_00a8: { SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * L_34 = V_3; CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_35 = V_1; NullCheck(L_34); SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_36 = SparselyPopulatedArray_1_Add_m9B0F080E515BF6957A5505C5F8B9BC00925D2902(L_34, L_35, /*hidden argument*/SparselyPopulatedArray_1_Add_m9B0F080E515BF6957A5505C5F8B9BC00925D2902_RuntimeMethod_var); V_4 = L_36; CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_37 = V_1; SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE L_38 = V_4; CancellationTokenRegistration__ctor_m0958E03E78A8070A0585B1917DB9AE837B4593AA((CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)(&V_5), L_37, L_38, /*hidden argument*/NULL); bool L_39 = CancellationTokenSource_get_IsCancellationRequested_mCF943D076EFDCE0AB5454058B52E1C2C9FF39268(__this, /*hidden argument*/NULL); if (L_39) { goto IL_00c6; } } { CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_40 = V_5; return L_40; } IL_00c6: { bool L_41 = CancellationTokenRegistration_TryDeregister_m930D84197FB96E0D1206D9CAAF07F5AC8149CC15((CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)(&V_5), /*hidden argument*/NULL); if (L_41) { goto IL_00d2; } } { CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_42 = V_5; return L_42; } IL_00d2: { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_43 = ___callback0; RuntimeObject * L_44 = ___stateForCallback1; NullCheck(L_43); Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5(L_43, L_44, /*hidden argument*/Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_RuntimeMethod_var); il2cpp_codegen_initobj((&V_6), sizeof(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 )); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_45 = V_6; return L_45; } } // System.Void System.Threading.CancellationTokenSource::NotifyCancellation(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_NotifyCancellation_m1C3A5219D3E867C853814B778B0F469E678E1936 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, bool ___throwOnFirstException0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenSource_NotifyCancellation_m1C3A5219D3E867C853814B778B0F469E678E1936_MetadataUsageId); s_Il2CppMethodInitialized = true; } Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * V_0 = NULL; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * 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 = CancellationTokenSource_get_IsCancellationRequested_mCF943D076EFDCE0AB5454058B52E1C2C9FF39268(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { int32_t* L_1 = __this->get_address_of_m_state_5(); il2cpp_codegen_memory_barrier(); int32_t L_2 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_1, 2, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0066; } } { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_3 = __this->get_m_timer_11(); il2cpp_codegen_memory_barrier(); V_0 = L_3; Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_4 = V_0; if (!L_4) { goto IL_002b; } } { Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_5 = V_0; NullCheck(L_5); Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9(L_5, /*hidden argument*/NULL); } IL_002b: { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_6 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1(L_6, /*hidden argument*/NULL); CancellationTokenSource_set_ThreadIDExecutingCallbacks_m335EF79ADE18B92BB2B8849855DB545CD6C46CE7(__this, L_7, /*hidden argument*/NULL); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_8 = __this->get_m_kernelEvent_3(); il2cpp_codegen_memory_barrier(); V_1 = L_8; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_9 = V_1; if (!L_9) { goto IL_005f; } } IL_0047: try { // begin try (depth: 1) ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_10 = V_1; NullCheck(L_10); EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_10, /*hidden argument*/NULL); goto IL_005f; } // 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_0050; throw e; } CATCH_0050: { // begin catch(System.ObjectDisposedException) { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_11 = __this->get_m_kernelEvent_3(); il2cpp_codegen_memory_barrier(); if (!L_11) { goto IL_005d; } } IL_005b: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, CancellationTokenSource_NotifyCancellation_m1C3A5219D3E867C853814B778B0F469E678E1936_RuntimeMethod_var); } IL_005d: { goto IL_005f; } } // end catch (depth: 1) IL_005f: { bool L_12 = ___throwOnFirstException0; CancellationTokenSource_ExecuteCallbackHandlers_m76E8C9E760A83EE908F32C66264252B1179AF6FE(__this, L_12, /*hidden argument*/NULL); } IL_0066: { return; } } // System.Void System.Threading.CancellationTokenSource::ExecuteCallbackHandlers(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_ExecuteCallbackHandlers_m76E8C9E760A83EE908F32C66264252B1179AF6FE (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, bool ___throwOnFirstException0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenSource_ExecuteCallbackHandlers_m76E8C9E760A83EE908F32C66264252B1179AF6FE_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * V_0 = NULL; SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* V_1 = NULL; int32_t V_2 = 0; SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * V_3 = NULL; SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * V_4 = NULL; int32_t V_5 = 0; CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB V_6; memset((&V_6), 0, sizeof(V_6)); Exception_t * V_7 = 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); { V_0 = (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A *)NULL; SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_0 = __this->get_m_registeredCallbacksLists_4(); il2cpp_codegen_memory_barrier(); V_1 = L_0; SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_1 = V_1; if (L_1) { goto IL_001c; } } { int32_t* L_2 = __this->get_address_of_m_state_5(); il2cpp_codegen_memory_barrier(); Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_2, 3, /*hidden argument*/NULL); return; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { V_2 = 0; goto IL_0106; } IL_0024: { SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * L_5 = VolatileRead((SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC **)((L_3)->GetAddressAt(static_cast(L_4)))); V_3 = L_5; SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * L_6 = V_3; if (!L_6) { goto IL_0102; } } IL_0037: { SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC * L_7 = V_3; NullCheck(L_7); SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_8 = SparselyPopulatedArray_1_get_Tail_mF13EC01FF86BF3A82F1D835C37E1290C4B3CE7D1(L_7, /*hidden argument*/SparselyPopulatedArray_1_get_Tail_mF13EC01FF86BF3A82F1D835C37E1290C4B3CE7D1_RuntimeMethod_var); V_4 = L_8; goto IL_00fb; } IL_0044: { SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_9 = V_4; NullCheck(L_9); int32_t L_10 = SparselyPopulatedArrayFragment_1_get_Length_m5BB1F68AE5E824D475FD2DD3AE77EE8A42523D54(L_9, /*hidden argument*/SparselyPopulatedArrayFragment_1_get_Length_m5BB1F68AE5E824D475FD2DD3AE77EE8A42523D54_RuntimeMethod_var); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); goto IL_00ea; } IL_0054: { SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_11 = V_4; int32_t L_12 = V_5; NullCheck(L_11); CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_13 = SparselyPopulatedArrayFragment_1_get_Item_mD60096C8D6868A0D00C3161BC0121CBD6981B691(L_11, L_12, /*hidden argument*/SparselyPopulatedArrayFragment_1_get_Item_mD60096C8D6868A0D00C3161BC0121CBD6981B691_RuntimeMethod_var); il2cpp_codegen_memory_barrier(); __this->set_m_executingCallback_10(L_13); CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_14 = __this->get_m_executingCallback_10(); il2cpp_codegen_memory_barrier(); if (!L_14) { goto IL_00e4; } } IL_006f: { SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_15 = V_4; int32_t L_16 = V_5; CancellationCallbackCoreWorkArguments__ctor_mBE862E6F44CE055B535C63E55A6D41774244207E((CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB *)(&V_6), L_15, L_16, /*hidden argument*/NULL); } IL_007a: try { // begin try (depth: 2) { CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_17 = __this->get_m_executingCallback_10(); il2cpp_codegen_memory_barrier(); NullCheck(L_17); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_18 = ((CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *)L_17)->get_TargetSyncContext_2(); if (!L_18) { goto IL_00c0; } } IL_0089: { CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_19 = __this->get_m_executingCallback_10(); il2cpp_codegen_memory_barrier(); NullCheck(L_19); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_20 = ((CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *)L_19)->get_TargetSyncContext_2(); SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_21 = (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 *)il2cpp_codegen_object_new(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01_il2cpp_TypeInfo_var); SendOrPostCallback__ctor_mA3A6885EC5474314128A4FDE77E93F8B7EEC2619(L_21, __this, (intptr_t)((intptr_t)CancellationTokenSource_CancellationCallbackCoreWork_OnSyncContext_mED1CE60BF0239180B1B56F0B23DE82D993CA9B04_RuntimeMethod_var), /*hidden argument*/NULL); CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB L_22 = V_6; CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB L_23 = L_22; RuntimeObject * L_24 = Box(CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_il2cpp_TypeInfo_var, &L_23); NullCheck(L_20); VirtActionInvoker2< SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 *, RuntimeObject * >::Invoke(4 /* System.Void System.Threading.SynchronizationContext::Send(System.Threading.SendOrPostCallback,System.Object) */, L_20, L_21, L_24); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_25 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_25); int32_t L_26 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1(L_25, /*hidden argument*/NULL); CancellationTokenSource_set_ThreadIDExecutingCallbacks_m335EF79ADE18B92BB2B8849855DB545CD6C46CE7(__this, L_26, /*hidden argument*/NULL); goto IL_00c8; } IL_00c0: { CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB L_27 = V_6; CancellationTokenSource_CancellationCallbackCoreWork_m3D1D5FB775D5A4267D2CC92B8D4408C9F83EC7FA(__this, L_27, /*hidden argument*/NULL); } IL_00c8: { goto IL_00e4; } } // 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_00ca; throw e; } CATCH_00ca: { // begin catch(System.Exception) { V_7 = ((Exception_t *)__exception_local); bool L_28 = ___throwOnFirstException0; if (!L_28) { goto IL_00d1; } } IL_00cf: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, CancellationTokenSource_ExecuteCallbackHandlers_m76E8C9E760A83EE908F32C66264252B1179AF6FE_RuntimeMethod_var); } IL_00d1: { List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * L_29 = V_0; if (L_29) { goto IL_00da; } } IL_00d4: { List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * L_30 = (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A *)il2cpp_codegen_object_new(List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A_il2cpp_TypeInfo_var); List_1__ctor_m3CA9F30DC986E649F8E82AD69F5085D355D91AC1(L_30, /*hidden argument*/List_1__ctor_m3CA9F30DC986E649F8E82AD69F5085D355D91AC1_RuntimeMethod_var); V_0 = L_30; } IL_00da: { List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * L_31 = V_0; Exception_t * L_32 = V_7; NullCheck(L_31); List_1_Add_mC1DAEB8B35E60391E3F8D536FA6B91F9B331DABC(L_31, L_32, /*hidden argument*/List_1_Add_mC1DAEB8B35E60391E3F8D536FA6B91F9B331DABC_RuntimeMethod_var); goto IL_00e4; } } // end catch (depth: 2) IL_00e4: { int32_t L_33 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)); } IL_00ea: { int32_t L_34 = V_5; if ((((int32_t)L_34) >= ((int32_t)0))) { goto IL_0054; } } IL_00f2: { SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_35 = V_4; NullCheck(L_35); SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_36 = SparselyPopulatedArrayFragment_1_get_Prev_m48F03382B9F148CD65883E1278B9858BA148F5AD(L_35, /*hidden argument*/SparselyPopulatedArrayFragment_1_get_Prev_m48F03382B9F148CD65883E1278B9858BA148F5AD_RuntimeMethod_var); V_4 = L_36; } IL_00fb: { SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_37 = V_4; if (L_37) { goto IL_0044; } } IL_0102: { int32_t L_38 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_0106: { int32_t L_39 = V_2; SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813* L_40 = V_1; NullCheck(L_40); if ((((int32_t)L_39) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length))))))) { goto IL_0024; } } IL_010f: { IL2CPP_LEAVE(0x129, FINALLY_0111); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0111; } FINALLY_0111: { // begin finally (depth: 1) il2cpp_codegen_memory_barrier(); __this->set_m_state_5(3); il2cpp_codegen_memory_barrier(); __this->set_m_executingCallback_10((CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *)NULL); Thread_MemoryBarrier_mAB9F6B8404ACCE0D17BEDBD656782FEDDBC9FB8A(/*hidden argument*/NULL); IL2CPP_END_FINALLY(273) } // end finally (depth: 1) IL2CPP_CLEANUP(273) { IL2CPP_JUMP_TBL(0x129, IL_0129) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0129: { List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * L_41 = V_0; if (!L_41) { goto IL_0133; } } { List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * L_42 = V_0; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_43 = (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E *)il2cpp_codegen_object_new(AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E_il2cpp_TypeInfo_var); AggregateException__ctor_m1740971CC345A49D8FCB7DDE6C905FB0F3353C28(L_43, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, CancellationTokenSource_ExecuteCallbackHandlers_m76E8C9E760A83EE908F32C66264252B1179AF6FE_RuntimeMethod_var); } IL_0133: { return; } } // System.Void System.Threading.CancellationTokenSource::CancellationCallbackCoreWork_OnSyncContext(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_CancellationCallbackCoreWork_OnSyncContext_mED1CE60BF0239180B1B56F0B23DE82D993CA9B04 (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenSource_CancellationCallbackCoreWork_OnSyncContext_mED1CE60BF0239180B1B56F0B23DE82D993CA9B04_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; CancellationTokenSource_CancellationCallbackCoreWork_m3D1D5FB775D5A4267D2CC92B8D4408C9F83EC7FA(__this, ((*(CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB *)((CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB *)UnBox(L_0, CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return; } } // System.Void System.Threading.CancellationTokenSource::CancellationCallbackCoreWork(System.Threading.CancellationCallbackCoreWorkArguments) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_CancellationCallbackCoreWork_m3D1D5FB775D5A4267D2CC92B8D4408C9F83EC7FA (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenSource_CancellationCallbackCoreWork_m3D1D5FB775D5A4267D2CC92B8D4408C9F83EC7FA_MetadataUsageId); s_Il2CppMethodInitialized = true; } CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * V_0 = NULL; { CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB L_0 = ___args0; SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * L_1 = L_0.get_m_currArrayFragment_0(); CancellationCallbackCoreWorkArguments_t6290788CA17D8028FC4BC98AE2EDD437396675DB L_2 = ___args0; int32_t L_3 = L_2.get_m_currArrayIndex_1(); CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_4 = __this->get_m_executingCallback_10(); il2cpp_codegen_memory_barrier(); NullCheck(L_1); CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_5 = SparselyPopulatedArrayFragment_1_SafeAtomicRemove_m37D4281493EFB759F2CDE5A71B3B83AAD026126C(L_1, L_3, L_4, /*hidden argument*/SparselyPopulatedArrayFragment_1_SafeAtomicRemove_m37D4281493EFB759F2CDE5A71B3B83AAD026126C_RuntimeMethod_var); V_0 = L_5; CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_6 = V_0; CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_7 = __this->get_m_executingCallback_10(); il2cpp_codegen_memory_barrier(); if ((!(((RuntimeObject*)(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *)L_6) == ((RuntimeObject*)(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *)L_7)))) { goto IL_0048; } } { CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_8 = V_0; NullCheck(L_8); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_9 = L_8->get_TargetExecutionContext_3(); if (!L_9) { goto IL_0042; } } { CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_10 = V_0; NullCheck(L_10); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_11 = L_10->get_CancellationTokenSource_4(); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_12 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1(L_12, /*hidden argument*/NULL); NullCheck(L_11); CancellationTokenSource_set_ThreadIDExecutingCallbacks_m335EF79ADE18B92BB2B8849855DB545CD6C46CE7(L_11, L_13, /*hidden argument*/NULL); } IL_0042: { CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_14 = V_0; NullCheck(L_14); CancellationCallbackInfo_ExecuteCallback_m0DDF290EAF97174E7804CFCFF0E4046A462359E8(L_14, /*hidden argument*/NULL); } IL_0048: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenSource_CreateLinkedTokenSource_m2C81DC36FDD60133E058DFCFCF84043F93631206_MetadataUsageId); s_Il2CppMethodInitialized = true; } CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * G_B3_0 = NULL; CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * G_B2_0 = NULL; int32_t G_B4_0 = 0; CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * G_B4_1 = NULL; { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_0 = (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)il2cpp_codegen_object_new(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); CancellationTokenSource__ctor_m217582F71932ADD00D63047D8D53C87111116C6B(L_0, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = CancellationToken_get_CanBeCanceled_m485B6A386A628048A15D607330E91582012C59EF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___token21), /*hidden argument*/NULL); V_1 = L_1; bool L_2 = CancellationToken_get_CanBeCanceled_m485B6A386A628048A15D607330E91582012C59EF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___token10), /*hidden argument*/NULL); if (!L_2) { goto IL_0042; } } { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_3 = V_0; bool L_4 = V_1; G_B2_0 = L_3; if (L_4) { G_B3_0 = L_3; goto IL_001e; } } { G_B4_0 = 1; G_B4_1 = G_B2_0; goto IL_001f; } IL_001e: { G_B4_0 = 2; G_B4_1 = G_B3_0; } IL_001f: { CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B* L_5 = (CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B*)(CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B*)SZArrayNew(CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B_il2cpp_TypeInfo_var, (uint32_t)G_B4_0); NullCheck(G_B4_1); G_B4_1->set_m_linkingRegistrations_8(L_5); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_6 = V_0; NullCheck(L_6); CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B* L_7 = L_6->get_m_linkingRegistrations_8(); IL2CPP_RUNTIME_CLASS_INIT(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_8 = ((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields*)il2cpp_codegen_static_fields_for(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var))->get_s_LinkedTokenCancelDelegate_9(); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_9 = V_0; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_10 = CancellationToken_InternalRegisterWithoutEC_m2AB5F8C5E8800786BE0825ACE80BAA2EFB719DFF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___token10), L_8, L_9, /*hidden argument*/NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 )L_10); } IL_0042: { bool L_11 = V_1; if (!L_11) { goto IL_0076; } } { V_2 = 1; CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_12 = V_0; NullCheck(L_12); CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B* L_13 = L_12->get_m_linkingRegistrations_8(); if (L_13) { goto IL_005d; } } { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_14 = V_0; CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B* L_15 = (CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B*)(CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B*)SZArrayNew(CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B_il2cpp_TypeInfo_var, (uint32_t)1); NullCheck(L_14); L_14->set_m_linkingRegistrations_8(L_15); V_2 = 0; } IL_005d: { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_16 = V_0; NullCheck(L_16); CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B* L_17 = L_16->get_m_linkingRegistrations_8(); int32_t L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_19 = ((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields*)il2cpp_codegen_static_fields_for(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var))->get_s_LinkedTokenCancelDelegate_9(); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_20 = V_0; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_21 = CancellationToken_InternalRegisterWithoutEC_m2AB5F8C5E8800786BE0825ACE80BAA2EFB719DFF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___token21), L_19, L_20, /*hidden argument*/NULL); NullCheck(L_17); (L_17)->SetAt(static_cast(L_18), (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 )L_21); } IL_0076: { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_22 = V_0; return L_22; } } // System.Void System.Threading.CancellationTokenSource::WaitForCallbackToComplete(System.Threading.CancellationCallbackInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_WaitForCallbackToComplete_mFA6221C0EF616B4DA1DA32B055BC6865D06EE39B (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___callbackInfo0, const RuntimeMethod* method) { SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 )); goto IL_0011; } IL_000a: { SpinWait_SpinOnce_mFE80DED71DC333A3F5C6F98AE9B46AB63B854E87((SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 *)(&V_0), /*hidden argument*/NULL); } IL_0011: { CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_0 = CancellationTokenSource_get_ExecutingCallback_mF31E33B626FCE51172659692BF43002CFD146E8E(__this, /*hidden argument*/NULL); CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * L_1 = ___callbackInfo0; if ((((RuntimeObject*)(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *)L_0) == ((RuntimeObject*)(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 *)L_1))) { goto IL_000a; } } { return; } } // System.Void System.Threading.CancellationTokenSource::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource__cctor_m8203245EF49D134509404F757D0458F972A40049 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CancellationTokenSource__cctor_m8203245EF49D134509404F757D0458F972A40049_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_0 = (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)il2cpp_codegen_object_new(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); CancellationTokenSource__ctor_mAAC03BAB8AA347295A98FA7620325872619FE00D(L_0, (bool)1, /*hidden argument*/NULL); ((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields*)il2cpp_codegen_static_fields_for(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var))->set__staticSource_Set_0(L_0); CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_1 = (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE *)il2cpp_codegen_object_new(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var); CancellationTokenSource__ctor_mAAC03BAB8AA347295A98FA7620325872619FE00D(L_1, (bool)0, /*hidden argument*/NULL); ((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields*)il2cpp_codegen_static_fields_for(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var))->set__staticSource_NotCancelable_1(L_1); int32_t L_2 = PlatformHelper_get_ProcessorCount_mED31378FF99FA52193863291A42F4EA623F62E13(/*hidden argument*/NULL); if ((((int32_t)L_2) > ((int32_t)((int32_t)24)))) { goto IL_0026; } } { int32_t L_3 = PlatformHelper_get_ProcessorCount_mED31378FF99FA52193863291A42F4EA623F62E13(/*hidden argument*/NULL); G_B3_0 = L_3; goto IL_0028; } IL_0026: { G_B3_0 = ((int32_t)24); } IL_0028: { ((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields*)il2cpp_codegen_static_fields_for(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var))->set_s_nLists_2(G_B3_0); 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)CancellationTokenSource_LinkedTokenCancelDelegate_m18C92FD7D9FD687B2FD23E20DB257B8235E72290_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_RuntimeMethod_var); ((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields*)il2cpp_codegen_static_fields_for(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var))->set_s_LinkedTokenCancelDelegate_9(L_4); TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * L_5 = (TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 *)il2cpp_codegen_object_new(TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219_il2cpp_TypeInfo_var); TimerCallback__ctor_m6B85BEF2F0E429E5F8E4FA2F527B42247E95A690(L_5, NULL, (intptr_t)((intptr_t)CancellationTokenSource_TimerCallbackLogic_m3F4005918CD6D2C017A0EC40AB6DB5FB2ADD399E_RuntimeMethod_var), /*hidden argument*/NULL); ((CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_StaticFields*)il2cpp_codegen_static_fields_for(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE_il2cpp_TypeInfo_var))->set_s_timerCallback_12(L_5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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) { __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.ContextCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextCallback_Invoke_m76E65E7A67AA99858554F451E0F78E22B6478998 (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * __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.ContextCallback::BeginInvoke(System.Object,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ContextCallback_BeginInvoke_m5C54AEF855383E47B10683FE8F31EDE5A44CCEFD (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * __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.ContextCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextCallback_EndInvoke_mDA8D932F49AECBF54CB768892480FF41ED2B5274 (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * __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.EventWaitHandle::.ctor(System.Boolean,System.Threading.EventResetMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventWaitHandle__ctor_m9EA7029408FF8BBCB1F527C940FAC6C1796DE3C1 (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, bool ___initialState0, int32_t ___mode1, const RuntimeMethod* method) { { bool L_0 = ___initialState0; int32_t L_1 = ___mode1; EventWaitHandle__ctor_mF94C3A6A3359C11FE2298EA98549A6982296D575(__this, L_0, L_1, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Threading.EventWaitHandle::.ctor(System.Boolean,System.Threading.EventResetMode,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventWaitHandle__ctor_mF94C3A6A3359C11FE2298EA98549A6982296D575 (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, bool ___initialState0, int32_t ___mode1, String_t* ___name2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventWaitHandle__ctor_mF94C3A6A3359C11FE2298EA98549A6982296D575_MetadataUsageId); s_Il2CppMethodInitialized = true; } SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * V_0 = NULL; int32_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); WaitHandle__ctor_mCB89DA137FF9E08F6C96589DD705EBEFBAADE905(__this, /*hidden argument*/NULL); String_t* L_0 = ___name2; if (!L_0) { goto IL_0030; } } { String_t* L_1 = ___name2; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)((int32_t)260)) >= ((int32_t)L_2))) { goto IL_0030; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3; String_t* L_5 = ___name2; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); String_t* L_6 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5C7BD8CBCB15DB9FADA791E6FF4FD2A71CBB399E, L_4, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, EventWaitHandle__ctor_mF94C3A6A3359C11FE2298EA98549A6982296D575_RuntimeMethod_var); } IL_0030: { V_0 = (SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 *)NULL; int32_t L_8 = ___mode1; if (!L_8) { goto IL_004c; } } { int32_t L_9 = ___mode1; if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_005f; } } { bool L_10 = ___initialState0; String_t* L_11 = ___name2; intptr_t L_12 = NativeEventCalls_CreateEvent_internal_m1114FA21E3BA0AB05FAE7EC2E51C78969A9F9163((bool)1, L_10, L_11, (int32_t*)(&V_1), /*hidden argument*/NULL); SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_13 = (SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 *)il2cpp_codegen_object_new(SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2_il2cpp_TypeInfo_var); SafeWaitHandle__ctor_m7A02720A5A03917CCA8DD68406A124C4AB76191A(L_13, (intptr_t)L_12, (bool)1, /*hidden argument*/NULL); V_0 = L_13; goto IL_0079; } IL_004c: { bool L_14 = ___initialState0; String_t* L_15 = ___name2; intptr_t L_16 = NativeEventCalls_CreateEvent_internal_m1114FA21E3BA0AB05FAE7EC2E51C78969A9F9163((bool)0, L_14, L_15, (int32_t*)(&V_1), /*hidden argument*/NULL); SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_17 = (SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 *)il2cpp_codegen_object_new(SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2_il2cpp_TypeInfo_var); SafeWaitHandle__ctor_m7A02720A5A03917CCA8DD68406A124C4AB76191A(L_17, (intptr_t)L_16, (bool)1, /*hidden argument*/NULL); V_0 = L_17; goto IL_0079; } IL_005f: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_18; String_t* L_20 = ___name2; NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(0), (RuntimeObject *)L_20); String_t* L_21 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral037F9AF09B79E62522526C02A67EFD7B1E70AEAC, L_19, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_22 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, EventWaitHandle__ctor_mF94C3A6A3359C11FE2298EA98549A6982296D575_RuntimeMethod_var); } IL_0079: { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_23 = V_0; NullCheck(L_23); bool L_24 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, L_23); if (!L_24) { goto IL_00b7; } } { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_25 = V_0; NullCheck(L_25); SafeHandle_SetHandleAsInvalid_mAFA4A01F6FB566AB67312B96E5024088BDF255F6(L_25, /*hidden argument*/NULL); String_t* L_26 = ___name2; if (!L_26) { goto IL_00b0; } } { String_t* L_27 = ___name2; NullCheck(L_27); int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00b0; } } { int32_t L_29 = V_1; if ((!(((uint32_t)6) == ((uint32_t)L_29)))) { goto IL_00b0; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = L_30; String_t* L_32 = ___name2; NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(0), (RuntimeObject *)L_32); String_t* L_33 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE805C3A01DC9396D518D66D2070039944F8A69FD, L_31, /*hidden argument*/NULL); WaitHandleCannotBeOpenedException_t869CD999EE7B918C5546E2007AF7C4557281B65B * L_34 = (WaitHandleCannotBeOpenedException_t869CD999EE7B918C5546E2007AF7C4557281B65B *)il2cpp_codegen_object_new(WaitHandleCannotBeOpenedException_t869CD999EE7B918C5546E2007AF7C4557281B65B_il2cpp_TypeInfo_var); WaitHandleCannotBeOpenedException__ctor_m00FD39B43CE8A42DEFC752F71A7BEA5EAED5C59B(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, EventWaitHandle__ctor_mF94C3A6A3359C11FE2298EA98549A6982296D575_RuntimeMethod_var); } IL_00b0: { int32_t L_35 = V_1; String_t* L_36 = ___name2; __Error_WinIOError_mDA34FD0DC2ED957492B470B48E69838BB4E68A4B(L_35, L_36, /*hidden argument*/NULL); } IL_00b7: { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_37 = V_0; IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var); WaitHandle_SetHandleInternal_m93850C95BB1DA2F7E474CA98316B3DA7A23799BC(__this, L_37, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.EventWaitHandle::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool G_B2_0 = false; bool G_B1_0 = false; { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_0 = ((WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 *)__this)->get_safeWaitHandle_4(); il2cpp_codegen_memory_barrier(); bool L_1 = NativeEventCalls_ResetEvent_m4A2B82E490E1652FAAF5580E99BC91AABA548D7C(L_0, /*hidden argument*/NULL); bool L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_0016; } } { IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_3 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var); IOException__ctor_m6B0D6AACEED1FF37B08ADCB87640737D84E95891(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F_RuntimeMethod_var); } IL_0016: { return G_B2_0; } } // System.Boolean System.Threading.EventWaitHandle::Set() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool G_B2_0 = false; bool G_B1_0 = false; { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_0 = ((WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 *)__this)->get_safeWaitHandle_4(); il2cpp_codegen_memory_barrier(); bool L_1 = NativeEventCalls_SetEvent_mAEF9B9C0465787B512B6497A05E56EFD39BD420C(L_0, /*hidden argument*/NULL); bool L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_0016; } } { IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_3 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var); IOException__ctor_m6B0D6AACEED1FF37B08ADCB87640737D84E95891(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C_RuntimeMethod_var); } IL_0016: { 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.Boolean System.Threading.ExecutionContext::get_isNewCapture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContext_get_isNewCapture_m792458DE72156DF7C0541860AB54FEA3AF431C93 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__flags_4(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)5))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.Threading.ExecutionContext::set_isNewCapture(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_set_isNewCapture_mC28D70EBD4401ADCCDD9F2218BE22A9EBA2EBBD7 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->get__flags_4(); __this->set__flags_4(((int32_t)((int32_t)L_1|(int32_t)1))); return; } IL_0012: { int32_t L_2 = __this->get__flags_4(); __this->set__flags_4(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-2)))); return; } } // System.Boolean System.Threading.ExecutionContext::get_isFlowSuppressed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContext_get_isFlowSuppressed_mD1C75D73F93C3AE89257AF27D70F5166D8EF62BF (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__flags_4(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.Threading.ExecutionContext::set_isFlowSuppressed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_set_isFlowSuppressed_m0E70B01C31D82D0B64593328032A67CCA4DC165F (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->get__flags_4(); __this->set__flags_4(((int32_t)((int32_t)L_1|(int32_t)2))); return; } IL_0012: { int32_t L_2 = __this->get__flags_4(); __this->set__flags_4(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-3)))); return; } } // System.Threading.ExecutionContext System.Threading.ExecutionContext::get_PreAllocatedDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_get_PreAllocatedDefault_m67D699DE0503E4BC8FB524A9F46669087705FF8E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_get_PreAllocatedDefault_m67D699DE0503E4BC8FB524A9F46669087705FF8E_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; } } // System.Boolean System.Threading.ExecutionContext::get_IsPreAllocatedDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContext_get_IsPreAllocatedDefault_mFD07D73B6F109B0CC3444D45542A6A63D4B373D4 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__flags_4(); if (!((int32_t)((int32_t)L_0&(int32_t)4))) { goto IL_000c; } } { return (bool)1; } IL_000c: { return (bool)0; } } // System.Void System.Threading.ExecutionContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext__ctor_m60AAAF7CF4BF6DB4192982A1822C4379355DAC64 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Threading.ExecutionContext::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext__ctor_mB262D09F77D380C81B7CEFAAEF001D1A530B0ED4 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, bool ___isPreAllocatedDefault0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); bool L_0 = ___isPreAllocatedDefault0; if (!L_0) { goto IL_0010; } } { __this->set__flags_4(4); } IL_0010: { return; } } // System.Void System.Threading.ExecutionContext::SetLocalValue(System.Threading.IAsyncLocal,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_SetLocalValue_mA568451E76B8EA7EBB6B7BD58D5CB91E50D89193 (RuntimeObject* ___local0, RuntimeObject * ___newValue1, bool ___needChangeNotifications2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_SetLocalValue_mA568451E76B8EA7EBB6B7BD58D5CB91E50D89193_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; int32_t G_B3_0 = 0; { 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); V_0 = L_1; V_1 = NULL; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_2 = V_0; NullCheck(L_2); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_3 = L_2->get__localValues_5(); if (!L_3) { goto IL_0025; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_4 = V_0; NullCheck(L_4); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_5 = L_4->get__localValues_5(); RuntimeObject* L_6 = ___local0; NullCheck(L_5); bool L_7 = Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34(L_5, L_6, (RuntimeObject **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34_RuntimeMethod_var); G_B3_0 = ((int32_t)(L_7)); goto IL_0026; } IL_0025: { G_B3_0 = 0; } IL_0026: { V_2 = (bool)G_B3_0; RuntimeObject * L_8 = V_1; RuntimeObject * L_9 = ___newValue1; if ((!(((RuntimeObject*)(RuntimeObject *)L_8) == ((RuntimeObject*)(RuntimeObject *)L_9)))) { goto IL_002c; } } { return; } IL_002c: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_10 = V_0; NullCheck(L_10); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_11 = L_10->get__localValues_5(); if (L_11) { goto IL_0041; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_12 = V_0; Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_13 = (Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A *)il2cpp_codegen_object_new(Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A_il2cpp_TypeInfo_var); Dictionary_2__ctor_m88F680D0381E28ECA52D9748C9F8600011A3FFA8(L_13, /*hidden argument*/Dictionary_2__ctor_m88F680D0381E28ECA52D9748C9F8600011A3FFA8_RuntimeMethod_var); NullCheck(L_12); L_12->set__localValues_5(L_13); goto IL_0052; } IL_0041: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_14 = V_0; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_15 = V_0; NullCheck(L_15); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_16 = L_15->get__localValues_5(); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_17 = (Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A *)il2cpp_codegen_object_new(Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A_il2cpp_TypeInfo_var); Dictionary_2__ctor_m15C3BF70905BCD1682969CF5A90DE0209AA2207E(L_17, L_16, /*hidden argument*/Dictionary_2__ctor_m15C3BF70905BCD1682969CF5A90DE0209AA2207E_RuntimeMethod_var); NullCheck(L_14); L_14->set__localValues_5(L_17); } IL_0052: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_18 = V_0; NullCheck(L_18); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_19 = L_18->get__localValues_5(); RuntimeObject* L_20 = ___local0; RuntimeObject * L_21 = ___newValue1; NullCheck(L_19); Dictionary_2_set_Item_mD045CB91A3BE34853820964C50FCE5EEEAA2C79D(L_19, L_20, L_21, /*hidden argument*/Dictionary_2_set_Item_mD045CB91A3BE34853820964C50FCE5EEEAA2C79D_RuntimeMethod_var); bool L_22 = ___needChangeNotifications2; if (!L_22) { goto IL_00a0; } } { bool L_23 = V_2; if (L_23) { goto IL_0097; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_24 = V_0; NullCheck(L_24); List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_25 = L_24->get__localChangeNotifications_6(); if (L_25) { goto IL_007a; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_26 = V_0; List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_27 = (List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB *)il2cpp_codegen_object_new(List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB_il2cpp_TypeInfo_var); List_1__ctor_m18F66C936678D38968F3E572BDF192D22649AEC6(L_27, /*hidden argument*/List_1__ctor_m18F66C936678D38968F3E572BDF192D22649AEC6_RuntimeMethod_var); NullCheck(L_26); L_26->set__localChangeNotifications_6(L_27); goto IL_008b; } IL_007a: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_28 = V_0; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_29 = V_0; NullCheck(L_29); List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_30 = L_29->get__localChangeNotifications_6(); List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_31 = (List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB *)il2cpp_codegen_object_new(List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB_il2cpp_TypeInfo_var); List_1__ctor_m8EEA1290588E35EB5BF246F8F3019B90540763DC(L_31, L_30, /*hidden argument*/List_1__ctor_m8EEA1290588E35EB5BF246F8F3019B90540763DC_RuntimeMethod_var); NullCheck(L_28); L_28->set__localChangeNotifications_6(L_31); } IL_008b: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_32 = V_0; NullCheck(L_32); List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_33 = L_32->get__localChangeNotifications_6(); RuntimeObject* L_34 = ___local0; NullCheck(L_33); List_1_Add_m4EC06F55DAE5080279A8CC825D6A3DFEB38E4C72(L_33, L_34, /*hidden argument*/List_1_Add_m4EC06F55DAE5080279A8CC825D6A3DFEB38E4C72_RuntimeMethod_var); } IL_0097: { RuntimeObject* L_35 = ___local0; RuntimeObject * L_36 = V_1; RuntimeObject * L_37 = ___newValue1; NullCheck(L_35); InterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, bool >::Invoke(0 /* System.Void System.Threading.IAsyncLocal::OnValueChanged(System.Object,System.Object,System.Boolean) */, IAsyncLocal_tE256E53573305DF8C65DE4F1AC64F0112314B6F4_il2cpp_TypeInfo_var, L_35, L_36, L_37, (bool)0); } IL_00a0: { return; } } // System.Void System.Threading.ExecutionContext::OnAsyncLocalContextChanged(System.Threading.ExecutionContext,System.Threading.ExecutionContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_OnAsyncLocalContextChanged_m065685C3107AD21537481C31837D2E80ED7C79E9 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___previous0, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_OnAsyncLocalContextChanged_m065685C3107AD21537481C31837D2E80ED7C79E9_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * V_0 = NULL; List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * V_1 = NULL; Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; RuntimeObject * V_4 = NULL; RuntimeObject * V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject * V_7 = NULL; RuntimeObject * V_8 = NULL; Exception_t * V_9 = 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); List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * G_B3_0 = NULL; List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * G_B20_0 = NULL; { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = ___previous0; if (!L_0) { goto IL_000b; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = ___previous0; NullCheck(L_1); List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_2 = L_1->get__localChangeNotifications_6(); G_B3_0 = L_2; goto IL_000c; } IL_000b: { G_B3_0 = ((List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB *)(NULL)); } IL_000c: { V_0 = G_B3_0; List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_3 = V_0; if (!L_3) { goto IL_0085; } } { List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_4 = V_0; NullCheck(L_4); Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE L_5 = List_1_GetEnumerator_m5B0892F6E5DDC64C291DCBF924E18CC8FCFB4FE0(L_4, /*hidden argument*/List_1_GetEnumerator_m5B0892F6E5DDC64C291DCBF924E18CC8FCFB4FE0_RuntimeMethod_var); V_2 = L_5; } IL_0017: try { // begin try (depth: 1) { goto IL_006c; } IL_0019: { RuntimeObject* L_6 = Enumerator_get_Current_m88FB332F5424AB47464565D5B81B6C923D827490_inline((Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE *)(&V_2), /*hidden argument*/Enumerator_get_Current_m88FB332F5424AB47464565D5B81B6C923D827490_RuntimeMethod_var); V_3 = L_6; V_4 = NULL; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_7 = ___previous0; if (!L_7) { goto IL_003e; } } IL_0027: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_8 = ___previous0; NullCheck(L_8); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_9 = L_8->get__localValues_5(); if (!L_9) { goto IL_003e; } } IL_002f: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_10 = ___previous0; NullCheck(L_10); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_11 = L_10->get__localValues_5(); RuntimeObject* L_12 = V_3; NullCheck(L_11); Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34(L_11, L_12, (RuntimeObject **)(&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34_RuntimeMethod_var); } IL_003e: { V_5 = NULL; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_13 = ___current1; if (!L_13) { goto IL_005b; } } IL_0044: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_14 = ___current1; NullCheck(L_14); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_15 = L_14->get__localValues_5(); if (!L_15) { goto IL_005b; } } IL_004c: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_16 = ___current1; NullCheck(L_16); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_17 = L_16->get__localValues_5(); RuntimeObject* L_18 = V_3; NullCheck(L_17); Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34(L_17, L_18, (RuntimeObject **)(&V_5), /*hidden argument*/Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34_RuntimeMethod_var); } IL_005b: { RuntimeObject * L_19 = V_4; RuntimeObject * L_20 = V_5; if ((((RuntimeObject*)(RuntimeObject *)L_19) == ((RuntimeObject*)(RuntimeObject *)L_20))) { goto IL_006c; } } IL_0061: { RuntimeObject* L_21 = V_3; RuntimeObject * L_22 = V_4; RuntimeObject * L_23 = V_5; NullCheck(L_21); InterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, bool >::Invoke(0 /* System.Void System.Threading.IAsyncLocal::OnValueChanged(System.Object,System.Object,System.Boolean) */, IAsyncLocal_tE256E53573305DF8C65DE4F1AC64F0112314B6F4_il2cpp_TypeInfo_var, L_21, L_22, L_23, (bool)1); } IL_006c: { bool L_24 = Enumerator_MoveNext_m9B1AF9200AA86E002C00BD3D07C4B8507D4F910A((Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m9B1AF9200AA86E002C00BD3D07C4B8507D4F910A_RuntimeMethod_var); if (L_24) { goto IL_0019; } } IL_0075: { IL2CPP_LEAVE(0x85, FINALLY_0077); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0077; } FINALLY_0077: { // begin finally (depth: 1) Enumerator_Dispose_m6DA393E99D0E070572AF783E719C38150BB92612((Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE *)(&V_2), /*hidden argument*/Enumerator_Dispose_m6DA393E99D0E070572AF783E719C38150BB92612_RuntimeMethod_var); IL2CPP_END_FINALLY(119) } // end finally (depth: 1) IL2CPP_CLEANUP(119) { IL2CPP_JUMP_TBL(0x85, IL_0085) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0085: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_25 = ___current1; if (!L_25) { goto IL_0090; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_26 = ___current1; NullCheck(L_26); List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_27 = L_26->get__localChangeNotifications_6(); G_B20_0 = L_27; goto IL_0091; } IL_0090: { G_B20_0 = ((List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB *)(NULL)); } IL_0091: { V_1 = G_B20_0; List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_28 = V_1; if (!L_28) { goto IL_0130; } } { List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_29 = V_1; List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_30 = V_0; if ((((RuntimeObject*)(List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB *)L_29) == ((RuntimeObject*)(List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB *)L_30))) { goto IL_0130; } } IL_009f: try { // begin try (depth: 1) { List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_31 = V_1; NullCheck(L_31); Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE L_32 = List_1_GetEnumerator_m5B0892F6E5DDC64C291DCBF924E18CC8FCFB4FE0(L_31, /*hidden argument*/List_1_GetEnumerator_m5B0892F6E5DDC64C291DCBF924E18CC8FCFB4FE0_RuntimeMethod_var); V_2 = L_32; } IL_00a6: try { // begin try (depth: 2) { goto IL_0100; } IL_00a8: { RuntimeObject* L_33 = Enumerator_get_Current_m88FB332F5424AB47464565D5B81B6C923D827490_inline((Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE *)(&V_2), /*hidden argument*/Enumerator_get_Current_m88FB332F5424AB47464565D5B81B6C923D827490_RuntimeMethod_var); V_6 = L_33; V_7 = NULL; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_34 = ___previous0; if (!L_34) { goto IL_00d0; } } IL_00b7: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_35 = ___previous0; NullCheck(L_35); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_36 = L_35->get__localValues_5(); if (!L_36) { goto IL_00d0; } } IL_00bf: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_37 = ___previous0; NullCheck(L_37); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_38 = L_37->get__localValues_5(); RuntimeObject* L_39 = V_6; NullCheck(L_38); bool L_40 = Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34(L_38, L_39, (RuntimeObject **)(&V_7), /*hidden argument*/Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34_RuntimeMethod_var); if (L_40) { goto IL_0100; } } IL_00d0: { V_8 = NULL; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_41 = ___current1; if (!L_41) { goto IL_00ee; } } IL_00d6: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_42 = ___current1; NullCheck(L_42); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_43 = L_42->get__localValues_5(); if (!L_43) { goto IL_00ee; } } IL_00de: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_44 = ___current1; NullCheck(L_44); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_45 = L_44->get__localValues_5(); RuntimeObject* L_46 = V_6; NullCheck(L_45); Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34(L_45, L_46, (RuntimeObject **)(&V_8), /*hidden argument*/Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34_RuntimeMethod_var); } IL_00ee: { RuntimeObject * L_47 = V_7; RuntimeObject * L_48 = V_8; if ((((RuntimeObject*)(RuntimeObject *)L_47) == ((RuntimeObject*)(RuntimeObject *)L_48))) { goto IL_0100; } } IL_00f4: { RuntimeObject* L_49 = V_6; RuntimeObject * L_50 = V_7; RuntimeObject * L_51 = V_8; NullCheck(L_49); InterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, bool >::Invoke(0 /* System.Void System.Threading.IAsyncLocal::OnValueChanged(System.Object,System.Object,System.Boolean) */, IAsyncLocal_tE256E53573305DF8C65DE4F1AC64F0112314B6F4_il2cpp_TypeInfo_var, L_49, L_50, L_51, (bool)1); } IL_0100: { bool L_52 = Enumerator_MoveNext_m9B1AF9200AA86E002C00BD3D07C4B8507D4F910A((Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m9B1AF9200AA86E002C00BD3D07C4B8507D4F910A_RuntimeMethod_var); if (L_52) { goto IL_00a8; } } IL_0109: { IL2CPP_LEAVE(0x119, FINALLY_010b); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_010b; } FINALLY_010b: { // begin finally (depth: 2) Enumerator_Dispose_m6DA393E99D0E070572AF783E719C38150BB92612((Enumerator_t82453B249D27993844C87DB2C74D8AE4B87D97AE *)(&V_2), /*hidden argument*/Enumerator_Dispose_m6DA393E99D0E070572AF783E719C38150BB92612_RuntimeMethod_var); IL2CPP_END_FINALLY(267) } // end finally (depth: 2) IL2CPP_CLEANUP(267) { IL2CPP_JUMP_TBL(0x119, IL_0119) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0119: { goto IL_0130; } } // 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_011b; throw e; } CATCH_011b: { // begin catch(System.Exception) V_9 = ((Exception_t *)__exception_local); String_t* L_53 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7700A059AA693ADFE15FA5D682E12A0406AC2E18, /*hidden argument*/NULL); Exception_t * L_54 = V_9; Environment_FailFast_mAEC5FD40A83110B9B342497AE1683229CA4F1607(L_53, L_54, /*hidden argument*/NULL); goto IL_0130; } // end catch (depth: 1) IL_0130: { return; } } // System.Runtime.Remoting.Messaging.LogicalCallContext System.Threading.ExecutionContext::get_LogicalCallContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * ExecutionContext_get_LogicalCallContext_m8BC3B30F9A6E55E7739BA1DF28913107CC4B20E3 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_get_LogicalCallContext_m8BC3B30F9A6E55E7739BA1DF28913107CC4B20E3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_0 = __this->get__logicalCallContext_2(); if (L_0) { goto IL_0013; } } { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_1 = (LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E *)il2cpp_codegen_object_new(LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E_il2cpp_TypeInfo_var); LogicalCallContext__ctor_mAC471FE3FA530E350A3D44904670D487AD29C810(L_1, /*hidden argument*/NULL); __this->set__logicalCallContext_2(L_1); } IL_0013: { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_2 = __this->get__logicalCallContext_2(); return L_2; } } // System.Void System.Threading.ExecutionContext::set_LogicalCallContext(System.Runtime.Remoting.Messaging.LogicalCallContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_set_LogicalCallContext_m325371A914D0CA3A3407D2138B06E16B6DB926B6 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * ___value0, const RuntimeMethod* method) { { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_0 = ___value0; __this->set__logicalCallContext_2(L_0); return; } } // System.Runtime.Remoting.Messaging.IllogicalCallContext System.Threading.ExecutionContext::get_IllogicalCallContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * ExecutionContext_get_IllogicalCallContext_mF40D7B86635406455FB7449EAFF7545C3342E576 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_get_IllogicalCallContext_mF40D7B86635406455FB7449EAFF7545C3342E576_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * L_0 = __this->get__illogicalCallContext_3(); if (L_0) { goto IL_0013; } } { IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * L_1 = (IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 *)il2cpp_codegen_object_new(IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179_il2cpp_TypeInfo_var); IllogicalCallContext__ctor_m9D17628D132A9487505B0D4ECF3FE0DCE540314E(L_1, /*hidden argument*/NULL); __this->set__illogicalCallContext_3(L_1); } IL_0013: { IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * L_2 = __this->get__illogicalCallContext_3(); return L_2; } } // System.Void System.Threading.ExecutionContext::set_IllogicalCallContext(System.Runtime.Remoting.Messaging.IllogicalCallContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_set_IllogicalCallContext_mED51D3DD42A203CA0E3BC5C74B812B5E1F9F283B (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * ___value0, const RuntimeMethod* method) { { IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * L_0 = ___value0; __this->set__illogicalCallContext_3(L_0); return; } } // System.Threading.SynchronizationContext System.Threading.ExecutionContext::get_SynchronizationContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ExecutionContext_get_SynchronizationContext_mA536B4434310158A5D22B7481DBDB03331E7C10E (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method) { { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = __this->get__syncContext_0(); return L_0; } } // System.Void System.Threading.ExecutionContext::set_SynchronizationContext(System.Threading.SynchronizationContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_set_SynchronizationContext_mBFE248C6373436FB512D4E65E00297A56EF412BF (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___value0, const RuntimeMethod* method) { { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = ___value0; __this->set__syncContext_0(L_0); return; } } // System.Threading.SynchronizationContext System.Threading.ExecutionContext::get_SynchronizationContextNoFlow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ExecutionContext_get_SynchronizationContextNoFlow_mBA333DEE797F4806E3BD859311BAB4AF154F00D1 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method) { { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = __this->get__syncContextNoFlow_1(); return L_0; } } // System.Void System.Threading.ExecutionContext::set_SynchronizationContextNoFlow(System.Threading.SynchronizationContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_set_SynchronizationContextNoFlow_mD43C4382257518361F32EE94D935CD5ABFD4D17D (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___value0, const RuntimeMethod* method) { { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = ___value0; __this->set__syncContextNoFlow_1(L_0); return; } } // System.Void System.Threading.ExecutionContext::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_Dispose_mC5B9EB90B72938BC56CE08155CC5DFAF40F16A69 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method) { { ExecutionContext_get_IsPreAllocatedDefault_mFD07D73B6F109B0CC3444D45542A6A63D4B373D4(__this, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_Run_m97152E1791C019905F6297946D7411CA6683CCEB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = ___executionContext0; if (L_0) { goto IL_0013; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral16E236C914DEC2924473BA3076BF5A4593D053E6, /*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, ExecutionContext_Run_m97152E1791C019905F6297946D7411CA6683CCEB_RuntimeMethod_var); } IL_0013: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_3 = ___executionContext0; NullCheck(L_3); bool L_4 = ExecutionContext_get_isNewCapture_m792458DE72156DF7C0541860AB54FEA3AF431C93(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002b; } } { String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral05CF5DB63453167953F75D647B34B19567A56736, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_6 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ExecutionContext_Run_m97152E1791C019905F6297946D7411CA6683CCEB_RuntimeMethod_var); } IL_002b: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_7 = ___executionContext0; ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_8 = ___callback1; RuntimeObject * L_9 = ___state2; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_Run_mFF76DDA6501D993EB4A4B79EFDAF1F6476920945(L_7, L_8, L_9, (bool)0, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_Run_mFF76DDA6501D993EB4A4B79EFDAF1F6476920945_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = ___executionContext0; ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_1 = ___callback1; RuntimeObject * L_2 = ___state2; bool L_3 = ___preserveSyncCtx3; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_RunInternal_m5BF955CE8B04D9A7C959B9011579CC0FABD5FC56(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Threading.ExecutionContext::RunInternal(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_RunInternal_m5BF955CE8B04D9A7C959B9011579CC0FABD5FC56 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___executionContext0, ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___callback1, RuntimeObject * ___state2, bool ___preserveSyncCtx3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_RunInternal_m5BF955CE8B04D9A7C959B9011579CC0FABD5FC56_MetadataUsageId); s_Il2CppMethodInitialized = true; } Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * V_0 = NULL; ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 V_1; memset((&V_1), 0, sizeof(V_1)); Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B V_2; memset((&V_2), 0, sizeof(V_2)); 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 = ___executionContext0; NullCheck(L_0); bool L_1 = ExecutionContext_get_IsPreAllocatedDefault_mFD07D73B6F109B0CC3444D45542A6A63D4B373D4(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_2 = ___executionContext0; NullCheck(L_2); ExecutionContext_set_isNewCapture_mC28D70EBD4401ADCCDD9F2218BE22A9EBA2EBBD7(L_2, (bool)0, /*hidden argument*/NULL); } IL_000f: { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_3 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); V_0 = L_3; il2cpp_codegen_initobj((&V_1), sizeof(ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 )); RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027(/*hidden argument*/NULL); } IL_0022: try { // begin try (depth: 1) { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_4 = V_0; NullCheck(L_4); Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B L_5 = Thread_GetExecutionContextReader_m94A554E99BC4602CE1703DFBA4C96373208D1A4B(L_4, /*hidden argument*/NULL); V_2 = L_5; bool L_6 = Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_2), /*hidden argument*/NULL); if (L_6) { goto IL_003c; } } IL_0032: { bool L_7 = ___preserveSyncCtx3; bool L_8 = Reader_IsDefaultFTContext_mD127F3107B2D6026E6DF299632891C063A5A869C((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_2), L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_005a; } } IL_003c: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_9 = ___executionContext0; bool L_10 = ___preserveSyncCtx3; NullCheck(L_9); bool L_11 = ExecutionContext_IsDefaultFTContext_m5B9B22185715F15E84002AD31762C800BD0D0DDF(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_005a; } } IL_0045: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_12 = ___executionContext0; bool L_13 = Reader_HasSameLocalValues_mE057A99FF6D2F04E717DCF980D145953FDCDAC55((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_2), L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005a; } } IL_004f: { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_m85352D15497A879F67F507B96F0D8BB9CB813814(L_14, (bool)1, (ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 *)(&V_1), /*hidden argument*/NULL); goto IL_0071; } IL_005a: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_15 = ___executionContext0; NullCheck(L_15); bool L_16 = ExecutionContext_get_IsPreAllocatedDefault_mFD07D73B6F109B0CC3444D45542A6A63D4B373D4(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0069; } } IL_0062: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_17 = (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 *)il2cpp_codegen_object_new(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext__ctor_m60AAAF7CF4BF6DB4192982A1822C4379355DAC64(L_17, /*hidden argument*/NULL); ___executionContext0 = L_17; } IL_0069: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_18 = ___executionContext0; bool L_19 = ___preserveSyncCtx3; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 L_20 = ExecutionContext_SetExecutionContext_mBF4C305666E3D29C44D272C56423FEB625B4AA69(L_18, L_19, /*hidden argument*/NULL); V_1 = L_20; } IL_0071: { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_21 = ___callback1; RuntimeObject * L_22 = ___state2; NullCheck(L_21); ContextCallback_Invoke_m76E65E7A67AA99858554F451E0F78E22B6478998(L_21, L_22, /*hidden argument*/NULL); IL2CPP_LEAVE(0x82, 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) ExecutionContextSwitcher_Undo_m4E0A7D83FDA7AFD4ACD574E89A57AB46A038C57E((ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 *)(&V_1), /*hidden argument*/NULL); IL2CPP_END_FINALLY(122) } // end finally (depth: 1) IL2CPP_CLEANUP(122) { IL2CPP_JUMP_TBL(0x82, IL_0082) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0082: { return; } } // System.Void System.Threading.ExecutionContext::EstablishCopyOnWriteScope(System.Threading.ExecutionContextSwitcher&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_EstablishCopyOnWriteScope_mCB6F76C243352732B36223FBE3EB97653CDA39C1 (ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 * ___ecsw0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_EstablishCopyOnWriteScope_mCB6F76C243352732B36223FBE3EB97653CDA39C1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 * L_1 = ___ecsw0; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_m85352D15497A879F67F507B96F0D8BB9CB813814(L_0, (bool)0, (ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 *)L_1, /*hidden argument*/NULL); return; } } // System.Void System.Threading.ExecutionContext::EstablishCopyOnWriteScope(System.Threading.Thread,System.Boolean,System.Threading.ExecutionContextSwitcher&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_EstablishCopyOnWriteScope_m85352D15497A879F67F507B96F0D8BB9CB813814 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___currentThread0, bool ___knownNullWindowsIdentity1, ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 * ___ecsw2, const RuntimeMethod* method) { { ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 * L_0 = ___ecsw2; Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_1 = ___currentThread0; NullCheck(L_1); Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B L_2 = Thread_GetExecutionContextReader_m94A554E99BC4602CE1703DFBA4C96373208D1A4B(L_1, /*hidden argument*/NULL); L_0->set_outerEC_0(L_2); ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 * L_3 = ___ecsw2; Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_4 = ___currentThread0; NullCheck(L_4); bool L_5 = Thread_get_ExecutionContextBelongsToCurrentScope_m0F37C83CC64B2AB00FC01FBC704D161DDE18766A(L_4, /*hidden argument*/NULL); L_3->set_outerECBelongsToScope_1(L_5); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_6 = ___currentThread0; NullCheck(L_6); Thread_set_ExecutionContextBelongsToCurrentScope_mD8B987510AE88BD907A27ACC54F4022A04FB30C2(L_6, (bool)0, /*hidden argument*/NULL); ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 * L_7 = ___ecsw2; Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_8 = ___currentThread0; L_7->set_thread_3(L_8); return; } } // System.Threading.ExecutionContextSwitcher System.Threading.ExecutionContext::SetExecutionContext(System.Threading.ExecutionContext,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 ExecutionContext_SetExecutionContext_mBF4C305666E3D29C44D272C56423FEB625B4AA69 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___executionContext0, bool ___preserveSyncCtx1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_SetExecutionContext_mBF4C305666E3D29C44D272C56423FEB625B4AA69_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 V_0; memset((&V_0), 0, sizeof(V_0)); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * V_1 = NULL; Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B V_2; memset((&V_2), 0, sizeof(V_2)); 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_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 )); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); V_1 = L_0; Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_1 = V_1; NullCheck(L_1); Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B L_2 = Thread_GetExecutionContextReader_m94A554E99BC4602CE1703DFBA4C96373208D1A4B(L_1, /*hidden argument*/NULL); V_2 = L_2; Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_3 = V_1; (&V_0)->set_thread_3(L_3); Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B L_4 = V_2; (&V_0)->set_outerEC_0(L_4); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_5 = V_1; NullCheck(L_5); bool L_6 = Thread_get_ExecutionContextBelongsToCurrentScope_m0F37C83CC64B2AB00FC01FBC704D161DDE18766A(L_5, /*hidden argument*/NULL); (&V_0)->set_outerECBelongsToScope_1(L_6); bool L_7 = ___preserveSyncCtx1; if (!L_7) { goto IL_0042; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_8 = ___executionContext0; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_9 = Reader_get_SynchronizationContext_m399CC51942AA34194E2F022DB3DCC8F2FE88F979((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_2), /*hidden argument*/NULL); NullCheck(L_8); ExecutionContext_set_SynchronizationContext_mBFE248C6373436FB512D4E65E00297A56EF412BF_inline(L_8, L_9, /*hidden argument*/NULL); } IL_0042: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_10 = ___executionContext0; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_11 = Reader_get_SynchronizationContextNoFlow_mC5F9EDB5DD2F7C76A21D27FE94C9360F9C8D3EE4((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_2), /*hidden argument*/NULL); NullCheck(L_10); ExecutionContext_set_SynchronizationContextNoFlow_mD43C4382257518361F32EE94D935CD5ABFD4D17D_inline(L_10, L_11, /*hidden argument*/NULL); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_12 = V_1; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_13 = ___executionContext0; NullCheck(L_12); Thread_SetExecutionContext_m1728EF01137D3CD57C6C59DB07A6314D9A1341AA(L_12, L_13, (bool)1, /*hidden argument*/NULL); RuntimeHelpers_PrepareConstrainedRegions_m108F0650C70D15D3CC657AFEBA8E69770EDB9027(/*hidden argument*/NULL); } IL_005c: try { // begin try (depth: 1) ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_14 = Reader_DangerousGetRawExecutionContext_m0AAF58869F7AC7C33242B7C6A6ABFA2EF5100EBA_inline((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_2), /*hidden argument*/NULL); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_15 = ___executionContext0; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_OnAsyncLocalContextChanged_m065685C3107AD21537481C31837D2E80ED7C79E9(L_14, L_15, /*hidden argument*/NULL); goto IL_0076; } // 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_006b; throw e; } CATCH_006b: { // begin catch(System.Object) ExecutionContextSwitcher_UndoNoThrow_mCC04A25B399863F9A5F60C5B4A8BD309F3ED7347((ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 *)(&V_0), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, ExecutionContext_SetExecutionContext_mBF4C305666E3D29C44D272C56423FEB625B4AA69_RuntimeMethod_var); } // end catch (depth: 1) IL_0076: { ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 L_16 = V_0; return L_16; } } // System.Threading.ExecutionContext System.Threading.ExecutionContext::CreateCopy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_CreateCopy_mD0C2EA5AE6F140C566D3DC1B0E7896AEDBBAA6F1 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_CreateCopy_mD0C2EA5AE6F140C566D3DC1B0E7896AEDBBAA6F1_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * V_0 = NULL; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * G_B4_0 = NULL; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * G_B3_0 = NULL; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * G_B5_0 = NULL; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * G_B5_1 = NULL; { bool L_0 = ExecutionContext_get_isNewCapture_m792458DE72156DF7C0541860AB54FEA3AF431C93(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0018; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral718791C1C8CB448751DEF92ED21B38927169A025, /*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, ExecutionContext_CreateCopy_mD0C2EA5AE6F140C566D3DC1B0E7896AEDBBAA6F1_RuntimeMethod_var); } IL_0018: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_3 = (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 *)il2cpp_codegen_object_new(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext__ctor_m60AAAF7CF4BF6DB4192982A1822C4379355DAC64(L_3, /*hidden argument*/NULL); V_0 = L_3; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_4 = V_0; NullCheck(L_4); ExecutionContext_set_isNewCapture_mC28D70EBD4401ADCCDD9F2218BE22A9EBA2EBBD7(L_4, (bool)1, /*hidden argument*/NULL); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_5 = V_0; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_6 = __this->get__syncContext_0(); G_B3_0 = L_5; if (!L_6) { G_B4_0 = L_5; goto IL_003b; } } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_7 = __this->get__syncContext_0(); NullCheck(L_7); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_8 = VirtFuncInvoker0< SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * >::Invoke(8 /* System.Threading.SynchronizationContext System.Threading.SynchronizationContext::CreateCopy() */, L_7); G_B5_0 = L_8; G_B5_1 = G_B3_0; goto IL_003c; } IL_003b: { G_B5_0 = ((SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 *)(NULL)); G_B5_1 = G_B4_0; } IL_003c: { NullCheck(G_B5_1); G_B5_1->set__syncContext_0(G_B5_0); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_9 = V_0; Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_10 = __this->get__localValues_5(); NullCheck(L_9); L_9->set__localValues_5(L_10); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_11 = V_0; List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_12 = __this->get__localChangeNotifications_6(); NullCheck(L_11); L_11->set__localChangeNotifications_6(L_12); LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_13 = __this->get__logicalCallContext_2(); if (!L_13) { goto IL_0077; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_14 = V_0; LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_15 = ExecutionContext_get_LogicalCallContext_m8BC3B30F9A6E55E7739BA1DF28913107CC4B20E3(__this, /*hidden argument*/NULL); NullCheck(L_15); RuntimeObject * L_16 = LogicalCallContext_Clone_m923D2DCF2B20C87F8AB53030367D7DF0F623CAE1(L_15, /*hidden argument*/NULL); NullCheck(L_14); ExecutionContext_set_LogicalCallContext_m325371A914D0CA3A3407D2138B06E16B6DB926B6_inline(L_14, ((LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E *)CastclassSealed((RuntimeObject*)L_16, LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0077: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_17 = V_0; return L_17; } } // System.Threading.ExecutionContext System.Threading.ExecutionContext::CreateMutableCopy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_CreateMutableCopy_mA3CD86A88C02101A1E6F33D0111FBE1DD926238F (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_CreateMutableCopy_mA3CD86A88C02101A1E6F33D0111FBE1DD926238F_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * V_0 = NULL; { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 *)il2cpp_codegen_object_new(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext__ctor_m60AAAF7CF4BF6DB4192982A1822C4379355DAC64(L_0, /*hidden argument*/NULL); V_0 = L_0; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = V_0; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = __this->get__syncContext_0(); NullCheck(L_1); L_1->set__syncContext_0(L_2); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_3 = V_0; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_4 = __this->get__syncContextNoFlow_1(); NullCheck(L_3); L_3->set__syncContextNoFlow_1(L_4); LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_5 = __this->get__logicalCallContext_2(); if (!L_5) { goto IL_003c; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_6 = V_0; LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_7 = ExecutionContext_get_LogicalCallContext_m8BC3B30F9A6E55E7739BA1DF28913107CC4B20E3(__this, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_8 = LogicalCallContext_Clone_m923D2DCF2B20C87F8AB53030367D7DF0F623CAE1(L_7, /*hidden argument*/NULL); NullCheck(L_6); ExecutionContext_set_LogicalCallContext_m325371A914D0CA3A3407D2138B06E16B6DB926B6_inline(L_6, ((LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E *)CastclassSealed((RuntimeObject*)L_8, LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_003c: { IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * L_9 = __this->get__illogicalCallContext_3(); if (!L_9) { goto IL_0055; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_10 = V_0; IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * L_11 = ExecutionContext_get_IllogicalCallContext_mF40D7B86635406455FB7449EAFF7545C3342E576(__this, /*hidden argument*/NULL); NullCheck(L_11); IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * L_12 = IllogicalCallContext_CreateCopy_m4D032C050628D402F860741A9EC1FC0C13B1136D(L_11, /*hidden argument*/NULL); NullCheck(L_10); ExecutionContext_set_IllogicalCallContext_mED51D3DD42A203CA0E3BC5C74B812B5E1F9F283B_inline(L_10, L_12, /*hidden argument*/NULL); } IL_0055: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_13 = V_0; Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_14 = __this->get__localValues_5(); NullCheck(L_13); L_13->set__localValues_5(L_14); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_15 = V_0; List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_16 = __this->get__localChangeNotifications_6(); NullCheck(L_15); L_15->set__localChangeNotifications_6(L_16); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_17 = V_0; bool L_18 = ExecutionContext_get_isFlowSuppressed_mD1C75D73F93C3AE89257AF27D70F5166D8EF62BF(__this, /*hidden argument*/NULL); NullCheck(L_17); ExecutionContext_set_isFlowSuppressed_m0E70B01C31D82D0B64593328032A67CCA4DC165F(L_17, L_18, /*hidden argument*/NULL); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_19 = V_0; return L_19; } } // System.Boolean System.Threading.ExecutionContext::IsFlowSuppressed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContext_IsFlowSuppressed_mA39E5CDF87685341DE0E387503AD4B7D215933C6 (const RuntimeMethod* method) { Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B V_0; memset((&V_0), 0, sizeof(V_0)); { 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; bool L_2 = Reader_get_IsFlowSuppressed_mB612913E8A5B1D3032CCB349F4A77489C3877BE5_inline((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.Threading.ExecutionContext System.Threading.ExecutionContext::Capture() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_Capture_m7569585FA0C4055C37E34D5C12931F68202A37C0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_Capture_m7569585FA0C4055C37E34D5C12931F68202A37C0_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 1; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = ExecutionContext_Capture_m03E9840F580CC8E82725D5969D6132B0ABADD5F2((int32_t*)(&V_0), 0, /*hidden argument*/NULL); return L_0; } } // System.Threading.ExecutionContext System.Threading.ExecutionContext::FastCapture() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_FastCapture_m45BB22D28452F5CF987B1D0C33EE75FB801D9856 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_FastCapture_m45BB22D28452F5CF987B1D0C33EE75FB801D9856_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 1; IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = ExecutionContext_Capture_m03E9840F580CC8E82725D5969D6132B0ABADD5F2((int32_t*)(&V_0), 3, /*hidden argument*/NULL); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_Capture_m03E9840F580CC8E82725D5969D6132B0ABADD5F2_MetadataUsageId); s_Il2CppMethodInitialized = true; } Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B V_0; memset((&V_0), 0, sizeof(V_0)); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * V_1 = NULL; LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * V_2 = NULL; Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * V_3 = NULL; List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * V_4 = NULL; Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 V_5; memset((&V_5), 0, sizeof(V_5)); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * G_B7_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; bool L_2 = Reader_get_IsFlowSuppressed_mB612913E8A5B1D3032CCB349F4A77489C3877BE5_inline((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), /*hidden argument*/NULL); if (!L_2) { goto IL_0016; } } { return (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 *)NULL; } IL_0016: { V_1 = (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 *)NULL; V_2 = (LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E *)NULL; bool L_3 = Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), /*hidden argument*/NULL); if (L_3) { goto IL_0064; } } { int32_t L_4 = ___options1; if (((int32_t)((int32_t)L_4&(int32_t)1))) { goto IL_0041; } } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_5 = Reader_get_SynchronizationContext_m399CC51942AA34194E2F022DB3DCC8F2FE88F979((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), /*hidden argument*/NULL); if (!L_5) { goto IL_003f; } } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_6 = Reader_get_SynchronizationContext_m399CC51942AA34194E2F022DB3DCC8F2FE88F979((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), /*hidden argument*/NULL); NullCheck(L_6); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_7 = VirtFuncInvoker0< SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * >::Invoke(8 /* System.Threading.SynchronizationContext System.Threading.SynchronizationContext::CreateCopy() */, L_6); G_B7_0 = L_7; goto IL_0040; } IL_003f: { G_B7_0 = ((SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 *)(NULL)); } IL_0040: { V_1 = G_B7_0; } IL_0041: { Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 L_8 = Reader_get_LogicalCallContext_m2ED53FE369B9E3B722607F004EC392320C97D56D((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), /*hidden argument*/NULL); V_5 = L_8; bool L_9 = Reader_get_HasInfo_m6D6C2FFCC05CF1A0C7387A75A12E0199B479C394((Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 *)(&V_5), /*hidden argument*/NULL); if (!L_9) { goto IL_0064; } } { Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 L_10 = Reader_get_LogicalCallContext_m2ED53FE369B9E3B722607F004EC392320C97D56D((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), /*hidden argument*/NULL); V_5 = L_10; LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_11 = Reader_Clone_m154E31CFDB4E65DE4336EA856F081B8E4E595A83((Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 *)(&V_5), /*hidden argument*/NULL); V_2 = L_11; } IL_0064: { V_3 = (Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A *)NULL; V_4 = (List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB *)NULL; bool L_12 = Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), /*hidden argument*/NULL); if (L_12) { goto IL_008d; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_13 = Reader_DangerousGetRawExecutionContext_m0AAF58869F7AC7C33242B7C6A6ABFA2EF5100EBA_inline((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), /*hidden argument*/NULL); NullCheck(L_13); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_14 = L_13->get__localValues_5(); V_3 = L_14; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_15 = Reader_DangerousGetRawExecutionContext_m0AAF58869F7AC7C33242B7C6A6ABFA2EF5100EBA_inline((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), /*hidden argument*/NULL); NullCheck(L_15); List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_16 = L_15->get__localChangeNotifications_6(); V_4 = L_16; } IL_008d: { int32_t L_17 = ___options1; if (!((int32_t)((int32_t)L_17&(int32_t)2))) { goto IL_00ad; } } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_18 = V_1; if (L_18) { goto IL_00ad; } } { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_19 = V_2; if (!L_19) { goto IL_00a0; } } { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_20 = V_2; NullCheck(L_20); bool L_21 = LogicalCallContext_get_HasInfo_mCF03FCA58825221568878DED1D88935FDF45549A(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00ad; } } IL_00a0: { Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_22 = V_3; if (L_22) { goto IL_00ad; } } { List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_23 = V_4; if (L_23) { goto IL_00ad; } } { IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_24 = ((ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_StaticFields*)il2cpp_codegen_static_fields_for(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var))->get_s_dummyDefaultEC_7(); return L_24; } IL_00ad: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_25 = (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 *)il2cpp_codegen_object_new(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext__ctor_m60AAAF7CF4BF6DB4192982A1822C4379355DAC64(L_25, /*hidden argument*/NULL); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_26 = L_25; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_27 = V_1; NullCheck(L_26); L_26->set__syncContext_0(L_27); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_28 = L_26; LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_29 = V_2; NullCheck(L_28); ExecutionContext_set_LogicalCallContext_m325371A914D0CA3A3407D2138B06E16B6DB926B6_inline(L_28, L_29, /*hidden argument*/NULL); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_30 = L_28; Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_31 = V_3; NullCheck(L_30); L_30->set__localValues_5(L_31); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_32 = L_30; List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * L_33 = V_4; NullCheck(L_32); L_32->set__localChangeNotifications_6(L_33); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_34 = L_32; NullCheck(L_34); ExecutionContext_set_isNewCapture_mC28D70EBD4401ADCCDD9F2218BE22A9EBA2EBBD7(L_34, (bool)1, /*hidden argument*/NULL); return L_34; } } // System.Void System.Threading.ExecutionContext::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_GetObjectData_mDAEFACD4FDD08A3D172817609DC14BBCC3F07BEC (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext_GetObjectData_mDAEFACD4FDD08A3D172817609DC14BBCC3F07BEC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ExecutionContext_GetObjectData_mDAEFACD4FDD08A3D172817609DC14BBCC3F07BEC_RuntimeMethod_var); } IL_000e: { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_2 = __this->get__logicalCallContext_2(); if (!L_2) { goto IL_0031; } } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = ___info0; LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_4 = __this->get__logicalCallContext_2(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast (LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E_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); NullCheck(L_3); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_3, _stringLiteral0EE757B2B78D476FC05DA14D7E03918A87401B6A, L_4, L_6, /*hidden argument*/NULL); } IL_0031: { return; } } // System.Void System.Threading.ExecutionContext::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext__ctor_m65F7362F5355A02FCDD0AF489A8E08938826306A (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext__ctor_m65F7362F5355A02FCDD0AF489A8E08938826306A_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * V_0 = NULL; { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; NullCheck(L_0); SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_1 = SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0032; } IL_000f: { SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_2 = V_0; NullCheck(L_2); String_t* L_3 = SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E(L_2, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_3, _stringLiteral0EE757B2B78D476FC05DA14D7E03918A87401B6A, /*hidden argument*/NULL); if (!L_4) { goto IL_0032; } } { SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6 = SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1(L_5, /*hidden argument*/NULL); __this->set__logicalCallContext_2(((LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E *)CastclassSealed((RuntimeObject*)L_6, LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E_il2cpp_TypeInfo_var))); } IL_0032: { SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_7 = V_0; NullCheck(L_7); bool L_8 = SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_000f; } } { return; } } // System.Boolean System.Threading.ExecutionContext::IsDefaultFTContext(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContext_IsDefaultFTContext_m5B9B22185715F15E84002AD31762C800BD0D0DDF (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, bool ___ignoreSyncCtx0, const RuntimeMethod* method) { { bool L_0 = ___ignoreSyncCtx0; if (L_0) { goto IL_000d; } } { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_1 = __this->get__syncContext_0(); if (!L_1) { goto IL_000d; } } { return (bool)0; } IL_000d: { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_2 = __this->get__logicalCallContext_2(); if (!L_2) { goto IL_0024; } } { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_3 = __this->get__logicalCallContext_2(); NullCheck(L_3); bool L_4 = LogicalCallContext_get_HasInfo_mCF03FCA58825221568878DED1D88935FDF45549A(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0024; } } { return (bool)0; } IL_0024: { IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * L_5 = __this->get__illogicalCallContext_3(); if (!L_5) { goto IL_003b; } } { IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * L_6 = __this->get__illogicalCallContext_3(); NullCheck(L_6); bool L_7 = IllogicalCallContext_get_HasUserData_mC8FC32C6A8E519F0D8E114B6ACD20B3A7292A874(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003b; } } { return (bool)0; } IL_003b: { return (bool)1; } } // System.Void System.Threading.ExecutionContext::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext__cctor_m15E6CE59692055D46D6BA8E29AE15242B82CB509 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContext__cctor_m15E6CE59692055D46D6BA8E29AE15242B82CB509_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 *)il2cpp_codegen_object_new(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext__ctor_mB262D09F77D380C81B7CEFAAEF001D1A530B0ED4(L_0, (bool)1, /*hidden argument*/NULL); ((ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_StaticFields*)il2cpp_codegen_static_fields_for(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var))->set_s_dummyDefaultEC_7(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Threading.ExecutionContext/Reader IL2CPP_EXTERN_C void Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshal_pinvoke(const Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B& unmarshaled, Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_pinvoke& marshaled) { Exception_t* ___m_ec_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_ec' of type 'Reader': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ec_0Exception, NULL); } IL2CPP_EXTERN_C void Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshal_pinvoke_back(const Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_pinvoke& marshaled, Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B& unmarshaled) { Exception_t* ___m_ec_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_ec' of type 'Reader': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ec_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Threading.ExecutionContext/Reader IL2CPP_EXTERN_C void Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshal_pinvoke_cleanup(Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Threading.ExecutionContext/Reader IL2CPP_EXTERN_C void Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshal_com(const Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B& unmarshaled, Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_com& marshaled) { Exception_t* ___m_ec_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_ec' of type 'Reader': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ec_0Exception, NULL); } IL2CPP_EXTERN_C void Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshal_com_back(const Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_com& marshaled, Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B& unmarshaled) { Exception_t* ___m_ec_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_ec' of type 'Reader': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ec_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Threading.ExecutionContext/Reader IL2CPP_EXTERN_C void Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshal_com_cleanup(Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B_marshaled_com& marshaled) { } // System.Void System.Threading.ExecutionContext_Reader::.ctor(System.Threading.ExecutionContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reader__ctor_mDB8E37FABE15D47E2E78E77EA6702D0FBAB8FC5E (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 void Reader__ctor_mDB8E37FABE15D47E2E78E77EA6702D0FBAB8FC5E_AdjustorThunk (RuntimeObject * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___ec0, const RuntimeMethod* method) { int32_t _offset = 1; Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * _thisAdjusted = reinterpret_cast(__this + _offset); Reader__ctor_mDB8E37FABE15D47E2E78E77EA6702D0FBAB8FC5E_inline(_thisAdjusted, ___ec0, method); } // System.Threading.ExecutionContext System.Threading.ExecutionContext_Reader::DangerousGetRawExecutionContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * Reader_DangerousGetRawExecutionContext_m0AAF58869F7AC7C33242B7C6A6ABFA2EF5100EBA (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, const RuntimeMethod* method) { { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = __this->get_m_ec_0(); return L_0; } } IL2CPP_EXTERN_C ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * Reader_DangerousGetRawExecutionContext_m0AAF58869F7AC7C33242B7C6A6ABFA2EF5100EBA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * _thisAdjusted = reinterpret_cast(__this + _offset); return Reader_DangerousGetRawExecutionContext_m0AAF58869F7AC7C33242B7C6A6ABFA2EF5100EBA_inline(_thisAdjusted, method); } // System.Boolean System.Threading.ExecutionContext_Reader::get_IsNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, const RuntimeMethod* method) { { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = __this->get_m_ec_0(); return (bool)((((RuntimeObject*)(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } } IL2CPP_EXTERN_C bool Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * _thisAdjusted = reinterpret_cast(__this + _offset); return Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A(_thisAdjusted, method); } // System.Boolean System.Threading.ExecutionContext_Reader::IsDefaultFTContext(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reader_IsDefaultFTContext_mD127F3107B2D6026E6DF299632891C063A5A869C (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, bool ___ignoreSyncCtx0, const RuntimeMethod* method) { { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = __this->get_m_ec_0(); bool L_1 = ___ignoreSyncCtx0; NullCheck(L_0); bool L_2 = ExecutionContext_IsDefaultFTContext_m5B9B22185715F15E84002AD31762C800BD0D0DDF(L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C bool Reader_IsDefaultFTContext_mD127F3107B2D6026E6DF299632891C063A5A869C_AdjustorThunk (RuntimeObject * __this, bool ___ignoreSyncCtx0, const RuntimeMethod* method) { int32_t _offset = 1; Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * _thisAdjusted = reinterpret_cast(__this + _offset); return Reader_IsDefaultFTContext_mD127F3107B2D6026E6DF299632891C063A5A869C(_thisAdjusted, ___ignoreSyncCtx0, method); } // System.Boolean System.Threading.ExecutionContext_Reader::get_IsFlowSuppressed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reader_get_IsFlowSuppressed_mB612913E8A5B1D3032CCB349F4A77489C3877BE5 (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, const RuntimeMethod* method) { { bool L_0 = Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)__this, /*hidden argument*/NULL); if (L_0) { goto IL_0014; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = __this->get_m_ec_0(); NullCheck(L_1); bool L_2 = ExecutionContext_get_isFlowSuppressed_mD1C75D73F93C3AE89257AF27D70F5166D8EF62BF(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } IL2CPP_EXTERN_C bool Reader_get_IsFlowSuppressed_mB612913E8A5B1D3032CCB349F4A77489C3877BE5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * _thisAdjusted = reinterpret_cast(__this + _offset); return Reader_get_IsFlowSuppressed_mB612913E8A5B1D3032CCB349F4A77489C3877BE5_inline(_thisAdjusted, 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) { { bool L_0 = Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)__this, /*hidden argument*/NULL); if (L_0) { goto IL_0014; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = __this->get_m_ec_0(); NullCheck(L_1); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = ExecutionContext_get_SynchronizationContext_mA536B4434310158A5D22B7481DBDB03331E7C10E_inline(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 *)NULL; } } IL2CPP_EXTERN_C SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * Reader_get_SynchronizationContext_m399CC51942AA34194E2F022DB3DCC8F2FE88F979_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * _thisAdjusted = reinterpret_cast(__this + _offset); return Reader_get_SynchronizationContext_m399CC51942AA34194E2F022DB3DCC8F2FE88F979(_thisAdjusted, 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) { { bool L_0 = Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)__this, /*hidden argument*/NULL); if (L_0) { goto IL_0014; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = __this->get_m_ec_0(); NullCheck(L_1); SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = ExecutionContext_get_SynchronizationContextNoFlow_mBA333DEE797F4806E3BD859311BAB4AF154F00D1_inline(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 *)NULL; } } IL2CPP_EXTERN_C SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * Reader_get_SynchronizationContextNoFlow_mC5F9EDB5DD2F7C76A21D27FE94C9360F9C8D3EE4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * _thisAdjusted = reinterpret_cast(__this + _offset); return Reader_get_SynchronizationContextNoFlow_mC5F9EDB5DD2F7C76A21D27FE94C9360F9C8D3EE4(_thisAdjusted, method); } // System.Runtime.Remoting.Messaging.LogicalCallContext_Reader System.Threading.ExecutionContext_Reader::get_LogicalCallContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 Reader_get_LogicalCallContext_m2ED53FE369B9E3B722607F004EC392320C97D56D (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, const RuntimeMethod* method) { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * G_B3_0 = NULL; { bool L_0 = Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)__this, /*hidden argument*/NULL); if (L_0) { goto IL_0015; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = __this->get_m_ec_0(); NullCheck(L_1); LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_2 = ExecutionContext_get_LogicalCallContext_m8BC3B30F9A6E55E7739BA1DF28913107CC4B20E3(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0016; } IL_0015: { G_B3_0 = ((LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E *)(NULL)); } IL_0016: { Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 L_3; memset((&L_3), 0, sizeof(L_3)); Reader__ctor_m484F7B31064D62F858B1860471E05068A4194B7E_inline((&L_3), G_B3_0, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 Reader_get_LogicalCallContext_m2ED53FE369B9E3B722607F004EC392320C97D56D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * _thisAdjusted = reinterpret_cast(__this + _offset); return Reader_get_LogicalCallContext_m2ED53FE369B9E3B722607F004EC392320C97D56D(_thisAdjusted, method); } // System.Boolean System.Threading.ExecutionContext_Reader::HasSameLocalValues(System.Threading.ExecutionContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reader_HasSameLocalValues_mE057A99FF6D2F04E717DCF980D145953FDCDAC55 (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___other0, const RuntimeMethod* method) { Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * V_0 = NULL; Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * G_B3_0 = NULL; Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * G_B5_0 = NULL; Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * G_B4_0 = NULL; Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * G_B6_0 = NULL; Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * G_B6_1 = NULL; { bool L_0 = Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)__this, /*hidden argument*/NULL); if (L_0) { goto IL_0015; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = __this->get_m_ec_0(); NullCheck(L_1); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_2 = L_1->get__localValues_5(); G_B3_0 = L_2; goto IL_0016; } IL_0015: { G_B3_0 = ((Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A *)(NULL)); } IL_0016: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_3 = ___other0; G_B4_0 = G_B3_0; if (!L_3) { G_B5_0 = G_B3_0; goto IL_0021; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_4 = ___other0; NullCheck(L_4); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_5 = L_4->get__localValues_5(); G_B6_0 = L_5; G_B6_1 = G_B4_0; goto IL_0022; } IL_0021: { G_B6_0 = ((Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A *)(NULL)); G_B6_1 = G_B5_0; } IL_0022: { V_0 = G_B6_0; Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_6 = V_0; return (bool)((((RuntimeObject*)(Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A *)G_B6_1) == ((RuntimeObject*)(Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A *)L_6))? 1 : 0); } } IL2CPP_EXTERN_C bool Reader_HasSameLocalValues_mE057A99FF6D2F04E717DCF980D145953FDCDAC55_AdjustorThunk (RuntimeObject * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___other0, const RuntimeMethod* method) { int32_t _offset = 1; Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * _thisAdjusted = reinterpret_cast(__this + _offset); return Reader_HasSameLocalValues_mE057A99FF6D2F04E717DCF980D145953FDCDAC55(_thisAdjusted, ___other0, 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 // Conversion methods for marshalling of: System.Threading.ExecutionContextSwitcher IL2CPP_EXTERN_C void ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshal_pinvoke(const ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159& unmarshaled, ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshaled_pinvoke& marshaled) { Exception_t* ___outerEC_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'outerEC' of type 'ExecutionContextSwitcher'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___outerEC_0Exception, NULL); } IL2CPP_EXTERN_C void ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshal_pinvoke_back(const ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshaled_pinvoke& marshaled, ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159& unmarshaled) { Exception_t* ___outerEC_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'outerEC' of type 'ExecutionContextSwitcher'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___outerEC_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Threading.ExecutionContextSwitcher IL2CPP_EXTERN_C void ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshal_pinvoke_cleanup(ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Threading.ExecutionContextSwitcher IL2CPP_EXTERN_C void ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshal_com(const ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159& unmarshaled, ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshaled_com& marshaled) { Exception_t* ___outerEC_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'outerEC' of type 'ExecutionContextSwitcher'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___outerEC_0Exception, NULL); } IL2CPP_EXTERN_C void ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshal_com_back(const ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshaled_com& marshaled, ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159& unmarshaled) { Exception_t* ___outerEC_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'outerEC' of type 'ExecutionContextSwitcher'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___outerEC_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Threading.ExecutionContextSwitcher IL2CPP_EXTERN_C void ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshal_com_cleanup(ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159_marshaled_com& marshaled) { } // System.Boolean System.Threading.ExecutionContextSwitcher::UndoNoThrow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContextSwitcher_UndoNoThrow_mCC04A25B399863F9A5F60C5B4A8BD309F3ED7347 (ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContextSwitcher_UndoNoThrow_mCC04A25B399863F9A5F60C5B4A8BD309F3ED7347_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); 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) ExecutionContextSwitcher_Undo_m4E0A7D83FDA7AFD4ACD574E89A57AB46A038C57E((ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 *)__this, /*hidden argument*/NULL); goto IL_000d; } // 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_0008; throw e; } CATCH_0008: { // begin catch(System.Object) V_0 = (bool)0; goto IL_000f; } // end catch (depth: 1) IL_000d: { return (bool)1; } IL_000f: { bool L_0 = V_0; return L_0; } } IL2CPP_EXTERN_C bool ExecutionContextSwitcher_UndoNoThrow_mCC04A25B399863F9A5F60C5B4A8BD309F3ED7347_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 * _thisAdjusted = reinterpret_cast(__this + _offset); return ExecutionContextSwitcher_UndoNoThrow_mCC04A25B399863F9A5F60C5B4A8BD309F3ED7347(_thisAdjusted, method); } // System.Void System.Threading.ExecutionContextSwitcher::Undo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContextSwitcher_Undo_m4E0A7D83FDA7AFD4ACD574E89A57AB46A038C57E (ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionContextSwitcher_Undo_m4E0A7D83FDA7AFD4ACD574E89A57AB46A038C57E_MetadataUsageId); s_Il2CppMethodInitialized = true; } Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B V_0; memset((&V_0), 0, sizeof(V_0)); { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = __this->get_thread_3(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_1 = __this->get_thread_3(); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_2 = L_1; NullCheck(L_2); Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B L_3 = Thread_GetExecutionContextReader_m94A554E99BC4602CE1703DFBA4C96373208D1A4B(L_2, /*hidden argument*/NULL); V_0 = L_3; Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B L_4 = __this->get_outerEC_0(); bool L_5 = __this->get_outerECBelongsToScope_1(); NullCheck(L_2); Thread_SetExecutionContext_m5EEA0CB200E2C224E4B72C1A17BEF16E566D8926(L_2, L_4, L_5, /*hidden argument*/NULL); __this->set_thread_3((Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)NULL); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_6 = Reader_DangerousGetRawExecutionContext_m0AAF58869F7AC7C33242B7C6A6ABFA2EF5100EBA_inline((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), /*hidden argument*/NULL); Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * L_7 = __this->get_address_of_outerEC_0(); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_8 = Reader_DangerousGetRawExecutionContext_m0AAF58869F7AC7C33242B7C6A6ABFA2EF5100EBA_inline((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_OnAsyncLocalContextChanged_m065685C3107AD21537481C31837D2E80ED7C79E9(L_6, L_8, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void ExecutionContextSwitcher_Undo_m4E0A7D83FDA7AFD4ACD574E89A57AB46A038C57E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; ExecutionContextSwitcher_t739C861A327D724A4E59DE865463B32097395159 * _thisAdjusted = reinterpret_cast(__this + _offset); ExecutionContextSwitcher_Undo_m4E0A7D83FDA7AFD4ACD574E89A57AB46A038C57E(_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 // 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) { typedef int32_t (*Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03_ftn) (int32_t*, int32_t, int32_t); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03_ftn)mscorlib::System::Threading::Interlocked::CompareExchange) (___location10, ___value1, ___comparand2); } // 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) { typedef int32_t (*Interlocked_CompareExchange_m4114DFF2BC6F128F8A044E0437E2DD8CE52E9226_ftn) (int32_t*, int32_t, int32_t, bool*); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_m4114DFF2BC6F128F8A044E0437E2DD8CE52E9226_ftn)mscorlib::System::Threading::Interlocked::CompareExchange) (___location10, ___value1, ___comparand2, ___succeeded3); } // 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) { typedef RuntimeObject * (*Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651_ftn) (RuntimeObject **, RuntimeObject *, RuntimeObject *); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651_ftn)mscorlib::System::Threading::Interlocked::CompareExchange_T) (___location10, ___value1, ___comparand2); } // System.Single System.Threading.Interlocked::CompareExchange(System.Single&,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Interlocked_CompareExchange_m2C6E1F976D009AB3858428E90B8F99F98F08155D (float* ___location10, float ___value1, float ___comparand2, const RuntimeMethod* method) { typedef float (*Interlocked_CompareExchange_m2C6E1F976D009AB3858428E90B8F99F98F08155D_ftn) (float*, float, float); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_m2C6E1F976D009AB3858428E90B8F99F98F08155D_ftn)mscorlib::System::Threading::Interlocked::CompareExchangeSingle) (___location10, ___value1, ___comparand2); } // 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) { typedef int32_t (*Interlocked_Decrement_m5C38319E41D5F7C90DFEC9138D58E6E92DFAFCFE_ftn) (int32_t*); using namespace il2cpp::icalls; return ((Interlocked_Decrement_m5C38319E41D5F7C90DFEC9138D58E6E92DFAFCFE_ftn)mscorlib::System::Threading::Interlocked::Decrement) (___location0); } // 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) { typedef int32_t (*Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F_ftn) (int32_t*); using namespace il2cpp::icalls; return ((Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F_ftn)mscorlib::System::Threading::Interlocked::Increment) (___location0); } // 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) { typedef int32_t (*Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5_ftn) (int32_t*, int32_t); using namespace il2cpp::icalls; return ((Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5_ftn)mscorlib::System::Threading::Interlocked::Exchange) (___location10, ___value1); } // 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) { typedef RuntimeObject * (*Interlocked_Exchange_m3D17D94F59C9010A3116C2016D1C066E54049E38_ftn) (RuntimeObject **, RuntimeObject *); using namespace il2cpp::icalls; return ((Interlocked_Exchange_m3D17D94F59C9010A3116C2016D1C066E54049E38_ftn)mscorlib::System::Threading::Interlocked::ExchangePointer) (___location10, ___value1); } // System.Single System.Threading.Interlocked::Exchange(System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Interlocked_Exchange_m799859F5121A37920381B0ADFF238EAAAD00E6E7 (float* ___location10, float ___value1, const RuntimeMethod* method) { typedef float (*Interlocked_Exchange_m799859F5121A37920381B0ADFF238EAAAD00E6E7_ftn) (float*, float); using namespace il2cpp::icalls; return ((Interlocked_Exchange_m799859F5121A37920381B0ADFF238EAAAD00E6E7_ftn)mscorlib::System::Threading::Interlocked::ExchangeSingle) (___location10, ___value1); } // System.Int64 System.Threading.Interlocked::CompareExchange(System.Int64&,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Interlocked_CompareExchange_m7862014F6402CF263F67B662F2DF14BDB530E586 (int64_t* ___location10, int64_t ___value1, int64_t ___comparand2, const RuntimeMethod* method) { typedef int64_t (*Interlocked_CompareExchange_m7862014F6402CF263F67B662F2DF14BDB530E586_ftn) (int64_t*, int64_t, int64_t); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_m7862014F6402CF263F67B662F2DF14BDB530E586_ftn)mscorlib::System::Threading::Interlocked::CompareExchange64) (___location10, ___value1, ___comparand2); } // System.IntPtr System.Threading.Interlocked::CompareExchange(System.IntPtr&,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Interlocked_CompareExchange_m0A02B16A9B99B35E70831EF919482BDFCE046D7A (intptr_t* ___location10, intptr_t ___value1, intptr_t ___comparand2, const RuntimeMethod* method) { typedef intptr_t (*Interlocked_CompareExchange_m0A02B16A9B99B35E70831EF919482BDFCE046D7A_ftn) (intptr_t*, intptr_t, intptr_t); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_m0A02B16A9B99B35E70831EF919482BDFCE046D7A_ftn)mscorlib::System::Threading::Interlocked::CompareExchangeIntPtr) (___location10, ___value1, ___comparand2); } // System.Double System.Threading.Interlocked::CompareExchange(System.Double&,System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Interlocked_CompareExchange_m30F3FB3488E77E97F2835624B8C69DF557D9482D (double* ___location10, double ___value1, double ___comparand2, const RuntimeMethod* method) { typedef double (*Interlocked_CompareExchange_m30F3FB3488E77E97F2835624B8C69DF557D9482D_ftn) (double*, double, double); using namespace il2cpp::icalls; return ((Interlocked_CompareExchange_m30F3FB3488E77E97F2835624B8C69DF557D9482D_ftn)mscorlib::System::Threading::Interlocked::CompareExchangeDouble) (___location10, ___value1, ___comparand2); } // System.Int64 System.Threading.Interlocked::Exchange(System.Int64&,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Interlocked_Exchange_m58CD9F00310C5BEA719E658CD6E7EDD08F09C0BB (int64_t* ___location10, int64_t ___value1, const RuntimeMethod* method) { typedef int64_t (*Interlocked_Exchange_m58CD9F00310C5BEA719E658CD6E7EDD08F09C0BB_ftn) (int64_t*, int64_t); using namespace il2cpp::icalls; return ((Interlocked_Exchange_m58CD9F00310C5BEA719E658CD6E7EDD08F09C0BB_ftn)mscorlib::System::Threading::Interlocked::Exchange64) (___location10, ___value1); } // System.IntPtr System.Threading.Interlocked::Exchange(System.IntPtr&,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Interlocked_Exchange_m1E9849C140AFB2B964A2A5AFB9AE3559D323EE33 (intptr_t* ___location10, intptr_t ___value1, const RuntimeMethod* method) { typedef intptr_t (*Interlocked_Exchange_m1E9849C140AFB2B964A2A5AFB9AE3559D323EE33_ftn) (intptr_t*, intptr_t); using namespace il2cpp::icalls; return ((Interlocked_Exchange_m1E9849C140AFB2B964A2A5AFB9AE3559D323EE33_ftn)mscorlib::System::Threading::Interlocked::ExchangeIntPtr) (___location10, ___value1); } // System.Double System.Threading.Interlocked::Exchange(System.Double&,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Interlocked_Exchange_mB6B16844FD6567E0484294B08EADBB9DAD9D8557 (double* ___location10, double ___value1, const RuntimeMethod* method) { typedef double (*Interlocked_Exchange_mB6B16844FD6567E0484294B08EADBB9DAD9D8557_ftn) (double*, double); using namespace il2cpp::icalls; return ((Interlocked_Exchange_mB6B16844FD6567E0484294B08EADBB9DAD9D8557_ftn)mscorlib::System::Threading::Interlocked::ExchangeDouble) (___location10, ___value1); } // System.Int64 System.Threading.Interlocked::Read(System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Interlocked_Read_m6D73F1AA4709D4F871C6323FEBD3EEC45124B8CB (int64_t* ___location0, const RuntimeMethod* method) { typedef int64_t (*Interlocked_Read_m6D73F1AA4709D4F871C6323FEBD3EEC45124B8CB_ftn) (int64_t*); using namespace il2cpp::icalls; return ((Interlocked_Read_m6D73F1AA4709D4F871C6323FEBD3EEC45124B8CB_ftn)mscorlib::System::Threading::Interlocked::Read) (___location0); } // 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) { typedef int32_t (*Interlocked_Add_mB998A76F86D8882F5FBFB9F64E7143B3DAB3C68F_ftn) (int32_t*, int32_t); using namespace il2cpp::icalls; return ((Interlocked_Add_mB998A76F86D8882F5FBFB9F64E7143B3DAB3C68F_ftn)mscorlib::System::Threading::Interlocked::Add) (___location10, ___value1); } #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.InternalThread::Thread_free_internal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalThread_Thread_free_internal_m23E40E8B5BD217003279C4B07422B04DCB7B5274 (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * __this, const RuntimeMethod* method) { typedef void (*InternalThread_Thread_free_internal_m23E40E8B5BD217003279C4B07422B04DCB7B5274_ftn) (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 *); using namespace il2cpp::icalls; ((InternalThread_Thread_free_internal_m23E40E8B5BD217003279C4B07422B04DCB7B5274_ftn)mscorlib::System::Threading::InternalThread::Thread_free_internal) (__this); } // System.Void System.Threading.InternalThread::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalThread_Finalize_m21A406B76027FB1CE1E2A10D59B17E49D7C617BE (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * __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) InternalThread_Thread_free_internal_m23E40E8B5BD217003279C4B07422B04DCB7B5274(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0xF, FINALLY_0008); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0008; } FINALLY_0008: { // begin finally (depth: 1) CriticalFinalizerObject_Finalize_m36B07F0B4F395452E3EFB45EF4887C763388AFA7(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(8) } // end finally (depth: 1) IL2CPP_CLEANUP(8) { IL2CPP_JUMP_TBL(0xF, IL_000f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_000f: { return; } } // System.Void System.Threading.InternalThread::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalThread__ctor_m39E0F7CE7349918AB5AE7BEA97930A01DD81440C (InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * __this, const RuntimeMethod* method) { { __this->set_priority_32(2); CriticalFinalizerObject__ctor_m99FA3656B2AAC4F7E53A8BFE9E361E7C1F8867C5(__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 // System.Void System.Threading.LockRecursionException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LockRecursionException__ctor_m52DB782195FFB9EED4C8E5BD37B46D0748E02CB8 (LockRecursionException_tB25740EFF8FBE39193D06FEDAD527853C70944B9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LockRecursionException__ctor_m52DB782195FFB9EED4C8E5BD37B46D0748E02CB8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m5FEC89FBFACEEDCEE29CCFD44A85D72FC28EB0D1(__this, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LockRecursionException__ctor_mC4B847F5F4421F0B7EA18E302D346C35C8A2F9E1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.LockRecursionException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LockRecursionException__ctor_m02935695289AA1D17CF009C33041AE52BD57EFBA (LockRecursionException_tB25740EFF8FBE39193D06FEDAD527853C70944B9 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LockRecursionException__ctor_m02935695289AA1D17CF009C33041AE52BD57EFBA_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 // 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) { { bool L_0 = ___initialState0; EventWaitHandle__ctor_m9EA7029408FF8BBCB1F527C940FAC6C1796DE3C1(__this, L_0, 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.WaitHandle System.Threading.ManualResetEventSlim::get_WaitHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ManualResetEventSlim_get_WaitHandle_m1D2F06B07F0563D6E4788305F52284487DCE802B (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method) { { ManualResetEventSlim_ThrowIfDisposed_m68328548D9387612CD25EC7C8243EA8AC2209CFB(__this, /*hidden argument*/NULL); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_0 = __this->get_m_eventObj_1(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0017; } } { ManualResetEventSlim_LazyInitializeEvent_m89304BBD985461820DA32D24D70D11408B6C00FC(__this, /*hidden argument*/NULL); } IL_0017: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_1 = __this->get_m_eventObj_1(); il2cpp_codegen_memory_barrier(); return L_1; } } // System.Boolean System.Threading.ManualResetEventSlim::get_IsSet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ManualResetEventSlim_get_IsSet_mF9C923A1085E5C05A4A9B4844FD43D33F9B51EFC (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManualResetEventSlim_get_IsSet_mF9C923A1085E5C05A4A9B4844FD43D33F9B51EFC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_combinedState_2(); il2cpp_codegen_memory_barrier(); IL2CPP_RUNTIME_CLASS_INIT(ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_il2cpp_TypeInfo_var); int32_t L_1 = ManualResetEventSlim_ExtractStatePortion_m898C2D945BC8B3FFE7DDC644B5A1582EECA30E17(L_0, ((int32_t)-2147483648LL), /*hidden argument*/NULL); return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.Threading.ManualResetEventSlim::set_IsSet(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_set_IsSet_m872A878F0120A342EE3E86505FDCAF9517BEFA93 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, bool ___value0, const RuntimeMethod* method) { ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * G_B2_0 = NULL; ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * G_B1_0 = NULL; int32_t G_B3_0 = 0; ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * G_B3_1 = NULL; { bool L_0 = ___value0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0007; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0008; } IL_0007: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0008: { NullCheck(G_B3_1); ManualResetEventSlim_UpdateStateAtomically_m8A0155FB032903CC3A1CE55A3E184FE11D936F97(G_B3_1, ((int32_t)((int32_t)G_B3_0<<(int32_t)((int32_t)31))), ((int32_t)-2147483648LL), /*hidden argument*/NULL); return; } } // System.Int32 System.Threading.ManualResetEventSlim::get_SpinCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ManualResetEventSlim_get_SpinCount_mE29E0B22B1DD69028AAF7118564096AC1A6D78F5 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManualResetEventSlim_get_SpinCount_mE29E0B22B1DD69028AAF7118564096AC1A6D78F5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_combinedState_2(); il2cpp_codegen_memory_barrier(); IL2CPP_RUNTIME_CLASS_INIT(ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_il2cpp_TypeInfo_var); int32_t L_1 = ManualResetEventSlim_ExtractStatePortionAndShiftRight_mD93C876AE15877150B7CF34C9EBC629C805146CF(L_0, ((int32_t)1073217536), ((int32_t)19), /*hidden argument*/NULL); return L_1; } } // System.Void System.Threading.ManualResetEventSlim::set_SpinCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_set_SpinCount_m1A41554CD375E78377F7F7C5CA1BEF8CAF2D6648 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_combinedState_2(); il2cpp_codegen_memory_barrier(); int32_t L_1 = ___value0; il2cpp_codegen_memory_barrier(); __this->set_m_combinedState_2(((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)-1073217537)))|(int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)19)))))); return; } } // System.Int32 System.Threading.ManualResetEventSlim::get_Waiters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ManualResetEventSlim_get_Waiters_mB3A3F8D5C0AEDA7176F4465F369E43ED349973E5 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManualResetEventSlim_get_Waiters_mB3A3F8D5C0AEDA7176F4465F369E43ED349973E5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_combinedState_2(); il2cpp_codegen_memory_barrier(); IL2CPP_RUNTIME_CLASS_INIT(ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_il2cpp_TypeInfo_var); int32_t L_1 = ManualResetEventSlim_ExtractStatePortionAndShiftRight_mD93C876AE15877150B7CF34C9EBC629C805146CF(L_0, ((int32_t)524287), 0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Threading.ManualResetEventSlim::set_Waiters(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_set_Waiters_m0824DE3322EE0956231F7FF6ADA7AB5525FBE250 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManualResetEventSlim_set_Waiters_m0824DE3322EE0956231F7FF6ADA7AB5525FBE250_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)((int32_t)524287)))) { goto IL_0027; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral73D27DC9ED6D07B23A287D87DCAC94FB19F5EDD4, /*hidden argument*/NULL); int32_t L_2 = ((int32_t)524287); RuntimeObject * L_3 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_2); String_t* L_4 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_1, L_3, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ManualResetEventSlim_set_Waiters_m0824DE3322EE0956231F7FF6ADA7AB5525FBE250_RuntimeMethod_var); } IL_0027: { int32_t L_6 = ___value0; ManualResetEventSlim_UpdateStateAtomically_m8A0155FB032903CC3A1CE55A3E184FE11D936F97(__this, L_6, ((int32_t)524287), /*hidden argument*/NULL); return; } } // 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) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); bool L_0 = ___initialState0; ManualResetEventSlim_Initialize_m7B805D837A447A1A15C9B6E998B8CFF1037DF242(__this, L_0, ((int32_t)10), /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManualResetEventSlim__ctor_m9755B7ADD1C06A7CA340D730FD1E3694BB563B94_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___spinCount1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0015; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralB74C55E1D5CD1B1C4FB5CC2072A70B5E054B8578, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ManualResetEventSlim__ctor_m9755B7ADD1C06A7CA340D730FD1E3694BB563B94_RuntimeMethod_var); } IL_0015: { int32_t L_2 = ___spinCount1; if ((((int32_t)L_2) <= ((int32_t)((int32_t)2047)))) { goto IL_0041; } } { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral81BC0BB1E428A88325912F900B5B51886E6E86F3, /*hidden argument*/NULL); int32_t L_4 = ((int32_t)2047); RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4); String_t* L_6 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_3, L_5, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteralB74C55E1D5CD1B1C4FB5CC2072A70B5E054B8578, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ManualResetEventSlim__ctor_m9755B7ADD1C06A7CA340D730FD1E3694BB563B94_RuntimeMethod_var); } IL_0041: { bool L_8 = ___initialState0; int32_t L_9 = ___spinCount1; ManualResetEventSlim_Initialize_m7B805D837A447A1A15C9B6E998B8CFF1037DF242(__this, L_8, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Threading.ManualResetEventSlim::Initialize(System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_Initialize_m7B805D837A447A1A15C9B6E998B8CFF1037DF242 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, bool ___initialState0, int32_t ___spinCount1, const RuntimeMethod* method) { ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * G_B2_0 = NULL; ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * G_B1_0 = NULL; int32_t G_B3_0 = 0; ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * G_B3_1 = NULL; ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * G_B5_0 = NULL; ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * G_B4_0 = NULL; int32_t G_B6_0 = 0; ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * G_B6_1 = NULL; { bool L_0 = ___initialState0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0007; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_000c; } IL_0007: { G_B3_0 = ((int32_t)-2147483648LL); G_B3_1 = G_B2_0; } IL_000c: { NullCheck(G_B3_1); il2cpp_codegen_memory_barrier(); G_B3_1->set_m_combinedState_2(G_B3_0); bool L_1 = PlatformHelper_get_IsSingleProcessor_m87507D435831F72BC807223D20139EE006CC3106(/*hidden argument*/NULL); G_B4_0 = __this; if (L_1) { G_B5_0 = __this; goto IL_001e; } } { int32_t L_2 = ___spinCount1; G_B6_0 = L_2; G_B6_1 = G_B4_0; goto IL_001f; } IL_001e: { G_B6_0 = 1; G_B6_1 = G_B5_0; } IL_001f: { NullCheck(G_B6_1); ManualResetEventSlim_set_SpinCount_m1A41554CD375E78377F7F7C5CA1BEF8CAF2D6648(G_B6_1, G_B6_0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.ManualResetEventSlim::EnsureLockObjectCreated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_EnsureLockObjectCreated_mCDAE627FB0EA7D6B1AFD1287DF1F75327D1001BE (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManualResetEventSlim_EnsureLockObjectCreated_mCDAE627FB0EA7D6B1AFD1287DF1F75327D1001BE_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = __this->get_m_lock_0(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_000b; } } { return; } IL_000b: { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject ** L_2 = __this->get_address_of_m_lock_0(); il2cpp_codegen_memory_barrier(); RuntimeObject * L_3 = V_0; Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)L_2, L_3, NULL, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.ManualResetEventSlim::LazyInitializeEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ManualResetEventSlim_LazyInitializeEvent_m89304BBD985461820DA32D24D70D11408B6C00FC (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManualResetEventSlim_LazyInitializeEvent_m89304BBD985461820DA32D24D70D11408B6C00FC_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * V_1 = NULL; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * 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); { bool L_0 = ManualResetEventSlim_get_IsSet_mF9C923A1085E5C05A4A9B4844FD43D33F9B51EFC(__this, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = V_0; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_2 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_2, L_1, /*hidden argument*/NULL); V_1 = L_2; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** L_3 = __this->get_address_of_m_eventObj_1(); il2cpp_codegen_memory_barrier(); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_4 = V_1; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_5 = InterlockedCompareExchangeImpl((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 **)L_3, L_4, (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)NULL); if (!L_5) { goto IL_0025; } } { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_6 = V_1; NullCheck(L_6); VirtActionInvoker0::Invoke(13 /* System.Void System.Threading.WaitHandle::Close() */, L_6); return (bool)0; } IL_0025: { bool L_7 = ManualResetEventSlim_get_IsSet_mF9C923A1085E5C05A4A9B4844FD43D33F9B51EFC(__this, /*hidden argument*/NULL); bool L_8 = V_0; if ((((int32_t)L_7) == ((int32_t)L_8))) { goto IL_0058; } } { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_9 = V_1; V_2 = L_9; V_3 = (bool)0; } IL_0032: try { // begin try (depth: 1) { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_10 = V_2; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_10, (bool*)(&V_3), /*hidden argument*/NULL); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_11 = __this->get_m_eventObj_1(); il2cpp_codegen_memory_barrier(); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_12 = V_1; if ((!(((RuntimeObject*)(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)L_11) == ((RuntimeObject*)(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)L_12)))) { goto IL_004c; } } IL_0045: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_13 = V_1; NullCheck(L_13); EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_13, /*hidden argument*/NULL); } IL_004c: { IL2CPP_LEAVE(0x58, FINALLY_004e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004e; } FINALLY_004e: { // begin finally (depth: 1) { bool L_14 = V_3; if (!L_14) { goto IL_0057; } } IL_0051: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_15 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_15, /*hidden argument*/NULL); } IL_0057: { IL2CPP_END_FINALLY(78) } } // end finally (depth: 1) IL2CPP_CLEANUP(78) { IL2CPP_JUMP_TBL(0x58, IL_0058) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0058: { return (bool)1; } } // System.Void System.Threading.ManualResetEventSlim::Set() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_Set_m2E94D35286055BA81B9DAD85C4CB9DCF89CF0F81 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method) { { ManualResetEventSlim_Set_mBD8691DB5D83762C1F0DDD4ED01C012680DD79DA(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Threading.ManualResetEventSlim::Set(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_Set_mBD8691DB5D83762C1F0DDD4ED01C012680DD79DA (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, bool ___duringCancellation0, const RuntimeMethod* method) { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * 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); { ManualResetEventSlim_set_IsSet_m872A878F0120A342EE3E86505FDCAF9517BEFA93(__this, (bool)1, /*hidden argument*/NULL); int32_t L_0 = ManualResetEventSlim_get_Waiters_mB3A3F8D5C0AEDA7176F4465F369E43ED349973E5(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_003c; } } { RuntimeObject * L_1 = __this->get_m_lock_0(); il2cpp_codegen_memory_barrier(); V_1 = L_1; V_2 = (bool)0; } IL_001b: try { // begin try (depth: 1) RuntimeObject * L_2 = V_1; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_2), /*hidden argument*/NULL); RuntimeObject * L_3 = __this->get_m_lock_0(); il2cpp_codegen_memory_barrier(); Monitor_PulseAll_mFE0F30CE6AE17C41852AFEA9FB3B78957CA103C5(L_3, /*hidden argument*/NULL); IL2CPP_LEAVE(0x3C, FINALLY_0032); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0032; } FINALLY_0032: { // begin finally (depth: 1) { bool L_4 = V_2; if (!L_4) { goto IL_003b; } } IL_0035: { RuntimeObject * L_5 = V_1; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL); } IL_003b: { IL2CPP_END_FINALLY(50) } } // end finally (depth: 1) IL2CPP_CLEANUP(50) { IL2CPP_JUMP_TBL(0x3C, IL_003c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003c: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_6 = __this->get_m_eventObj_1(); il2cpp_codegen_memory_barrier(); V_0 = L_6; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_7 = V_0; if (!L_7) { goto IL_007b; } } { bool L_8 = ___duringCancellation0; if (L_8) { goto IL_007b; } } { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_9 = V_0; V_3 = L_9; V_2 = (bool)0; } IL_004f: try { // begin try (depth: 1) { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_10 = V_3; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_10, (bool*)(&V_2), /*hidden argument*/NULL); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_11 = __this->get_m_eventObj_1(); il2cpp_codegen_memory_barrier(); if (!L_11) { goto IL_006f; } } IL_0061: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_12 = __this->get_m_eventObj_1(); il2cpp_codegen_memory_barrier(); NullCheck(L_12); EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_12, /*hidden argument*/NULL); } IL_006f: { IL2CPP_LEAVE(0x7B, FINALLY_0071); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0071; } FINALLY_0071: { // begin finally (depth: 1) { bool L_13 = V_2; if (!L_13) { goto IL_007a; } } IL_0074: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_14 = V_3; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_14, /*hidden argument*/NULL); } IL_007a: { IL2CPP_END_FINALLY(113) } } // end finally (depth: 1) IL2CPP_CLEANUP(113) { IL2CPP_JUMP_TBL(0x7B, IL_007b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007b: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManualResetEventSlim_Wait_mBBC47852C86E2A3D08FADAF3DE0588A2CE720B2F_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; 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; CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 V_8; memset((&V_8), 0, sizeof(V_8)); RuntimeObject * V_9 = NULL; bool V_10 = false; bool V_11 = false; int32_t V_12 = 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) * 5); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ManualResetEventSlim_ThrowIfDisposed_m68328548D9387612CD25EC7C8243EA8AC2209CFB(__this, /*hidden argument*/NULL); CancellationToken_ThrowIfCancellationRequested_m13AB667F961F83D8ED759BA402325638F43B0938((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken1), /*hidden argument*/NULL); int32_t L_0 = ___millisecondsTimeout0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_001c; } } { 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, ManualResetEventSlim_Wait_mBBC47852C86E2A3D08FADAF3DE0588A2CE720B2F_RuntimeMethod_var); } IL_001c: { bool L_2 = ManualResetEventSlim_get_IsSet_mF9C923A1085E5C05A4A9B4844FD43D33F9B51EFC(__this, /*hidden argument*/NULL); if (L_2) { goto IL_018b; } } { int32_t L_3 = ___millisecondsTimeout0; if (L_3) { goto IL_002c; } } { return (bool)0; } IL_002c: { V_0 = 0; V_1 = (bool)0; int32_t L_4 = ___millisecondsTimeout0; V_2 = L_4; int32_t L_5 = ___millisecondsTimeout0; if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_003e; } } { uint32_t L_6 = TimeoutHelper_GetTime_m6AD4BA5DCA9E4102DC18395A59123E91EB915D98(/*hidden argument*/NULL); V_0 = L_6; V_1 = (bool)1; } IL_003e: { V_3 = ((int32_t)10); V_4 = 5; V_5 = ((int32_t)20); int32_t L_7 = ManualResetEventSlim_get_SpinCount_mE29E0B22B1DD69028AAF7118564096AC1A6D78F5(__this, /*hidden argument*/NULL); V_6 = L_7; V_7 = 0; goto IL_00c5; } IL_0055: { bool L_8 = ManualResetEventSlim_get_IsSet_mF9C923A1085E5C05A4A9B4844FD43D33F9B51EFC(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_005f; } } { return (bool)1; } IL_005f: { int32_t L_9 = V_7; int32_t L_10 = V_3; if ((((int32_t)L_9) >= ((int32_t)L_10))) { goto IL_0087; } } { int32_t L_11 = V_7; int32_t L_12 = V_3; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)((int32_t)L_12/(int32_t)2)))))) { goto IL_0073; } } { Thread_Yield_m04E310FE49602AEB72AE630E371CFAC36AAA718B(/*hidden argument*/NULL); goto IL_00ab; } IL_0073: { int32_t L_13 = PlatformHelper_get_ProcessorCount_mED31378FF99FA52193863291A42F4EA623F62E13(/*hidden argument*/NULL); int32_t L_14 = V_7; Thread_SpinWait_m78B41D34DB11B07C0E7776FD3150DFB10AC63BB4(((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)((int32_t)((int32_t)4<<(int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)31))))))), /*hidden argument*/NULL); goto IL_00ab; } IL_0087: { int32_t L_15 = V_7; int32_t L_16 = V_5; if (((int32_t)((int32_t)L_15%(int32_t)L_16))) { goto IL_0096; } } { Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF(1, /*hidden argument*/NULL); goto IL_00ab; } IL_0096: { int32_t L_17 = V_7; int32_t L_18 = V_4; if (((int32_t)((int32_t)L_17%(int32_t)L_18))) { goto IL_00a5; } } { Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF(0, /*hidden argument*/NULL); goto IL_00ab; } IL_00a5: { Thread_Yield_m04E310FE49602AEB72AE630E371CFAC36AAA718B(/*hidden argument*/NULL); } IL_00ab: { int32_t L_19 = V_7; if ((((int32_t)L_19) < ((int32_t)((int32_t)100)))) { goto IL_00bf; } } { int32_t L_20 = V_7; if (((int32_t)((int32_t)L_20%(int32_t)((int32_t)10)))) { goto IL_00bf; } } { CancellationToken_ThrowIfCancellationRequested_m13AB667F961F83D8ED759BA402325638F43B0938((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken1), /*hidden argument*/NULL); } IL_00bf: { int32_t L_21 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_00c5: { int32_t L_22 = V_7; int32_t L_23 = V_6; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0055; } } { ManualResetEventSlim_EnsureLockObjectCreated_mCDAE627FB0EA7D6B1AFD1287DF1F75327D1001BE(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_il2cpp_TypeInfo_var); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_24 = ((ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_StaticFields*)il2cpp_codegen_static_fields_for(ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_il2cpp_TypeInfo_var))->get_s_cancellationTokenCallback_3(); CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_25 = CancellationToken_InternalRegisterWithoutEC_m2AB5F8C5E8800786BE0825ACE80BAA2EFB719DFF((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken1), L_24, __this, /*hidden argument*/NULL); V_8 = L_25; } IL_00e0: try { // begin try (depth: 1) { RuntimeObject * L_26 = __this->get_m_lock_0(); il2cpp_codegen_memory_barrier(); V_9 = L_26; V_10 = (bool)0; } IL_00ed: try { // begin try (depth: 2) { RuntimeObject * L_27 = V_9; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_27, (bool*)(&V_10), /*hidden argument*/NULL); goto IL_0167; } IL_00f8: { CancellationToken_ThrowIfCancellationRequested_m13AB667F961F83D8ED759BA402325638F43B0938((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken1), /*hidden argument*/NULL); bool L_28 = V_1; if (!L_28) { goto IL_0113; } } IL_0102: { uint32_t L_29 = V_0; int32_t L_30 = ___millisecondsTimeout0; int32_t L_31 = TimeoutHelper_UpdateTimeOut_mC735C89ED9256E7BD6B8AC2068A8A50DDDB4F45D(L_29, L_30, /*hidden argument*/NULL); V_2 = L_31; int32_t L_32 = V_2; if ((((int32_t)L_32) > ((int32_t)0))) { goto IL_0113; } } IL_010e: { V_11 = (bool)0; IL2CPP_LEAVE(0x18D, FINALLY_0171); } IL_0113: { int32_t L_33 = ManualResetEventSlim_get_Waiters_mB3A3F8D5C0AEDA7176F4465F369E43ED349973E5(__this, /*hidden argument*/NULL); ManualResetEventSlim_set_Waiters_m0824DE3322EE0956231F7FF6ADA7AB5525FBE250(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)), /*hidden argument*/NULL); bool L_34 = ManualResetEventSlim_get_IsSet_mF9C923A1085E5C05A4A9B4844FD43D33F9B51EFC(__this, /*hidden argument*/NULL); if (!L_34) { goto IL_0140; } } IL_0129: { int32_t L_35 = ManualResetEventSlim_get_Waiters_mB3A3F8D5C0AEDA7176F4465F369E43ED349973E5(__this, /*hidden argument*/NULL); V_12 = L_35; int32_t L_36 = V_12; ManualResetEventSlim_set_Waiters_m0824DE3322EE0956231F7FF6ADA7AB5525FBE250(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)), /*hidden argument*/NULL); V_11 = (bool)1; IL2CPP_LEAVE(0x18D, FINALLY_0171); } IL_0140: { } IL_0141: try { // begin try (depth: 3) { RuntimeObject * L_37 = __this->get_m_lock_0(); il2cpp_codegen_memory_barrier(); int32_t L_38 = V_2; bool L_39 = Monitor_Wait_m370232637E049ACF8E0322DC89D1AECD48ADE0E4(L_37, L_38, /*hidden argument*/NULL); if (L_39) { goto IL_0156; } } IL_0151: { V_11 = (bool)0; IL2CPP_LEAVE(0x18D, FINALLY_0158); } IL_0156: { IL2CPP_LEAVE(0x167, FINALLY_0158); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0158; } FINALLY_0158: { // begin finally (depth: 3) int32_t L_40 = ManualResetEventSlim_get_Waiters_mB3A3F8D5C0AEDA7176F4465F369E43ED349973E5(__this, /*hidden argument*/NULL); ManualResetEventSlim_set_Waiters_m0824DE3322EE0956231F7FF6ADA7AB5525FBE250(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_END_FINALLY(344) } // end finally (depth: 3) IL2CPP_CLEANUP(344) { IL2CPP_END_CLEANUP(0x18D, FINALLY_0171); IL2CPP_JUMP_TBL(0x167, IL_0167) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0167: { bool L_41 = ManualResetEventSlim_get_IsSet_mF9C923A1085E5C05A4A9B4844FD43D33F9B51EFC(__this, /*hidden argument*/NULL); if (!L_41) { goto IL_00f8; } } IL_016f: { IL2CPP_LEAVE(0x18B, FINALLY_0171); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0171; } FINALLY_0171: { // begin finally (depth: 2) { bool L_42 = V_10; if (!L_42) { goto IL_017c; } } IL_0175: { RuntimeObject * L_43 = V_9; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_43, /*hidden argument*/NULL); } IL_017c: { IL2CPP_END_FINALLY(369) } } // end finally (depth: 2) IL2CPP_CLEANUP(369) { IL2CPP_END_CLEANUP(0x18D, FINALLY_017d); IL2CPP_END_CLEANUP(0x18B, FINALLY_017d); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_017d; } FINALLY_017d: { // begin finally (depth: 1) CancellationTokenRegistration_Dispose_m12C09B73DC2913C85C776E611EF48DCA63405457((CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)(&V_8), /*hidden argument*/NULL); IL2CPP_END_FINALLY(381) } // end finally (depth: 1) IL2CPP_CLEANUP(381) { IL2CPP_JUMP_TBL(0x18D, IL_018d) IL2CPP_JUMP_TBL(0x18B, IL_018b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_018b: { return (bool)1; } IL_018d: { bool L_44 = V_11; return L_44; } } // System.Void System.Threading.ManualResetEventSlim::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_Dispose_mDF9E897811F63EA93C87E4D2FE66B138A66146AA (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManualResetEventSlim_Dispose_mDF9E897811F63EA93C87E4D2FE66B138A66146AA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Threading.ManualResetEventSlim::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.ManualResetEventSlim::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_Dispose_m9D07401954AE63268F5B7F862FBAFC30DC747CDB (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, bool ___disposing0, const RuntimeMethod* method) { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * V_0 = NULL; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * 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); { int32_t L_0 = __this->get_m_combinedState_2(); il2cpp_codegen_memory_barrier(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)1073741824)))) { goto IL_0011; } } { return; } IL_0011: { int32_t L_1 = __this->get_m_combinedState_2(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_combinedState_2(((int32_t)((int32_t)L_1|(int32_t)((int32_t)1073741824)))); bool L_2 = ___disposing0; if (!L_2) { goto IL_005d; } } { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_3 = __this->get_m_eventObj_1(); il2cpp_codegen_memory_barrier(); V_0 = L_3; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_4 = V_0; if (!L_4) { goto IL_005d; } } { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_5 = V_0; V_1 = L_5; V_2 = (bool)0; } IL_003a: try { // begin try (depth: 1) ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_6 = V_1; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_6, (bool*)(&V_2), /*hidden argument*/NULL); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_7 = V_0; NullCheck(L_7); VirtActionInvoker0::Invoke(13 /* System.Void System.Threading.WaitHandle::Close() */, L_7); il2cpp_codegen_memory_barrier(); __this->set_m_eventObj_1((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)NULL); 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_8 = V_2; if (!L_8) { goto IL_005c; } } IL_0056: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_9 = V_1; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_9, /*hidden argument*/NULL); } IL_005c: { IL2CPP_END_FINALLY(83) } } // end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_JUMP_TBL(0x5D, IL_005d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005d: { return; } } // System.Void System.Threading.ManualResetEventSlim::ThrowIfDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_ThrowIfDisposed_m68328548D9387612CD25EC7C8243EA8AC2209CFB (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManualResetEventSlim_ThrowIfDisposed_m68328548D9387612CD25EC7C8243EA8AC2209CFB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_combinedState_2(); il2cpp_codegen_memory_barrier(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)1073741824)))) { goto IL_0020; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral453F4C2D292ACA16849C79E2542995E71232BE95, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ManualResetEventSlim_ThrowIfDisposed_m68328548D9387612CD25EC7C8243EA8AC2209CFB_RuntimeMethod_var); } IL_0020: { return; } } // System.Void System.Threading.ManualResetEventSlim::CancellationTokenCallback(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_CancellationTokenCallback_mBA33A4DB70A9C2229CF69294DAE6ACF80E03A44A (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManualResetEventSlim_CancellationTokenCallback_mBA33A4DB70A9C2229CF69294DAE6ACF80E03A44A_MetadataUsageId); s_Il2CppMethodInitialized = true; } ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * 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 = ((ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 *)IsInstClass((RuntimeObject*)L_0, ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_il2cpp_TypeInfo_var)); ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_1 = V_0; NullCheck(L_1); RuntimeObject * L_2 = L_1->get_m_lock_0(); il2cpp_codegen_memory_barrier(); V_1 = L_2; V_2 = (bool)0; } IL_0012: try { // begin try (depth: 1) RuntimeObject * L_3 = V_1; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_3, (bool*)(&V_2), /*hidden argument*/NULL); ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = L_4->get_m_lock_0(); il2cpp_codegen_memory_barrier(); Monitor_PulseAll_mFE0F30CE6AE17C41852AFEA9FB3B78957CA103C5(L_5, /*hidden argument*/NULL); IL2CPP_LEAVE(0x33, FINALLY_0029); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0029; } FINALLY_0029: { // begin finally (depth: 1) { bool L_6 = V_2; if (!L_6) { goto IL_0032; } } IL_002c: { RuntimeObject * L_7 = V_1; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL); } IL_0032: { IL2CPP_END_FINALLY(41) } } // end finally (depth: 1) IL2CPP_CLEANUP(41) { IL2CPP_JUMP_TBL(0x33, IL_0033) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0033: { return; } } // System.Void System.Threading.ManualResetEventSlim::UpdateStateAtomically(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim_UpdateStateAtomically_m8A0155FB032903CC3A1CE55A3E184FE11D936F97 (ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445 * __this, int32_t ___newBits0, int32_t ___updateBitsMask1, const RuntimeMethod* method) { SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; { il2cpp_codegen_initobj((&V_0), sizeof(SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 )); } IL_0008: { int32_t L_0 = __this->get_m_combinedState_2(); il2cpp_codegen_memory_barrier(); V_1 = L_0; int32_t L_1 = V_1; int32_t L_2 = ___updateBitsMask1; int32_t L_3 = ___newBits0; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1&(int32_t)((~L_2))))|(int32_t)L_3)); int32_t* L_4 = __this->get_address_of_m_combinedState_2(); il2cpp_codegen_memory_barrier(); int32_t L_5 = V_2; int32_t L_6 = V_1; int32_t L_7 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_4, L_5, L_6, /*hidden argument*/NULL); int32_t L_8 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0029; } } { return; } IL_0029: { SpinWait_SpinOnce_mFE80DED71DC333A3F5C6F98AE9B46AB63B854E87((SpinWait_tE079CCE966DA5879ACBE28273573E447C0BA31B9 *)(&V_0), /*hidden argument*/NULL); goto IL_0008; } } // System.Int32 System.Threading.ManualResetEventSlim::ExtractStatePortionAndShiftRight(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ManualResetEventSlim_ExtractStatePortionAndShiftRight_mD93C876AE15877150B7CF34C9EBC629C805146CF (int32_t ___state0, int32_t ___mask1, int32_t ___rightBitShiftCount2, const RuntimeMethod* method) { { int32_t L_0 = ___state0; int32_t L_1 = ___mask1; int32_t L_2 = ___rightBitShiftCount2; return ((int32_t)((uint32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))>>((int32_t)((int32_t)L_2&(int32_t)((int32_t)31))))); } } // System.Int32 System.Threading.ManualResetEventSlim::ExtractStatePortion(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ManualResetEventSlim_ExtractStatePortion_m898C2D945BC8B3FFE7DDC644B5A1582EECA30E17 (int32_t ___state0, int32_t ___mask1, const RuntimeMethod* method) { { int32_t L_0 = ___state0; int32_t L_1 = ___mask1; return ((int32_t)((int32_t)L_0&(int32_t)L_1)); } } // System.Void System.Threading.ManualResetEventSlim::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEventSlim__cctor_m8E22FD288B875100D450053F98546E7173856142 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManualResetEventSlim__cctor_m8E22FD288B875100D450053F98546E7173856142_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)il2cpp_codegen_object_new(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0_il2cpp_TypeInfo_var); Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510(L_0, NULL, (intptr_t)((intptr_t)ManualResetEventSlim_CancellationTokenCallback_mBA33A4DB70A9C2229CF69294DAE6ACF80E03A44A_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_RuntimeMethod_var); ((ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_StaticFields*)il2cpp_codegen_static_fields_for(ManualResetEventSlim_t085E880B24016C42F7DE42113674D0A41B4FB445_il2cpp_TypeInfo_var))->set_s_cancellationTokenCallback_3(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.Monitor::Enter(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102 (RuntimeObject * ___obj0, const RuntimeMethod* method) { typedef void (*Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102_ftn) (RuntimeObject *); using namespace il2cpp::icalls; ((Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102_ftn)mscorlib::System::Threading::Monitor::Enter) (___obj0); } // 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) { { bool* L_0 = ___lockTaken1; int32_t L_1 = *((uint8_t*)L_0); if (!L_1) { goto IL_0009; } } { Monitor_ThrowLockTakenException_m1E4E202C36CD2A82BDF1FD23AA4A202DC5DD547D(/*hidden argument*/NULL); } IL_0009: { RuntimeObject * L_2 = ___obj0; bool* L_3 = ___lockTaken1; Monitor_ReliableEnter_mBF08B90E7C73D165376654469A768A6656376979(L_2, (bool*)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Monitor::ThrowLockTakenException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_ThrowLockTakenException_m1E4E202C36CD2A82BDF1FD23AA4A202DC5DD547D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Monitor_ThrowLockTakenException_m1E4E202C36CD2A82BDF1FD23AA4A202DC5DD547D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6F0527513E7242A01FE0FF40FD78242FE02B4A19, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_1 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_1, L_0, _stringLiteral665D0F35FA2638445B5CD5CF78704D738283E126, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Monitor_ThrowLockTakenException_m1E4E202C36CD2A82BDF1FD23AA4A202DC5DD547D_RuntimeMethod_var); } } // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method) { typedef void (*Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2_ftn) (RuntimeObject *); using namespace il2cpp::icalls; ((Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2_ftn)mscorlib::System::Threading::Monitor::Exit) (___obj0); } // System.Boolean System.Threading.Monitor::Wait(System.Object,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_Wait_m10B21AFD664C54CD662FA150806299C295662E01 (RuntimeObject * ___obj0, int32_t ___millisecondsTimeout1, bool ___exitContext2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Monitor_Wait_m10B21AFD664C54CD662FA150806299C295662E01_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Monitor_Wait_m10B21AFD664C54CD662FA150806299C295662E01_RuntimeMethod_var); } IL_000e: { bool L_2 = ___exitContext2; int32_t L_3 = ___millisecondsTimeout1; RuntimeObject * L_4 = ___obj0; bool L_5 = Monitor_ObjWait_m4308BA83ACF0A8262BF057D3967F6C3F56ADCDFA(L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // 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) { { RuntimeObject * L_0 = ___obj0; int32_t L_1 = ___millisecondsTimeout1; bool L_2 = Monitor_Wait_m10B21AFD664C54CD662FA150806299C295662E01(L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Void System.Threading.Monitor::Pulse(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Pulse_mA4885CDA903E733894EB46D7D4CA9F40C95FEE08 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Monitor_Pulse_mA4885CDA903E733894EB46D7D4CA9F40C95FEE08_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Monitor_Pulse_mA4885CDA903E733894EB46D7D4CA9F40C95FEE08_RuntimeMethod_var); } IL_000e: { RuntimeObject * L_2 = ___obj0; Monitor_ObjPulse_m7EEAD07C0A96D15345DC0C269F6A3E96B1E6F9FB(L_2, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Monitor::PulseAll(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_PulseAll_mFE0F30CE6AE17C41852AFEA9FB3B78957CA103C5 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Monitor_PulseAll_mFE0F30CE6AE17C41852AFEA9FB3B78957CA103C5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Monitor_PulseAll_mFE0F30CE6AE17C41852AFEA9FB3B78957CA103C5_RuntimeMethod_var); } IL_000e: { RuntimeObject * L_2 = ___obj0; Monitor_ObjPulseAll_m278E670C5FD44F4090CB507F06448DE828A13167(L_2, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Monitor::Monitor_test_synchronised(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_Monitor_test_synchronised_mD4E60BF070DC1941FFFBC6B950A0D6B725DF0472 (RuntimeObject * ___obj0, const RuntimeMethod* method) { typedef bool (*Monitor_Monitor_test_synchronised_mD4E60BF070DC1941FFFBC6B950A0D6B725DF0472_ftn) (RuntimeObject *); using namespace il2cpp::icalls; return ((Monitor_Monitor_test_synchronised_mD4E60BF070DC1941FFFBC6B950A0D6B725DF0472_ftn)mscorlib::System::Threading::Monitor::Monitor_test_synchronised) (___obj0); } // System.Void System.Threading.Monitor::Monitor_pulse(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Monitor_pulse_mDC45F012801FBC33248FFCB3B950B00C211944D5 (RuntimeObject * ___obj0, const RuntimeMethod* method) { typedef void (*Monitor_Monitor_pulse_mDC45F012801FBC33248FFCB3B950B00C211944D5_ftn) (RuntimeObject *); using namespace il2cpp::icalls; ((Monitor_Monitor_pulse_mDC45F012801FBC33248FFCB3B950B00C211944D5_ftn)mscorlib::System::Threading::Monitor::Monitor_pulse) (___obj0); } // System.Void System.Threading.Monitor::ObjPulse(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_ObjPulse_m7EEAD07C0A96D15345DC0C269F6A3E96B1E6F9FB (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Monitor_ObjPulse_m7EEAD07C0A96D15345DC0C269F6A3E96B1E6F9FB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; bool L_1 = Monitor_Monitor_test_synchronised_mD4E60BF070DC1941FFFBC6B950A0D6B725DF0472(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0013; } } { SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 * L_2 = (SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 *)il2cpp_codegen_object_new(SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4_il2cpp_TypeInfo_var); SynchronizationLockException__ctor_m2D56EA848D40CF87417BFD4BE6426C39C6873FE9(L_2, _stringLiteral3CE09A714957AD6498045C07DD9D2D9F6A9B1DB6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Monitor_ObjPulse_m7EEAD07C0A96D15345DC0C269F6A3E96B1E6F9FB_RuntimeMethod_var); } IL_0013: { RuntimeObject * L_3 = ___obj0; Monitor_Monitor_pulse_mDC45F012801FBC33248FFCB3B950B00C211944D5(L_3, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Monitor::Monitor_pulse_all(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Monitor_pulse_all_m7D37D7F3222DDE6ED015BD6BC7303821FAE9DA78 (RuntimeObject * ___obj0, const RuntimeMethod* method) { typedef void (*Monitor_Monitor_pulse_all_m7D37D7F3222DDE6ED015BD6BC7303821FAE9DA78_ftn) (RuntimeObject *); using namespace il2cpp::icalls; ((Monitor_Monitor_pulse_all_m7D37D7F3222DDE6ED015BD6BC7303821FAE9DA78_ftn)mscorlib::System::Threading::Monitor::Monitor_pulse_all) (___obj0); } // System.Void System.Threading.Monitor::ObjPulseAll(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_ObjPulseAll_m278E670C5FD44F4090CB507F06448DE828A13167 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Monitor_ObjPulseAll_m278E670C5FD44F4090CB507F06448DE828A13167_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; bool L_1 = Monitor_Monitor_test_synchronised_mD4E60BF070DC1941FFFBC6B950A0D6B725DF0472(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0013; } } { SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 * L_2 = (SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 *)il2cpp_codegen_object_new(SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4_il2cpp_TypeInfo_var); SynchronizationLockException__ctor_m2D56EA848D40CF87417BFD4BE6426C39C6873FE9(L_2, _stringLiteral3CE09A714957AD6498045C07DD9D2D9F6A9B1DB6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Monitor_ObjPulseAll_m278E670C5FD44F4090CB507F06448DE828A13167_RuntimeMethod_var); } IL_0013: { RuntimeObject * L_3 = ___obj0; Monitor_Monitor_pulse_all_m7D37D7F3222DDE6ED015BD6BC7303821FAE9DA78(L_3, /*hidden argument*/NULL); return; } } // System.Boolean System.Threading.Monitor::Monitor_wait(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_Monitor_wait_m2601DB5EEB50A8D1AA82211103F51C7602C08E28 (RuntimeObject * ___obj0, int32_t ___ms1, const RuntimeMethod* method) { typedef bool (*Monitor_Monitor_wait_m2601DB5EEB50A8D1AA82211103F51C7602C08E28_ftn) (RuntimeObject *, int32_t); using namespace il2cpp::icalls; return ((Monitor_Monitor_wait_m2601DB5EEB50A8D1AA82211103F51C7602C08E28_ftn)mscorlib::System::Threading::Monitor::Monitor_wait) (___obj0, ___ms1); } // System.Boolean System.Threading.Monitor::ObjWait(System.Boolean,System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_ObjWait_m4308BA83ACF0A8262BF057D3967F6C3F56ADCDFA (bool ___exitContext0, int32_t ___millisecondsTimeout1, RuntimeObject * ___obj2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Monitor_ObjWait_m4308BA83ACF0A8262BF057D3967F6C3F56ADCDFA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___millisecondsTimeout1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___millisecondsTimeout1; if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_0013; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, _stringLiteral9D9BED981884AC3D4D16BF22ED725A5686CEF15B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Monitor_ObjWait_m4308BA83ACF0A8262BF057D3967F6C3F56ADCDFA_RuntimeMethod_var); } IL_0013: { RuntimeObject * L_3 = ___obj2; bool L_4 = Monitor_Monitor_test_synchronised_mD4E60BF070DC1941FFFBC6B950A0D6B725DF0472(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0026; } } { SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 * L_5 = (SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 *)il2cpp_codegen_object_new(SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4_il2cpp_TypeInfo_var); SynchronizationLockException__ctor_m2D56EA848D40CF87417BFD4BE6426C39C6873FE9(L_5, _stringLiteral3CE09A714957AD6498045C07DD9D2D9F6A9B1DB6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, Monitor_ObjWait_m4308BA83ACF0A8262BF057D3967F6C3F56ADCDFA_RuntimeMethod_var); } IL_0026: { RuntimeObject * L_6 = ___obj2; int32_t L_7 = ___millisecondsTimeout1; bool L_8 = Monitor_Monitor_wait_m2601DB5EEB50A8D1AA82211103F51C7602C08E28(L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void System.Threading.Monitor::try_enter_with_atomic_var(System.Object,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_try_enter_with_atomic_var_m53182A8398FF987D03D0AB7C68CFF05C72176088 (RuntimeObject * ___obj0, int32_t ___millisecondsTimeout1, bool* ___lockTaken2, const RuntimeMethod* method) { typedef void (*Monitor_try_enter_with_atomic_var_m53182A8398FF987D03D0AB7C68CFF05C72176088_ftn) (RuntimeObject *, int32_t, bool*); using namespace il2cpp::icalls; ((Monitor_try_enter_with_atomic_var_m53182A8398FF987D03D0AB7C68CFF05C72176088_ftn)mscorlib::System::Threading::Monitor::try_enter_with_atomic_var) (___obj0, ___millisecondsTimeout1, ___lockTaken2); } // System.Void System.Threading.Monitor::ReliableEnterTimeout(System.Object,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_ReliableEnterTimeout_m22D49EE9FE0652C88161D5EBECD10DE1AE0CBEEE (RuntimeObject * ___obj0, int32_t ___timeout1, bool* ___lockTaken2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Monitor_ReliableEnterTimeout_m22D49EE9FE0652C88161D5EBECD10DE1AE0CBEEE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Monitor_ReliableEnterTimeout_m22D49EE9FE0652C88161D5EBECD10DE1AE0CBEEE_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___timeout1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0021; } } { int32_t L_3 = ___timeout1; if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0021; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_4, _stringLiteral9D9BED981884AC3D4D16BF22ED725A5686CEF15B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Monitor_ReliableEnterTimeout_m22D49EE9FE0652C88161D5EBECD10DE1AE0CBEEE_RuntimeMethod_var); } IL_0021: { RuntimeObject * L_5 = ___obj0; int32_t L_6 = ___timeout1; bool* L_7 = ___lockTaken2; Monitor_try_enter_with_atomic_var_m53182A8398FF987D03D0AB7C68CFF05C72176088(L_5, L_6, (bool*)L_7, /*hidden argument*/NULL); return; } } // System.Void System.Threading.Monitor::ReliableEnter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_ReliableEnter_mBF08B90E7C73D165376654469A768A6656376979 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; bool* L_1 = ___lockTaken1; Monitor_ReliableEnterTimeout_m22D49EE9FE0652C88161D5EBECD10DE1AE0CBEEE(L_0, (-1), (bool*)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.IntPtr System.Threading.NativeEventCalls::CreateEvent_internal(System.Boolean,System.Boolean,System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t NativeEventCalls_CreateEvent_internal_m1114FA21E3BA0AB05FAE7EC2E51C78969A9F9163 (bool ___manual0, bool ___initial1, String_t* ___name2, int32_t* ___errorCode3, const RuntimeMethod* method) { typedef intptr_t (*NativeEventCalls_CreateEvent_internal_m1114FA21E3BA0AB05FAE7EC2E51C78969A9F9163_ftn) (bool, bool, String_t*, int32_t*); using namespace il2cpp::icalls; return ((NativeEventCalls_CreateEvent_internal_m1114FA21E3BA0AB05FAE7EC2E51C78969A9F9163_ftn)mscorlib::System::Threading::NativeEventCalls::CreateEvent_internal) (___manual0, ___initial1, ___name2, ___errorCode3); } // 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) { bool V_0 = false; 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 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_0 = ___handle0; NullCheck(L_0); SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_1 = ___handle0; NullCheck(L_1); intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline(L_1, /*hidden argument*/NULL); bool L_3 = NativeEventCalls_SetEvent_internal_mA9BA180C405F28C626AD070DF2646F273544979C((intptr_t)L_2, /*hidden argument*/NULL); V_1 = L_3; IL2CPP_LEAVE(0x22, FINALLY_0018); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0018; } FINALLY_0018: { // begin finally (depth: 1) { bool L_4 = V_0; if (!L_4) { goto IL_0021; } } IL_001b: { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_5 = ___handle0; NullCheck(L_5); SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_5, /*hidden argument*/NULL); } IL_0021: { IL2CPP_END_FINALLY(24) } } // end finally (depth: 1) IL2CPP_CLEANUP(24) { IL2CPP_JUMP_TBL(0x22, IL_0022) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0022: { bool L_6 = V_1; return L_6; } } // System.Boolean System.Threading.NativeEventCalls::SetEvent_internal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeEventCalls_SetEvent_internal_mA9BA180C405F28C626AD070DF2646F273544979C (intptr_t ___handle0, const RuntimeMethod* method) { typedef bool (*NativeEventCalls_SetEvent_internal_mA9BA180C405F28C626AD070DF2646F273544979C_ftn) (intptr_t); using namespace il2cpp::icalls; return ((NativeEventCalls_SetEvent_internal_mA9BA180C405F28C626AD070DF2646F273544979C_ftn)mscorlib::System::Threading::NativeEventCalls::SetEvent_internal) (___handle0); } // System.Boolean System.Threading.NativeEventCalls::ResetEvent(Microsoft.Win32.SafeHandles.SafeWaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeEventCalls_ResetEvent_m4A2B82E490E1652FAAF5580E99BC91AABA548D7C (SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * ___handle0, const RuntimeMethod* method) { bool V_0 = false; 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 = (bool)0; } IL_0002: try { // begin try (depth: 1) SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_0 = ___handle0; NullCheck(L_0); SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_1 = ___handle0; NullCheck(L_1); intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline(L_1, /*hidden argument*/NULL); bool L_3 = NativeEventCalls_ResetEvent_internal_m7AE4DC8D77F90428B73DE117CFDEACD59FD6F5FF((intptr_t)L_2, /*hidden argument*/NULL); V_1 = L_3; IL2CPP_LEAVE(0x22, FINALLY_0018); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0018; } FINALLY_0018: { // begin finally (depth: 1) { bool L_4 = V_0; if (!L_4) { goto IL_0021; } } IL_001b: { SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * L_5 = ___handle0; NullCheck(L_5); SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_5, /*hidden argument*/NULL); } IL_0021: { IL2CPP_END_FINALLY(24) } } // end finally (depth: 1) IL2CPP_CLEANUP(24) { IL2CPP_JUMP_TBL(0x22, IL_0022) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0022: { bool L_6 = V_1; return L_6; } } // System.Boolean System.Threading.NativeEventCalls::ResetEvent_internal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeEventCalls_ResetEvent_internal_m7AE4DC8D77F90428B73DE117CFDEACD59FD6F5FF (intptr_t ___handle0, const RuntimeMethod* method) { typedef bool (*NativeEventCalls_ResetEvent_internal_m7AE4DC8D77F90428B73DE117CFDEACD59FD6F5FF_ftn) (intptr_t); using namespace il2cpp::icalls; return ((NativeEventCalls_ResetEvent_internal_m7AE4DC8D77F90428B73DE117CFDEACD59FD6F5FF_ftn)mscorlib::System::Threading::NativeEventCalls::ResetEvent_internal) (___handle0); } // System.Void System.Threading.NativeEventCalls::CloseEvent_internal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeEventCalls_CloseEvent_internal_mFCEA32F28D8E5B62B35B8B5FEE631CB435B341BA (intptr_t ___handle0, const RuntimeMethod* method) { typedef void (*NativeEventCalls_CloseEvent_internal_mFCEA32F28D8E5B62B35B8B5FEE631CB435B341BA_ftn) (intptr_t); using namespace il2cpp::icalls; ((NativeEventCalls_CloseEvent_internal_mFCEA32F28D8E5B62B35B8B5FEE631CB435B341BA_ftn)mscorlib::System::Threading::NativeEventCalls::CloseEvent_internal) (___handle0); } #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 extern "C" void DEFAULT_CALL ReversePInvokeWrapper_OSSpecificSynchronizationContext_InvocationEntry_m056BCE43FF155AAE872FF7E565F8F72A50D26147(intptr_t ___arg0) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation OSSpecificSynchronizationContext_InvocationEntry_m056BCE43FF155AAE872FF7E565F8F72A50D26147(___arg0, NULL); } // System.Void System.Threading.OSSpecificSynchronizationContext::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSSpecificSynchronizationContext__ctor_mF39442AB55E5389D959ED60D673ADAAD779F1233 (OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * __this, RuntimeObject * ___osContext0, const RuntimeMethod* method) { { SynchronizationContext__ctor_mC7C5F426C3450ACA409B5FE89E961EB8E5047512(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___osContext0; __this->set_m_OSSynchronizationContext_0(L_0); return; } } // System.Threading.OSSpecificSynchronizationContext System.Threading.OSSpecificSynchronizationContext::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * OSSpecificSynchronizationContext_Get_m0DB575C35C4E1CCBA0E664CB66EAA3C4E75D4DE4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OSSpecificSynchronizationContext_Get_m0DB575C35C4E1CCBA0E664CB66EAA3C4E75D4DE4_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 * G_B4_0 = NULL; RuntimeObject * G_B4_1 = NULL; ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 * G_B4_2 = NULL; CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 * G_B3_0 = NULL; RuntimeObject * G_B3_1 = NULL; ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 * G_B3_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31_il2cpp_TypeInfo_var); RuntimeObject * L_0 = OSSpecificSynchronizationContext_GetOSContext_m11D541C38C348CAAD7F46279C87EBC6E045F7E41(/*hidden argument*/NULL); V_0 = L_0; RuntimeObject * L_1 = V_0; if (L_1) { goto IL_000b; } } { return (OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 *)NULL; } IL_000b: { IL2CPP_RUNTIME_CLASS_INIT(OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 * L_2 = ((OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31_StaticFields*)il2cpp_codegen_static_fields_for(OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31_il2cpp_TypeInfo_var))->get_s_ContextCache_1(); RuntimeObject * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_il2cpp_TypeInfo_var); CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 * L_4 = ((U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_il2cpp_TypeInfo_var))->get_U3CU3E9__3_0_1(); CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 * L_5 = L_4; G_B3_0 = L_5; G_B3_1 = L_3; G_B3_2 = L_2; if (L_5) { G_B4_0 = L_5; G_B4_1 = L_3; G_B4_2 = L_2; goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_il2cpp_TypeInfo_var); U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96 * L_6 = ((U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 * L_7 = (CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 *)il2cpp_codegen_object_new(CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91_il2cpp_TypeInfo_var); CreateValueCallback__ctor_mABAC3B87DA5A5C017FF4CD1D9D3AB3F1DEA12E5E(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec_U3CGetU3Eb__3_0_mE598CE3A68DF7DE85A93E705B7DBA4A49C4A44F7_RuntimeMethod_var), /*hidden argument*/CreateValueCallback__ctor_mABAC3B87DA5A5C017FF4CD1D9D3AB3F1DEA12E5E_RuntimeMethod_var); CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91 * L_8 = L_7; ((U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_il2cpp_TypeInfo_var))->set_U3CU3E9__3_0_1(L_8); G_B4_0 = L_8; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_0030: { NullCheck(G_B4_2); OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * L_9 = ConditionalWeakTable_2_GetValue_mC618B527E3CFE10CE04F94468FCDBF78F4559922(G_B4_2, G_B4_1, G_B4_0, /*hidden argument*/ConditionalWeakTable_2_GetValue_mC618B527E3CFE10CE04F94468FCDBF78F4559922_RuntimeMethod_var); return L_9; } } // System.Threading.SynchronizationContext System.Threading.OSSpecificSynchronizationContext::CreateCopy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * OSSpecificSynchronizationContext_CreateCopy_mCB7482FE48FCECFAB6CAFD78A97478FC295ACE09 (OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OSSpecificSynchronizationContext_CreateCopy_mCB7482FE48FCECFAB6CAFD78A97478FC295ACE09_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get_m_OSSynchronizationContext_0(); OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * L_1 = (OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 *)il2cpp_codegen_object_new(OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31_il2cpp_TypeInfo_var); OSSpecificSynchronizationContext__ctor_mF39442AB55E5389D959ED60D673ADAAD779F1233(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Threading.OSSpecificSynchronizationContext::Send(System.Threading.SendOrPostCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSSpecificSynchronizationContext_Send_m5A12B31893AD4DF9C8D841A8AFCC4FC08766E9F6 (OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * __this, SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___d0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OSSpecificSynchronizationContext_Send_m5A12B31893AD4DF9C8D841A8AFCC4FC08766E9F6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, OSSpecificSynchronizationContext_Send_m5A12B31893AD4DF9C8D841A8AFCC4FC08766E9F6_RuntimeMethod_var); } } // System.Void System.Threading.OSSpecificSynchronizationContext::Post(System.Threading.SendOrPostCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSSpecificSynchronizationContext_Post_mD3A5A616F6DA8C5049151FA3BC04C00B06F81D85 (OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * __this, SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___d0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OSSpecificSynchronizationContext_Post_mD3A5A616F6DA8C5049151FA3BC04C00B06F81D85_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_1; memset((&V_1), 0, sizeof(V_1)); { InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B * L_0 = (InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B *)il2cpp_codegen_object_new(InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B_il2cpp_TypeInfo_var); InvocationEntryDelegate__ctor_m08DACD8320C4A07179090B31E54725D2AB9F4431(L_0, NULL, (intptr_t)((intptr_t)OSSpecificSynchronizationContext_InvocationEntry_m056BCE43FF155AAE872FF7E565F8F72A50D26147_RuntimeMethod_var), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var); intptr_t L_1 = Marshal_GetFunctionPointerForDelegate_TisInvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B_mAD46AA16CCC747B1C3E06CD3380EF10C8068385B(L_0, /*hidden argument*/Marshal_GetFunctionPointerForDelegate_TisInvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B_mAD46AA16CCC747B1C3E06CD3380EF10C8068385B_RuntimeMethod_var); V_0 = (intptr_t)L_1; SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_2 = ___d0; RuntimeObject * L_3 = ___state1; InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643 * L_4 = (InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643 *)il2cpp_codegen_object_new(InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643_il2cpp_TypeInfo_var); InvocationContext__ctor_m4B43B7739E56F944A73674AAAA81908FC693B627(L_4, L_2, L_3, /*hidden argument*/NULL); GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_5 = GCHandle_Alloc_m5BF9DC23B533B904BFEA61136B92916683B46B0F(L_4, /*hidden argument*/NULL); V_1 = L_5; RuntimeObject * L_6 = __this->get_m_OSSynchronizationContext_0(); intptr_t L_7 = V_0; GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_8 = V_1; intptr_t L_9 = GCHandle_ToIntPtr_m8CF7D07846B0C741B04A2A4E5E9B5D505F4B3CCE(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31_il2cpp_TypeInfo_var); OSSpecificSynchronizationContext_PostInternal_mBB55DA737793CFE53429D175C29A66E79181B6D6(L_6, (intptr_t)L_7, (intptr_t)L_9, /*hidden argument*/NULL); return; } } // System.Void System.Threading.OSSpecificSynchronizationContext::InvocationEntry(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSSpecificSynchronizationContext_InvocationEntry_m056BCE43FF155AAE872FF7E565F8F72A50D26147 (intptr_t ___arg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OSSpecificSynchronizationContext_InvocationEntry_m056BCE43FF155AAE872FF7E565F8F72A50D26147_MetadataUsageId); s_Il2CppMethodInitialized = true; } GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_0; memset((&V_0), 0, sizeof(V_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); IL_0000: try { // begin try (depth: 1) intptr_t L_0 = ___arg0; GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_1 = GCHandle_FromIntPtr_mB803C8ECA1D723F1C51A69F7A7E09E269488D36C((intptr_t)L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_0), /*hidden argument*/NULL); GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_0), /*hidden argument*/NULL); NullCheck(((InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643 *)CastclassClass((RuntimeObject*)L_2, InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643_il2cpp_TypeInfo_var))); InvocationContext_Invoke_m76E761774D3E8A546F9548EB583D7EEF705BD5F9(((InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643 *)CastclassClass((RuntimeObject*)L_2, InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0028; } // 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_0021; throw e; } CATCH_0021: { // begin catch(System.Exception) IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception_ReportUnhandledException_mBE1B363F3A7EAD66C4B4C481D46200292CFA0086(((Exception_t *)__exception_local), /*hidden argument*/NULL); goto IL_0028; } // end catch (depth: 1) IL_0028: { return; } } // System.Object System.Threading.OSSpecificSynchronizationContext::GetOSContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OSSpecificSynchronizationContext_GetOSContext_m11D541C38C348CAAD7F46279C87EBC6E045F7E41 (const RuntimeMethod* method) { typedef RuntimeObject * (*OSSpecificSynchronizationContext_GetOSContext_m11D541C38C348CAAD7F46279C87EBC6E045F7E41_ftn) (); using namespace il2cpp::icalls; return ((OSSpecificSynchronizationContext_GetOSContext_m11D541C38C348CAAD7F46279C87EBC6E045F7E41_ftn)mscorlib::System::Threading::OSSpecificSynchronizationContext::GetOSContext) (); } // System.Void System.Threading.OSSpecificSynchronizationContext::PostInternal(System.Object,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSSpecificSynchronizationContext_PostInternal_mBB55DA737793CFE53429D175C29A66E79181B6D6 (RuntimeObject * ___osSynchronizationContext0, intptr_t ___callback1, intptr_t ___arg2, const RuntimeMethod* method) { typedef void (*OSSpecificSynchronizationContext_PostInternal_mBB55DA737793CFE53429D175C29A66E79181B6D6_ftn) (RuntimeObject *, intptr_t, intptr_t); using namespace il2cpp::icalls; ((OSSpecificSynchronizationContext_PostInternal_mBB55DA737793CFE53429D175C29A66E79181B6D6_ftn)mscorlib::System::Threading::OSSpecificSynchronizationContext::PostInternal) (___osSynchronizationContext0, ___callback1, ___arg2); } // System.Void System.Threading.OSSpecificSynchronizationContext::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OSSpecificSynchronizationContext__cctor_m899A691E7AE31A930E4EB24C667AEED9E9C4424F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OSSpecificSynchronizationContext__cctor_m899A691E7AE31A930E4EB24C667AEED9E9C4424F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 * L_0 = (ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602 *)il2cpp_codegen_object_new(ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602_il2cpp_TypeInfo_var); ConditionalWeakTable_2__ctor_mB6DE20F6EBF49D09954BE2F4A0DB8D75D3544F82(L_0, /*hidden argument*/ConditionalWeakTable_2__ctor_mB6DE20F6EBF49D09954BE2F4A0DB8D75D3544F82_RuntimeMethod_var); ((OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31_StaticFields*)il2cpp_codegen_static_fields_for(OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31_il2cpp_TypeInfo_var))->set_s_ContextCache_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.OSSpecificSynchronizationContext_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m6C743B16DE881C286D91E715170C9149E338DF7A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m6C743B16DE881C286D91E715170C9149E338DF7A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96 * L_0 = (U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96 *)il2cpp_codegen_object_new(U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mD0EB18D5C8B07F803D68DDBF1F8F4C80EA1F6381(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void System.Threading.OSSpecificSynchronizationContext_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mD0EB18D5C8B07F803D68DDBF1F8F4C80EA1F6381 (U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Threading.OSSpecificSynchronizationContext System.Threading.OSSpecificSynchronizationContext_<>c::b__3_0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * U3CU3Ec_U3CGetU3Eb__3_0_mE598CE3A68DF7DE85A93E705B7DBA4A49C4A44F7 (U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96 * __this, RuntimeObject * ____osContext0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CGetU3Eb__3_0_mE598CE3A68DF7DE85A93E705B7DBA4A49C4A44F7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ____osContext0; OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 * L_1 = (OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31 *)il2cpp_codegen_object_new(OSSpecificSynchronizationContext_tED8D4AF98F2432FFA2A56DFD788839A283D19A31_il2cpp_TypeInfo_var); OSSpecificSynchronizationContext__ctor_mF39442AB55E5389D959ED60D673ADAAD779F1233(L_1, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.OSSpecificSynchronizationContext_InvocationContext::.ctor(System.Threading.SendOrPostCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationContext__ctor_m4B43B7739E56F944A73674AAAA81908FC693B627 (InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643 * __this, SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___d0, RuntimeObject * ___state1, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_0 = ___d0; __this->set_m_Delegate_0(L_0); RuntimeObject * L_1 = ___state1; __this->set_m_State_1(L_1); return; } } // System.Void System.Threading.OSSpecificSynchronizationContext_InvocationContext::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationContext_Invoke_m76E761774D3E8A546F9548EB583D7EEF705BD5F9 (InvocationContext_tD91309100896CC0F6903346C4BA67CCA517C8643 * __this, const RuntimeMethod* method) { { SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_0 = __this->get_m_Delegate_0(); RuntimeObject * L_1 = __this->get_m_State_1(); NullCheck(L_0); SendOrPostCallback_Invoke_m10442BF6A452A4408C3DDD1885D6809C4549C2AC(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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B (InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B * __this, intptr_t ___arg0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___arg0); } // System.Void System.Threading.OSSpecificSynchronizationContext_InvocationEntryDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationEntryDelegate__ctor_m08DACD8320C4A07179090B31E54725D2AB9F4431 (InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B * __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.OSSpecificSynchronizationContext_InvocationEntryDelegate::Invoke(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationEntryDelegate_Invoke_m567AF3A6F31F25BA06B75067C2E6AC9AB9A2B15E (InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B * __this, intptr_t ___arg0, 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) (intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg0, 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< intptr_t >::Invoke(targetMethod, targetThis, ___arg0); else GenericVirtActionInvoker1< intptr_t >::Invoke(targetMethod, targetThis, ___arg0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg0); else VirtActionInvoker1< intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg0); } } 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(&___arg0) - 1), targetMethod); } typedef void (*FunctionPointerType) (void*, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg0, targetMethod); } } } } // System.IAsyncResult System.Threading.OSSpecificSynchronizationContext_InvocationEntryDelegate::BeginInvoke(System.IntPtr,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InvocationEntryDelegate_BeginInvoke_m3DEF0481A228CEEA3E7437B9E6521F6B2C11C1AF (InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B * __this, intptr_t ___arg0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvocationEntryDelegate_BeginInvoke_m3DEF0481A228CEEA3E7437B9E6521F6B2C11C1AF_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___arg0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Threading.OSSpecificSynchronizationContext_InvocationEntryDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvocationEntryDelegate_EndInvoke_m174FD72C6B25110DA66E2A56CB3052B485AFB619 (InvocationEntryDelegate_t30A130DE7AE7AE681112D6036577446D1CC18F1B * __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.OSSpecificSynchronizationContext_MonoPInvokeCallbackAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoPInvokeCallbackAttribute__ctor_m23B353973CA1C795904C78A4E9327BF6C4C58FD1 (MonoPInvokeCallbackAttribute_tEEAAB0F3648FFA951EA4A673946571F47C0D157A * __this, Type_t * ___t0, const RuntimeMethod* method) { { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.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) { __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.ParameterizedThreadStart::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterizedThreadStart_Invoke_m5A5DFBAD0D99A39DF7ADA9F75D97B068A8809C14 (ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * __this, RuntimeObject * ___obj0, 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)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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, ___obj0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___obj0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___obj0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, 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, ___obj0); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___obj0); } 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, ___obj0); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } 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(___obj0) - 1), targetMethod); } if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Threading.ParameterizedThreadStart::BeginInvoke(System.Object,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ParameterizedThreadStart_BeginInvoke_m38D96AE2E476D12875BE8653057C7453211CB10B (ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * __this, RuntimeObject * ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___obj0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Threading.ParameterizedThreadStart::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterizedThreadStart_EndInvoke_m2D38FF95B8E20342C8E8589EDCD51A93516148F3 (ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.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.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 IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method) { { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = __this->get_m_fallback_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EncoderNLS_get_MustFlush_mBA7B13F498D63B50EFFA562AC02EC73A2E8597DF_inline (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_mustFlush_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DecoderNLS_get_MustFlush_m0C8DCAF42B8FE1A1C39E68C06A5D681A0DA1C552_inline (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_mustFlush_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method) { { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = __this->get_encoderFallback_59(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method) { { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_0 = __this->get_decoderFallback_60(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CancellationToken__ctor_mA3772B101A95BF5076F8156319F65D41F8D406A7_inline (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___source0, const RuntimeMethod* method) { { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * L_0 = ___source0; __this->set_m_source_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CancellationTokenSource_get_IsDisposed_mA06C7C248A653B577A8B05C47780D883AA559CCE_inline (CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_disposed_7(); return L_0; } } 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 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 void ExecutionContext_set_LogicalCallContext_m325371A914D0CA3A3407D2138B06E16B6DB926B6_inline (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * ___value0, const RuntimeMethod* method) { { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_0 = ___value0; __this->set__logicalCallContext_2(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ExecutionContext_set_IllogicalCallContext_mED51D3DD42A203CA0E3BC5C74B812B5E1F9F283B_inline (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * ___value0, const RuntimeMethod* method) { { IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * L_0 = ___value0; __this->set__illogicalCallContext_3(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Reader_get_IsFlowSuppressed_mB612913E8A5B1D3032CCB349F4A77489C3877BE5_inline (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, const RuntimeMethod* method) { { bool L_0 = Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)__this, /*hidden argument*/NULL); if (L_0) { goto IL_0014; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = __this->get_m_ec_0(); NullCheck(L_1); bool L_2 = ExecutionContext_get_isFlowSuppressed_mD1C75D73F93C3AE89257AF27D70F5166D8EF62BF(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } 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 SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ExecutionContext_get_SynchronizationContext_mA536B4434310158A5D22B7481DBDB03331E7C10E_inline (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method) { { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = __this->get__syncContext_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ExecutionContext_get_SynchronizationContextNoFlow_mBA333DEE797F4806E3BD859311BAB4AF154F00D1_inline (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method) { { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_0 = __this->get__syncContextNoFlow_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Reader__ctor_m484F7B31064D62F858B1860471E05068A4194B7E_inline (Reader_t8A0F3818A710941785287CE8D7184C05480C2EA6 * __this, LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * ___ctx0, const RuntimeMethod* method) { { LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * L_0 = ___ctx0; __this->set_m_ctx_0(L_0); return; } } 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 ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * AwaitTaskContinuation_GetInvokeActionCallback_m47BB05AEC35713EAAF5030364C1806E6344F9206_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AwaitTaskContinuation_GetInvokeActionCallback_m47BB05AEC35713EAAF5030364C1806E6344F9206mscorlib19_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_mC3794A546EB0F4C6D0A11E72F8939EC364733C87mscorlib19_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_m77660CC4D6299E3D4FEEADD1EEB2ED81479EF1E9mscorlib19_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_m6BD4F17F5DAF5AC20BD6051A854D0BD702025892mscorlib19_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_m67D699DE0503E4BC8FB524A9F46669087705FF8Emscorlib19_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 SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * SparselyPopulatedArrayAddInfo_1_get_Source_mF8A667348EE46E2D681AC12A74970BD3A69E769A_gshared_inline (SparselyPopulatedArrayAddInfo_1_tE2FD5B8C39028B875C42E17AA5865FC55F2A0C0B * __this, const RuntimeMethod* method) { { SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 * L_0 = (SparselyPopulatedArrayFragment_1_t5B09020C4A85177CB1CC2672955AAFCD411A5364 *)__this->get_m_source_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SparselyPopulatedArrayAddInfo_1_get_Index_m67962DFCB592CCD200FB0BED160411FA56EED54A_gshared_inline (SparselyPopulatedArrayAddInfo_1_tE2FD5B8C39028B875C42E17AA5865FC55F2A0C0B * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_m_index_1(); 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 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 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; } }