#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" 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); } }; 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 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.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_tFE4CBBB814F2F1327EBFB70EECC3080F86EC0F22; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tC9632C13D29D6621F262876DFBC5AB94C0E5D535; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t39673C72199219032B7AEA365751E04083342843; // 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_tA0D4A4DDF4297A348F07DABA47DBCCE01DE31E97; // 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_t1ADF451D4F388C3376F9A7121B54405D616DC6EB; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.Exception struct Exception_t; // System.Exception[] struct ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209; // 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.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.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.Ephemeron[] struct EphemeronU5BU5D_t575534899E3EE9D8B85CAF11342BA22D164C7C10; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9; // 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.Encoding/EncodingByteBuffer struct EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5; // System.Text.Encoding/EncodingCharBuffer struct EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0; // System.Text.StringBuilder struct StringBuilder_t; // System.Text.UTF32Encoding struct UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A; // System.Text.UTF32Encoding/UTF32Decoder struct UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3; // 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.AtomicBoolean struct AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076; // 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.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.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.Thread struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7; // System.Threading.Timer struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553; // System.Threading.Timer/Scheduler struct Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9; // System.Threading.TimerCallback struct TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219; // System.Threading.WaitHandle struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6; // System.Threading.WaitHandleCannotBeOpenedException struct WaitHandleCannotBeOpenedException_t869CD999EE7B918C5546E2007AF7C4557281B65B; // 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_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* 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* AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_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* ConditionalWeakTable_2_t87A3DEAA48341BFC574B6AD469BB195BDB0C9602_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CreateValueCallback_tAF58AADCE73386E7557F51B2FA851B0BF6F09F91_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_tE5A0F6F66C827274C06F7587AA63C76B34DD8230_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decoder_tEB4F5A39BCA42893EC961A96A69A6E1CFD488C1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A_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* Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_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* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsyncLocal_tE256E53573305DF8C65DE4F1AC64F0112314B6F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_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_t1ADF451D4F388C3376F9A7121B54405D616DC6EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A_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* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2_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* SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SparselyPopulatedArray_1_t6C18912A03E790E63F07FB9BCE36BE2EAAAF2EEC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilderCache_t562DDD38DFD0D6E5A863C6F762A1D26E88F59D72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tF56235C2F126DA27E663F79EB666B5A6802E5C96_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86_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* WaitHandleCannotBeOpenedException_t869CD999EE7B918C5546E2007AF7C4557281B65B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____57218C316B6921E2CD61027A2387EDC31A2D9471_44_FieldInfo_var; 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* _stringLiteral0953DF544832295E4A5B19928F95C351F25DA86A; IL2CPP_EXTERN_C String_t* _stringLiteral0C9189633C98E95949E2144ECF751CF0AA0EBD19; IL2CPP_EXTERN_C String_t* _stringLiteral0EE757B2B78D476FC05DA14D7E03918A87401B6A; IL2CPP_EXTERN_C String_t* _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336; IL2CPP_EXTERN_C String_t* _stringLiteral150ADD98866D5C6D1F1BC006355A7850A651D610; IL2CPP_EXTERN_C String_t* _stringLiteral16E236C914DEC2924473BA3076BF5A4593D053E6; IL2CPP_EXTERN_C String_t* _stringLiteral1C0188877524C29C1FE51B93C1FDA66EF35166E9; IL2CPP_EXTERN_C String_t* _stringLiteral22097A2DCEAAEA787840704226EEF13EBDD4C9E4; IL2CPP_EXTERN_C String_t* _stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59; IL2CPP_EXTERN_C String_t* _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA; IL2CPP_EXTERN_C String_t* _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D; IL2CPP_EXTERN_C String_t* _stringLiteral3CE09A714957AD6498045C07DD9D2D9F6A9B1DB6; IL2CPP_EXTERN_C String_t* _stringLiteral42AC784885E09831DF294A33ECC3464CEFCF4233; IL2CPP_EXTERN_C String_t* _stringLiteral453F4C2D292ACA16849C79E2542995E71232BE95; IL2CPP_EXTERN_C String_t* _stringLiteral49F5CC194E751BEEEC38ECE70DA1908E9A004E89; IL2CPP_EXTERN_C String_t* _stringLiteral4C3A086620548E385C0C8AAB35144C4BE14556DE; 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* _stringLiteral6A4C08A52153D133F29EC04491AB1B8F3AB1A28F; IL2CPP_EXTERN_C String_t* _stringLiteral6F0527513E7242A01FE0FF40FD78242FE02B4A19; 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* _stringLiteral81BC0BB1E428A88325912F900B5B51886E6E86F3; IL2CPP_EXTERN_C String_t* _stringLiteral81C27D08AEB038DDECD1D0A907C013785488311C; IL2CPP_EXTERN_C String_t* _stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710; IL2CPP_EXTERN_C String_t* _stringLiteral904CBD116D024D60D431C1A6592249711819F647; IL2CPP_EXTERN_C String_t* _stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA; IL2CPP_EXTERN_C String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B; IL2CPP_EXTERN_C String_t* _stringLiteral9BDB77276C1852E1FB067820472812FCF6084024; IL2CPP_EXTERN_C String_t* _stringLiteral9D9BED981884AC3D4D16BF22ED725A5686CEF15B; IL2CPP_EXTERN_C String_t* _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3; IL2CPP_EXTERN_C String_t* _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8; IL2CPP_EXTERN_C String_t* _stringLiteralB4D5B37BF7A986C138EDE89E0806F366B5CB1830; IL2CPP_EXTERN_C String_t* _stringLiteralB74C55E1D5CD1B1C4FB5CC2072A70B5E054B8578; IL2CPP_EXTERN_C String_t* _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B; IL2CPP_EXTERN_C String_t* _stringLiteralB9C11BBCAFC0075C6FDDAEAD6F538B2A3297BB32; IL2CPP_EXTERN_C String_t* _stringLiteralC5B646E5851539C7B5F892DEFF9F820B34C3589B; IL2CPP_EXTERN_C String_t* _stringLiteralC94AEC48B21CADC5BB8B140753EE1FF89E29C7BC; IL2CPP_EXTERN_C String_t* _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC; IL2CPP_EXTERN_C String_t* _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B; IL2CPP_EXTERN_C String_t* _stringLiteralDD0451FC2387CD306C4BBEC6EA381B98836E1A05; IL2CPP_EXTERN_C String_t* _stringLiteralDE68812E965C0494261A2CAC4461FCD2A815B6FC; IL2CPP_EXTERN_C String_t* _stringLiteralE4057F021B457E20662D34C91DF3615FAA82A4A5; IL2CPP_EXTERN_C String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346; IL2CPP_EXTERN_C String_t* _stringLiteralE805C3A01DC9396D518D66D2070039944F8A69FD; IL2CPP_EXTERN_C String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; 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* 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* 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_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_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_MoveNext_m9B1AF9200AA86E002C00BD3D07C4B8507D4F910A_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* List_1_Add_m4EC06F55DAE5080279A8CC825D6A3DFEB38E4C72_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__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* 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* 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* U3CU3Ec_U3CGetU3Eb__3_0_mE598CE3A68DF7DE85A93E705B7DBA4A49C4A44F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetByteCount_m474053338C02EB2C46084DE17D7174FFE63E95F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetByteCount_m5863440D8E0E8F369CD0A847B25C9668D1697880_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetByteCount_m5A68764F7EC074027BDC6391C1C7BDE1C08645BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetByteCount_mB6581EF3FF22DE531554A5C3F2123BDCCCE72C57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetBytes_mA2BDC62F02176820A3E438CC6672949B6EDB22C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetBytes_mC747E5438EFF90FFC5C875160D7006F50FF46F21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetBytes_mD9A92F916EB86F20CBEAAAFBD283C5295BF1CBE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetBytes_mDEB63DF29A8349286F93DBB0CB3C3F9042767DD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetCharCount_m0872CAD6B32645ED9DB307BD783842BC96887C04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetCharCount_m78DCF6AFD224087AFA76EC9BE808FB7C8BBB74C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetCharCount_m804BFA866212881303FDC318C23BEBF7880149A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetChars_m9B6C24D1CF06EE005EF41DA4D9BC999453915B2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetChars_mB62DF67CDD5ED915BCDB300BBF6950CBF354CF93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetMaxByteCount_m4EA2D557DB6048FE11F0057906C05A549DCFA1BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetMaxCharCount_mE1767E0C5EDC4A69E689569C976F336277D74659_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF32Encoding_GetString_m4ADB276724D12C12FC935945B5C257748248061C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF7Encoding_GetByteCount_m2C05AE2A61DAE4EE25DEED75043EECB1CF4825CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF7Encoding_GetByteCount_m60933628DC34365C62C5636341640519E8695939_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF7Encoding_GetByteCount_mF5DAD06CA2CFA3E36DDC015DA3F2E293571AA99F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF7Encoding_GetBytes_m13242C93C2E642CD7BA125EDFC4B306356BBD12A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF7Encoding_GetBytes_m8B0B95F24664F00A292FB2D77B1572B3A3085D3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF7Encoding_GetBytes_mD5F03ACE9BD257B69BFA2F3E47DE1E2347E6C33A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF7Encoding_GetCharCount_m35AA0A321B88B2EDFAB7231BD63CBDA7C265D408_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF7Encoding_GetCharCount_m4FCEF77433439448332FFEF71CB8D6996ADB2242_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF7Encoding_GetChars_mABB71A516415AA78705ED8C44249CBF4ADFF70B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF7Encoding_GetChars_mD547FEA80D5933FE55B43627D5438B4B522CB360_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF7Encoding_GetMaxByteCount_m897DFA87C7976D184D6562177B22B457F0FFC37C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF7Encoding_GetMaxCharCount_mF545C7BEBAD3B44B7ED1EE8FC24AF17243F191C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF7Encoding_GetString_m64504F6180552D565D1E95E2BB87275823A8CED5_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 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 AtomicBoolean_Equals_m0915204E0C1210A25AD9E92871825C5ED7F1DB1E_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 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 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 Reader_GetLocalValue_mDF960A5165F72ED7458C4766F82BD023FCD20392_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StringBuilderCache_Release_mE0D9F337640FB98CDCCBA3FC62CC0AED4D452E50_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CGetU3Eb__3_0_mE598CE3A68DF7DE85A93E705B7DBA4A49C4A44F7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_m6C743B16DE881C286D91E715170C9149E338DF7A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_Equals_m2E0DA397C925E477A9C5DF4B268EADD2EC937DE5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetByteCount_m474053338C02EB2C46084DE17D7174FFE63E95F2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetByteCount_m5863440D8E0E8F369CD0A847B25C9668D1697880_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetByteCount_m5A68764F7EC074027BDC6391C1C7BDE1C08645BA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetByteCount_mB6581EF3FF22DE531554A5C3F2123BDCCCE72C57_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetBytes_mA2BDC62F02176820A3E438CC6672949B6EDB22C1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetBytes_mC747E5438EFF90FFC5C875160D7006F50FF46F21_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetBytes_mD9A92F916EB86F20CBEAAAFBD283C5295BF1CBE1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetBytes_mDEB63DF29A8349286F93DBB0CB3C3F9042767DD3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetCharCount_m0872CAD6B32645ED9DB307BD783842BC96887C04_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetCharCount_m78DCF6AFD224087AFA76EC9BE808FB7C8BBB74C4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetCharCount_m804BFA866212881303FDC318C23BEBF7880149A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetChars_m0C10D59C962550ADE7FBF36CB055E38B737BAD1B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetChars_m9B6C24D1CF06EE005EF41DA4D9BC999453915B2D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetChars_mB62DF67CDD5ED915BCDB300BBF6950CBF354CF93_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetDecoder_mC58035E482E4171D81241714720F747A824C25B3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetEncoder_mF2FCDCBD1B784884C943EF156082AE5D7EF2C4AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetMaxByteCount_m4EA2D557DB6048FE11F0057906C05A549DCFA1BB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetMaxCharCount_mE1767E0C5EDC4A69E689569C976F336277D74659_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetPreamble_m557A5EDB4CBE7D5132F02E7C090AD234D07985FC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_GetString_m4ADB276724D12C12FC935945B5C257748248061C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF32Encoding_SetDefaultFallbacks_m000CF78BD78C027FFADF7C7BA18F6549A33E259A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_Equals_m5B398DF2B0959333446892905F9EA4D6B961BCC1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetByteCount_m2C05AE2A61DAE4EE25DEED75043EECB1CF4825CC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetByteCount_m60933628DC34365C62C5636341640519E8695939_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetByteCount_mF5DAD06CA2CFA3E36DDC015DA3F2E293571AA99F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetBytes_m13242C93C2E642CD7BA125EDFC4B306356BBD12A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetBytes_m13D39AB471C753F144246F914DBBCBADB4498683_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetBytes_m8B0B95F24664F00A292FB2D77B1572B3A3085D3C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetBytes_mD5F03ACE9BD257B69BFA2F3E47DE1E2347E6C33A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetCharCount_m35AA0A321B88B2EDFAB7231BD63CBDA7C265D408_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetCharCount_m4FCEF77433439448332FFEF71CB8D6996ADB2242_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetChars_m1D3C2D53D3F3DA3641617ECD72E7FA4AD58B2CCE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetChars_mABB71A516415AA78705ED8C44249CBF4ADFF70B7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetChars_mD547FEA80D5933FE55B43627D5438B4B522CB360_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetDecoder_m1923A9C95966908D35AE51791EBFD5748141402B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetEncoder_m5D9CC5C250F99698840E14CB26FD0C4EA93FFA1B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetMaxByteCount_m897DFA87C7976D184D6562177B22B457F0FFC37C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetMaxCharCount_mF545C7BEBAD3B44B7ED1EE8FC24AF17243F191C8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_GetString_m64504F6180552D565D1E95E2BB87275823A8CED5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_MakeTables_mC4065B62A15DF1116A9F8C70BDF59143AD5213BE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_OnDeserialized_m51330ACBCB6EBFEA0B4E8F4A70D188D0A1043938_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF7Encoding_SetDefaultFallbacks_m263A5ED007424F0640D79A1649541D4012890FAA_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 BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040; struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889; struct CancellationTokenRegistrationU5BU5D_t4B36771A6344CFC66696BB16419C664E286DAF1B; struct SparselyPopulatedArray_1U5BU5D_tF1A5F348104DB1ECF18799250B41740FCAA77813; 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::PreserveEventListnerObjectIdentity bool ___PreserveEventListnerObjectIdentity_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_PreserveEventListnerObjectIdentity_1() { return static_cast(offsetof(AppContextSwitches_tAF0B2C874D2BB57032B24C11819205802669FD8D_StaticFields, ___PreserveEventListnerObjectIdentity_1)); } inline bool get_PreserveEventListnerObjectIdentity_1() const { return ___PreserveEventListnerObjectIdentity_1; } inline bool* get_address_of_PreserveEventListnerObjectIdentity_1() { return &___PreserveEventListnerObjectIdentity_1; } inline void set_PreserveEventListnerObjectIdentity_1(bool value) { ___PreserveEventListnerObjectIdentity_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_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_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.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.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_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); } inline int32_t get_m_codePage_9() const { return ___m_codePage_9; } inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; } inline void set_m_codePage_9(int32_t value) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); } inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; } inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; } inline void set_m_deserializedFromEverett_11(bool value) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); } inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; } inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; } inline void set_m_isReadOnly_12(bool value) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (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_15; 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_15() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); } inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; } inline void set_s_InternalSyncObject_15(RuntimeObject * value) { ___s_InternalSyncObject_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value); } }; // System.Text.Encoding_EncodingByteBuffer struct EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 : public RuntimeObject { public: // System.Byte* System.Text.Encoding_EncodingByteBuffer::bytes uint8_t* ___bytes_0; // System.Byte* System.Text.Encoding_EncodingByteBuffer::byteStart uint8_t* ___byteStart_1; // System.Byte* System.Text.Encoding_EncodingByteBuffer::byteEnd uint8_t* ___byteEnd_2; // System.Char* System.Text.Encoding_EncodingByteBuffer::chars Il2CppChar* ___chars_3; // System.Char* System.Text.Encoding_EncodingByteBuffer::charStart Il2CppChar* ___charStart_4; // System.Char* System.Text.Encoding_EncodingByteBuffer::charEnd Il2CppChar* ___charEnd_5; // System.Int32 System.Text.Encoding_EncodingByteBuffer::byteCountResult int32_t ___byteCountResult_6; // System.Text.Encoding System.Text.Encoding_EncodingByteBuffer::enc Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc_7; // System.Text.EncoderNLS System.Text.Encoding_EncodingByteBuffer::encoder EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder_8; // System.Text.EncoderFallbackBuffer System.Text.Encoding_EncodingByteBuffer::fallbackBuffer EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * ___fallbackBuffer_9; public: inline static int32_t get_offset_of_bytes_0() { return static_cast(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___bytes_0)); } inline uint8_t* get_bytes_0() const { return ___bytes_0; } inline uint8_t** get_address_of_bytes_0() { return &___bytes_0; } inline void set_bytes_0(uint8_t* value) { ___bytes_0 = value; } inline static int32_t get_offset_of_byteStart_1() { return static_cast(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___byteStart_1)); } inline uint8_t* get_byteStart_1() const { return ___byteStart_1; } inline uint8_t** get_address_of_byteStart_1() { return &___byteStart_1; } inline void set_byteStart_1(uint8_t* value) { ___byteStart_1 = value; } inline static int32_t get_offset_of_byteEnd_2() { return static_cast(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___byteEnd_2)); } inline uint8_t* get_byteEnd_2() const { return ___byteEnd_2; } inline uint8_t** get_address_of_byteEnd_2() { return &___byteEnd_2; } inline void set_byteEnd_2(uint8_t* value) { ___byteEnd_2 = value; } inline static int32_t get_offset_of_chars_3() { return static_cast(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___chars_3)); } inline Il2CppChar* get_chars_3() const { return ___chars_3; } inline Il2CppChar** get_address_of_chars_3() { return &___chars_3; } inline void set_chars_3(Il2CppChar* value) { ___chars_3 = value; } inline static int32_t get_offset_of_charStart_4() { return static_cast(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___charStart_4)); } inline Il2CppChar* get_charStart_4() const { return ___charStart_4; } inline Il2CppChar** get_address_of_charStart_4() { return &___charStart_4; } inline void set_charStart_4(Il2CppChar* value) { ___charStart_4 = value; } inline static int32_t get_offset_of_charEnd_5() { return static_cast(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___charEnd_5)); } inline Il2CppChar* get_charEnd_5() const { return ___charEnd_5; } inline Il2CppChar** get_address_of_charEnd_5() { return &___charEnd_5; } inline void set_charEnd_5(Il2CppChar* value) { ___charEnd_5 = value; } inline static int32_t get_offset_of_byteCountResult_6() { return static_cast(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___byteCountResult_6)); } inline int32_t get_byteCountResult_6() const { return ___byteCountResult_6; } inline int32_t* get_address_of_byteCountResult_6() { return &___byteCountResult_6; } inline void set_byteCountResult_6(int32_t value) { ___byteCountResult_6 = value; } inline static int32_t get_offset_of_enc_7() { return static_cast(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___enc_7)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_enc_7() const { return ___enc_7; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_enc_7() { return &___enc_7; } inline void set_enc_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___enc_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___enc_7), (void*)value); } inline static int32_t get_offset_of_encoder_8() { return static_cast(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___encoder_8)); } inline EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * get_encoder_8() const { return ___encoder_8; } inline EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 ** get_address_of_encoder_8() { return &___encoder_8; } inline void set_encoder_8(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * value) { ___encoder_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_8), (void*)value); } inline static int32_t get_offset_of_fallbackBuffer_9() { return static_cast(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___fallbackBuffer_9)); } inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * get_fallbackBuffer_9() const { return ___fallbackBuffer_9; } inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C ** get_address_of_fallbackBuffer_9() { return &___fallbackBuffer_9; } inline void set_fallbackBuffer_9(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * value) { ___fallbackBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___fallbackBuffer_9), (void*)value); } }; // System.Text.Encoding_EncodingCharBuffer struct EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 : public RuntimeObject { public: // System.Char* System.Text.Encoding_EncodingCharBuffer::chars Il2CppChar* ___chars_0; // System.Char* System.Text.Encoding_EncodingCharBuffer::charStart Il2CppChar* ___charStart_1; // System.Char* System.Text.Encoding_EncodingCharBuffer::charEnd Il2CppChar* ___charEnd_2; // System.Int32 System.Text.Encoding_EncodingCharBuffer::charCountResult int32_t ___charCountResult_3; // System.Text.Encoding System.Text.Encoding_EncodingCharBuffer::enc Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc_4; // System.Text.DecoderNLS System.Text.Encoding_EncodingCharBuffer::decoder DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder_5; // System.Byte* System.Text.Encoding_EncodingCharBuffer::byteStart uint8_t* ___byteStart_6; // System.Byte* System.Text.Encoding_EncodingCharBuffer::byteEnd uint8_t* ___byteEnd_7; // System.Byte* System.Text.Encoding_EncodingCharBuffer::bytes uint8_t* ___bytes_8; // System.Text.DecoderFallbackBuffer System.Text.Encoding_EncodingCharBuffer::fallbackBuffer DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * ___fallbackBuffer_9; public: inline static int32_t get_offset_of_chars_0() { return static_cast(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___chars_0)); } inline Il2CppChar* get_chars_0() const { return ___chars_0; } inline Il2CppChar** get_address_of_chars_0() { return &___chars_0; } inline void set_chars_0(Il2CppChar* value) { ___chars_0 = value; } inline static int32_t get_offset_of_charStart_1() { return static_cast(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___charStart_1)); } inline Il2CppChar* get_charStart_1() const { return ___charStart_1; } inline Il2CppChar** get_address_of_charStart_1() { return &___charStart_1; } inline void set_charStart_1(Il2CppChar* value) { ___charStart_1 = value; } inline static int32_t get_offset_of_charEnd_2() { return static_cast(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___charEnd_2)); } inline Il2CppChar* get_charEnd_2() const { return ___charEnd_2; } inline Il2CppChar** get_address_of_charEnd_2() { return &___charEnd_2; } inline void set_charEnd_2(Il2CppChar* value) { ___charEnd_2 = value; } inline static int32_t get_offset_of_charCountResult_3() { return static_cast(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___charCountResult_3)); } inline int32_t get_charCountResult_3() const { return ___charCountResult_3; } inline int32_t* get_address_of_charCountResult_3() { return &___charCountResult_3; } inline void set_charCountResult_3(int32_t value) { ___charCountResult_3 = value; } inline static int32_t get_offset_of_enc_4() { return static_cast(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___enc_4)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_enc_4() const { return ___enc_4; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_enc_4() { return &___enc_4; } inline void set_enc_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___enc_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___enc_4), (void*)value); } inline static int32_t get_offset_of_decoder_5() { return static_cast(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___decoder_5)); } inline DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * get_decoder_5() const { return ___decoder_5; } inline DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD ** get_address_of_decoder_5() { return &___decoder_5; } inline void set_decoder_5(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * value) { ___decoder_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_5), (void*)value); } inline static int32_t get_offset_of_byteStart_6() { return static_cast(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___byteStart_6)); } inline uint8_t* get_byteStart_6() const { return ___byteStart_6; } inline uint8_t** get_address_of_byteStart_6() { return &___byteStart_6; } inline void set_byteStart_6(uint8_t* value) { ___byteStart_6 = value; } inline static int32_t get_offset_of_byteEnd_7() { return static_cast(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___byteEnd_7)); } inline uint8_t* get_byteEnd_7() const { return ___byteEnd_7; } inline uint8_t** get_address_of_byteEnd_7() { return &___byteEnd_7; } inline void set_byteEnd_7(uint8_t* value) { ___byteEnd_7 = value; } inline static int32_t get_offset_of_bytes_8() { return static_cast(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___bytes_8)); } inline uint8_t* get_bytes_8() const { return ___bytes_8; } inline uint8_t** get_address_of_bytes_8() { return &___bytes_8; } inline void set_bytes_8(uint8_t* value) { ___bytes_8 = value; } inline static int32_t get_offset_of_fallbackBuffer_9() { return static_cast(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___fallbackBuffer_9)); } inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * get_fallbackBuffer_9() const { return ___fallbackBuffer_9; } inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C ** get_address_of_fallbackBuffer_9() { return &___fallbackBuffer_9; } inline void set_fallbackBuffer_9(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * value) { ___fallbackBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___fallbackBuffer_9), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.Text.StringBuilderCache struct StringBuilderCache_t562DDD38DFD0D6E5A863C6F762A1D26E88F59D72 : public RuntimeObject { public: public: }; struct StringBuilderCache_t562DDD38DFD0D6E5A863C6F762A1D26E88F59D72_ThreadStaticFields { public: // System.Text.StringBuilder System.Text.StringBuilderCache::CachedInstance StringBuilder_t * ___CachedInstance_0; public: inline static int32_t get_offset_of_CachedInstance_0() { return static_cast(offsetof(StringBuilderCache_t562DDD38DFD0D6E5A863C6F762A1D26E88F59D72_ThreadStaticFields, ___CachedInstance_0)); } inline StringBuilder_t * get_CachedInstance_0() const { return ___CachedInstance_0; } inline StringBuilder_t ** get_address_of_CachedInstance_0() { return &___CachedInstance_0; } inline void set_CachedInstance_0(StringBuilder_t * value) { ___CachedInstance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___CachedInstance_0), (void*)value); } }; // System.Threading.AtomicBoolean struct AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 : public RuntimeObject { public: // System.Int32 System.Threading.AtomicBoolean::flag int32_t ___flag_0; public: inline static int32_t get_offset_of_flag_0() { return static_cast(offsetof(AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076, ___flag_0)); } inline int32_t get_flag_0() const { return ___flag_0; } inline int32_t* get_address_of_flag_0() { return &___flag_0; } inline void set_flag_0(int32_t value) { ___flag_0 = 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.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.SynchronizationContext struct SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 : public RuntimeObject { public: public: }; // 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: }; // ___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.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.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.SByte struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // 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.UTF32Encoding struct UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 { public: // System.Boolean System.Text.UTF32Encoding::emitUTF32ByteOrderMark bool ___emitUTF32ByteOrderMark_16; // System.Boolean System.Text.UTF32Encoding::isThrowException bool ___isThrowException_17; // System.Boolean System.Text.UTF32Encoding::bigEndian bool ___bigEndian_18; public: inline static int32_t get_offset_of_emitUTF32ByteOrderMark_16() { return static_cast(offsetof(UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A, ___emitUTF32ByteOrderMark_16)); } inline bool get_emitUTF32ByteOrderMark_16() const { return ___emitUTF32ByteOrderMark_16; } inline bool* get_address_of_emitUTF32ByteOrderMark_16() { return &___emitUTF32ByteOrderMark_16; } inline void set_emitUTF32ByteOrderMark_16(bool value) { ___emitUTF32ByteOrderMark_16 = value; } inline static int32_t get_offset_of_isThrowException_17() { return static_cast(offsetof(UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A, ___isThrowException_17)); } inline bool get_isThrowException_17() const { return ___isThrowException_17; } inline bool* get_address_of_isThrowException_17() { return &___isThrowException_17; } inline void set_isThrowException_17(bool value) { ___isThrowException_17 = value; } inline static int32_t get_offset_of_bigEndian_18() { return static_cast(offsetof(UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A, ___bigEndian_18)); } inline bool get_bigEndian_18() const { return ___bigEndian_18; } inline bool* get_address_of_bigEndian_18() { return &___bigEndian_18; } inline void set_bigEndian_18(bool value) { ___bigEndian_18 = value; } }; // System.Text.UTF7Encoding struct UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 { public: // System.Byte[] System.Text.UTF7Encoding::base64Bytes ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___base64Bytes_16; // System.SByte[] System.Text.UTF7Encoding::base64Values SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ___base64Values_17; // System.Boolean[] System.Text.UTF7Encoding::directEncode BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ___directEncode_18; // System.Boolean System.Text.UTF7Encoding::m_allowOptionals bool ___m_allowOptionals_19; public: inline static int32_t get_offset_of_base64Bytes_16() { return static_cast(offsetof(UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86, ___base64Bytes_16)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_base64Bytes_16() const { return ___base64Bytes_16; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_base64Bytes_16() { return &___base64Bytes_16; } inline void set_base64Bytes_16(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___base64Bytes_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___base64Bytes_16), (void*)value); } inline static int32_t get_offset_of_base64Values_17() { return static_cast(offsetof(UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86, ___base64Values_17)); } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* get_base64Values_17() const { return ___base64Values_17; } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889** get_address_of_base64Values_17() { return &___base64Values_17; } inline void set_base64Values_17(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* value) { ___base64Values_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___base64Values_17), (void*)value); } inline static int32_t get_offset_of_directEncode_18() { return static_cast(offsetof(UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86, ___directEncode_18)); } inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get_directEncode_18() const { return ___directEncode_18; } inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of_directEncode_18() { return &___directEncode_18; } inline void set_directEncode_18(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value) { ___directEncode_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___directEncode_18), (void*)value); } inline static int32_t get_offset_of_m_allowOptionals_19() { return static_cast(offsetof(UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86, ___m_allowOptionals_19)); } inline bool get_m_allowOptionals_19() const { return ___m_allowOptionals_19; } inline bool* get_address_of_m_allowOptionals_19() { return &___m_allowOptionals_19; } inline void set_m_allowOptionals_19(bool value) { ___m_allowOptionals_19 = 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_16; // System.Boolean System.Text.UTF8Encoding::isThrowException bool ___isThrowException_17; public: inline static int32_t get_offset_of_emitUTF8Identifier_16() { return static_cast(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___emitUTF8Identifier_16)); } inline bool get_emitUTF8Identifier_16() const { return ___emitUTF8Identifier_16; } inline bool* get_address_of_emitUTF8Identifier_16() { return &___emitUTF8Identifier_16; } inline void set_emitUTF8Identifier_16(bool value) { ___emitUTF8Identifier_16 = value; } inline static int32_t get_offset_of_isThrowException_17() { return static_cast(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___isThrowException_17)); } inline bool get_isThrowException_17() const { return ___isThrowException_17; } inline bool* get_address_of_isThrowException_17() { return &___isThrowException_17; } inline void set_isThrowException_17(bool value) { ___isThrowException_17 = value; } }; // System.Text.UnicodeEncoding struct UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 { public: // System.Boolean System.Text.UnicodeEncoding::isThrowException bool ___isThrowException_16; // System.Boolean System.Text.UnicodeEncoding::bigEndian bool ___bigEndian_17; // System.Boolean System.Text.UnicodeEncoding::byteOrderMark bool ___byteOrderMark_18; public: inline static int32_t get_offset_of_isThrowException_16() { return static_cast(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356, ___isThrowException_16)); } inline bool get_isThrowException_16() const { return ___isThrowException_16; } inline bool* get_address_of_isThrowException_16() { return &___isThrowException_16; } inline void set_isThrowException_16(bool value) { ___isThrowException_16 = value; } inline static int32_t get_offset_of_bigEndian_17() { return static_cast(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356, ___bigEndian_17)); } inline bool get_bigEndian_17() const { return ___bigEndian_17; } inline bool* get_address_of_bigEndian_17() { return &___bigEndian_17; } inline void set_bigEndian_17(bool value) { ___bigEndian_17 = value; } inline static int32_t get_offset_of_byteOrderMark_18() { return static_cast(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356, ___byteOrderMark_18)); } inline bool get_byteOrderMark_18() const { return ___byteOrderMark_18; } inline bool* get_address_of_byteOrderMark_18() { return &___byteOrderMark_18; } inline void set_byteOrderMark_18(bool value) { ___byteOrderMark_18 = value; } }; struct UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_StaticFields { public: // System.UInt64 System.Text.UnicodeEncoding::highLowPatternMask uint64_t ___highLowPatternMask_19; public: inline static int32_t get_offset_of_highLowPatternMask_19() { return static_cast(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_StaticFields, ___highLowPatternMask_19)); } inline uint64_t get_highLowPatternMask_19() const { return ___highLowPatternMask_19; } inline uint64_t* get_address_of_highLowPatternMask_19() { return &___highLowPatternMask_19; } inline void set_highLowPatternMask_19(uint64_t value) { ___highLowPatternMask_19 = 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.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; // ___StaticArrayInitTypeSizeU3D64 ::3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30; // ___StaticArrayInitTypeSizeU3D12 ::3E823444D2DFECF0F90B436B88F02A533CB376F1 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_31; // ___StaticArrayInitTypeSizeU3D72 ::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32; // ___StaticArrayInitTypeSizeU3D1665 ::40981BAA39513E58B28DCF0103CC04DE2A0A0444 __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_33; // ___StaticArrayInitTypeSizeU3D40 ::40E7C49413D261F3F38AD3A870C0AC69C8BDA048 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_34; // ___StaticArrayInitTypeSizeU3D72 ::421EC7E82F2967DF6CA8C3605514DC6F29EE5845 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35; // ___StaticArrayInitTypeSizeU3D256 ::433175D38B13FFE177FDD661A309F1B528B3F6E2 __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___433175D38B13FFE177FDD661A309F1B528B3F6E2_36; // ___StaticArrayInitTypeSizeU3D120 ::46232052BC757E030490D851F265FB47FA100902 __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___46232052BC757E030490D851F265FB47FA100902_37; // ___StaticArrayInitTypeSizeU3D72 ::4858DB4AA76D3933F1CA9E6712D4FDB16903F628 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_38; // ___StaticArrayInitTypeSizeU3D48 ::4E3B533C39447AAEB59A8E48FABD7E15B5B5D195 __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39; // ___StaticArrayInitTypeSizeU3D40 ::4F7A8890F332B22B8DE0BD29D36FA7364748D76A __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_40; // ___StaticArrayInitTypeSizeU3D72 ::536422B321459B242ADED7240B7447E904E083E3 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___536422B321459B242ADED7240B7447E904E083E3_41; // ___StaticArrayInitTypeSizeU3D1080 ::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3 __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42; // ___StaticArrayInitTypeSizeU3D10 ::56DFA5053B3131883637F53219E7D88CCEF35949 __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___56DFA5053B3131883637F53219E7D88CCEF35949_43; // ___StaticArrayInitTypeSizeU3D3 ::57218C316B6921E2CD61027A2387EDC31A2D9471 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___57218C316B6921E2CD61027A2387EDC31A2D9471_44; // ___StaticArrayInitTypeSizeU3D40 ::57F320D62696EC99727E0FE2045A05F1289CC0C6 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_45; // ___StaticArrayInitTypeSizeU3D212 ::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3 __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46; // ___StaticArrayInitTypeSizeU3D36 ::5BBDF8058D4235C33F2E8DCF76004031B6187A2F __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_47; // ___StaticArrayInitTypeSizeU3D288 ::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48; // ___StaticArrayInitTypeSizeU3D72 ::5BFE2819B4778217C56416C7585FF0E56EBACD89 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_49; // ___StaticArrayInitTypeSizeU3D128 ::609C0E8D8DA86A09D6013D301C86BA8782C16B8C __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50; // ___StaticArrayInitTypeSizeU3D48 ::62BAB0F245E66C3EB982CF5A7015F0A7C3382283 __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51; // ___StaticArrayInitTypeSizeU3D2048 ::646036A65DECCD6835C914A46E6E44B729433B60 __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___646036A65DECCD6835C914A46E6E44B729433B60_52; // ___StaticArrayInitTypeSizeU3D40 ::65E32B4E150FD8D24B93B0D42A17F1DAD146162B __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53; // ___StaticArrayInitTypeSizeU3D52 ::6770974FEF1E98B9C1864370E2B5B786EB0EA39E __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54; // ___StaticArrayInitTypeSizeU3D72 ::67EEAD805D708D9AA4E14BF747E44CED801744F3 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_55; // ___StaticArrayInitTypeSizeU3D120 ::6C71197D228427B2864C69B357FEF73D8C9D59DF __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_56; // ___StaticArrayInitTypeSizeU3D16 ::6CEE45445AFD150B047A5866FFA76AA651CDB7B7 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57; // ___StaticArrayInitTypeSizeU3D9 ::6D49C9D487D7AD3491ECE08732D68A593CC2038D __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58; // ___StaticArrayInitTypeSizeU3D2048 ::6D797C11E1D4FB68B6570CF2A92B792433527065 __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___6D797C11E1D4FB68B6570CF2A92B792433527065_59; // ___StaticArrayInitTypeSizeU3D3132 ::6E5DC824F803F8565AF31B42199DAE39FE7F4EA9 __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60; // ___StaticArrayInitTypeSizeU3D76 ::6FC754859E4EC74E447048364B216D825C6F8FE7 __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___6FC754859E4EC74E447048364B216D825C6F8FE7_61; // ___StaticArrayInitTypeSizeU3D40 ::704939CD172085D1295FCE3F1D92431D685D7AA2 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___704939CD172085D1295FCE3F1D92431D685D7AA2_62; // ___StaticArrayInitTypeSizeU3D24 ::7088AAE49F0627B72729078DE6E3182DDCF8ED99 __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63; // ___StaticArrayInitTypeSizeU3D72 ::7341C933A70EAE383CC50C4B945ADB8E08F06737 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_64; // ___StaticArrayInitTypeSizeU3D3 ::736D39815215889F11249D9958F6ED12D37B9F57 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___736D39815215889F11249D9958F6ED12D37B9F57_65; // ___StaticArrayInitTypeSizeU3D4096 ::7F42F2EDC974BE29B2746957416ED1AEFA605F47 __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_66; // ___StaticArrayInitTypeSizeU3D40 ::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67; // ___StaticArrayInitTypeSizeU3D21252 ::811A927B7DADD378BE60BBDE794B9277AA9B50EC __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_68; // ___StaticArrayInitTypeSizeU3D36 ::81917F1E21F3C22B9F916994547A614FB03E968E __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___81917F1E21F3C22B9F916994547A614FB03E968E_69; // ___StaticArrayInitTypeSizeU3D40 ::823566DA642D6EA356E15585921F2A4CA23D6760 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___823566DA642D6EA356E15585921F2A4CA23D6760_70; // ___StaticArrayInitTypeSizeU3D12 ::82C2A59850B2E85BCE1A45A479537A384DF6098D __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_71; // ___StaticArrayInitTypeSizeU3D44 ::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4 __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72; // ___StaticArrayInitTypeSizeU3D3 ::86F4F563FA2C61798AE6238D789139739428463A __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___86F4F563FA2C61798AE6238D789139739428463A_73; // ___StaticArrayInitTypeSizeU3D40 ::871B9CF85DB352BAADF12BAE8F19857683E385AC __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_74; // ___StaticArrayInitTypeSizeU3D16 ::89A040451C8CC5C8FB268BE44BDD74964C104155 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___89A040451C8CC5C8FB268BE44BDD74964C104155_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; // ___StaticArrayInitTypeSizeU3D44 ::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636 __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122; // ___StaticArrayInitTypeSizeU3D76 ::DA19DB47B583EFCF7825D2E39D661D2354F28219 __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___DA19DB47B583EFCF7825D2E39D661D2354F28219_123; // ___StaticArrayInitTypeSizeU3D56 ::DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82 __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124; // ___StaticArrayInitTypeSizeU3D52 ::DD3AEFEADB1CD615F3017763F1568179FEE640B0 __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_125; // ___StaticArrayInitTypeSizeU3D36 ::E1827270A5FE1C85F5352A66FD87BA747213D006 __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___E1827270A5FE1C85F5352A66FD87BA747213D006_126; // ___StaticArrayInitTypeSizeU3D40 ::E45BAB43F7D5D038672B3E3431F92E34A7AF2571 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127; // ___StaticArrayInitTypeSizeU3D64 ::E75835D001C843F156FBA01B001DFE1B8029AC17 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___E75835D001C843F156FBA01B001DFE1B8029AC17_128; // ___StaticArrayInitTypeSizeU3D52 ::E92B39D8233061927D9ACDE54665E68E7535635A __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___E92B39D8233061927D9ACDE54665E68E7535635A_129; // ___StaticArrayInitTypeSizeU3D12 ::EA9506959484C55CFE0C139C624DF6060E285866 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___EA9506959484C55CFE0C139C624DF6060E285866_130; // ___StaticArrayInitTypeSizeU3D262 ::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131; // ___StaticArrayInitTypeSizeU3D64 ::EBF68F411848D603D059DFDEA2321C5A5EA78044 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_132; // ___StaticArrayInitTypeSizeU3D10 ::EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11 __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133; // ___StaticArrayInitTypeSizeU3D3 ::EC83FB16C20052BEE2B4025159BC2ED45C9C70C3 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134; // ___StaticArrayInitTypeSizeU3D72 ::EC89C317EA2BF49A70EFF5E89C691E34733D7C37 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135; // ___StaticArrayInitTypeSizeU3D40 ::F06E829E62F3AFBC045D064E10A4F5DF7C969612 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_136; // ___StaticArrayInitTypeSizeU3D11614 ::F073AA332018FDA0D572E99448FFF1D6422BD520 __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 ___F073AA332018FDA0D572E99448FFF1D6422BD520_137; // ___StaticArrayInitTypeSizeU3D120 ::F34B0E10653402E8F788F8BC3F7CD7090928A429 __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_138; // ___StaticArrayInitTypeSizeU3D72 ::F37E34BEADB04F34FCC31078A59F49856CA83D5B __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_139; // ___StaticArrayInitTypeSizeU3D94 ::F512A9ABF88066AAEB92684F95CC05D8101B462B __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_140; // ___StaticArrayInitTypeSizeU3D12 ::F8FAABB821300AA500C2CEC6091B3782A7FB44A4 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141; // ___StaticArrayInitTypeSizeU3D2350 ::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142; 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_U33E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U33E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30() const { return ___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U33E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30() { return &___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30; } inline void set_U33E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30 = value; } inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_31)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_31() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_31; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_31() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_31; } inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_31(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___3E823444D2DFECF0F90B436B88F02A533CB376F1_31 = value; } inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32; } inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32 = value; } inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_33)); } inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_33() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_33; } inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_33() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_33; } inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_33(__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 value) { ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_33 = value; } inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_34)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_34() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_34; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_34() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_34; } inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_34(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_34 = value; } inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35; } inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35 = value; } inline static int32_t get_offset_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___433175D38B13FFE177FDD661A309F1B528B3F6E2_36)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_36() const { return ___433175D38B13FFE177FDD661A309F1B528B3F6E2_36; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_36() { return &___433175D38B13FFE177FDD661A309F1B528B3F6E2_36; } inline void set_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_36(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___433175D38B13FFE177FDD661A309F1B528B3F6E2_36 = value; } inline static int32_t get_offset_of_U346232052BC757E030490D851F265FB47FA100902_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___46232052BC757E030490D851F265FB47FA100902_37)); } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U346232052BC757E030490D851F265FB47FA100902_37() const { return ___46232052BC757E030490D851F265FB47FA100902_37; } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U346232052BC757E030490D851F265FB47FA100902_37() { return &___46232052BC757E030490D851F265FB47FA100902_37; } inline void set_U346232052BC757E030490D851F265FB47FA100902_37(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value) { ___46232052BC757E030490D851F265FB47FA100902_37 = value; } inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_38)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_38() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_38; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_38() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_38; } inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_38(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_38 = value; } inline static int32_t get_offset_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39)); } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39() const { return ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39; } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39() { return &___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39; } inline void set_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value) { ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39 = value; } inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_40)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_40() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_40; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_40() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_40; } inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_40(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_40 = value; } inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_41)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3536422B321459B242ADED7240B7447E904E083E3_41() const { return ___536422B321459B242ADED7240B7447E904E083E3_41; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_41() { return &___536422B321459B242ADED7240B7447E904E083E3_41; } inline void set_U3536422B321459B242ADED7240B7447E904E083E3_41(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___536422B321459B242ADED7240B7447E904E083E3_41 = value; } inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42)); } inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42; } inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42; } inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42(__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 value) { ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42 = value; } inline static int32_t get_offset_of_U356DFA5053B3131883637F53219E7D88CCEF35949_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___56DFA5053B3131883637F53219E7D88CCEF35949_43)); } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U356DFA5053B3131883637F53219E7D88CCEF35949_43() const { return ___56DFA5053B3131883637F53219E7D88CCEF35949_43; } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U356DFA5053B3131883637F53219E7D88CCEF35949_43() { return &___56DFA5053B3131883637F53219E7D88CCEF35949_43; } inline void set_U356DFA5053B3131883637F53219E7D88CCEF35949_43(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value) { ___56DFA5053B3131883637F53219E7D88CCEF35949_43 = value; } inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_44)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U357218C316B6921E2CD61027A2387EDC31A2D9471_44() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_44; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_44() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_44; } inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_44(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___57218C316B6921E2CD61027A2387EDC31A2D9471_44 = value; } inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_45)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_45() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_45; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_45() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_45; } inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_45(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___57F320D62696EC99727E0FE2045A05F1289CC0C6_45 = value; } inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46)); } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46; } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46; } inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value) { ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46 = value; } inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_47)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_47() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_47; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_47() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_47; } inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_47(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_47 = value; } inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48)); } inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48; } inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48; } inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48(__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 value) { ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48 = value; } inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_49)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_49() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_49; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_49() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_49; } inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_49(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___5BFE2819B4778217C56416C7585FF0E56EBACD89_49 = value; } inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50)); } inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50; } inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50; } inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50(__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 value) { ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50 = value; } inline static int32_t get_offset_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51)); } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_51() const { return ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51; } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_51() { return &___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51; } inline void set_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_51(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value) { ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51 = value; } inline static int32_t get_offset_of_U3646036A65DECCD6835C914A46E6E44B729433B60_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___646036A65DECCD6835C914A46E6E44B729433B60_52)); } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U3646036A65DECCD6835C914A46E6E44B729433B60_52() const { return ___646036A65DECCD6835C914A46E6E44B729433B60_52; } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U3646036A65DECCD6835C914A46E6E44B729433B60_52() { return &___646036A65DECCD6835C914A46E6E44B729433B60_52; } inline void set_U3646036A65DECCD6835C914A46E6E44B729433B60_52(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value) { ___646036A65DECCD6835C914A46E6E44B729433B60_52 = value; } inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_53() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_53() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53; } inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_53(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53 = value; } inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_54() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_54() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54; } inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_54(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54 = value; } inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_55)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_55() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_55; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_55() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_55; } inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_55(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___67EEAD805D708D9AA4E14BF747E44CED801744F3_55 = value; } inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_56)); } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_56() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_56; } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_56() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_56; } inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_56(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value) { ___6C71197D228427B2864C69B357FEF73D8C9D59DF_56 = value; } inline static int32_t get_offset_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_57() const { return ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_57() { return &___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57; } inline void set_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_57(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57 = value; } inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58)); } inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_58() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58; } inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_58() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58; } inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_58(__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 value) { ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58 = value; } inline static int32_t get_offset_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D797C11E1D4FB68B6570CF2A92B792433527065_59)); } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U36D797C11E1D4FB68B6570CF2A92B792433527065_59() const { return ___6D797C11E1D4FB68B6570CF2A92B792433527065_59; } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_59() { return &___6D797C11E1D4FB68B6570CF2A92B792433527065_59; } inline void set_U36D797C11E1D4FB68B6570CF2A92B792433527065_59(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value) { ___6D797C11E1D4FB68B6570CF2A92B792433527065_59 = value; } inline static int32_t get_offset_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60)); } inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 get_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60() const { return ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60; } inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 * get_address_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60() { return &___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60; } inline void set_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60(__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 value) { ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60 = value; } inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_61)); } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_U36FC754859E4EC74E447048364B216D825C6F8FE7_61() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_61; } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_61() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_61; } inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_61(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value) { ___6FC754859E4EC74E447048364B216D825C6F8FE7_61 = value; } inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_62)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_62() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_62; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_62() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_62; } inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_62(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___704939CD172085D1295FCE3F1D92431D685D7AA2_62 = value; } inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63)); } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_63() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63; } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_63() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63; } inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_63(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value) { ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63 = value; } inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_64)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_64() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_64; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_64() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_64; } inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_64(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___7341C933A70EAE383CC50C4B945ADB8E08F06737_64 = value; } inline static int32_t get_offset_of_U3736D39815215889F11249D9958F6ED12D37B9F57_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___736D39815215889F11249D9958F6ED12D37B9F57_65)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3736D39815215889F11249D9958F6ED12D37B9F57_65() const { return ___736D39815215889F11249D9958F6ED12D37B9F57_65; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3736D39815215889F11249D9958F6ED12D37B9F57_65() { return &___736D39815215889F11249D9958F6ED12D37B9F57_65; } inline void set_U3736D39815215889F11249D9958F6ED12D37B9F57_65(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___736D39815215889F11249D9958F6ED12D37B9F57_65 = value; } inline static int32_t get_offset_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_66)); } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_66() const { return ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_66; } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_66() { return &___7F42F2EDC974BE29B2746957416ED1AEFA605F47_66; } inline void set_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_66(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value) { ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_66 = value; } inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67; } inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67 = value; } inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_68)); } inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_68() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_68; } inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_68() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_68; } inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_68(__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 value) { ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_68 = value; } inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_69)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U381917F1E21F3C22B9F916994547A614FB03E968E_69() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_69; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_69() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_69; } inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_69(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___81917F1E21F3C22B9F916994547A614FB03E968E_69 = value; } inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_70)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_70() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_70; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_70() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_70; } inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_70(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___823566DA642D6EA356E15585921F2A4CA23D6760_70 = value; } inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_71)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_71() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_71; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_71() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_71; } inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_71(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___82C2A59850B2E85BCE1A45A479537A384DF6098D_71 = value; } inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72)); } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72; } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72; } inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value) { ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72 = value; } inline static int32_t get_offset_of_U386F4F563FA2C61798AE6238D789139739428463A_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___86F4F563FA2C61798AE6238D789139739428463A_73)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U386F4F563FA2C61798AE6238D789139739428463A_73() const { return ___86F4F563FA2C61798AE6238D789139739428463A_73; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U386F4F563FA2C61798AE6238D789139739428463A_73() { return &___86F4F563FA2C61798AE6238D789139739428463A_73; } inline void set_U386F4F563FA2C61798AE6238D789139739428463A_73(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___86F4F563FA2C61798AE6238D789139739428463A_73 = value; } inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_74)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_74() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_74; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_74() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_74; } inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_74(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___871B9CF85DB352BAADF12BAE8F19857683E385AC_74 = value; } inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_75)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_75() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_75; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_75() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_75; } inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_75(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___89A040451C8CC5C8FB268BE44BDD74964C104155_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_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122)); } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122; } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122; } inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value) { ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122 = value; } inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_123)); } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_DA19DB47B583EFCF7825D2E39D661D2354F28219_123() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_123; } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_123() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_123; } inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_123(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value) { ___DA19DB47B583EFCF7825D2E39D661D2354F28219_123 = value; } inline static int32_t get_offset_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124)); } inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 get_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124() const { return ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124; } inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 * get_address_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124() { return &___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124; } inline void set_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124(__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 value) { ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124 = value; } inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_125)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_125() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_125; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_125() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_125; } inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_125(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_125 = value; } inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_126)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_E1827270A5FE1C85F5352A66FD87BA747213D006_126() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_126; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_126() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_126; } inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_126(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___E1827270A5FE1C85F5352A66FD87BA747213D006_126 = value; } inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127; } inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127 = value; } inline static int32_t get_offset_of_E75835D001C843F156FBA01B001DFE1B8029AC17_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E75835D001C843F156FBA01B001DFE1B8029AC17_128)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_E75835D001C843F156FBA01B001DFE1B8029AC17_128() const { return ___E75835D001C843F156FBA01B001DFE1B8029AC17_128; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_E75835D001C843F156FBA01B001DFE1B8029AC17_128() { return &___E75835D001C843F156FBA01B001DFE1B8029AC17_128; } inline void set_E75835D001C843F156FBA01B001DFE1B8029AC17_128(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___E75835D001C843F156FBA01B001DFE1B8029AC17_128 = value; } inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_129)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_E92B39D8233061927D9ACDE54665E68E7535635A_129() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_129; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_129() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_129; } inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_129(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___E92B39D8233061927D9ACDE54665E68E7535635A_129 = value; } inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_130)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_EA9506959484C55CFE0C139C624DF6060E285866_130() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_130; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_130() { return &___EA9506959484C55CFE0C139C624DF6060E285866_130; } inline void set_EA9506959484C55CFE0C139C624DF6060E285866_130(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___EA9506959484C55CFE0C139C624DF6060E285866_130 = value; } inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131)); } inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131; } inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131; } inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131(__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 value) { ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131 = value; } inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_132)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_132() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_132; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_132() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_132; } inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_132(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___EBF68F411848D603D059DFDEA2321C5A5EA78044_132 = value; } inline static int32_t get_offset_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133)); } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133() const { return ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133; } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133() { return &___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133; } inline void set_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value) { ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133 = value; } inline static int32_t get_offset_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134() const { return ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134() { return &___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134; } inline void set_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134 = value; } inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135; } inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135 = value; } inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_136)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_136() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_136; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_136() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_136; } inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_136(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_136 = value; } inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_137)); } inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 get_F073AA332018FDA0D572E99448FFF1D6422BD520_137() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_137; } inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_137() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_137; } inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_137(__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 value) { ___F073AA332018FDA0D572E99448FFF1D6422BD520_137 = value; } inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_138)); } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_138() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_138; } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_138() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_138; } inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_138(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value) { ___F34B0E10653402E8F788F8BC3F7CD7090928A429_138 = value; } inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_139)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_139() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_139; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_139() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_139; } inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_139(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_139 = value; } inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_140)); } inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_140() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_140; } inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_140() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_140; } inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_140(__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 value) { ___F512A9ABF88066AAEB92684F95CC05D8101B462B_140 = value; } inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141; } inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141 = value; } inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142)); } inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142; } inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142; } inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142(__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D value) { ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142 = 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.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.UTF32Encoding_UTF32Decoder struct UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 : public DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD { public: // System.Int32 System.Text.UTF32Encoding_UTF32Decoder::iChar int32_t ___iChar_6; // System.Int32 System.Text.UTF32Encoding_UTF32Decoder::readByteCount int32_t ___readByteCount_7; public: inline static int32_t get_offset_of_iChar_6() { return static_cast(offsetof(UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3, ___iChar_6)); } inline int32_t get_iChar_6() const { return ___iChar_6; } inline int32_t* get_address_of_iChar_6() { return &___iChar_6; } inline void set_iChar_6(int32_t value) { ___iChar_6 = value; } inline static int32_t get_offset_of_readByteCount_7() { return static_cast(offsetof(UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3, ___readByteCount_7)); } inline int32_t get_readByteCount_7() const { return ___readByteCount_7; } inline int32_t* get_address_of_readByteCount_7() { return &___readByteCount_7; } inline void set_readByteCount_7(int32_t value) { ___readByteCount_7 = 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.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.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.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; }; // 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.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.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.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.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.SendOrPostCallback struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 : public MulticastDelegate_t { public: public: }; // System.Threading.SynchronizationLockException struct SynchronizationLockException_tF7171C6D19DE436F50DC40B3F453EFC83CB116D4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Threading.TimerCallback struct TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 : public MulticastDelegate_t { public: public: }; // System.Threading.WaitHandleCannotBeOpenedException struct WaitHandleCannotBeOpenedException_t869CD999EE7B918C5546E2007AF7C4557281B65B : public ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 { 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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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.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.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.SByte[] struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889 : public RuntimeArray { public: ALIGN_FIELD (8) int8_t m_Items[1]; public: inline int8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int8_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, int8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value) { m_Items[index] = value; } }; // System.Boolean[] struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040 : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* 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, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = 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); } }; 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.Int32 System.Text.StringBuilder::get_Capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Capacity_m504D58B139889E471E4627C43EEA0A5DF7F4F4D0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Clear_mE7A125669AB3330DA2B2777C07C19C989CC436BB (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Text.StringBuilderCache::Release(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilderCache_Release_mE0D9F337640FB98CDCCBA3FC62CC0AED4D452E50 (StringBuilder_t * ___sb0, const RuntimeMethod* method); // System.Void System.Text.UTF32Encoding::.ctor(System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF32Encoding__ctor_m98E66D42E39F27F1BC282859EAA6EE74FA749709 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, bool ___bigEndian0, bool ___byteOrderMark1, bool ___throwOnInvalidCharacters2, 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.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.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.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.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.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.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.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.Boolean System.Char::IsLowSurrogate(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsHighSurrogate(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D (Il2CppChar ___c0, 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.EncoderNLS::get_MustFlush() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EncoderNLS_get_MustFlush_mBA7B13F498D63B50EFFA562AC02EC73A2E8597DF_inline (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, const RuntimeMethod* method); // System.UInt32 System.Text.UTF32Encoding::GetSurrogate(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UTF32Encoding_GetSurrogate_m3AC57690AFDFE9900C92602F6327EE7C6FC79BC0 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, Il2CppChar ___cHigh0, Il2CppChar ___cLow1, 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.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.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.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.Char System.Text.UTF32Encoding::GetHighSurrogate(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar UTF32Encoding_GetHighSurrogate_mCB369ADE162D44F8844E77D960F2D58723694EB2 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, uint32_t ___iChar0, const RuntimeMethod* method); // System.Char System.Text.UTF32Encoding::GetLowSurrogate(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar UTF32Encoding_GetLowSurrogate_mB8C16E47F1E7AD95B3097C15C697D7E099C8455C (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, uint32_t ___iChar0, const RuntimeMethod* method); // System.Void System.Text.UTF32Encoding/UTF32Decoder::.ctor(System.Text.UTF32Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF32Decoder__ctor_mCFBC287D44DBCD1ACA76C4FDCC1C116FDED0FBB5 (UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * __this, UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * ___encoding0, 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.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.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.UTF7Encoding::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF7Encoding__ctor_m310A6D352FC072CAB72E13CEFE0BD7E32FCE5345 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, bool ___allowOptionals0, const RuntimeMethod* method); // System.Void System.Text.UTF7Encoding::MakeTables() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF7Encoding_MakeTables_mC4065B62A15DF1116A9F8C70BDF59143AD5213BE (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Text.UTF7Encoding/DecoderUTF7Fallback::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderUTF7Fallback__ctor_mD8585E23CA662CFB923F7AF31B15E53A8F8DFE2F (DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05 * __this, const RuntimeMethod* method); // System.Void System.Text.Encoding::OnDeserializing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_OnDeserializing_m3099E7D70952FCB1960ABC13D1CE1E70FD9B2AA3 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method); // System.Void System.Text.Encoding::OnDeserialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_OnDeserialized_m9F589E77A408BE494602A4EF2C678D7A0FA77EED (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method); // System.Void System.Text.Encoding/EncodingByteBuffer::.ctor(System.Text.Encoding,System.Text.EncoderNLS,System.Byte*,System.Int32,System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncodingByteBuffer__ctor_m175BDD0E694443C10680E724F64BC8A249AAA11D (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___inEncoding0, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___inEncoder1, uint8_t* ___inByteStart2, int32_t ___inByteCount3, Il2CppChar* ___inCharStart4, int32_t ___inCharCount5, const RuntimeMethod* method); // System.Boolean System.Text.Encoding/EncodingByteBuffer::AddByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EncodingByteBuffer_AddByte_m816C83A923CC8039CEFCD01167E26CF634A7C4F7 (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, uint8_t ___b10, const RuntimeMethod* method); // System.Int32 System.Text.Encoding/EncodingByteBuffer::get_Count() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t EncodingByteBuffer_get_Count_m747678245D24378CD1943B890821AFADB16CCD63_inline (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, const RuntimeMethod* method); // System.Char System.Text.Encoding/EncodingByteBuffer::GetNextChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar EncodingByteBuffer_GetNextChar_m47A918B530CE69350D7F9B9B73B2420A4BEB8F39 (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, const RuntimeMethod* method); // System.Boolean System.Text.Encoding/EncodingByteBuffer::AddByte(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EncodingByteBuffer_AddByte_mA992E3A8593105B70F1132047D1F9AFEF0B3497A (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, uint8_t ___b10, uint8_t ___b21, const RuntimeMethod* method); // System.Boolean System.Text.Encoding/EncodingByteBuffer::get_MoreData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EncodingByteBuffer_get_MoreData_mF4441D3225D099D902F7A58F9B96B15FDDBC6F7F (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, const RuntimeMethod* method); // System.Int32 System.Text.Encoding/EncodingByteBuffer::get_CharsUsed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EncodingByteBuffer_get_CharsUsed_m18A1705885FC256012EB0060D69D1A457414DC8A (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, const RuntimeMethod* method); // System.Void System.Text.Encoding/EncodingCharBuffer::.ctor(System.Text.Encoding,System.Text.DecoderNLS,System.Char*,System.Int32,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncodingCharBuffer__ctor_mCEE3B1892CB65D6DE48F97945A285C3F52768FCC (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc0, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder1, Il2CppChar* ___charStart2, int32_t ___charCount3, uint8_t* ___byteStart4, int32_t ___byteCount5, const RuntimeMethod* method); // System.Boolean System.Text.Encoding/EncodingCharBuffer::AddChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EncodingCharBuffer_AddChar_mBCE17490FD6542A3F32574807A3784C40A74AA5C (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Byte System.Text.Encoding/EncodingCharBuffer::GetNextByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t EncodingCharBuffer_GetNextByte_m6807DC8FBD56BA7912829550A3C9F25301D9A42D (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, const RuntimeMethod* method); // System.Boolean System.Text.Encoding/EncodingCharBuffer::Fallback(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EncodingCharBuffer_Fallback_mCB8B75AEF197D3BD39FD0EBD36A5BDD207851C69 (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, uint8_t ___fallbackByte0, const RuntimeMethod* method); // System.Void System.Text.Encoding/EncodingCharBuffer::AdjustBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncodingCharBuffer_AdjustBytes_m02B5EAAD2B5B404D886CB9AA0F3ADC7ADF3AEE6D (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, int32_t ___count0, const RuntimeMethod* method); // System.Boolean System.Text.Encoding/EncodingCharBuffer::get_MoreData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EncodingCharBuffer_get_MoreData_mDA6918FFECBD1F5FEBEDDF2AD002ABB02BAEE2E3 (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, const RuntimeMethod* method); // System.Int32 System.Text.Encoding/EncodingCharBuffer::get_BytesUsed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EncodingCharBuffer_get_BytesUsed_m1D6ACCF80F894D5118C2B9BB9C56274B4E699EF6 (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, const RuntimeMethod* method); // System.Int32 System.Text.Encoding/EncodingCharBuffer::get_Count() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t EncodingCharBuffer_get_Count_mEFAE009306DEEDB4BBF82ECF9031E4C3361ADB4E_inline (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, const RuntimeMethod* method); // 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); // 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); // System.Void System.Text.DecoderNLS::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderNLS__ctor_mC984F2089D25CDC9625B6DC33CB330337182C4C9 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method); // System.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.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.Boolean System.Text.Encoder::get_InternalHasFallbackBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __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.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.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.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.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.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.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.Boolean System.Threading.AtomicBoolean::Exchange(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtomicBoolean_Exchange_m43BFF3AD3CAF6EA6EC8F05B6D497B516CABED7C4 (AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 * __this, bool ___newVal0, 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.Boolean System.Threading.AtomicBoolean::Equals(System.Threading.AtomicBoolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtomicBoolean_Equals_m919E5EAFE32959C0BC455A20473ED585F203F3AD (AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 * __this, AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 * ___rhs0, 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.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, 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.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.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.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/Reader System.Threading.Thread::GetExecutionContextReader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B Thread_GetExecutionContextReader_m94A554E99BC4602CE1703DFBA4C96373208D1A4B (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Object System.Threading.ExecutionContext/Reader::GetLocalValue(System.Threading.IAsyncLocal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Reader_GetLocalValue_mDF960A5165F72ED7458C4766F82BD023FCD20392 (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, RuntimeObject* ___local0, 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.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); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder System.Text.StringBuilderCache::Acquire(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D (int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { int32_t L_0 = ___capacity0; if ((((int32_t)L_0) > ((int32_t)((int32_t)360)))) { goto IL_0029; } } { StringBuilder_t * L_1 = ((StringBuilderCache_t562DDD38DFD0D6E5A863C6F762A1D26E88F59D72_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(StringBuilderCache_t562DDD38DFD0D6E5A863C6F762A1D26E88F59D72_il2cpp_TypeInfo_var))->get_CachedInstance_0(); V_0 = L_1; StringBuilder_t * L_2 = V_0; if (!L_2) { goto IL_0029; } } { int32_t L_3 = ___capacity0; StringBuilder_t * L_4 = V_0; NullCheck(L_4); int32_t L_5 = StringBuilder_get_Capacity_m504D58B139889E471E4627C43EEA0A5DF7F4F4D0(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) > ((int32_t)L_5))) { goto IL_0029; } } { ((StringBuilderCache_t562DDD38DFD0D6E5A863C6F762A1D26E88F59D72_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(StringBuilderCache_t562DDD38DFD0D6E5A863C6F762A1D26E88F59D72_il2cpp_TypeInfo_var))->set_CachedInstance_0((StringBuilder_t *)NULL); StringBuilder_t * L_6 = V_0; NullCheck(L_6); StringBuilder_Clear_mE7A125669AB3330DA2B2777C07C19C989CC436BB(L_6, /*hidden argument*/NULL); StringBuilder_t * L_7 = V_0; return L_7; } IL_0029: { int32_t L_8 = ___capacity0; StringBuilder_t * L_9 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_9, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void System.Text.StringBuilderCache::Release(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilderCache_Release_mE0D9F337640FB98CDCCBA3FC62CC0AED4D452E50 (StringBuilder_t * ___sb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringBuilderCache_Release_mE0D9F337640FB98CDCCBA3FC62CC0AED4D452E50_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = ___sb0; NullCheck(L_0); int32_t L_1 = StringBuilder_get_Capacity_m504D58B139889E471E4627C43EEA0A5DF7F4F4D0(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) > ((int32_t)((int32_t)360)))) { goto IL_0013; } } { StringBuilder_t * L_2 = ___sb0; ((StringBuilderCache_t562DDD38DFD0D6E5A863C6F762A1D26E88F59D72_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(StringBuilderCache_t562DDD38DFD0D6E5A863C6F762A1D26E88F59D72_il2cpp_TypeInfo_var))->set_CachedInstance_0(L_2); } IL_0013: { return; } } // System.String System.Text.StringBuilderCache::GetStringAndRelease(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilderCache_GetStringAndRelease_mDD5B8378FE9378CACF8660EB460E0CE545F215F7 (StringBuilder_t * ___sb0, const RuntimeMethod* method) { { StringBuilder_t * L_0 = ___sb0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); StringBuilder_t * L_2 = ___sb0; StringBuilderCache_Release_mE0D9F337640FB98CDCCBA3FC62CC0AED4D452E50(L_2, /*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.Text.UTF32Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF32Encoding__ctor_mFF82922EFCB71E5AF3B8C189C54A634E93F3AE64 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, const RuntimeMethod* method) { { UTF32Encoding__ctor_m98E66D42E39F27F1BC282859EAA6EE74FA749709(__this, (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF32Encoding::.ctor(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF32Encoding__ctor_m29D20C03874A58220973F79277050D62F8CA2475 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, bool ___bigEndian0, bool ___byteOrderMark1, const RuntimeMethod* method) { { bool L_0 = ___bigEndian0; bool L_1 = ___byteOrderMark1; UTF32Encoding__ctor_m98E66D42E39F27F1BC282859EAA6EE74FA749709(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF32Encoding::.ctor(System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF32Encoding__ctor_m98E66D42E39F27F1BC282859EAA6EE74FA749709 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, bool ___bigEndian0, bool ___byteOrderMark1, bool ___throwOnInvalidCharacters2, const RuntimeMethod* method) { UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * G_B2_0 = NULL; UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * G_B1_0 = NULL; int32_t G_B3_0 = 0; UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * G_B3_1 = NULL; { bool L_0 = ___bigEndian0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_000b; } } { G_B3_0 = ((int32_t)12000); G_B3_1 = G_B1_0; goto IL_0010; } IL_000b: { G_B3_0 = ((int32_t)12001); G_B3_1 = G_B2_0; } IL_0010: { NullCheck(G_B3_1); Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5(G_B3_1, G_B3_0, /*hidden argument*/NULL); bool L_1 = ___bigEndian0; __this->set_bigEndian_18(L_1); bool L_2 = ___byteOrderMark1; __this->set_emitUTF32ByteOrderMark_16(L_2); bool L_3 = ___throwOnInvalidCharacters2; __this->set_isThrowException_17(L_3); bool L_4 = __this->get_isThrowException_17(); if (!L_4) { goto IL_0038; } } { VirtActionInvoker0::Invoke(5 /* System.Void System.Text.Encoding::SetDefaultFallbacks() */, __this); } IL_0038: { return; } } // System.Void System.Text.UTF32Encoding::SetDefaultFallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF32Encoding_SetDefaultFallbacks_m000CF78BD78C027FFADF7C7BA18F6549A33E259A (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_SetDefaultFallbacks_m000CF78BD78C027FFADF7C7BA18F6549A33E259A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isThrowException_17(); if (!L_0) { goto IL_001f; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_1 = EncoderFallback_get_ExceptionFallback_mAE77B30FFF4171C2C6861BE4F90529A873EC79B8(/*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_encoderFallback_13(L_1); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_2 = DecoderFallback_get_ExceptionFallback_mAE7F326600DFAA0FAAD6D9053C771FF8EE99B40B(/*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_decoderFallback_14(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_13(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_14(L_4); return; } } // System.Int32 System.Text.UTF32Encoding::GetByteCount(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetByteCount_m474053338C02EB2C46084DE17D7174FFE63E95F2 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_GetByteCount_m474053338C02EB2C46084DE17D7174FFE63E95F2_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, UTF32Encoding_GetByteCount_m474053338C02EB2C46084DE17D7174FFE63E95F2_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, UTF32Encoding_GetByteCount_m474053338C02EB2C46084DE17D7174FFE63E95F2_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, UTF32Encoding_GetByteCount_m474053338C02EB2C46084DE17D7174FFE63E95F2_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(13 /* 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.UTF32Encoding::GetByteCount(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetByteCount_mB6581EF3FF22DE531554A5C3F2123BDCCCE72C57 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_GetByteCount_mB6581EF3FF22DE531554A5C3F2123BDCCCE72C57_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, UTF32Encoding_GetByteCount_mB6581EF3FF22DE531554A5C3F2123BDCCCE72C57_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(13 /* 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.UTF32Encoding::GetByteCount(System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetByteCount_m5863440D8E0E8F369CD0A847B25C9668D1697880 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, Il2CppChar* ___chars0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_GetByteCount_m5863440D8E0E8F369CD0A847B25C9668D1697880_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, UTF32Encoding_GetByteCount_m5863440D8E0E8F369CD0A847B25C9668D1697880_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, UTF32Encoding_GetByteCount_m5863440D8E0E8F369CD0A847B25C9668D1697880_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(13 /* 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.UTF32Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetBytes_mDEB63DF29A8349286F93DBB0CB3C3F9042767DD3 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __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 (UTF32Encoding_GetBytes_mDEB63DF29A8349286F93DBB0CB3C3F9042767DD3_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, UTF32Encoding_GetBytes_mDEB63DF29A8349286F93DBB0CB3C3F9042767DD3_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, UTF32Encoding_GetBytes_mDEB63DF29A8349286F93DBB0CB3C3F9042767DD3_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, UTF32Encoding_GetBytes_mDEB63DF29A8349286F93DBB0CB3C3F9042767DD3_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, UTF32Encoding_GetBytes_mDEB63DF29A8349286F93DBB0CB3C3F9042767DD3_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(18 /* 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.UTF32Encoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetBytes_mD9A92F916EB86F20CBEAAAFBD283C5295BF1CBE1 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __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 (UTF32Encoding_GetBytes_mD9A92F916EB86F20CBEAAAFBD283C5295BF1CBE1_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, UTF32Encoding_GetBytes_mD9A92F916EB86F20CBEAAAFBD283C5295BF1CBE1_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, UTF32Encoding_GetBytes_mD9A92F916EB86F20CBEAAAFBD283C5295BF1CBE1_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, UTF32Encoding_GetBytes_mD9A92F916EB86F20CBEAAAFBD283C5295BF1CBE1_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, UTF32Encoding_GetBytes_mD9A92F916EB86F20CBEAAAFBD283C5295BF1CBE1_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(18 /* 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.UTF32Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetBytes_mA2BDC62F02176820A3E438CC6672949B6EDB22C1 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __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 (UTF32Encoding_GetBytes_mA2BDC62F02176820A3E438CC6672949B6EDB22C1_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, UTF32Encoding_GetBytes_mA2BDC62F02176820A3E438CC6672949B6EDB22C1_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, UTF32Encoding_GetBytes_mA2BDC62F02176820A3E438CC6672949B6EDB22C1_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(18 /* 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.UTF32Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetCharCount_m78DCF6AFD224087AFA76EC9BE808FB7C8BBB74C4 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_GetCharCount_m78DCF6AFD224087AFA76EC9BE808FB7C8BBB74C4_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, UTF32Encoding_GetCharCount_m78DCF6AFD224087AFA76EC9BE808FB7C8BBB74C4_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, UTF32Encoding_GetCharCount_m78DCF6AFD224087AFA76EC9BE808FB7C8BBB74C4_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, UTF32Encoding_GetCharCount_m78DCF6AFD224087AFA76EC9BE808FB7C8BBB74C4_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(22 /* 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.UTF32Encoding::GetCharCount(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetCharCount_m0872CAD6B32645ED9DB307BD783842BC96887C04 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, uint8_t* ___bytes0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_GetCharCount_m0872CAD6B32645ED9DB307BD783842BC96887C04_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, UTF32Encoding_GetCharCount_m0872CAD6B32645ED9DB307BD783842BC96887C04_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, UTF32Encoding_GetCharCount_m0872CAD6B32645ED9DB307BD783842BC96887C04_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(22 /* 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.UTF32Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetChars_m9B6C24D1CF06EE005EF41DA4D9BC999453915B2D (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __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 (UTF32Encoding_GetChars_m9B6C24D1CF06EE005EF41DA4D9BC999453915B2D_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, UTF32Encoding_GetChars_m9B6C24D1CF06EE005EF41DA4D9BC999453915B2D_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, UTF32Encoding_GetChars_m9B6C24D1CF06EE005EF41DA4D9BC999453915B2D_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, UTF32Encoding_GetChars_m9B6C24D1CF06EE005EF41DA4D9BC999453915B2D_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, UTF32Encoding_GetChars_m9B6C24D1CF06EE005EF41DA4D9BC999453915B2D_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(26 /* 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.UTF32Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetChars_mB62DF67CDD5ED915BCDB300BBF6950CBF354CF93 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __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 (UTF32Encoding_GetChars_mB62DF67CDD5ED915BCDB300BBF6950CBF354CF93_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, UTF32Encoding_GetChars_mB62DF67CDD5ED915BCDB300BBF6950CBF354CF93_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, UTF32Encoding_GetChars_mB62DF67CDD5ED915BCDB300BBF6950CBF354CF93_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(26 /* 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.UTF32Encoding::GetString(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UTF32Encoding_GetString_m4ADB276724D12C12FC935945B5C257748248061C (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_GetString_m4ADB276724D12C12FC935945B5C257748248061C_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, UTF32Encoding_GetString_m4ADB276724D12C12FC935945B5C257748248061C_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, UTF32Encoding_GetString_m4ADB276724D12C12FC935945B5C257748248061C_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, UTF32Encoding_GetString_m4ADB276724D12C12FC935945B5C257748248061C_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.UTF32Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetByteCount_m5A68764F7EC074027BDC6391C1C7BDE1C08645BA (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, Il2CppChar* ___chars0, int32_t ___count1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_GetByteCount_m5A68764F7EC074027BDC6391C1C7BDE1C08645BA_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_4 = NULL; Il2CppChar V_5 = 0x0; { Il2CppChar* L_0 = ___chars0; int32_t L_1 = ___count1; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2)))); Il2CppChar* L_2 = ___chars0; V_1 = (Il2CppChar*)L_2; V_2 = 0; V_3 = 0; V_4 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_3 = ___encoder2; if (!L_3) { goto IL_0059; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_4 = ___encoder2; NullCheck(L_4); Il2CppChar L_5 = L_4->get_charLeftOver_2(); V_3 = L_5; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_6 = ___encoder2; NullCheck(L_6); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_7 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_6, /*hidden argument*/NULL); V_4 = L_7; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_8 = V_4; NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_8); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_0066; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10; String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_11; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_14 = ___encoder2; NullCheck(L_14); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_15 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_14, /*hidden argument*/NULL); NullCheck(L_15); Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_15, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(1), (RuntimeObject *)L_16); String_t* L_17 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018, L_13, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_18 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, UTF32Encoding_GetByteCount_m5A68764F7EC074027BDC6391C1C7BDE1C08645BA_RuntimeMethod_var); } IL_0059: { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_19 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_13(); NullCheck(L_19); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_20 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_19); V_4 = L_20; } IL_0066: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_21 = V_4; Il2CppChar* L_22 = V_1; Il2CppChar* L_23 = V_0; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_24 = ___encoder2; NullCheck(L_21); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_21, (Il2CppChar*)(Il2CppChar*)L_22, (Il2CppChar*)(Il2CppChar*)L_23, L_24, (bool)0, /*hidden argument*/NULL); goto IL_00d1; } IL_0073: { Il2CppChar L_25 = V_5; if (L_25) { goto IL_0080; } } { Il2CppChar* L_26 = ___chars0; int32_t L_27 = *((uint16_t*)L_26); V_5 = L_27; Il2CppChar* L_28 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)2)); } IL_0080: { Il2CppChar L_29 = V_3; if (!L_29) { goto IL_00a8; } } { Il2CppChar L_30 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_31 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0094; } } { V_3 = 0; int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)4)); goto IL_00d1; } IL_0094: { Il2CppChar* L_33 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_33, (int32_t)2)); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_34 = V_4; Il2CppChar L_35 = V_3; NullCheck(L_34); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_34, L_35, (Il2CppChar**)(&___chars0)); V_3 = 0; goto IL_00d1; } IL_00a8: { Il2CppChar L_36 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_37 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00b6; } } { Il2CppChar L_38 = V_5; V_3 = L_38; goto IL_00d1; } IL_00b6: { Il2CppChar L_39 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_40 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00cd; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_41 = V_4; Il2CppChar L_42 = V_5; NullCheck(L_41); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_41, L_42, (Il2CppChar**)(&___chars0)); goto IL_00d1; } IL_00cd: { int32_t L_43 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)4)); } IL_00d1: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_44 = V_4; NullCheck(L_44); Il2CppChar L_45 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_44, /*hidden argument*/NULL); Il2CppChar L_46 = L_45; V_5 = L_46; if (L_46) { goto IL_0073; } } { Il2CppChar* L_47 = ___chars0; Il2CppChar* L_48 = V_0; if ((!(((uintptr_t)L_47) >= ((uintptr_t)L_48)))) { goto IL_0073; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_49 = ___encoder2; if (!L_49) { goto IL_00ec; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_50 = ___encoder2; NullCheck(L_50); bool L_51 = EncoderNLS_get_MustFlush_mBA7B13F498D63B50EFFA562AC02EC73A2E8597DF_inline(L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_00ff; } } IL_00ec: { Il2CppChar L_52 = V_3; if ((((int32_t)L_52) <= ((int32_t)0))) { goto IL_00ff; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_53 = V_4; Il2CppChar L_54 = V_3; NullCheck(L_53); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_53, L_54, (Il2CppChar**)(&___chars0)); V_3 = 0; goto IL_00d1; } IL_00ff: { int32_t L_55 = V_2; if ((((int32_t)L_55) >= ((int32_t)0))) { goto IL_0118; } } { String_t* L_56 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_57 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_57, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_56, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, UTF32Encoding_GetByteCount_m5A68764F7EC074027BDC6391C1C7BDE1C08645BA_RuntimeMethod_var); } IL_0118: { int32_t L_58 = V_2; return L_58; } } // System.Int32 System.Text.UTF32Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetBytes_mC747E5438EFF90FFC5C875160D7006F50FF46F21 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __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 (UTF32Encoding_GetBytes_mC747E5438EFF90FFC5C875160D7006F50FF46F21_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; uint8_t* V_2 = NULL; uint8_t* V_3 = NULL; Il2CppChar V_4 = 0x0; EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_5 = NULL; Il2CppChar V_6 = 0x0; uint32_t V_7 = 0; { Il2CppChar* L_0 = ___chars0; V_0 = (Il2CppChar*)L_0; Il2CppChar* L_1 = ___chars0; int32_t L_2 = ___charCount1; V_1 = (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)))); uint8_t* L_3 = ___bytes2; V_2 = (uint8_t*)L_3; uint8_t* L_4 = ___bytes2; int32_t L_5 = ___byteCount3; V_3 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)L_5)); V_4 = 0; V_5 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_6 = ___encoder4; if (!L_6) { goto IL_006d; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_7 = ___encoder4; NullCheck(L_7); Il2CppChar L_8 = L_7->get_charLeftOver_2(); V_4 = L_8; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_9 = ___encoder4; NullCheck(L_9); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_10 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_9, /*hidden argument*/NULL); V_5 = L_10; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_11 = ___encoder4; NullCheck(L_11); bool L_12 = L_11->get_m_throwOnOverflow_5(); if (!L_12) { goto IL_007a; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_13 = V_5; 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_007a; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15; String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_17); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_16; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_19 = ___encoder4; NullCheck(L_19); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_20 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_19, /*hidden argument*/NULL); NullCheck(L_20); Type_t * L_21 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_20, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(1), (RuntimeObject *)L_21); String_t* L_22 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018, L_18, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_23 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, UTF32Encoding_GetBytes_mC747E5438EFF90FFC5C875160D7006F50FF46F21_RuntimeMethod_var); } IL_006d: { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_24 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_13(); NullCheck(L_24); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_25 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_24); V_5 = L_25; } IL_007a: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_26 = V_5; Il2CppChar* L_27 = V_0; Il2CppChar* L_28 = V_1; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_29 = ___encoder4; NullCheck(L_26); EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_26, (Il2CppChar*)(Il2CppChar*)L_27, (Il2CppChar*)(Il2CppChar*)L_28, L_29, (bool)1, /*hidden argument*/NULL); goto IL_0226; } IL_008b: { Il2CppChar L_30 = V_6; if (L_30) { goto IL_0098; } } { Il2CppChar* L_31 = ___chars0; int32_t L_32 = *((uint16_t*)L_31); V_6 = L_32; Il2CppChar* L_33 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)2)); } IL_0098: { Il2CppChar L_34 = V_4; if (!L_34) { goto IL_0178; } } { Il2CppChar L_35 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_36 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_015f; } } { Il2CppChar L_37 = V_4; Il2CppChar L_38 = V_6; uint32_t L_39 = UTF32Encoding_GetSurrogate_m3AC57690AFDFE9900C92602F6327EE7C6FC79BC0(__this, L_37, L_38, /*hidden argument*/NULL); V_7 = L_39; V_4 = 0; uint8_t* L_40 = ___bytes2; uint8_t* L_41 = V_3; if ((!(((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, (int32_t)3))) >= ((uintptr_t)L_41)))) { goto IL_00f7; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_42 = V_5; NullCheck(L_42); bool L_43 = L_42->get_bFallingBack_5(); if (!L_43) { goto IL_00db; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_44 = V_5; NullCheck(L_44); VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.EncoderFallbackBuffer::MovePrevious() */, L_44); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_45 = V_5; NullCheck(L_45); VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.EncoderFallbackBuffer::MovePrevious() */, L_45); goto IL_00e3; } IL_00db: { Il2CppChar* L_46 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_46, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))); } IL_00e3: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_47 = ___encoder4; uint8_t* L_48 = ___bytes2; uint8_t* L_49 = V_2; Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_47, (bool)((((intptr_t)L_48) == ((intptr_t)L_49))? 1 : 0), /*hidden argument*/NULL); V_4 = 0; goto IL_023c; } IL_00f7: { bool L_50 = __this->get_bigEndian_18(); if (!L_50) { goto IL_012f; } } { uint8_t* L_51 = ___bytes2; uint8_t* L_52 = (uint8_t*)L_51; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_52, (int32_t)1)); *((int8_t*)L_52) = (int8_t)0; uint8_t* L_53 = ___bytes2; uint8_t* L_54 = (uint8_t*)L_53; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_54, (int32_t)1)); uint32_t L_55 = V_7; *((int8_t*)L_54) = (int8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_55>>((int32_t)16)))))); uint8_t* L_56 = ___bytes2; uint8_t* L_57 = (uint8_t*)L_56; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_57, (int32_t)1)); uint32_t L_58 = V_7; *((int8_t*)L_57) = (int8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_58>>8))))); uint8_t* L_59 = ___bytes2; uint8_t* L_60 = (uint8_t*)L_59; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_60, (int32_t)1)); uint32_t L_61 = V_7; *((int8_t*)L_60) = (int8_t)(((int32_t)((uint8_t)L_61))); goto IL_0226; } IL_012f: { uint8_t* L_62 = ___bytes2; uint8_t* L_63 = (uint8_t*)L_62; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_63, (int32_t)1)); uint32_t L_64 = V_7; *((int8_t*)L_63) = (int8_t)(((int32_t)((uint8_t)L_64))); uint8_t* L_65 = ___bytes2; uint8_t* L_66 = (uint8_t*)L_65; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_66, (int32_t)1)); uint32_t L_67 = V_7; *((int8_t*)L_66) = (int8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_67>>8))))); uint8_t* L_68 = ___bytes2; uint8_t* L_69 = (uint8_t*)L_68; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_69, (int32_t)1)); uint32_t L_70 = V_7; *((int8_t*)L_69) = (int8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_70>>((int32_t)16)))))); uint8_t* L_71 = ___bytes2; uint8_t* L_72 = (uint8_t*)L_71; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_72, (int32_t)1)); *((int8_t*)L_72) = (int8_t)0; goto IL_0226; } IL_015f: { Il2CppChar* L_73 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_73, (int32_t)2)); EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_74 = V_5; Il2CppChar L_75 = V_4; NullCheck(L_74); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_74, L_75, (Il2CppChar**)(&___chars0)); V_4 = 0; goto IL_0226; } IL_0178: { Il2CppChar L_76 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_77 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_018a; } } { Il2CppChar L_78 = V_6; V_4 = L_78; goto IL_0226; } IL_018a: { Il2CppChar L_79 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_80 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_79, /*hidden argument*/NULL); if (!L_80) { goto IL_01a4; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_81 = V_5; Il2CppChar L_82 = V_6; NullCheck(L_81); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_81, L_82, (Il2CppChar**)(&___chars0)); goto IL_0226; } IL_01a4: { uint8_t* L_83 = ___bytes2; uint8_t* L_84 = V_3; if ((!(((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_83, (int32_t)3))) >= ((uintptr_t)L_84)))) { goto IL_01d0; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_85 = V_5; NullCheck(L_85); bool L_86 = L_85->get_bFallingBack_5(); if (!L_86) { goto IL_01bd; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_87 = V_5; NullCheck(L_87); VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.EncoderFallbackBuffer::MovePrevious() */, L_87); goto IL_01c2; } IL_01bd: { Il2CppChar* L_88 = ___chars0; ___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_88, (int32_t)2)); } IL_01c2: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_89 = ___encoder4; uint8_t* L_90 = ___bytes2; uint8_t* L_91 = V_2; Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_89, (bool)((((intptr_t)L_90) == ((intptr_t)L_91))? 1 : 0), /*hidden argument*/NULL); goto IL_023c; } IL_01d0: { bool L_92 = __this->get_bigEndian_18(); if (!L_92) { goto IL_0200; } } { uint8_t* L_93 = ___bytes2; uint8_t* L_94 = (uint8_t*)L_93; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_94, (int32_t)1)); *((int8_t*)L_94) = (int8_t)0; uint8_t* L_95 = ___bytes2; uint8_t* L_96 = (uint8_t*)L_95; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_96, (int32_t)1)); *((int8_t*)L_96) = (int8_t)0; uint8_t* L_97 = ___bytes2; uint8_t* L_98 = (uint8_t*)L_97; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_98, (int32_t)1)); Il2CppChar L_99 = V_6; *((int8_t*)L_98) = (int8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_99>>8))))); uint8_t* L_100 = ___bytes2; uint8_t* L_101 = (uint8_t*)L_100; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_101, (int32_t)1)); Il2CppChar L_102 = V_6; *((int8_t*)L_101) = (int8_t)(((int32_t)((uint8_t)L_102))); goto IL_0226; } IL_0200: { uint8_t* L_103 = ___bytes2; uint8_t* L_104 = (uint8_t*)L_103; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_104, (int32_t)1)); Il2CppChar L_105 = V_6; *((int8_t*)L_104) = (int8_t)(((int32_t)((uint8_t)L_105))); uint8_t* L_106 = ___bytes2; uint8_t* L_107 = (uint8_t*)L_106; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_107, (int32_t)1)); Il2CppChar L_108 = V_6; *((int8_t*)L_107) = (int8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_108>>8))))); uint8_t* L_109 = ___bytes2; uint8_t* L_110 = (uint8_t*)L_109; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_110, (int32_t)1)); *((int8_t*)L_110) = (int8_t)0; uint8_t* L_111 = ___bytes2; uint8_t* L_112 = (uint8_t*)L_111; ___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_112, (int32_t)1)); *((int8_t*)L_112) = (int8_t)0; } IL_0226: { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_113 = V_5; NullCheck(L_113); Il2CppChar L_114 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_113, /*hidden argument*/NULL); Il2CppChar L_115 = L_114; V_6 = L_115; if (L_115) { goto IL_008b; } } { Il2CppChar* L_116 = ___chars0; Il2CppChar* L_117 = V_1; if ((!(((uintptr_t)L_116) >= ((uintptr_t)L_117)))) { goto IL_008b; } } IL_023c: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_118 = ___encoder4; if (!L_118) { goto IL_0249; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_119 = ___encoder4; NullCheck(L_119); bool L_120 = EncoderNLS_get_MustFlush_mBA7B13F498D63B50EFFA562AC02EC73A2E8597DF_inline(L_119, /*hidden argument*/NULL); if (!L_120) { goto IL_025f; } } IL_0249: { Il2CppChar L_121 = V_4; if ((((int32_t)L_121) <= ((int32_t)0))) { goto IL_025f; } } { EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_122 = V_5; Il2CppChar L_123 = V_4; NullCheck(L_122); VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_122, L_123, (Il2CppChar**)(&___chars0)); V_4 = 0; goto IL_0226; } IL_025f: { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_124 = ___encoder4; if (!L_124) { goto IL_027a; } } { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_125 = ___encoder4; Il2CppChar L_126 = V_4; NullCheck(L_125); L_125->set_charLeftOver_2(L_126); EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_127 = ___encoder4; Il2CppChar* L_128 = ___chars0; Il2CppChar* L_129 = V_0; NullCheck(L_127); L_127->set_m_charsUsed_6((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_128, (intptr_t)L_129))/(int32_t)2))))))))); } IL_027a: { uint8_t* L_130 = ___bytes2; uint8_t* L_131 = V_2; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_130, (intptr_t)L_131))/(int32_t)1)))))))); } } // System.Int32 System.Text.UTF32Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetCharCount_m804BFA866212881303FDC318C23BEBF7880149A8 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, uint8_t* ___bytes0, int32_t ___count1, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___baseDecoder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_GetCharCount_m804BFA866212881303FDC318C23BEBF7880149A8_MetadataUsageId); s_Il2CppMethodInitialized = true; } UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * V_0 = NULL; int32_t V_1 = 0; uint8_t* V_2 = NULL; uint8_t* V_3 = NULL; int32_t V_4 = 0; uint32_t V_5 = 0; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * V_6 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_8 = NULL; { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_0 = ___baseDecoder2; V_0 = ((UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 *)CastclassClass((RuntimeObject*)L_0, UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3_il2cpp_TypeInfo_var)); V_1 = 0; uint8_t* L_1 = ___bytes0; int32_t L_2 = ___count1; V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)L_2)); uint8_t* L_3 = ___bytes0; V_3 = (uint8_t*)L_3; V_4 = 0; V_5 = 0; V_6 = (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)NULL; UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_4 = V_0; if (!L_4) { goto IL_0035; } } { UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get_readByteCount_7(); V_4 = L_6; UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = L_7->get_iChar_6(); V_5 = L_8; UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_9 = V_0; NullCheck(L_9); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_10 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_9, /*hidden argument*/NULL); V_6 = L_10; goto IL_0042; } IL_0035: { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_11 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_14(); NullCheck(L_11); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_12 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_11); V_6 = L_12; } IL_0042: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_13 = V_6; uint8_t* L_14 = V_3; NullCheck(L_13); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_13, (uint8_t*)(uint8_t*)L_14, (Il2CppChar*)(Il2CppChar*)(((uintptr_t)0)), /*hidden argument*/NULL); goto IL_012e; } IL_0051: { bool L_15 = __this->get_bigEndian_18(); if (!L_15) { goto IL_006d; } } { uint32_t L_16 = V_5; V_5 = ((int32_t)((int32_t)L_16<<(int32_t)8)); uint32_t L_17 = V_5; uint8_t* L_18 = ___bytes0; uint8_t* L_19 = (uint8_t*)L_18; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)1)); int32_t L_20 = *((uint8_t*)L_19); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_20)); goto IL_0082; } IL_006d: { uint32_t L_21 = V_5; V_5 = ((int32_t)((uint32_t)L_21>>8)); uint32_t L_22 = V_5; uint8_t* L_23 = ___bytes0; uint8_t* L_24 = (uint8_t*)L_23; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)1)); int32_t L_25 = *((uint8_t*)L_24); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)((int32_t)((int32_t)L_25<<(int32_t)((int32_t)24))))); } IL_0082: { int32_t L_26 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); int32_t L_27 = V_4; if ((((int32_t)L_27) < ((int32_t)4))) { goto IL_012e; } } { V_4 = 0; uint32_t L_28 = V_5; if ((!(((uint32_t)L_28) <= ((uint32_t)((int32_t)1114111))))) { goto IL_00ae; } } { uint32_t L_29 = V_5; if ((!(((uint32_t)L_29) >= ((uint32_t)((int32_t)55296))))) { goto IL_011a; } } { uint32_t L_30 = V_5; if ((!(((uint32_t)L_30) <= ((uint32_t)((int32_t)57343))))) { goto IL_011a; } } IL_00ae: { bool L_31 = __this->get_bigEndian_18(); if (!L_31) { goto IL_00e0; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = L_32; uint32_t L_34 = V_5; NullCheck(L_33); (L_33)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_34>>((int32_t)24))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = L_33; uint32_t L_36 = V_5; NullCheck(L_35); (L_35)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_36>>((int32_t)16))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = L_35; uint32_t L_38 = V_5; NullCheck(L_37); (L_37)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_38>>8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = L_37; uint32_t L_40 = V_5; NullCheck(L_39); (L_39)->SetAt(static_cast(3), (uint8_t)(((int32_t)((uint8_t)L_40)))); V_7 = L_39; goto IL_0108; } IL_00e0: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_41; uint32_t L_43 = V_5; NullCheck(L_42); (L_42)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_43)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = L_42; uint32_t L_45 = V_5; NullCheck(L_44); (L_44)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_45>>8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = L_44; uint32_t L_47 = V_5; NullCheck(L_46); (L_46)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_47>>((int32_t)16))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = L_46; uint32_t L_49 = V_5; NullCheck(L_48); (L_48)->SetAt(static_cast(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_49>>((int32_t)24))))))); V_7 = L_48; } IL_0108: { int32_t L_50 = V_1; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_51 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = V_7; uint8_t* L_53 = ___bytes0; NullCheck(L_51); int32_t L_54 = VirtFuncInvoker2< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t* >::Invoke(9 /* System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*) */, L_51, L_52, (uint8_t*)(uint8_t*)L_53); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_54)); V_5 = 0; goto IL_012e; } IL_011a: { uint32_t L_55 = V_5; if ((!(((uint32_t)L_55) >= ((uint32_t)((int32_t)65536))))) { goto IL_0127; } } { int32_t L_56 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0127: { int32_t L_57 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); V_5 = 0; } IL_012e: { uint8_t* L_58 = ___bytes0; uint8_t* L_59 = V_2; if ((!(((uintptr_t)L_58) < ((uintptr_t)L_59)))) { goto IL_0139; } } { int32_t L_60 = V_1; if ((((int32_t)L_60) >= ((int32_t)0))) { goto IL_0051; } } IL_0139: { int32_t L_61 = V_4; if ((((int32_t)L_61) <= ((int32_t)0))) { goto IL_019e; } } { UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_62 = V_0; if (!L_62) { goto IL_0149; } } { UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_63 = V_0; NullCheck(L_63); bool L_64 = DecoderNLS_get_MustFlush_m0C8DCAF42B8FE1A1C39E68C06A5D681A0DA1C552_inline(L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_019e; } } IL_0149: { int32_t L_65 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_65); V_8 = L_66; bool L_67 = __this->get_bigEndian_18(); if (!L_67) { goto IL_018c; } } { goto IL_016f; } IL_015c: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_8; int32_t L_69 = V_4; int32_t L_70 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)1)); V_4 = L_70; uint32_t L_71 = V_5; NullCheck(L_68); (L_68)->SetAt(static_cast(L_70), (uint8_t)(((int32_t)((uint8_t)L_71)))); uint32_t L_72 = V_5; V_5 = ((int32_t)((uint32_t)L_72>>8)); } IL_016f: { int32_t L_73 = V_4; if ((((int32_t)L_73) > ((int32_t)0))) { goto IL_015c; } } { goto IL_0191; } IL_0176: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = V_8; int32_t L_75 = V_4; int32_t L_76 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)1)); V_4 = L_76; uint32_t L_77 = V_5; NullCheck(L_74); (L_74)->SetAt(static_cast(L_76), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_77>>((int32_t)24))))))); uint32_t L_78 = V_5; V_5 = ((int32_t)((int32_t)L_78<<(int32_t)8)); } IL_018c: { int32_t L_79 = V_4; if ((((int32_t)L_79) > ((int32_t)0))) { goto IL_0176; } } IL_0191: { int32_t L_80 = V_1; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_81 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_82 = V_8; uint8_t* L_83 = ___bytes0; NullCheck(L_81); int32_t L_84 = VirtFuncInvoker2< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t* >::Invoke(9 /* System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*) */, L_81, L_82, (uint8_t*)(uint8_t*)L_83); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)L_84)); } IL_019e: { int32_t L_85 = V_1; if ((((int32_t)L_85) >= ((int32_t)0))) { goto IL_01b7; } } { String_t* L_86 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_87 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_87, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_86, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_87, UTF32Encoding_GetCharCount_m804BFA866212881303FDC318C23BEBF7880149A8_RuntimeMethod_var); } IL_01b7: { int32_t L_88 = V_1; return L_88; } } // System.Int32 System.Text.UTF32Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetChars_m0C10D59C962550ADE7FBF36CB055E38B737BAD1B (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __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 (UTF32Encoding_GetChars_m0C10D59C962550ADE7FBF36CB055E38B737BAD1B_MetadataUsageId); s_Il2CppMethodInitialized = true; } UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; uint8_t* V_3 = NULL; uint8_t* V_4 = NULL; int32_t V_5 = 0; uint32_t V_6 = 0; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * V_7 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_8 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL; int32_t V_10 = 0; { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_0 = ___baseDecoder4; V_0 = ((UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 *)CastclassClass((RuntimeObject*)L_0, UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3_il2cpp_TypeInfo_var)); Il2CppChar* L_1 = ___chars2; V_1 = (Il2CppChar*)L_1; Il2CppChar* L_2 = ___chars2; int32_t L_3 = ___charCount3; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2)))); uint8_t* L_4 = ___bytes0; V_3 = (uint8_t*)L_4; uint8_t* L_5 = ___bytes0; int32_t L_6 = ___byteCount1; V_4 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)); V_5 = 0; V_6 = 0; V_7 = (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)NULL; UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_7 = V_0; if (!L_7) { goto IL_0040; } } { UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_readByteCount_7(); V_5 = L_9; UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get_iChar_6(); V_6 = L_11; DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_12 = ___baseDecoder4; NullCheck(L_12); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_13 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_12, /*hidden argument*/NULL); V_7 = L_13; goto IL_004d; } IL_0040: { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_14 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_decoderFallback_14(); NullCheck(L_14); DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_15 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_14); V_7 = L_15; } IL_004d: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_16 = V_7; uint8_t* L_17 = ___bytes0; Il2CppChar* L_18 = ___chars2; int32_t L_19 = ___charCount3; NullCheck(L_16); DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_16, (uint8_t*)(uint8_t*)L_17, (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)))), /*hidden argument*/NULL); goto IL_01b2; } IL_0061: { bool L_20 = __this->get_bigEndian_18(); if (!L_20) { goto IL_007d; } } { uint32_t L_21 = V_6; V_6 = ((int32_t)((int32_t)L_21<<(int32_t)8)); uint32_t L_22 = V_6; uint8_t* L_23 = ___bytes0; uint8_t* L_24 = (uint8_t*)L_23; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)1)); int32_t L_25 = *((uint8_t*)L_24); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_25)); goto IL_0092; } IL_007d: { uint32_t L_26 = V_6; V_6 = ((int32_t)((uint32_t)L_26>>8)); uint32_t L_27 = V_6; uint8_t* L_28 = ___bytes0; uint8_t* L_29 = (uint8_t*)L_28; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)1)); int32_t L_30 = *((uint8_t*)L_29); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)((int32_t)((int32_t)L_30<<(int32_t)((int32_t)24))))); } IL_0092: { int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_5; if ((((int32_t)L_32) < ((int32_t)4))) { goto IL_01b2; } } { V_5 = 0; uint32_t L_33 = V_6; if ((!(((uint32_t)L_33) <= ((uint32_t)((int32_t)1114111))))) { goto IL_00c4; } } { uint32_t L_34 = V_6; if ((!(((uint32_t)L_34) >= ((uint32_t)((int32_t)55296))))) { goto IL_014d; } } { uint32_t L_35 = V_6; if ((!(((uint32_t)L_35) <= ((uint32_t)((int32_t)57343))))) { goto IL_014d; } } IL_00c4: { bool L_36 = __this->get_bigEndian_18(); if (!L_36) { goto IL_00f6; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = L_37; uint32_t L_39 = V_6; NullCheck(L_38); (L_38)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_39>>((int32_t)24))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = L_38; uint32_t L_41 = V_6; NullCheck(L_40); (L_40)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_41>>((int32_t)16))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_40; uint32_t L_43 = V_6; NullCheck(L_42); (L_42)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_43>>8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = L_42; uint32_t L_45 = V_6; NullCheck(L_44); (L_44)->SetAt(static_cast(3), (uint8_t)(((int32_t)((uint8_t)L_45)))); V_8 = L_44; goto IL_011e; } IL_00f6: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = L_46; uint32_t L_48 = V_6; NullCheck(L_47); (L_47)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_48)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = L_47; uint32_t L_50 = V_6; NullCheck(L_49); (L_49)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_50>>8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = L_49; uint32_t L_52 = V_6; NullCheck(L_51); (L_51)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_52>>((int32_t)16))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = L_51; uint32_t L_54 = V_6; NullCheck(L_53); (L_53)->SetAt(static_cast(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_54>>((int32_t)24))))))); V_8 = L_53; } IL_011e: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_55 = V_7; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = V_8; uint8_t* L_57 = ___bytes0; NullCheck(L_55); bool L_58 = VirtFuncInvoker3< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t*, Il2CppChar** >::Invoke(8 /* System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*&) */, L_55, L_56, (uint8_t*)(uint8_t*)L_57, (Il2CppChar**)(&___chars2)); if (L_58) { goto IL_0148; } } { uint8_t* L_59 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_59, (int32_t)4)); V_6 = 0; DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_60 = V_7; NullCheck(L_60); DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_60, /*hidden argument*/NULL); UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_61 = V_0; Il2CppChar* L_62 = ___chars2; Il2CppChar* L_63 = V_1; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_61, (bool)((((intptr_t)L_62) == ((intptr_t)L_63))? 1 : 0), /*hidden argument*/NULL); goto IL_01ba; } IL_0148: { V_6 = 0; goto IL_01b2; } IL_014d: { uint32_t L_64 = V_6; if ((!(((uint32_t)L_64) >= ((uint32_t)((int32_t)65536))))) { goto IL_018c; } } { Il2CppChar* L_65 = ___chars2; Il2CppChar* L_66 = V_2; if ((!(((uintptr_t)L_65) >= ((uintptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_66, (int32_t)2)))))) { goto IL_0171; } } { uint8_t* L_67 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_67, (int32_t)4)); V_6 = 0; UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_68 = V_0; Il2CppChar* L_69 = ___chars2; Il2CppChar* L_70 = V_1; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_68, (bool)((((intptr_t)L_69) == ((intptr_t)L_70))? 1 : 0), /*hidden argument*/NULL); goto IL_01ba; } IL_0171: { Il2CppChar* L_71 = ___chars2; Il2CppChar* L_72 = (Il2CppChar*)L_71; ___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (int32_t)2)); uint32_t L_73 = V_6; Il2CppChar L_74 = UTF32Encoding_GetHighSurrogate_mCB369ADE162D44F8844E77D960F2D58723694EB2(__this, L_73, /*hidden argument*/NULL); *((int16_t*)L_72) = (int16_t)L_74; uint32_t L_75 = V_6; Il2CppChar L_76 = UTF32Encoding_GetLowSurrogate_mB8C16E47F1E7AD95B3097C15C697D7E099C8455C(__this, L_75, /*hidden argument*/NULL); V_6 = L_76; goto IL_01a5; } IL_018c: { Il2CppChar* L_77 = ___chars2; Il2CppChar* L_78 = V_2; if ((!(((uintptr_t)L_77) >= ((uintptr_t)L_78)))) { goto IL_01a5; } } { uint8_t* L_79 = ___bytes0; ___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_79, (int32_t)4)); V_6 = 0; UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_80 = V_0; Il2CppChar* L_81 = ___chars2; Il2CppChar* L_82 = V_1; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_80, (bool)((((intptr_t)L_81) == ((intptr_t)L_82))? 1 : 0), /*hidden argument*/NULL); goto IL_01ba; } IL_01a5: { Il2CppChar* L_83 = ___chars2; Il2CppChar* L_84 = (Il2CppChar*)L_83; ___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, (int32_t)2)); uint32_t L_85 = V_6; *((int16_t*)L_84) = (int16_t)(((int32_t)((uint16_t)L_85))); V_6 = 0; } IL_01b2: { uint8_t* L_86 = ___bytes0; uint8_t* L_87 = V_4; if ((!(((uintptr_t)L_86) >= ((uintptr_t)L_87)))) { goto IL_0061; } } IL_01ba: { int32_t L_88 = V_5; if ((((int32_t)L_88) <= ((int32_t)0))) { goto IL_023e; } } { UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_89 = V_0; if (!L_89) { goto IL_01ca; } } { UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_90 = V_0; NullCheck(L_90); bool L_91 = DecoderNLS_get_MustFlush_m0C8DCAF42B8FE1A1C39E68C06A5D681A0DA1C552_inline(L_90, /*hidden argument*/NULL); if (!L_91) { goto IL_023e; } } IL_01ca: { int32_t L_92 = V_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_92); V_9 = L_93; int32_t L_94 = V_5; V_10 = L_94; bool L_95 = __this->get_bigEndian_18(); if (!L_95) { goto IL_0211; } } { goto IL_01f4; } IL_01e1: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_96 = V_9; int32_t L_97 = V_10; int32_t L_98 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_97, (int32_t)1)); V_10 = L_98; uint32_t L_99 = V_6; NullCheck(L_96); (L_96)->SetAt(static_cast(L_98), (uint8_t)(((int32_t)((uint8_t)L_99)))); uint32_t L_100 = V_6; V_6 = ((int32_t)((uint32_t)L_100>>8)); } IL_01f4: { int32_t L_101 = V_10; if ((((int32_t)L_101) > ((int32_t)0))) { goto IL_01e1; } } { goto IL_0216; } IL_01fb: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_102 = V_9; int32_t L_103 = V_10; int32_t L_104 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_103, (int32_t)1)); V_10 = L_104; uint32_t L_105 = V_6; NullCheck(L_102); (L_102)->SetAt(static_cast(L_104), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_105>>((int32_t)24))))))); uint32_t L_106 = V_6; V_6 = ((int32_t)((int32_t)L_106<<(int32_t)8)); } IL_0211: { int32_t L_107 = V_10; if ((((int32_t)L_107) > ((int32_t)0))) { goto IL_01fb; } } IL_0216: { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_108 = V_7; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_109 = V_9; uint8_t* L_110 = ___bytes0; NullCheck(L_108); bool L_111 = VirtFuncInvoker3< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t*, Il2CppChar** >::Invoke(8 /* System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*&) */, L_108, L_109, (uint8_t*)(uint8_t*)L_110, (Il2CppChar**)(&___chars2)); if (L_111) { goto IL_0238; } } { DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_112 = V_7; NullCheck(L_112); DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_112, /*hidden argument*/NULL); UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_113 = V_0; Il2CppChar* L_114 = ___chars2; Il2CppChar* L_115 = V_1; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_113, (bool)((((intptr_t)L_114) == ((intptr_t)L_115))? 1 : 0), /*hidden argument*/NULL); goto IL_023e; } IL_0238: { V_5 = 0; V_6 = 0; } IL_023e: { UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_116 = V_0; if (!L_116) { goto IL_025e; } } { UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_117 = V_0; uint32_t L_118 = V_6; NullCheck(L_117); L_117->set_iChar_6(L_118); UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_119 = V_0; int32_t L_120 = V_5; NullCheck(L_119); L_119->set_readByteCount_7(L_120); UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_121 = V_0; uint8_t* L_122 = ___bytes0; uint8_t* L_123 = V_3; NullCheck(L_121); ((DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)L_121)->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_122, (intptr_t)L_123))/(int32_t)1))))))))); } IL_025e: { Il2CppChar* L_124 = ___chars2; Il2CppChar* L_125 = V_1; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_124, (intptr_t)L_125))/(int32_t)2)))))))); } } // System.UInt32 System.Text.UTF32Encoding::GetSurrogate(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UTF32Encoding_GetSurrogate_m3AC57690AFDFE9900C92602F6327EE7C6FC79BC0 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, Il2CppChar ___cHigh0, Il2CppChar ___cLow1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___cHigh0; Il2CppChar L_1 = ___cLow1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)55296))), (int32_t)((int32_t)1024))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)56320))))), (int32_t)((int32_t)65536))); } } // System.Char System.Text.UTF32Encoding::GetHighSurrogate(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar UTF32Encoding_GetHighSurrogate_mCB369ADE162D44F8844E77D960F2D58723694EB2 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, uint32_t ___iChar0, const RuntimeMethod* method) { { uint32_t L_0 = ___iChar0; return (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((uint32_t)(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)65536)))/(uint32_t)(int32_t)((int32_t)1024))), (int32_t)((int32_t)55296)))))); } } // System.Char System.Text.UTF32Encoding::GetLowSurrogate(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar UTF32Encoding_GetLowSurrogate_mB8C16E47F1E7AD95B3097C15C697D7E099C8455C (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, uint32_t ___iChar0, const RuntimeMethod* method) { { uint32_t L_0 = ___iChar0; return (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((uint32_t)(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)65536)))%(uint32_t)(int32_t)((int32_t)1024))), (int32_t)((int32_t)56320)))))); } } // System.Text.Decoder System.Text.UTF32Encoding::GetDecoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * UTF32Encoding_GetDecoder_mC58035E482E4171D81241714720F747A824C25B3 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_GetDecoder_mC58035E482E4171D81241714720F747A824C25B3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * L_0 = (UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 *)il2cpp_codegen_object_new(UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3_il2cpp_TypeInfo_var); UTF32Decoder__ctor_mCFBC287D44DBCD1ACA76C4FDCC1C116FDED0FBB5(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Text.Encoder System.Text.UTF32Encoding::GetEncoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * UTF32Encoding_GetEncoder_mF2FCDCBD1B784884C943EF156082AE5D7EF2C4AD (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_GetEncoder_mF2FCDCBD1B784884C943EF156082AE5D7EF2C4AD_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.Int32 System.Text.UTF32Encoding::GetMaxByteCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetMaxByteCount_m4EA2D557DB6048FE11F0057906C05A549DCFA1BB (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, int32_t ___charCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_GetMaxByteCount_m4EA2D557DB6048FE11F0057906C05A549DCFA1BB_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, UTF32Encoding_GetMaxByteCount_m4EA2D557DB6048FE11F0057906C05A549DCFA1BB_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)4))))); 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, UTF32Encoding_GetMaxByteCount_m4EA2D557DB6048FE11F0057906C05A549DCFA1BB_RuntimeMethod_var); } IL_005f: { int64_t L_13 = V_0; return (((int32_t)((int32_t)L_13))); } } // System.Int32 System.Text.UTF32Encoding::GetMaxCharCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetMaxCharCount_mE1767E0C5EDC4A69E689569C976F336277D74659 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, int32_t ___byteCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_GetMaxCharCount_mE1767E0C5EDC4A69E689569C976F336277D74659_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_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, UTF32Encoding_GetMaxCharCount_mE1767E0C5EDC4A69E689569C976F336277D74659_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___byteCount0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_3/(int32_t)2)), (int32_t)2)); 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)2))) { goto IL_003f; } } { int32_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 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_8)); int32_t L_9 = V_0; V_0 = ((int32_t)((int32_t)L_9/(int32_t)2)); } IL_003f: { int32_t L_10 = V_0; if ((((int32_t)L_10) <= ((int32_t)((int32_t)2147483647LL)))) { goto IL_005c; } } { 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, UTF32Encoding_GetMaxCharCount_mE1767E0C5EDC4A69E689569C976F336277D74659_RuntimeMethod_var); } IL_005c: { int32_t L_13 = V_0; return L_13; } } // System.Byte[] System.Text.UTF32Encoding::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* UTF32Encoding_GetPreamble_m557A5EDB4CBE7D5132F02E7C090AD234D07985FC (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_GetPreamble_m557A5EDB4CBE7D5132F02E7C090AD234D07985FC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_emitUTF32ByteOrderMark_16(); if (!L_0) { goto IL_003e; } } { bool L_1 = __this->get_bigEndian_18(); if (!L_1) { goto IL_0027; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(2), (uint8_t)((int32_t)254)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(3), (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)4); 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.Boolean System.Text.UTF32Encoding::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UTF32Encoding_Equals_m2E0DA397C925E477A9C5DF4B268EADD2EC937DE5 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF32Encoding_Equals_m2E0DA397C925E477A9C5DF4B268EADD2EC937DE5_MetadataUsageId); s_Il2CppMethodInitialized = true; } UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = ((UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A *)IsInstSealed((RuntimeObject*)L_0, UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A_il2cpp_TypeInfo_var)); UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * L_1 = V_0; if (!L_1) { goto IL_004d; } } { bool L_2 = __this->get_emitUTF32ByteOrderMark_16(); UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * L_3 = V_0; NullCheck(L_3); bool L_4 = L_3->get_emitUTF32ByteOrderMark_16(); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_004b; } } { bool L_5 = __this->get_bigEndian_18(); UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * L_6 = V_0; NullCheck(L_6); bool L_7 = L_6->get_bigEndian_18(); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_004b; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_8 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL); UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * L_9 = V_0; NullCheck(L_9); EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_10 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(L_9, /*hidden argument*/NULL); NullCheck(L_8); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_10); if (!L_11) { goto IL_004b; } } { DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_12 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL); UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * L_13 = V_0; NullCheck(L_13); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_14 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); bool L_15 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_14); return L_15; } IL_004b: { return (bool)0; } IL_004d: { return (bool)0; } } // System.Int32 System.Text.UTF32Encoding::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF32Encoding_GetHashCode_m42BC98E61445A476783381752DA72B10BBA9338B (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __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; { 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); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 System.Text.Encoding::get_CodePage() */, __this); bool L_5 = __this->get_emitUTF32ByteOrderMark_16(); 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)L_4)); if (L_5) { 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)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_18(); 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)); } } #ifdef __clang__ #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.UTF32Encoding_UTF32Decoder::.ctor(System.Text.UTF32Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF32Decoder__ctor_mCFBC287D44DBCD1ACA76C4FDCC1C116FDED0FBB5 (UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * __this, UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * ___encoding0, const RuntimeMethod* method) { { UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * L_0 = ___encoding0; DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF32Encoding_UTF32Decoder::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF32Decoder_Reset_m851E4693DC11721A4140B3E64E9F7945353E5D88 (UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * __this, const RuntimeMethod* method) { { __this->set_iChar_6(0); __this->set_readByteCount_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(7 /* System.Void System.Text.DecoderFallbackBuffer::Reset() */, L_1); } IL_0021: { return; } } // System.Boolean System.Text.UTF32Encoding_UTF32Decoder::get_HasState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UTF32Decoder_get_HasState_m7C5F98182E1DD561FC0F64D4EA41A7D88B75FC0B (UTF32Decoder_tAC53E2E444BF297D681C2A4682D1A9CFC66F55B3 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_readByteCount_7(); 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.UTF7Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF7Encoding__ctor_m5692C45774DF106FBE6B1E5D3C02052E1A71BEAA (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, const RuntimeMethod* method) { { UTF7Encoding__ctor_m310A6D352FC072CAB72E13CEFE0BD7E32FCE5345(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF7Encoding::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF7Encoding__ctor_m310A6D352FC072CAB72E13CEFE0BD7E32FCE5345 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, bool ___allowOptionals0, const RuntimeMethod* method) { { Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5(__this, ((int32_t)65000), /*hidden argument*/NULL); bool L_0 = ___allowOptionals0; __this->set_m_allowOptionals_19(L_0); UTF7Encoding_MakeTables_mC4065B62A15DF1116A9F8C70BDF59143AD5213BE(__this, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF7Encoding::MakeTables() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF7Encoding_MakeTables_mC4065B62A15DF1116A9F8C70BDF59143AD5213BE (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_MakeTables_mC4065B62A15DF1116A9F8C70BDF59143AD5213BE_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set_base64Bytes_16(L_0); V_1 = 0; goto IL_0029; } IL_0011: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_base64Bytes_16(); int32_t L_2 = V_1; int32_t L_3 = V_1; NullCheck(_stringLiteral0953DF544832295E4A5B19928F95C351F25DA86A); Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(_stringLiteral0953DF544832295E4A5B19928F95C351F25DA86A, L_3, /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (uint8_t)(((int32_t)((uint8_t)L_4)))); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0029: { int32_t L_6 = V_1; if ((((int32_t)L_6) < ((int32_t)((int32_t)64)))) { goto IL_0011; } } { SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_7 = (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)SZArrayNew(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); __this->set_base64Values_17(L_7); V_2 = 0; goto IL_004f; } IL_0042: { SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_8 = __this->get_base64Values_17(); int32_t L_9 = V_2; NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (int8_t)(-1)); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_004f: { int32_t L_11 = V_2; if ((((int32_t)L_11) < ((int32_t)((int32_t)128)))) { goto IL_0042; } } { V_3 = 0; goto IL_0070; } IL_005b: { SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_12 = __this->get_base64Values_17(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_base64Bytes_16(); int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; uint8_t L_16 = (L_13)->GetAt(static_cast(L_15)); int32_t L_17 = V_3; NullCheck(L_12); (L_12)->SetAt(static_cast(L_16), (int8_t)(((int8_t)((int8_t)L_17)))); int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0070: { int32_t L_19 = V_3; if ((((int32_t)L_19) < ((int32_t)((int32_t)64)))) { goto IL_005b; } } { BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_20 = (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)SZArrayNew(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); __this->set_directEncode_18(L_20); NullCheck(_stringLiteral42AC784885E09831DF294A33ECC3464CEFCF4233); int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(_stringLiteral42AC784885E09831DF294A33ECC3464CEFCF4233, /*hidden argument*/NULL); V_0 = L_21; V_4 = 0; goto IL_00af; } IL_0095: { BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_22 = __this->get_directEncode_18(); int32_t L_23 = V_4; NullCheck(_stringLiteral42AC784885E09831DF294A33ECC3464CEFCF4233); Il2CppChar L_24 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(_stringLiteral42AC784885E09831DF294A33ECC3464CEFCF4233, L_23, /*hidden argument*/NULL); NullCheck(L_22); (L_22)->SetAt(static_cast(L_24), (bool)1); int32_t L_25 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00af: { int32_t L_26 = V_4; int32_t L_27 = V_0; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_0095; } } { bool L_28 = __this->get_m_allowOptionals_19(); if (!L_28) { goto IL_00eb; } } { NullCheck(_stringLiteral150ADD98866D5C6D1F1BC006355A7850A651D610); int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(_stringLiteral150ADD98866D5C6D1F1BC006355A7850A651D610, /*hidden argument*/NULL); V_0 = L_29; V_5 = 0; goto IL_00e6; } IL_00cc: { BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_30 = __this->get_directEncode_18(); int32_t L_31 = V_5; NullCheck(_stringLiteral150ADD98866D5C6D1F1BC006355A7850A651D610); Il2CppChar L_32 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(_stringLiteral150ADD98866D5C6D1F1BC006355A7850A651D610, L_31, /*hidden argument*/NULL); NullCheck(L_30); (L_30)->SetAt(static_cast(L_32), (bool)1); int32_t L_33 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00e6: { int32_t L_34 = V_5; int32_t L_35 = V_0; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_00cc; } } IL_00eb: { return; } } // System.Void System.Text.UTF7Encoding::SetDefaultFallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF7Encoding_SetDefaultFallbacks_m263A5ED007424F0640D79A1649541D4012890FAA (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_SetDefaultFallbacks_m263A5ED007424F0640D79A1649541D4012890FAA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_1 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)il2cpp_codegen_object_new(EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var); EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD(L_1, L_0, /*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_encoderFallback_13(L_1); DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05 * L_2 = (DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05 *)il2cpp_codegen_object_new(DecoderUTF7Fallback_t8491D5AD767B9248431966461D532CE59B7E1A05_il2cpp_TypeInfo_var); DecoderUTF7Fallback__ctor_mD8585E23CA662CFB923F7AF31B15E53A8F8DFE2F(L_2, /*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_decoderFallback_14(L_2); return; } } // System.Void System.Text.UTF7Encoding::OnDeserializing(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF7Encoding_OnDeserializing_m65C45E33902D90C4F0226626F75BAB73E4423494 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method) { { Encoding_OnDeserializing_m3099E7D70952FCB1960ABC13D1CE1E70FD9B2AA3(__this, /*hidden argument*/NULL); return; } } // System.Void System.Text.UTF7Encoding::OnDeserialized(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF7Encoding_OnDeserialized_m51330ACBCB6EBFEA0B4E8F4A70D188D0A1043938 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_OnDeserialized_m51330ACBCB6EBFEA0B4E8F4A70D188D0A1043938_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Encoding_OnDeserialized_m9F589E77A408BE494602A4EF2C678D7A0FA77EED(__this, /*hidden argument*/NULL); bool L_0 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_m_deserializedFromEverett_11(); if (!L_0) { goto IL_0026; } } { BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_1 = __this->get_directEncode_18(); NullCheck(_stringLiteral150ADD98866D5C6D1F1BC006355A7850A651D610); Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(_stringLiteral150ADD98866D5C6D1F1BC006355A7850A651D610, 0, /*hidden argument*/NULL); NullCheck(L_1); Il2CppChar L_3 = L_2; uint8_t L_4 = (uint8_t)(L_1)->GetAt(static_cast(L_3)); __this->set_m_allowOptionals_19((bool)L_4); } IL_0026: { UTF7Encoding_MakeTables_mC4065B62A15DF1116A9F8C70BDF59143AD5213BE(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Text.UTF7Encoding::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UTF7Encoding_Equals_m5B398DF2B0959333446892905F9EA4D6B961BCC1 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_Equals_m5B398DF2B0959333446892905F9EA4D6B961BCC1_MetadataUsageId); s_Il2CppMethodInitialized = true; } UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = ((UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 *)IsInstClass((RuntimeObject*)L_0, UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86_il2cpp_TypeInfo_var)); UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * L_1 = V_0; if (!L_1) { goto IL_003f; } } { bool L_2 = __this->get_m_allowOptionals_19(); UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * L_3 = V_0; NullCheck(L_3); bool L_4 = L_3->get_m_allowOptionals_19(); 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); UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * 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); UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * 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.UTF7Encoding::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetHashCode_m2AE4DC1770A92E73F799D27D7A907BA23F075FD2 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(27 /* 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); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_2)), (int32_t)L_4)); } } // System.Int32 System.Text.UTF7Encoding::GetByteCount(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetByteCount_m60933628DC34365C62C5636341640519E8695939 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_GetByteCount_m60933628DC34365C62C5636341640519E8695939_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, UTF7Encoding_GetByteCount_m60933628DC34365C62C5636341640519E8695939_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, UTF7Encoding_GetByteCount_m60933628DC34365C62C5636341640519E8695939_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, UTF7Encoding_GetByteCount_m60933628DC34365C62C5636341640519E8695939_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(13 /* 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.UTF7Encoding::GetByteCount(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetByteCount_mF5DAD06CA2CFA3E36DDC015DA3F2E293571AA99F (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_GetByteCount_mF5DAD06CA2CFA3E36DDC015DA3F2E293571AA99F_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, UTF7Encoding_GetByteCount_mF5DAD06CA2CFA3E36DDC015DA3F2E293571AA99F_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(13 /* 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.UTF7Encoding::GetByteCount(System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetByteCount_m2C05AE2A61DAE4EE25DEED75043EECB1CF4825CC (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, Il2CppChar* ___chars0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_GetByteCount_m2C05AE2A61DAE4EE25DEED75043EECB1CF4825CC_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, UTF7Encoding_GetByteCount_m2C05AE2A61DAE4EE25DEED75043EECB1CF4825CC_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, UTF7Encoding_GetByteCount_m2C05AE2A61DAE4EE25DEED75043EECB1CF4825CC_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(13 /* 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.UTF7Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetBytes_mD5F03ACE9BD257B69BFA2F3E47DE1E2347E6C33A (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __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 (UTF7Encoding_GetBytes_mD5F03ACE9BD257B69BFA2F3E47DE1E2347E6C33A_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, UTF7Encoding_GetBytes_mD5F03ACE9BD257B69BFA2F3E47DE1E2347E6C33A_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, UTF7Encoding_GetBytes_mD5F03ACE9BD257B69BFA2F3E47DE1E2347E6C33A_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, UTF7Encoding_GetBytes_mD5F03ACE9BD257B69BFA2F3E47DE1E2347E6C33A_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, UTF7Encoding_GetBytes_mD5F03ACE9BD257B69BFA2F3E47DE1E2347E6C33A_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(18 /* 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.UTF7Encoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetBytes_m13242C93C2E642CD7BA125EDFC4B306356BBD12A (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __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 (UTF7Encoding_GetBytes_m13242C93C2E642CD7BA125EDFC4B306356BBD12A_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, UTF7Encoding_GetBytes_m13242C93C2E642CD7BA125EDFC4B306356BBD12A_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, UTF7Encoding_GetBytes_m13242C93C2E642CD7BA125EDFC4B306356BBD12A_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, UTF7Encoding_GetBytes_m13242C93C2E642CD7BA125EDFC4B306356BBD12A_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, UTF7Encoding_GetBytes_m13242C93C2E642CD7BA125EDFC4B306356BBD12A_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(18 /* 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.UTF7Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetBytes_m8B0B95F24664F00A292FB2D77B1572B3A3085D3C (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __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 (UTF7Encoding_GetBytes_m8B0B95F24664F00A292FB2D77B1572B3A3085D3C_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, UTF7Encoding_GetBytes_m8B0B95F24664F00A292FB2D77B1572B3A3085D3C_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, UTF7Encoding_GetBytes_m8B0B95F24664F00A292FB2D77B1572B3A3085D3C_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(18 /* 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.UTF7Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetCharCount_m4FCEF77433439448332FFEF71CB8D6996ADB2242 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_GetCharCount_m4FCEF77433439448332FFEF71CB8D6996ADB2242_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, UTF7Encoding_GetCharCount_m4FCEF77433439448332FFEF71CB8D6996ADB2242_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, UTF7Encoding_GetCharCount_m4FCEF77433439448332FFEF71CB8D6996ADB2242_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, UTF7Encoding_GetCharCount_m4FCEF77433439448332FFEF71CB8D6996ADB2242_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(22 /* 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.UTF7Encoding::GetCharCount(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetCharCount_m35AA0A321B88B2EDFAB7231BD63CBDA7C265D408 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, uint8_t* ___bytes0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_GetCharCount_m35AA0A321B88B2EDFAB7231BD63CBDA7C265D408_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, UTF7Encoding_GetCharCount_m35AA0A321B88B2EDFAB7231BD63CBDA7C265D408_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, UTF7Encoding_GetCharCount_m35AA0A321B88B2EDFAB7231BD63CBDA7C265D408_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(22 /* 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.UTF7Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetChars_mD547FEA80D5933FE55B43627D5438B4B522CB360 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __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 (UTF7Encoding_GetChars_mD547FEA80D5933FE55B43627D5438B4B522CB360_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, UTF7Encoding_GetChars_mD547FEA80D5933FE55B43627D5438B4B522CB360_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, UTF7Encoding_GetChars_mD547FEA80D5933FE55B43627D5438B4B522CB360_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, UTF7Encoding_GetChars_mD547FEA80D5933FE55B43627D5438B4B522CB360_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, UTF7Encoding_GetChars_mD547FEA80D5933FE55B43627D5438B4B522CB360_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(26 /* 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.UTF7Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetChars_mABB71A516415AA78705ED8C44249CBF4ADFF70B7 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __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 (UTF7Encoding_GetChars_mABB71A516415AA78705ED8C44249CBF4ADFF70B7_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, UTF7Encoding_GetChars_mABB71A516415AA78705ED8C44249CBF4ADFF70B7_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, UTF7Encoding_GetChars_mABB71A516415AA78705ED8C44249CBF4ADFF70B7_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(26 /* 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.UTF7Encoding::GetString(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UTF7Encoding_GetString_m64504F6180552D565D1E95E2BB87275823A8CED5 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_GetString_m64504F6180552D565D1E95E2BB87275823A8CED5_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, UTF7Encoding_GetString_m64504F6180552D565D1E95E2BB87275823A8CED5_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, UTF7Encoding_GetString_m64504F6180552D565D1E95E2BB87275823A8CED5_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, UTF7Encoding_GetString_m64504F6180552D565D1E95E2BB87275823A8CED5_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.UTF7Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetByteCount_m2A0437DA009E14898707EFC2AB2A0DE40E1AF3E0 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, Il2CppChar* ___chars0, int32_t ___count1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___baseEncoder2, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___chars0; int32_t L_1 = ___count1; EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_2 = ___baseEncoder2; int32_t L_3 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(18 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_0, L_1, (uint8_t*)(uint8_t*)(((uintptr_t)0)), 0, L_2); return L_3; } } // System.Int32 System.Text.UTF7Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetBytes_m13D39AB471C753F144246F914DBBCBADB4498683 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __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 (UTF7Encoding_GetBytes_m13D39AB471C753F144246F914DBBCBADB4498683_MetadataUsageId); s_Il2CppMethodInitialized = true; } Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * V_3 = NULL; Il2CppChar V_4 = 0x0; { EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_0 = ___baseEncoder4; V_0 = ((Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 *)CastclassClass((RuntimeObject*)L_0, Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111_il2cpp_TypeInfo_var)); V_1 = 0; V_2 = (-1); Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * L_1 = V_0; uint8_t* L_2 = ___bytes2; int32_t L_3 = ___byteCount3; Il2CppChar* L_4 = ___chars0; int32_t L_5 = ___charCount1; EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_6 = (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 *)il2cpp_codegen_object_new(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5_il2cpp_TypeInfo_var); EncodingByteBuffer__ctor_m175BDD0E694443C10680E724F64BC8A249AAA11D(L_6, __this, L_1, (uint8_t*)(uint8_t*)L_2, L_3, (Il2CppChar*)(Il2CppChar*)L_4, L_5, /*hidden argument*/NULL); V_3 = L_6; Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * L_7 = V_0; if (!L_7) { goto IL_012c; } } { Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_bits_7(); V_1 = L_9; Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get_bitCount_8(); V_2 = L_11; goto IL_005b; } IL_002f: { int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)6)); EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_13 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_base64Bytes_16(); int32_t L_15 = V_1; int32_t L_16 = V_2; NullCheck(L_14); int32_t L_17 = ((int32_t)((int32_t)((int32_t)((int32_t)L_15>>(int32_t)((int32_t)((int32_t)L_16&(int32_t)((int32_t)31)))))&(int32_t)((int32_t)63))); uint8_t L_18 = (L_14)->GetAt(static_cast(L_17)); NullCheck(L_13); bool L_19 = EncodingByteBuffer_AddByte_m816C83A923CC8039CEFCD01167E26CF634A7C4F7(L_13, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_005b; } } { Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * L_20 = V_0; EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_21 = V_3; NullCheck(L_21); int32_t L_22 = EncodingByteBuffer_get_Count_m747678245D24378CD1943B890821AFADB16CCD63_inline(L_21, /*hidden argument*/NULL); Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_20, (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); } IL_005b: { int32_t L_23 = V_2; if ((((int32_t)L_23) >= ((int32_t)6))) { goto IL_002f; } } { goto IL_012c; } IL_0064: { EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_24 = V_3; NullCheck(L_24); Il2CppChar L_25 = EncodingByteBuffer_GetNextChar_m47A918B530CE69350D7F9B9B73B2420A4BEB8F39(L_24, /*hidden argument*/NULL); V_4 = L_25; Il2CppChar L_26 = V_4; if ((((int32_t)L_26) >= ((int32_t)((int32_t)128)))) { goto IL_00c3; } } { BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_27 = __this->get_directEncode_18(); Il2CppChar L_28 = V_4; NullCheck(L_27); Il2CppChar L_29 = L_28; uint8_t L_30 = (uint8_t)(L_27)->GetAt(static_cast(L_29)); if (!L_30) { goto IL_00c3; } } { int32_t L_31 = V_2; if ((((int32_t)L_31) < ((int32_t)0))) { goto IL_00b6; } } { int32_t L_32 = V_2; if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_00a7; } } { EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_33 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = __this->get_base64Bytes_16(); int32_t L_35 = V_1; int32_t L_36 = V_2; NullCheck(L_34); int32_t L_37 = ((int32_t)((int32_t)((int32_t)((int32_t)L_35<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)6, (int32_t)L_36))&(int32_t)((int32_t)31)))))&(int32_t)((int32_t)63))); uint8_t L_38 = (L_34)->GetAt(static_cast(L_37)); NullCheck(L_33); bool L_39 = EncodingByteBuffer_AddByte_m816C83A923CC8039CEFCD01167E26CF634A7C4F7(L_33, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_0137; } } { V_2 = 0; } IL_00a7: { EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_40 = V_3; NullCheck(L_40); bool L_41 = EncodingByteBuffer_AddByte_m816C83A923CC8039CEFCD01167E26CF634A7C4F7(L_40, (uint8_t)((int32_t)45), /*hidden argument*/NULL); if (!L_41) { goto IL_0137; } } { V_2 = (-1); } IL_00b6: { EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_42 = V_3; Il2CppChar L_43 = V_4; NullCheck(L_42); bool L_44 = EncodingByteBuffer_AddByte_m816C83A923CC8039CEFCD01167E26CF634A7C4F7(L_42, (uint8_t)(((int32_t)((uint8_t)L_43))), /*hidden argument*/NULL); if (L_44) { goto IL_012c; } } { goto IL_0137; } IL_00c3: { int32_t L_45 = V_2; if ((((int32_t)L_45) >= ((int32_t)0))) { goto IL_00db; } } { Il2CppChar L_46 = V_4; if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)43))))) { goto IL_00db; } } { EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_47 = V_3; NullCheck(L_47); bool L_48 = EncodingByteBuffer_AddByte_mA992E3A8593105B70F1132047D1F9AFEF0B3497A(L_47, (uint8_t)((int32_t)43), (uint8_t)((int32_t)45), /*hidden argument*/NULL); if (L_48) { goto IL_012c; } } { goto IL_0137; } IL_00db: { int32_t L_49 = V_2; if ((((int32_t)L_49) >= ((int32_t)0))) { goto IL_00eb; } } { EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_50 = V_3; NullCheck(L_50); bool L_51 = EncodingByteBuffer_AddByte_m816C83A923CC8039CEFCD01167E26CF634A7C4F7(L_50, (uint8_t)((int32_t)43), /*hidden argument*/NULL); if (!L_51) { goto IL_0137; } } { V_2 = 0; } IL_00eb: { int32_t L_52 = V_1; Il2CppChar L_53 = V_4; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_52<<(int32_t)((int32_t)16)))|(int32_t)L_53)); int32_t L_54 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)((int32_t)16))); goto IL_0124; } IL_00fa: { int32_t L_55 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)6)); EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_56 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_57 = __this->get_base64Bytes_16(); int32_t L_58 = V_1; int32_t L_59 = V_2; NullCheck(L_57); int32_t L_60 = ((int32_t)((int32_t)((int32_t)((int32_t)L_58>>(int32_t)((int32_t)((int32_t)L_59&(int32_t)((int32_t)31)))))&(int32_t)((int32_t)63))); uint8_t L_61 = (L_57)->GetAt(static_cast(L_60)); NullCheck(L_56); bool L_62 = EncodingByteBuffer_AddByte_m816C83A923CC8039CEFCD01167E26CF634A7C4F7(L_56, L_61, /*hidden argument*/NULL); if (L_62) { goto IL_0124; } } { int32_t L_63 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)6)); EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_64 = V_3; NullCheck(L_64); Il2CppChar L_65 = EncodingByteBuffer_GetNextChar_m47A918B530CE69350D7F9B9B73B2420A4BEB8F39(L_64, /*hidden argument*/NULL); V_4 = L_65; goto IL_0128; } IL_0124: { int32_t L_66 = V_2; if ((((int32_t)L_66) >= ((int32_t)6))) { goto IL_00fa; } } IL_0128: { int32_t L_67 = V_2; if ((((int32_t)L_67) >= ((int32_t)6))) { goto IL_0137; } } IL_012c: { EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_68 = V_3; NullCheck(L_68); bool L_69 = EncodingByteBuffer_get_MoreData_mF4441D3225D099D902F7A58F9B96B15FDDBC6F7F(L_68, /*hidden argument*/NULL); if (L_69) { goto IL_0064; } } IL_0137: { int32_t L_70 = V_2; if ((((int32_t)L_70) < ((int32_t)0))) { goto IL_017d; } } { Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * L_71 = V_0; if (!L_71) { goto IL_0146; } } { Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * L_72 = V_0; NullCheck(L_72); bool L_73 = EncoderNLS_get_MustFlush_mBA7B13F498D63B50EFFA562AC02EC73A2E8597DF_inline(L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_017d; } } IL_0146: { int32_t L_74 = V_2; if ((((int32_t)L_74) <= ((int32_t)0))) { goto IL_0166; } } { EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_75 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_76 = __this->get_base64Bytes_16(); int32_t L_77 = V_1; int32_t L_78 = V_2; NullCheck(L_76); int32_t L_79 = ((int32_t)((int32_t)((int32_t)((int32_t)L_77<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)6, (int32_t)L_78))&(int32_t)((int32_t)31)))))&(int32_t)((int32_t)63))); uint8_t L_80 = (L_76)->GetAt(static_cast(L_79)); NullCheck(L_75); bool L_81 = EncodingByteBuffer_AddByte_m816C83A923CC8039CEFCD01167E26CF634A7C4F7(L_75, L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_0166; } } { V_2 = 0; } IL_0166: { EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_82 = V_3; NullCheck(L_82); bool L_83 = EncodingByteBuffer_AddByte_m816C83A923CC8039CEFCD01167E26CF634A7C4F7(L_82, (uint8_t)((int32_t)45), /*hidden argument*/NULL); if (!L_83) { goto IL_0176; } } { V_1 = 0; V_2 = (-1); goto IL_017d; } IL_0176: { EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_84 = V_3; NullCheck(L_84); EncodingByteBuffer_GetNextChar_m47A918B530CE69350D7F9B9B73B2420A4BEB8F39(L_84, /*hidden argument*/NULL); } IL_017d: { uint8_t* L_85 = ___bytes2; if ((((intptr_t)L_85) == ((intptr_t)(((uintptr_t)0))))) { goto IL_019f; } } { Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * L_86 = V_0; if (!L_86) { goto IL_019f; } } { Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * L_87 = V_0; int32_t L_88 = V_1; NullCheck(L_87); L_87->set_bits_7(L_88); Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * L_89 = V_0; int32_t L_90 = V_2; NullCheck(L_89); L_89->set_bitCount_8(L_90); Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * L_91 = V_0; EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_92 = V_3; NullCheck(L_92); int32_t L_93 = EncodingByteBuffer_get_CharsUsed_m18A1705885FC256012EB0060D69D1A457414DC8A(L_92, /*hidden argument*/NULL); NullCheck(L_91); ((EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)L_91)->set_m_charsUsed_6(L_93); } IL_019f: { EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * L_94 = V_3; NullCheck(L_94); int32_t L_95 = EncodingByteBuffer_get_Count_m747678245D24378CD1943B890821AFADB16CCD63_inline(L_94, /*hidden argument*/NULL); return L_95; } } // System.Int32 System.Text.UTF7Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetCharCount_m72A2B9693CAFFCB31084564DAAE1A94D420328C8 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, uint8_t* ___bytes0, int32_t ___count1, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___baseDecoder2, const RuntimeMethod* method) { { uint8_t* L_0 = ___bytes0; int32_t L_1 = ___count1; DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_2 = ___baseDecoder2; int32_t L_3 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(26 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)L_0, L_1, (Il2CppChar*)(Il2CppChar*)(((uintptr_t)0)), 0, L_2); return L_3; } } // System.Int32 System.Text.UTF7Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetChars_m1D3C2D53D3F3DA3641617ECD72E7FA4AD58B2CCE (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __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 (UTF7Encoding_GetChars_m1D3C2D53D3F3DA3641617ECD72E7FA4AD58B2CCE_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * V_0 = NULL; EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; uint8_t V_5 = 0x0; int32_t V_6 = 0; int8_t V_7 = 0x0; { DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_0 = ___baseDecoder4; V_0 = ((Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 *)CastclassClass((RuntimeObject*)L_0, Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230_il2cpp_TypeInfo_var)); Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_1 = V_0; Il2CppChar* L_2 = ___chars2; int32_t L_3 = ___charCount3; uint8_t* L_4 = ___bytes0; int32_t L_5 = ___byteCount1; EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * L_6 = (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 *)il2cpp_codegen_object_new(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0_il2cpp_TypeInfo_var); EncodingCharBuffer__ctor_mCEE3B1892CB65D6DE48F97945A285C3F52768FCC(L_6, __this, L_1, (Il2CppChar*)(Il2CppChar*)L_2, L_3, (uint8_t*)(uint8_t*)L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; V_2 = 0; V_3 = (-1); V_4 = (bool)0; Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_7 = V_0; if (!L_7) { goto IL_0035; } } { Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_bits_6(); V_2 = L_9; Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get_bitCount_7(); V_3 = L_11; Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_12 = V_0; NullCheck(L_12); bool L_13 = L_12->get_firstByte_8(); V_4 = L_13; } IL_0035: { int32_t L_14 = V_3; if ((((int32_t)L_14) < ((int32_t)((int32_t)16)))) { goto IL_011d; } } { EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * L_15 = V_1; int32_t L_16 = V_2; int32_t L_17 = V_3; NullCheck(L_15); bool L_18 = EncodingCharBuffer_AddChar_mBCE17490FD6542A3F32574807A3784C40A74AA5C(L_15, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_16>>(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)16)))&(int32_t)((int32_t)31)))))&(int32_t)((int32_t)65535)))))), /*hidden argument*/NULL); if (L_18) { goto IL_005d; } } { Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_19 = V_0; Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_19, (bool)1, /*hidden argument*/NULL); } IL_005d: { int32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)((int32_t)16))); goto IL_011d; } IL_0067: { EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * L_21 = V_1; NullCheck(L_21); uint8_t L_22 = EncodingCharBuffer_GetNextByte_m6807DC8FBD56BA7912829550A3C9F25301D9A42D(L_21, /*hidden argument*/NULL); V_5 = L_22; int32_t L_23 = V_3; if ((((int32_t)L_23) < ((int32_t)0))) { goto IL_00d5; } } { uint8_t L_24 = V_5; if ((((int32_t)L_24) >= ((int32_t)((int32_t)128)))) { goto IL_00b7; } } { SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_25 = __this->get_base64Values_17(); uint8_t L_26 = V_5; NullCheck(L_25); uint8_t L_27 = L_26; int8_t L_28 = (L_25)->GetAt(static_cast(L_27)); int8_t L_29 = L_28; V_7 = L_29; if ((((int32_t)L_29) < ((int32_t)0))) { goto IL_00b7; } } { V_4 = (bool)0; int32_t L_30 = V_2; int8_t L_31 = V_7; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_30<<(int32_t)6))|(int32_t)(((int32_t)((uint8_t)L_31))))); int32_t L_32 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)6)); int32_t L_33 = V_3; if ((((int32_t)L_33) < ((int32_t)((int32_t)16)))) { goto IL_011d; } } { int32_t L_34 = V_2; int32_t L_35 = V_3; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_34>>(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)((int32_t)16)))&(int32_t)((int32_t)31)))))&(int32_t)((int32_t)65535))); int32_t L_36 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)((int32_t)16))); goto IL_00fb; } IL_00b7: { V_3 = (-1); uint8_t L_37 = V_5; if ((((int32_t)L_37) == ((int32_t)((int32_t)45)))) { goto IL_00cb; } } { EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * L_38 = V_1; uint8_t L_39 = V_5; NullCheck(L_38); bool L_40 = EncodingCharBuffer_Fallback_mCB8B75AEF197D3BD39FD0EBD36A5BDD207851C69(L_38, L_39, /*hidden argument*/NULL); if (L_40) { goto IL_011d; } } { goto IL_0128; } IL_00cb: { bool L_41 = V_4; if (!L_41) { goto IL_011d; } } { V_6 = ((int32_t)43); goto IL_00fb; } IL_00d5: { uint8_t L_42 = V_5; if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)43))))) { goto IL_00e2; } } { V_3 = 0; V_4 = (bool)1; goto IL_011d; } IL_00e2: { uint8_t L_43 = V_5; if ((((int32_t)L_43) < ((int32_t)((int32_t)128)))) { goto IL_00f7; } } { EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * L_44 = V_1; uint8_t L_45 = V_5; NullCheck(L_44); bool L_46 = EncodingCharBuffer_Fallback_mCB8B75AEF197D3BD39FD0EBD36A5BDD207851C69(L_44, L_45, /*hidden argument*/NULL); if (L_46) { goto IL_011d; } } { goto IL_0128; } IL_00f7: { uint8_t L_47 = V_5; V_6 = L_47; } IL_00fb: { int32_t L_48 = V_6; if ((((int32_t)L_48) < ((int32_t)0))) { goto IL_011d; } } { EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * L_49 = V_1; int32_t L_50 = V_6; NullCheck(L_49); bool L_51 = EncodingCharBuffer_AddChar_mBCE17490FD6542A3F32574807A3784C40A74AA5C(L_49, (((int32_t)((uint16_t)L_50))), /*hidden argument*/NULL); if (L_51) { goto IL_011d; } } { int32_t L_52 = V_3; if ((((int32_t)L_52) < ((int32_t)0))) { goto IL_0128; } } { EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * L_53 = V_1; NullCheck(L_53); EncodingCharBuffer_AdjustBytes_m02B5EAAD2B5B404D886CB9AA0F3ADC7ADF3AEE6D(L_53, 1, /*hidden argument*/NULL); int32_t L_54 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)((int32_t)16))); goto IL_0128; } IL_011d: { EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * L_55 = V_1; NullCheck(L_55); bool L_56 = EncodingCharBuffer_get_MoreData_mDA6918FFECBD1F5FEBEDDF2AD002ABB02BAEE2E3(L_55, /*hidden argument*/NULL); if (L_56) { goto IL_0067; } } IL_0128: { Il2CppChar* L_57 = ___chars2; if ((((intptr_t)L_57) == ((intptr_t)(((uintptr_t)0))))) { goto IL_0171; } } { Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_58 = V_0; if (!L_58) { goto IL_0171; } } { Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_59 = V_0; NullCheck(L_59); bool L_60 = DecoderNLS_get_MustFlush_m0C8DCAF42B8FE1A1C39E68C06A5D681A0DA1C552_inline(L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_014f; } } { Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_61 = V_0; NullCheck(L_61); L_61->set_bits_6(0); Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_62 = V_0; NullCheck(L_62); L_62->set_bitCount_7((-1)); Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_63 = V_0; NullCheck(L_63); L_63->set_firstByte_8((bool)0); goto IL_0165; } IL_014f: { Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_64 = V_0; int32_t L_65 = V_2; NullCheck(L_64); L_64->set_bits_6(L_65); Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_66 = V_0; int32_t L_67 = V_3; NullCheck(L_66); L_66->set_bitCount_7(L_67); Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_68 = V_0; bool L_69 = V_4; NullCheck(L_68); L_68->set_firstByte_8(L_69); } IL_0165: { Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_70 = V_0; EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * L_71 = V_1; NullCheck(L_71); int32_t L_72 = EncodingCharBuffer_get_BytesUsed_m1D6ACCF80F894D5118C2B9BB9C56274B4E699EF6(L_71, /*hidden argument*/NULL); NullCheck(L_70); ((DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)L_70)->set_m_bytesUsed_5(L_72); } IL_0171: { EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * L_73 = V_1; NullCheck(L_73); int32_t L_74 = EncodingCharBuffer_get_Count_mEFAE009306DEEDB4BBF82ECF9031E4C3361ADB4E_inline(L_73, /*hidden argument*/NULL); return L_74; } } // System.Text.Decoder System.Text.UTF7Encoding::GetDecoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * UTF7Encoding_GetDecoder_m1923A9C95966908D35AE51791EBFD5748141402B (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_GetDecoder_m1923A9C95966908D35AE51791EBFD5748141402B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 * L_0 = (Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230 *)il2cpp_codegen_object_new(Decoder_tE5A0F6F66C827274C06F7587AA63C76B34DD8230_il2cpp_TypeInfo_var); Decoder__ctor_mFFF46BB417194CEB3C110808785BB45EC05F8829(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Text.Encoder System.Text.UTF7Encoding::GetEncoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * UTF7Encoding_GetEncoder_m5D9CC5C250F99698840E14CB26FD0C4EA93FFA1B (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_GetEncoder_m5D9CC5C250F99698840E14CB26FD0C4EA93FFA1B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 * L_0 = (Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111 *)il2cpp_codegen_object_new(Encoder_tE853A8B1C55F8FE1649082B0473A747BE3355111_il2cpp_TypeInfo_var); Encoder__ctor_mD39140EFF5236E41BC75D8CF69FB81482BC1B23D(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Text.UTF7Encoding::GetMaxByteCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetMaxByteCount_m897DFA87C7976D184D6562177B22B457F0FFC37C (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, int32_t ___charCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_GetMaxByteCount_m897DFA87C7976D184D6562177B22B457F0FFC37C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t G_B4_0 = 0; int64_t G_B3_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, UTF7Encoding_GetMaxByteCount_m897DFA87C7976D184D6562177B22B457F0FFC37C_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___charCount0; int64_t L_4 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_3))), (int64_t)(((int64_t)((int64_t)3))))), (int64_t)(((int64_t)((int64_t)2))))); G_B3_0 = L_4; if ((((int64_t)L_4) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { G_B4_0 = L_4; goto IL_003f; } } { String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, UTF7Encoding_GetMaxByteCount_m897DFA87C7976D184D6562177B22B457F0FFC37C_RuntimeMethod_var); } IL_003f: { return (((int32_t)((int32_t)G_B4_0))); } } // System.Int32 System.Text.UTF7Encoding::GetMaxCharCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF7Encoding_GetMaxCharCount_mF545C7BEBAD3B44B7ED1EE8FC24AF17243F191C8 (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, int32_t ___byteCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF7Encoding_GetMaxCharCount_mF545C7BEBAD3B44B7ED1EE8FC24AF17243F191C8_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_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, UTF7Encoding_GetMaxCharCount_mF545C7BEBAD3B44B7ED1EE8FC24AF17243F191C8_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___byteCount0; V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_0020; } } { V_0 = 1; } IL_0020: { int32_t L_5 = V_0; return L_5; } } #ifdef __clang__ #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_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(7 /* 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.Int32 System.Text.UTF7Encoding_DecoderUTF7FallbackBuffer::get_Remaining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecoderUTF7FallbackBuffer_get_Remaining_m3D8285C8E4F1AA0FC6E3889E1F641B2CF6E1CF73 (DecoderUTF7FallbackBuffer_t3F9F4C3E4CD543FBBE2B9EEBA259E4B003F9E257 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_iCount_3(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000b; } } { return 0; } IL_000b: { int32_t L_1 = __this->get_iCount_3(); return L_1; } } // 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_16(L_0); bool L_1 = ___throwOnInvalidBytes1; __this->set_isThrowException_17(L_1); bool L_2 = __this->get_isThrowException_17(); 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_17(); if (!L_0) { goto IL_001f; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_1 = EncoderFallback_get_ExceptionFallback_mAE77B30FFF4171C2C6861BE4F90529A873EC79B8(/*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_encoderFallback_13(L_1); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_2 = DecoderFallback_get_ExceptionFallback_mAE7F326600DFAA0FAAD6D9053C771FF8EE99B40B(/*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_decoderFallback_14(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_13(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_14(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(13 /* 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(13 /* 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(13 /* 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(18 /* 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(18 /* 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(18 /* 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(22 /* 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(22 /* 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(26 /* 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(26 /* 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_13(); 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_13(); 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_14(); 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_14(); 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_14(); 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_14(); 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(8 /* 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(9 /* 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_16(); 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_44_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_16(); UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_3 = V_0; NullCheck(L_3); bool L_4 = L_3->get_emitUTF8Identifier_16(); 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_16(); 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(7 /* 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_18((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_16(L_1); bool L_2 = ___bigEndian0; __this->set_bigEndian_17(L_2); bool L_3 = ___byteOrderMark1; __this->set_byteOrderMark_18(L_3); bool L_4 = __this->get_isThrowException_16(); 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_16((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_16(); if (!L_0) { goto IL_001f; } } { EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_1 = EncoderFallback_get_ExceptionFallback_mAE77B30FFF4171C2C6861BE4F90529A873EC79B8(/*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_encoderFallback_13(L_1); DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_2 = DecoderFallback_get_ExceptionFallback_mAE7F326600DFAA0FAAD6D9053C771FF8EE99B40B(/*hidden argument*/NULL); ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_decoderFallback_14(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_13(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_14(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(13 /* 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(13 /* 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(13 /* 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(18 /* 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(18 /* 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(18 /* 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(22 /* 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(22 /* 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(26 /* 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(26 /* 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_17(); 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_19(); 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_13(); 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_13(); 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_13(); 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_13(); 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_17(); 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_19(); 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_17(); 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_13(); 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_13(); 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_17(); 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_13(); 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_17(); 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_13(); 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_17(); 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_19(); 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_17(); 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_17(); 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_14(); 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(9 /* 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_17(); 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_14(); 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(9 /* 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_17(); 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_14(); 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(9 /* 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_17(); 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_14(); 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(9 /* 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_14(); 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(9 /* 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_17(); 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_19(); 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_17(); 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_17(); 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_14(); 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(8 /* 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_17(); 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_14(); 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(8 /* 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_17(); 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_14(); 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(8 /* 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_17(); 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_14(); 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(8 /* 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_14(); 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(8 /* 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_18(); if (!L_0) { goto IL_003e; } } { bool L_1 = __this->get_bigEndian_17(); 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(27 /* 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(27 /* 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_18(); UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * L_6 = V_0; NullCheck(L_6); bool L_7 = L_6->get_byteOrderMark_18(); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_0059; } } { bool L_8 = __this->get_bigEndian_17(); UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * L_9 = V_0; NullCheck(L_9); bool L_10 = L_9->get_bigEndian_17(); 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(27 /* 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_18(); 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_17(); 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_19(((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_17(); 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(7 /* 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.Boolean System.Threading.AtomicBoolean::TryRelaxedSet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtomicBoolean_TryRelaxedSet_mC72D9A21D5F490B20E79625BDCBB5C43615D6D42 (AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flag_0(); if (L_0) { goto IL_0013; } } { bool L_1 = AtomicBoolean_Exchange_m43BFF3AD3CAF6EA6EC8F05B6D497B516CABED7C4(__this, (bool)1, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0013: { return (bool)0; } } // System.Boolean System.Threading.AtomicBoolean::Exchange(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtomicBoolean_Exchange_m43BFF3AD3CAF6EA6EC8F05B6D497B516CABED7C4 (AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 * __this, bool ___newVal0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { bool L_0 = ___newVal0; if (L_0) { goto IL_0006; } } { G_B3_0 = 0; goto IL_0007; } IL_0006: { G_B3_0 = 1; } IL_0007: { V_0 = G_B3_0; int32_t* L_1 = __this->get_address_of_flag_0(); int32_t L_2 = V_0; int32_t L_3 = Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_1, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)1))? 1 : 0); } } // System.Boolean System.Threading.AtomicBoolean::Equals(System.Threading.AtomicBoolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtomicBoolean_Equals_m919E5EAFE32959C0BC455A20473ED585F203F3AD (AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 * __this, AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 * ___rhs0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flag_0(); AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 * L_1 = ___rhs0; NullCheck(L_1); int32_t L_2 = L_1->get_flag_0(); return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0); } } // System.Boolean System.Threading.AtomicBoolean::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtomicBoolean_Equals_m0915204E0C1210A25AD9E92871825C5ED7F1DB1E (AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 * __this, RuntimeObject * ___rhs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AtomicBoolean_Equals_m0915204E0C1210A25AD9E92871825C5ED7F1DB1E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___rhs0; if (((AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 *)IsInstClass((RuntimeObject*)L_0, AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___rhs0; bool L_2 = AtomicBoolean_Equals_m919E5EAFE32959C0BC455A20473ED585F203F3AD(__this, ((AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 *)CastclassClass((RuntimeObject*)L_1, AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Threading.AtomicBoolean::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AtomicBoolean_GetHashCode_mD273B0F1A5DCA67C0861B6D379E4D241FA8F72C8 (AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 * __this, const RuntimeMethod* method) { { int32_t* L_0 = __this->get_address_of_flag_0(); int32_t L_1 = Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A((int32_t*)L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Threading.AtomicBoolean::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtomicBoolean__ctor_m269D5BB4B6E2E6FA0BF61F5CE8886B935B106CC1 (AtomicBoolean_t47FFC6E3BB9866F941EAFCB4BD1FD337E7B53076 * __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.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(11 /* 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_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___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 (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___state0, targetMethod); } else 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); } 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.Object System.Threading.ExecutionContext::GetLocalValue(System.Threading.IAsyncLocal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ExecutionContext_GetLocalValue_m3763707975927902B9366A1126178DE56063F5E8 (RuntimeObject* ___local0, 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; RuntimeObject* L_2 = ___local0; RuntimeObject * L_3 = Reader_GetLocalValue_mDF960A5165F72ED7458C4766F82BD023FCD20392((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)(&V_0), L_2, /*hidden argument*/NULL); return L_3; } } // 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(6 /* 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(6 /* 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.Object System.Threading.ExecutionContext_Reader::GetLocalValue(System.Threading.IAsyncLocal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Reader_GetLocalValue_mDF960A5165F72ED7458C4766F82BD023FCD20392 (Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * __this, RuntimeObject* ___local0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Reader_GetLocalValue_mDF960A5165F72ED7458C4766F82BD023FCD20392_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { bool L_0 = Reader_get_IsNull_m4FF423B4E3E387E7532F59839FDC764768EE177A((Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B *)__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { return NULL; } IL_000a: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = __this->get_m_ec_0(); NullCheck(L_1); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_2 = L_1->get__localValues_5(); if (L_2) { goto IL_0019; } } { return NULL; } IL_0019: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_3 = __this->get_m_ec_0(); NullCheck(L_3); Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * L_4 = L_3->get__localValues_5(); RuntimeObject* L_5 = ___local0; NullCheck(L_4); Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34(L_4, L_5, (RuntimeObject **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m442E4B343AAB17566147A0BBE0822AC34F4F7D34_RuntimeMethod_var); RuntimeObject * L_6 = V_0; return L_6; } } IL2CPP_EXTERN_C RuntimeObject * Reader_GetLocalValue_mDF960A5165F72ED7458C4766F82BD023FCD20392_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___local0, const RuntimeMethod* method) { int32_t _offset = 1; Reader_t5766DE258B6B590281150D8DB517B651F9F4F33B * _thisAdjusted = reinterpret_cast(__this + _offset); return Reader_GetLocalValue_mDF960A5165F72ED7458C4766F82BD023FCD20392(_thisAdjusted, ___local0, 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.Int64 System.Threading.Interlocked::Increment(System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Interlocked_Increment_mC76DFF0EEFD78295EB586C282E4B64AA6595C0DC (int64_t* ___location0, const RuntimeMethod* method) { typedef int64_t (*Interlocked_Increment_mC76DFF0EEFD78295EB586C282E4B64AA6595C0DC_ftn) (int64_t*); using namespace il2cpp::icalls; return ((Interlocked_Increment_mC76DFF0EEFD78295EB586C282E4B64AA6595C0DC_ftn)mscorlib::System::Threading::Interlocked::Increment64) (___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(11 /* 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(11 /* 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 (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg0, targetMethod); } else 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); } else { 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_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___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 (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else 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); } 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 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_13(); 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_14(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t EncodingByteBuffer_get_Count_m747678245D24378CD1943B890821AFADB16CCD63_inline (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_byteCountResult_6(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t EncodingCharBuffer_get_Count_mEFAE009306DEEDB4BBF82ECF9031E4C3361ADB4E_inline (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_charCountResult_3(); 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 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; } }