#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { 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); } }; 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 InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E; // System.Pinnable`1 struct Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110; // System.Pinnable`1 struct Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.ArrayTypeMismatchException struct ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784; // System.Reflection.Assembly struct Assembly_t; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // Microsoft.CodeAnalysis.EmbeddedAttribute struct EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB; // System.Exception struct Exception_t; // System.Reflection.FieldInfo struct FieldInfo_t; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Buffers.IPinnable struct IPinnable_t5F43661062D3A813291C43D3D17B9FA43963D6F3; // System.Resources.IResourceGroveler struct IResourceGroveler_tD738FE6B83F63AC66FDD73BCD3193016FDEBFAB0; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD; // System.Runtime.CompilerServices.IsByRefLikeAttribute struct IsByRefLikeAttribute_t4ED9D8CF7709ED7300B718C603BBF8F8AF65EF38; // System.Runtime.CompilerServices.IsReadOnlyAttribute struct IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Resources.ResourceManager struct ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A; // System.Reflection.RuntimeAssembly struct RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.String struct String_t; // System.Type struct Type_t; // System.Reflection.TypeInfo struct TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Resources.ResourceManager/CultureNameResourceSetPair struct CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionArgument_t11B098DD9AD21AB015871A94DB7DC9A70A10509F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t0DF027D1C7415CBB03F663A5D5ACE52D29226059_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t620905184FE92C7CD2128B5FE4079C455117C4B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPinnable_t5F43661062D3A813291C43D3D17B9FA43963D6F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2____B8B960BE929E7BAB90AE2CAEF2468C56CD5414C1_0_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2____BD20BFA840DDF83194ECD4397DA071ECD4C1C72F_1_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2____C4C38BC485A320D4B7D737DB85E705077FA38BEF_2_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2____EE0B1C00D481FCA3559F2937C3DD3127C35B2FE3_3_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78; IL2CPP_EXTERN_C String_t* _stringLiteral31C5B361BE28C345F3B64B8F0113EFCF495B5393; IL2CPP_EXTERN_C String_t* _stringLiteral37FA0EDE6488E25C5E7ECFF869A075843387FBB3; IL2CPP_EXTERN_C String_t* _stringLiteral44B6E521D3C115CEA4878E4F981B5C2ACC1C885A; IL2CPP_EXTERN_C String_t* _stringLiteral4CC20FA775B7CE5630588715DBC10889D01DC6F1; IL2CPP_EXTERN_C String_t* _stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral7B09D270142D175BC50AB815A5770EE2CE9AFE9D; IL2CPP_EXTERN_C String_t* _stringLiteral819CA64A4459548685C67A2CD1C9D5E94F49CCD5; IL2CPP_EXTERN_C String_t* _stringLiteral89BF668EA220E1F9C98F61872576447AF8F92A3F; IL2CPP_EXTERN_C String_t* _stringLiteral9C540348BA11A2EE6516FA67EED1B5091F940BED; IL2CPP_EXTERN_C String_t* _stringLiteralC02C28AFEBE998F767E4AF43E3BE8F5E9FA11536; IL2CPP_EXTERN_C String_t* _stringLiteralC8B5F8CFFD59A7B59061F52A426CC740232A7314; IL2CPP_EXTERN_C String_t* _stringLiteralD2E80D292EF114389BA7BA391D7EA63456D3073D; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_Read_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A22E6BFABF74C1CDFEDDF29DCE184625B9EAEA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_Read_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m08D4213DBE02501A8B8B2C01E02FC810025AFE9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_Read_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F76ACC0A8CB68B0FCFC0389620595E86AFD4354_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_Read_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m6979E20D9DB999F6CC91AA46E0643802AA436AF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_Read_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m3FEB98327CF270498351BA3EDA4852E58753DAF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_TryWrite_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD4E30120F5A512003BE938D07A27540C66B8650B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_Write_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m12C5364650D1D9A189121D7BF9E4FB4BEA8AE768_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_Write_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m38EB8D70E18E06A50FB8F81B7D4B4E5222D435D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_Write_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m7EC583D1692B7DF3D399720FFDE154C4250E7989_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_Write_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m91B76C03CFAEA56082DCAE0855BD5AF897BFCEC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_Write_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mEE5318F59B9AFF690122D1987DF3E8CCA0182E44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_Write_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mBCE2FC25F4A82A2045573817741FB05E3E2ACBAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_Slice_m263B11AC38B6DD520C1C0CCEC53D1AE555FB7B41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_Slice_mC055D9B8DCA2EB4562338BF36B89CC4B229D5C4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1__ctor_m0D025D7B51DA191FC6D80F997B27442A9F967A1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_Slice_mB88D43B3503491E904A7607A97A3E689E4C5C0A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StandardFormat_Parse_mF9CCE7DD1C51984A1554785001484F578E5FE65F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentException_DestinationTooShort_mD9C82D6A62948DA443166283990BF760F77C76C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentOutOfRangeException_PrecisionTooLarge_mAC345A1F72DBC919354CCB54CC6C24EF44BE48C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentOutOfRangeException_SymbolDoesNotFit_m601A3BCC469FE8A7420CC33708307189B6C48B61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArgumentOutOfRangeException_mB72471F11341E214DA380AF2B87C3F28EC51CA59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowArrayTypeMismatchException_mFC0D7756FD2EA1A7E41D8426D819369FDBD728FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowFormatException_BadFormatSpecifier_m1E35DA4BEAAC3A721CFB9CE82029EBABF763EA8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_AreSame_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7FA6A8EE8F837A5CFEA79994BA7B212FC69C5070_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_AsPointer_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mFE5363C8BFE5A4D3AE3303F64D3C82D7FC49B31A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_AsRef_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m5E5975CD1A395BBD384135CCF4170535D5CCFD9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m83EA99EBE20E63BBE5820F879F0820E5BF2D62C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F26CDAA14482020C5D16E94E88D7982DE699AA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4_mC19D8F3A2035990A057B673C4292F6BBBAA741E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923_m83848096DA9597AB033C49BCAD65A7C893E1E49B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3_mF4BF2810CBE7C096DA5665F72347A83B85057E67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_As_TisPinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C_m7E80A987C4DE01A770DAD3FB350E783028175EB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_ByteOffset_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mBE5AFB80C664A712FB404774BDBD9F10A7001DCD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_Read_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_mBB1DF2767AC9B44702AD7575971276B62E4BDC23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_SizeOf_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_m91B83BA0CC32D27CB1032F18DDB7D5ABEB1A9940_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Utf8Formatter_TryFormatInt64_m61A954CEB254D25C2F681CF707F80AD856F73750_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Utf8Formatter_TryFormatUInt64_m903D18A13B3D28E3301BE4AA8CF22DA85694EB3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_Equals_m3DA7756A8BB1A174372DE2B89F01FFEC290025DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_m035E886443F7CE60267F432384B87C94D2ED6623_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_mF9172380EF810ED1668F9C704BD32020B7FC6E03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Zero_mDB8F8C409C757B7CA1BC7E13F093E7571CDCD54C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Zero_mF8984BCAC1DBE3D46B46FC92E0746AFE57B55A9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Equality_m012FE1D2B2ED8B5F8D4549A411460DC3976BADCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Inequality_m285E975C7403CC4A46F009C0A619ED851BA023BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_AsVectorByte_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF7BFEE5836FF3B9AE34C6D3DC39C3287AECEA0D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_AsVectorUInt64_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m5774F85B0D017BB37B6B2DEE16D177B49356BD48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_AsVectorUInt64_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mFFBF84AADFC2ACF94EDB6EB83E84346EC9A4F26B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_Equals_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m812AB97914E08946D5C5A380FCF9AE85DA6CDF7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_Equals_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mCDB9B27AC8BEC6E7B4DDF864FF36C4671F1A47B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* SR_t4D39A8EE0C8A926B38B7B1CC0A2E24A82350D16D_0_0_0_var; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; 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 // struct U3CModuleU3E_tDCF4F358E642BBA69DFA9FB7B49D03098113B765 { public: public: }; // System.Object // System.Pinnable`1 struct Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 : public RuntimeObject { public: // T System.Pinnable`1::Data uint8_t ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110, ___Data_0)); } inline uint8_t get_Data_0() const { return ___Data_0; } inline uint8_t* get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(uint8_t value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C : public RuntimeObject { public: // T System.Pinnable`1::Data Il2CppChar ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C, ___Data_0)); } inline Il2CppChar get_Data_0() const { return ___Data_0; } inline Il2CppChar* get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Il2CppChar value) { ___Data_0 = value; } }; struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.Buffers.Binary.BinaryPrimitives struct BinaryPrimitives_t1397D484B5501CC80CB2C442A0AC8FB552F346C6 : public RuntimeObject { public: public: }; // System.BitConverter struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654 : public RuntimeObject { public: public: }; struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields { public: // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_0; public: inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast(offsetof(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields, ___IsLittleEndian_0)); } inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; } inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; } inline void set_IsLittleEndian_0(bool value) { ___IsLittleEndian_0 = value; } }; // System.Buffers.Text.FormattingHelpers struct FormattingHelpers_tB51B49B2220CBC55F556167759C344D3F4C0A440 : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Runtime.InteropServices.MemoryMarshal struct MemoryMarshal_tD214653E01E6F3453947FFC66D4D1527D20C33F9 : public RuntimeObject { public: public: }; // FxResources.System.Memory.SR struct SR_t4D39A8EE0C8A926B38B7B1CC0A2E24A82350D16D : public RuntimeObject { public: public: }; // System.SR struct SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF : public RuntimeObject { public: public: }; struct SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_StaticFields { public: // System.Resources.ResourceManager System.SR::s_resourceManager ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * ___s_resourceManager_0; // System.Type System.SR::k__BackingField Type_t * ___U3CResourceTypeU3Ek__BackingField_1; public: inline static int32_t get_offset_of_s_resourceManager_0() { return static_cast(offsetof(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_StaticFields, ___s_resourceManager_0)); } inline ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * get_s_resourceManager_0() const { return ___s_resourceManager_0; } inline ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A ** get_address_of_s_resourceManager_0() { return &___s_resourceManager_0; } inline void set_s_resourceManager_0(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * value) { ___s_resourceManager_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_resourceManager_0), (void*)value); } inline static int32_t get_offset_of_U3CResourceTypeU3Ek__BackingField_1() { return static_cast(offsetof(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_StaticFields, ___U3CResourceTypeU3Ek__BackingField_1)); } inline Type_t * get_U3CResourceTypeU3Ek__BackingField_1() const { return ___U3CResourceTypeU3Ek__BackingField_1; } inline Type_t ** get_address_of_U3CResourceTypeU3Ek__BackingField_1() { return &___U3CResourceTypeU3Ek__BackingField_1; } inline void set_U3CResourceTypeU3Ek__BackingField_1(Type_t * value) { ___U3CResourceTypeU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResourceTypeU3Ek__BackingField_1), (void*)value); } }; // System.SpanHelpers struct SpanHelpers_t43B4372273814AD441D829F43044F265A20EB152 : public RuntimeObject { public: public: }; // 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.ThrowHelper struct ThrowHelper_t6FEE8E226685E1C0DA06AA73F71F45104987D3DE : public RuntimeObject { public: public: }; // System.Buffers.Text.Utf8Formatter struct Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591 : public RuntimeObject { public: public: }; struct Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_StaticFields { public: // System.UInt32[] System.Buffers.Text.Utf8Formatter::DayAbbreviations UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___DayAbbreviations_0; // System.UInt32[] System.Buffers.Text.Utf8Formatter::DayAbbreviationsLowercase UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___DayAbbreviationsLowercase_1; // System.UInt32[] System.Buffers.Text.Utf8Formatter::MonthAbbreviations UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___MonthAbbreviations_2; // System.UInt32[] System.Buffers.Text.Utf8Formatter::MonthAbbreviationsLowercase UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___MonthAbbreviationsLowercase_3; public: inline static int32_t get_offset_of_DayAbbreviations_0() { return static_cast(offsetof(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_StaticFields, ___DayAbbreviations_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_DayAbbreviations_0() const { return ___DayAbbreviations_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_DayAbbreviations_0() { return &___DayAbbreviations_0; } inline void set_DayAbbreviations_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___DayAbbreviations_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DayAbbreviations_0), (void*)value); } inline static int32_t get_offset_of_DayAbbreviationsLowercase_1() { return static_cast(offsetof(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_StaticFields, ___DayAbbreviationsLowercase_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_DayAbbreviationsLowercase_1() const { return ___DayAbbreviationsLowercase_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_DayAbbreviationsLowercase_1() { return &___DayAbbreviationsLowercase_1; } inline void set_DayAbbreviationsLowercase_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___DayAbbreviationsLowercase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DayAbbreviationsLowercase_1), (void*)value); } inline static int32_t get_offset_of_MonthAbbreviations_2() { return static_cast(offsetof(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_StaticFields, ___MonthAbbreviations_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_MonthAbbreviations_2() const { return ___MonthAbbreviations_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_MonthAbbreviations_2() { return &___MonthAbbreviations_2; } inline void set_MonthAbbreviations_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___MonthAbbreviations_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MonthAbbreviations_2), (void*)value); } inline static int32_t get_offset_of_MonthAbbreviationsLowercase_3() { return static_cast(offsetof(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_StaticFields, ___MonthAbbreviationsLowercase_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_MonthAbbreviationsLowercase_3() const { return ___MonthAbbreviationsLowercase_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_MonthAbbreviationsLowercase_3() { return &___MonthAbbreviationsLowercase_3; } inline void set_MonthAbbreviationsLowercase_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___MonthAbbreviationsLowercase_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___MonthAbbreviationsLowercase_3), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // Microsoft.CodeAnalysis.EmbeddedAttribute struct EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { 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_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___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.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Runtime.CompilerServices.IsByRefLikeAttribute struct IsByRefLikeAttribute_t4ED9D8CF7709ED7300B718C603BBF8F8AF65EF38 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Runtime.CompilerServices.IsReadOnlyAttribute struct IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.NUInt struct NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 { public: // System.Void* System.NUInt::_value void* ____value_0; public: inline static int32_t get_offset_of__value_0() { return static_cast(offsetof(NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5, ____value_0)); } inline void* get__value_0() const { return ____value_0; } inline void** get_address_of__value_0() { return &____value_0; } inline void set__value_0(void* value) { ____value_0 = value; } }; // System.Numerics.Register struct Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 { public: union { #pragma pack(push, tp, 1) struct { // System.Byte System.Numerics.Register::byte_0 uint8_t ___byte_0_0; }; #pragma pack(pop, tp) struct { uint8_t ___byte_0_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_1_1_OffsetPadding[1]; // System.Byte System.Numerics.Register::byte_1 uint8_t ___byte_1_1; }; #pragma pack(pop, tp) struct { char ___byte_1_1_OffsetPadding_forAlignmentOnly[1]; uint8_t ___byte_1_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_2_2_OffsetPadding[2]; // System.Byte System.Numerics.Register::byte_2 uint8_t ___byte_2_2; }; #pragma pack(pop, tp) struct { char ___byte_2_2_OffsetPadding_forAlignmentOnly[2]; uint8_t ___byte_2_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_3_3_OffsetPadding[3]; // System.Byte System.Numerics.Register::byte_3 uint8_t ___byte_3_3; }; #pragma pack(pop, tp) struct { char ___byte_3_3_OffsetPadding_forAlignmentOnly[3]; uint8_t ___byte_3_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_4_4_OffsetPadding[4]; // System.Byte System.Numerics.Register::byte_4 uint8_t ___byte_4_4; }; #pragma pack(pop, tp) struct { char ___byte_4_4_OffsetPadding_forAlignmentOnly[4]; uint8_t ___byte_4_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_5_5_OffsetPadding[5]; // System.Byte System.Numerics.Register::byte_5 uint8_t ___byte_5_5; }; #pragma pack(pop, tp) struct { char ___byte_5_5_OffsetPadding_forAlignmentOnly[5]; uint8_t ___byte_5_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_6_6_OffsetPadding[6]; // System.Byte System.Numerics.Register::byte_6 uint8_t ___byte_6_6; }; #pragma pack(pop, tp) struct { char ___byte_6_6_OffsetPadding_forAlignmentOnly[6]; uint8_t ___byte_6_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_7_7_OffsetPadding[7]; // System.Byte System.Numerics.Register::byte_7 uint8_t ___byte_7_7; }; #pragma pack(pop, tp) struct { char ___byte_7_7_OffsetPadding_forAlignmentOnly[7]; uint8_t ___byte_7_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_8_8_OffsetPadding[8]; // System.Byte System.Numerics.Register::byte_8 uint8_t ___byte_8_8; }; #pragma pack(pop, tp) struct { char ___byte_8_8_OffsetPadding_forAlignmentOnly[8]; uint8_t ___byte_8_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_9_9_OffsetPadding[9]; // System.Byte System.Numerics.Register::byte_9 uint8_t ___byte_9_9; }; #pragma pack(pop, tp) struct { char ___byte_9_9_OffsetPadding_forAlignmentOnly[9]; uint8_t ___byte_9_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_10_10_OffsetPadding[10]; // System.Byte System.Numerics.Register::byte_10 uint8_t ___byte_10_10; }; #pragma pack(pop, tp) struct { char ___byte_10_10_OffsetPadding_forAlignmentOnly[10]; uint8_t ___byte_10_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_11_11_OffsetPadding[11]; // System.Byte System.Numerics.Register::byte_11 uint8_t ___byte_11_11; }; #pragma pack(pop, tp) struct { char ___byte_11_11_OffsetPadding_forAlignmentOnly[11]; uint8_t ___byte_11_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_12_12_OffsetPadding[12]; // System.Byte System.Numerics.Register::byte_12 uint8_t ___byte_12_12; }; #pragma pack(pop, tp) struct { char ___byte_12_12_OffsetPadding_forAlignmentOnly[12]; uint8_t ___byte_12_12_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_13_13_OffsetPadding[13]; // System.Byte System.Numerics.Register::byte_13 uint8_t ___byte_13_13; }; #pragma pack(pop, tp) struct { char ___byte_13_13_OffsetPadding_forAlignmentOnly[13]; uint8_t ___byte_13_13_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_14_14_OffsetPadding[14]; // System.Byte System.Numerics.Register::byte_14 uint8_t ___byte_14_14; }; #pragma pack(pop, tp) struct { char ___byte_14_14_OffsetPadding_forAlignmentOnly[14]; uint8_t ___byte_14_14_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_15_15_OffsetPadding[15]; // System.Byte System.Numerics.Register::byte_15 uint8_t ___byte_15_15; }; #pragma pack(pop, tp) struct { char ___byte_15_15_OffsetPadding_forAlignmentOnly[15]; uint8_t ___byte_15_15_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.SByte System.Numerics.Register::sbyte_0 int8_t ___sbyte_0_16; }; #pragma pack(pop, tp) struct { int8_t ___sbyte_0_16_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_1_17_OffsetPadding[1]; // System.SByte System.Numerics.Register::sbyte_1 int8_t ___sbyte_1_17; }; #pragma pack(pop, tp) struct { char ___sbyte_1_17_OffsetPadding_forAlignmentOnly[1]; int8_t ___sbyte_1_17_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_2_18_OffsetPadding[2]; // System.SByte System.Numerics.Register::sbyte_2 int8_t ___sbyte_2_18; }; #pragma pack(pop, tp) struct { char ___sbyte_2_18_OffsetPadding_forAlignmentOnly[2]; int8_t ___sbyte_2_18_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_3_19_OffsetPadding[3]; // System.SByte System.Numerics.Register::sbyte_3 int8_t ___sbyte_3_19; }; #pragma pack(pop, tp) struct { char ___sbyte_3_19_OffsetPadding_forAlignmentOnly[3]; int8_t ___sbyte_3_19_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_4_20_OffsetPadding[4]; // System.SByte System.Numerics.Register::sbyte_4 int8_t ___sbyte_4_20; }; #pragma pack(pop, tp) struct { char ___sbyte_4_20_OffsetPadding_forAlignmentOnly[4]; int8_t ___sbyte_4_20_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_5_21_OffsetPadding[5]; // System.SByte System.Numerics.Register::sbyte_5 int8_t ___sbyte_5_21; }; #pragma pack(pop, tp) struct { char ___sbyte_5_21_OffsetPadding_forAlignmentOnly[5]; int8_t ___sbyte_5_21_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_6_22_OffsetPadding[6]; // System.SByte System.Numerics.Register::sbyte_6 int8_t ___sbyte_6_22; }; #pragma pack(pop, tp) struct { char ___sbyte_6_22_OffsetPadding_forAlignmentOnly[6]; int8_t ___sbyte_6_22_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_7_23_OffsetPadding[7]; // System.SByte System.Numerics.Register::sbyte_7 int8_t ___sbyte_7_23; }; #pragma pack(pop, tp) struct { char ___sbyte_7_23_OffsetPadding_forAlignmentOnly[7]; int8_t ___sbyte_7_23_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_8_24_OffsetPadding[8]; // System.SByte System.Numerics.Register::sbyte_8 int8_t ___sbyte_8_24; }; #pragma pack(pop, tp) struct { char ___sbyte_8_24_OffsetPadding_forAlignmentOnly[8]; int8_t ___sbyte_8_24_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_9_25_OffsetPadding[9]; // System.SByte System.Numerics.Register::sbyte_9 int8_t ___sbyte_9_25; }; #pragma pack(pop, tp) struct { char ___sbyte_9_25_OffsetPadding_forAlignmentOnly[9]; int8_t ___sbyte_9_25_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_10_26_OffsetPadding[10]; // System.SByte System.Numerics.Register::sbyte_10 int8_t ___sbyte_10_26; }; #pragma pack(pop, tp) struct { char ___sbyte_10_26_OffsetPadding_forAlignmentOnly[10]; int8_t ___sbyte_10_26_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_11_27_OffsetPadding[11]; // System.SByte System.Numerics.Register::sbyte_11 int8_t ___sbyte_11_27; }; #pragma pack(pop, tp) struct { char ___sbyte_11_27_OffsetPadding_forAlignmentOnly[11]; int8_t ___sbyte_11_27_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_12_28_OffsetPadding[12]; // System.SByte System.Numerics.Register::sbyte_12 int8_t ___sbyte_12_28; }; #pragma pack(pop, tp) struct { char ___sbyte_12_28_OffsetPadding_forAlignmentOnly[12]; int8_t ___sbyte_12_28_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_13_29_OffsetPadding[13]; // System.SByte System.Numerics.Register::sbyte_13 int8_t ___sbyte_13_29; }; #pragma pack(pop, tp) struct { char ___sbyte_13_29_OffsetPadding_forAlignmentOnly[13]; int8_t ___sbyte_13_29_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_14_30_OffsetPadding[14]; // System.SByte System.Numerics.Register::sbyte_14 int8_t ___sbyte_14_30; }; #pragma pack(pop, tp) struct { char ___sbyte_14_30_OffsetPadding_forAlignmentOnly[14]; int8_t ___sbyte_14_30_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_15_31_OffsetPadding[15]; // System.SByte System.Numerics.Register::sbyte_15 int8_t ___sbyte_15_31; }; #pragma pack(pop, tp) struct { char ___sbyte_15_31_OffsetPadding_forAlignmentOnly[15]; int8_t ___sbyte_15_31_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.UInt16 System.Numerics.Register::uint16_0 uint16_t ___uint16_0_32; }; #pragma pack(pop, tp) struct { uint16_t ___uint16_0_32_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_1_33_OffsetPadding[2]; // System.UInt16 System.Numerics.Register::uint16_1 uint16_t ___uint16_1_33; }; #pragma pack(pop, tp) struct { char ___uint16_1_33_OffsetPadding_forAlignmentOnly[2]; uint16_t ___uint16_1_33_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_2_34_OffsetPadding[4]; // System.UInt16 System.Numerics.Register::uint16_2 uint16_t ___uint16_2_34; }; #pragma pack(pop, tp) struct { char ___uint16_2_34_OffsetPadding_forAlignmentOnly[4]; uint16_t ___uint16_2_34_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_3_35_OffsetPadding[6]; // System.UInt16 System.Numerics.Register::uint16_3 uint16_t ___uint16_3_35; }; #pragma pack(pop, tp) struct { char ___uint16_3_35_OffsetPadding_forAlignmentOnly[6]; uint16_t ___uint16_3_35_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_4_36_OffsetPadding[8]; // System.UInt16 System.Numerics.Register::uint16_4 uint16_t ___uint16_4_36; }; #pragma pack(pop, tp) struct { char ___uint16_4_36_OffsetPadding_forAlignmentOnly[8]; uint16_t ___uint16_4_36_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_5_37_OffsetPadding[10]; // System.UInt16 System.Numerics.Register::uint16_5 uint16_t ___uint16_5_37; }; #pragma pack(pop, tp) struct { char ___uint16_5_37_OffsetPadding_forAlignmentOnly[10]; uint16_t ___uint16_5_37_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_6_38_OffsetPadding[12]; // System.UInt16 System.Numerics.Register::uint16_6 uint16_t ___uint16_6_38; }; #pragma pack(pop, tp) struct { char ___uint16_6_38_OffsetPadding_forAlignmentOnly[12]; uint16_t ___uint16_6_38_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_7_39_OffsetPadding[14]; // System.UInt16 System.Numerics.Register::uint16_7 uint16_t ___uint16_7_39; }; #pragma pack(pop, tp) struct { char ___uint16_7_39_OffsetPadding_forAlignmentOnly[14]; uint16_t ___uint16_7_39_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int16 System.Numerics.Register::int16_0 int16_t ___int16_0_40; }; #pragma pack(pop, tp) struct { int16_t ___int16_0_40_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_1_41_OffsetPadding[2]; // System.Int16 System.Numerics.Register::int16_1 int16_t ___int16_1_41; }; #pragma pack(pop, tp) struct { char ___int16_1_41_OffsetPadding_forAlignmentOnly[2]; int16_t ___int16_1_41_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_2_42_OffsetPadding[4]; // System.Int16 System.Numerics.Register::int16_2 int16_t ___int16_2_42; }; #pragma pack(pop, tp) struct { char ___int16_2_42_OffsetPadding_forAlignmentOnly[4]; int16_t ___int16_2_42_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_3_43_OffsetPadding[6]; // System.Int16 System.Numerics.Register::int16_3 int16_t ___int16_3_43; }; #pragma pack(pop, tp) struct { char ___int16_3_43_OffsetPadding_forAlignmentOnly[6]; int16_t ___int16_3_43_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_4_44_OffsetPadding[8]; // System.Int16 System.Numerics.Register::int16_4 int16_t ___int16_4_44; }; #pragma pack(pop, tp) struct { char ___int16_4_44_OffsetPadding_forAlignmentOnly[8]; int16_t ___int16_4_44_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_5_45_OffsetPadding[10]; // System.Int16 System.Numerics.Register::int16_5 int16_t ___int16_5_45; }; #pragma pack(pop, tp) struct { char ___int16_5_45_OffsetPadding_forAlignmentOnly[10]; int16_t ___int16_5_45_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_6_46_OffsetPadding[12]; // System.Int16 System.Numerics.Register::int16_6 int16_t ___int16_6_46; }; #pragma pack(pop, tp) struct { char ___int16_6_46_OffsetPadding_forAlignmentOnly[12]; int16_t ___int16_6_46_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_7_47_OffsetPadding[14]; // System.Int16 System.Numerics.Register::int16_7 int16_t ___int16_7_47; }; #pragma pack(pop, tp) struct { char ___int16_7_47_OffsetPadding_forAlignmentOnly[14]; int16_t ___int16_7_47_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.UInt32 System.Numerics.Register::uint32_0 uint32_t ___uint32_0_48; }; #pragma pack(pop, tp) struct { uint32_t ___uint32_0_48_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint32_1_49_OffsetPadding[4]; // System.UInt32 System.Numerics.Register::uint32_1 uint32_t ___uint32_1_49; }; #pragma pack(pop, tp) struct { char ___uint32_1_49_OffsetPadding_forAlignmentOnly[4]; uint32_t ___uint32_1_49_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint32_2_50_OffsetPadding[8]; // System.UInt32 System.Numerics.Register::uint32_2 uint32_t ___uint32_2_50; }; #pragma pack(pop, tp) struct { char ___uint32_2_50_OffsetPadding_forAlignmentOnly[8]; uint32_t ___uint32_2_50_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint32_3_51_OffsetPadding[12]; // System.UInt32 System.Numerics.Register::uint32_3 uint32_t ___uint32_3_51; }; #pragma pack(pop, tp) struct { char ___uint32_3_51_OffsetPadding_forAlignmentOnly[12]; uint32_t ___uint32_3_51_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int32 System.Numerics.Register::int32_0 int32_t ___int32_0_52; }; #pragma pack(pop, tp) struct { int32_t ___int32_0_52_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int32_1_53_OffsetPadding[4]; // System.Int32 System.Numerics.Register::int32_1 int32_t ___int32_1_53; }; #pragma pack(pop, tp) struct { char ___int32_1_53_OffsetPadding_forAlignmentOnly[4]; int32_t ___int32_1_53_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int32_2_54_OffsetPadding[8]; // System.Int32 System.Numerics.Register::int32_2 int32_t ___int32_2_54; }; #pragma pack(pop, tp) struct { char ___int32_2_54_OffsetPadding_forAlignmentOnly[8]; int32_t ___int32_2_54_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int32_3_55_OffsetPadding[12]; // System.Int32 System.Numerics.Register::int32_3 int32_t ___int32_3_55; }; #pragma pack(pop, tp) struct { char ___int32_3_55_OffsetPadding_forAlignmentOnly[12]; int32_t ___int32_3_55_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.UInt64 System.Numerics.Register::uint64_0 uint64_t ___uint64_0_56; }; #pragma pack(pop, tp) struct { uint64_t ___uint64_0_56_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint64_1_57_OffsetPadding[8]; // System.UInt64 System.Numerics.Register::uint64_1 uint64_t ___uint64_1_57; }; #pragma pack(pop, tp) struct { char ___uint64_1_57_OffsetPadding_forAlignmentOnly[8]; uint64_t ___uint64_1_57_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int64 System.Numerics.Register::int64_0 int64_t ___int64_0_58; }; #pragma pack(pop, tp) struct { int64_t ___int64_0_58_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int64_1_59_OffsetPadding[8]; // System.Int64 System.Numerics.Register::int64_1 int64_t ___int64_1_59; }; #pragma pack(pop, tp) struct { char ___int64_1_59_OffsetPadding_forAlignmentOnly[8]; int64_t ___int64_1_59_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Single System.Numerics.Register::single_0 float ___single_0_60; }; #pragma pack(pop, tp) struct { float ___single_0_60_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___single_1_61_OffsetPadding[4]; // System.Single System.Numerics.Register::single_1 float ___single_1_61; }; #pragma pack(pop, tp) struct { char ___single_1_61_OffsetPadding_forAlignmentOnly[4]; float ___single_1_61_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___single_2_62_OffsetPadding[8]; // System.Single System.Numerics.Register::single_2 float ___single_2_62; }; #pragma pack(pop, tp) struct { char ___single_2_62_OffsetPadding_forAlignmentOnly[8]; float ___single_2_62_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___single_3_63_OffsetPadding[12]; // System.Single System.Numerics.Register::single_3 float ___single_3_63; }; #pragma pack(pop, tp) struct { char ___single_3_63_OffsetPadding_forAlignmentOnly[12]; float ___single_3_63_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Double System.Numerics.Register::double_0 double ___double_0_64; }; #pragma pack(pop, tp) struct { double ___double_0_64_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___double_1_65_OffsetPadding[8]; // System.Double System.Numerics.Register::double_1 double ___double_1_65; }; #pragma pack(pop, tp) struct { char ___double_1_65_OffsetPadding_forAlignmentOnly[8]; double ___double_1_65_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_byte_0_0() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_0_0)); } inline uint8_t get_byte_0_0() const { return ___byte_0_0; } inline uint8_t* get_address_of_byte_0_0() { return &___byte_0_0; } inline void set_byte_0_0(uint8_t value) { ___byte_0_0 = value; } inline static int32_t get_offset_of_byte_1_1() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_1_1)); } inline uint8_t get_byte_1_1() const { return ___byte_1_1; } inline uint8_t* get_address_of_byte_1_1() { return &___byte_1_1; } inline void set_byte_1_1(uint8_t value) { ___byte_1_1 = value; } inline static int32_t get_offset_of_byte_2_2() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_2_2)); } inline uint8_t get_byte_2_2() const { return ___byte_2_2; } inline uint8_t* get_address_of_byte_2_2() { return &___byte_2_2; } inline void set_byte_2_2(uint8_t value) { ___byte_2_2 = value; } inline static int32_t get_offset_of_byte_3_3() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_3_3)); } inline uint8_t get_byte_3_3() const { return ___byte_3_3; } inline uint8_t* get_address_of_byte_3_3() { return &___byte_3_3; } inline void set_byte_3_3(uint8_t value) { ___byte_3_3 = value; } inline static int32_t get_offset_of_byte_4_4() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_4_4)); } inline uint8_t get_byte_4_4() const { return ___byte_4_4; } inline uint8_t* get_address_of_byte_4_4() { return &___byte_4_4; } inline void set_byte_4_4(uint8_t value) { ___byte_4_4 = value; } inline static int32_t get_offset_of_byte_5_5() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_5_5)); } inline uint8_t get_byte_5_5() const { return ___byte_5_5; } inline uint8_t* get_address_of_byte_5_5() { return &___byte_5_5; } inline void set_byte_5_5(uint8_t value) { ___byte_5_5 = value; } inline static int32_t get_offset_of_byte_6_6() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_6_6)); } inline uint8_t get_byte_6_6() const { return ___byte_6_6; } inline uint8_t* get_address_of_byte_6_6() { return &___byte_6_6; } inline void set_byte_6_6(uint8_t value) { ___byte_6_6 = value; } inline static int32_t get_offset_of_byte_7_7() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_7_7)); } inline uint8_t get_byte_7_7() const { return ___byte_7_7; } inline uint8_t* get_address_of_byte_7_7() { return &___byte_7_7; } inline void set_byte_7_7(uint8_t value) { ___byte_7_7 = value; } inline static int32_t get_offset_of_byte_8_8() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_8_8)); } inline uint8_t get_byte_8_8() const { return ___byte_8_8; } inline uint8_t* get_address_of_byte_8_8() { return &___byte_8_8; } inline void set_byte_8_8(uint8_t value) { ___byte_8_8 = value; } inline static int32_t get_offset_of_byte_9_9() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_9_9)); } inline uint8_t get_byte_9_9() const { return ___byte_9_9; } inline uint8_t* get_address_of_byte_9_9() { return &___byte_9_9; } inline void set_byte_9_9(uint8_t value) { ___byte_9_9 = value; } inline static int32_t get_offset_of_byte_10_10() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_10_10)); } inline uint8_t get_byte_10_10() const { return ___byte_10_10; } inline uint8_t* get_address_of_byte_10_10() { return &___byte_10_10; } inline void set_byte_10_10(uint8_t value) { ___byte_10_10 = value; } inline static int32_t get_offset_of_byte_11_11() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_11_11)); } inline uint8_t get_byte_11_11() const { return ___byte_11_11; } inline uint8_t* get_address_of_byte_11_11() { return &___byte_11_11; } inline void set_byte_11_11(uint8_t value) { ___byte_11_11 = value; } inline static int32_t get_offset_of_byte_12_12() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_12_12)); } inline uint8_t get_byte_12_12() const { return ___byte_12_12; } inline uint8_t* get_address_of_byte_12_12() { return &___byte_12_12; } inline void set_byte_12_12(uint8_t value) { ___byte_12_12 = value; } inline static int32_t get_offset_of_byte_13_13() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_13_13)); } inline uint8_t get_byte_13_13() const { return ___byte_13_13; } inline uint8_t* get_address_of_byte_13_13() { return &___byte_13_13; } inline void set_byte_13_13(uint8_t value) { ___byte_13_13 = value; } inline static int32_t get_offset_of_byte_14_14() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_14_14)); } inline uint8_t get_byte_14_14() const { return ___byte_14_14; } inline uint8_t* get_address_of_byte_14_14() { return &___byte_14_14; } inline void set_byte_14_14(uint8_t value) { ___byte_14_14 = value; } inline static int32_t get_offset_of_byte_15_15() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_15_15)); } inline uint8_t get_byte_15_15() const { return ___byte_15_15; } inline uint8_t* get_address_of_byte_15_15() { return &___byte_15_15; } inline void set_byte_15_15(uint8_t value) { ___byte_15_15 = value; } inline static int32_t get_offset_of_sbyte_0_16() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_0_16)); } inline int8_t get_sbyte_0_16() const { return ___sbyte_0_16; } inline int8_t* get_address_of_sbyte_0_16() { return &___sbyte_0_16; } inline void set_sbyte_0_16(int8_t value) { ___sbyte_0_16 = value; } inline static int32_t get_offset_of_sbyte_1_17() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_1_17)); } inline int8_t get_sbyte_1_17() const { return ___sbyte_1_17; } inline int8_t* get_address_of_sbyte_1_17() { return &___sbyte_1_17; } inline void set_sbyte_1_17(int8_t value) { ___sbyte_1_17 = value; } inline static int32_t get_offset_of_sbyte_2_18() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_2_18)); } inline int8_t get_sbyte_2_18() const { return ___sbyte_2_18; } inline int8_t* get_address_of_sbyte_2_18() { return &___sbyte_2_18; } inline void set_sbyte_2_18(int8_t value) { ___sbyte_2_18 = value; } inline static int32_t get_offset_of_sbyte_3_19() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_3_19)); } inline int8_t get_sbyte_3_19() const { return ___sbyte_3_19; } inline int8_t* get_address_of_sbyte_3_19() { return &___sbyte_3_19; } inline void set_sbyte_3_19(int8_t value) { ___sbyte_3_19 = value; } inline static int32_t get_offset_of_sbyte_4_20() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_4_20)); } inline int8_t get_sbyte_4_20() const { return ___sbyte_4_20; } inline int8_t* get_address_of_sbyte_4_20() { return &___sbyte_4_20; } inline void set_sbyte_4_20(int8_t value) { ___sbyte_4_20 = value; } inline static int32_t get_offset_of_sbyte_5_21() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_5_21)); } inline int8_t get_sbyte_5_21() const { return ___sbyte_5_21; } inline int8_t* get_address_of_sbyte_5_21() { return &___sbyte_5_21; } inline void set_sbyte_5_21(int8_t value) { ___sbyte_5_21 = value; } inline static int32_t get_offset_of_sbyte_6_22() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_6_22)); } inline int8_t get_sbyte_6_22() const { return ___sbyte_6_22; } inline int8_t* get_address_of_sbyte_6_22() { return &___sbyte_6_22; } inline void set_sbyte_6_22(int8_t value) { ___sbyte_6_22 = value; } inline static int32_t get_offset_of_sbyte_7_23() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_7_23)); } inline int8_t get_sbyte_7_23() const { return ___sbyte_7_23; } inline int8_t* get_address_of_sbyte_7_23() { return &___sbyte_7_23; } inline void set_sbyte_7_23(int8_t value) { ___sbyte_7_23 = value; } inline static int32_t get_offset_of_sbyte_8_24() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_8_24)); } inline int8_t get_sbyte_8_24() const { return ___sbyte_8_24; } inline int8_t* get_address_of_sbyte_8_24() { return &___sbyte_8_24; } inline void set_sbyte_8_24(int8_t value) { ___sbyte_8_24 = value; } inline static int32_t get_offset_of_sbyte_9_25() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_9_25)); } inline int8_t get_sbyte_9_25() const { return ___sbyte_9_25; } inline int8_t* get_address_of_sbyte_9_25() { return &___sbyte_9_25; } inline void set_sbyte_9_25(int8_t value) { ___sbyte_9_25 = value; } inline static int32_t get_offset_of_sbyte_10_26() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_10_26)); } inline int8_t get_sbyte_10_26() const { return ___sbyte_10_26; } inline int8_t* get_address_of_sbyte_10_26() { return &___sbyte_10_26; } inline void set_sbyte_10_26(int8_t value) { ___sbyte_10_26 = value; } inline static int32_t get_offset_of_sbyte_11_27() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_11_27)); } inline int8_t get_sbyte_11_27() const { return ___sbyte_11_27; } inline int8_t* get_address_of_sbyte_11_27() { return &___sbyte_11_27; } inline void set_sbyte_11_27(int8_t value) { ___sbyte_11_27 = value; } inline static int32_t get_offset_of_sbyte_12_28() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_12_28)); } inline int8_t get_sbyte_12_28() const { return ___sbyte_12_28; } inline int8_t* get_address_of_sbyte_12_28() { return &___sbyte_12_28; } inline void set_sbyte_12_28(int8_t value) { ___sbyte_12_28 = value; } inline static int32_t get_offset_of_sbyte_13_29() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_13_29)); } inline int8_t get_sbyte_13_29() const { return ___sbyte_13_29; } inline int8_t* get_address_of_sbyte_13_29() { return &___sbyte_13_29; } inline void set_sbyte_13_29(int8_t value) { ___sbyte_13_29 = value; } inline static int32_t get_offset_of_sbyte_14_30() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_14_30)); } inline int8_t get_sbyte_14_30() const { return ___sbyte_14_30; } inline int8_t* get_address_of_sbyte_14_30() { return &___sbyte_14_30; } inline void set_sbyte_14_30(int8_t value) { ___sbyte_14_30 = value; } inline static int32_t get_offset_of_sbyte_15_31() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_15_31)); } inline int8_t get_sbyte_15_31() const { return ___sbyte_15_31; } inline int8_t* get_address_of_sbyte_15_31() { return &___sbyte_15_31; } inline void set_sbyte_15_31(int8_t value) { ___sbyte_15_31 = value; } inline static int32_t get_offset_of_uint16_0_32() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_0_32)); } inline uint16_t get_uint16_0_32() const { return ___uint16_0_32; } inline uint16_t* get_address_of_uint16_0_32() { return &___uint16_0_32; } inline void set_uint16_0_32(uint16_t value) { ___uint16_0_32 = value; } inline static int32_t get_offset_of_uint16_1_33() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_1_33)); } inline uint16_t get_uint16_1_33() const { return ___uint16_1_33; } inline uint16_t* get_address_of_uint16_1_33() { return &___uint16_1_33; } inline void set_uint16_1_33(uint16_t value) { ___uint16_1_33 = value; } inline static int32_t get_offset_of_uint16_2_34() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_2_34)); } inline uint16_t get_uint16_2_34() const { return ___uint16_2_34; } inline uint16_t* get_address_of_uint16_2_34() { return &___uint16_2_34; } inline void set_uint16_2_34(uint16_t value) { ___uint16_2_34 = value; } inline static int32_t get_offset_of_uint16_3_35() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_3_35)); } inline uint16_t get_uint16_3_35() const { return ___uint16_3_35; } inline uint16_t* get_address_of_uint16_3_35() { return &___uint16_3_35; } inline void set_uint16_3_35(uint16_t value) { ___uint16_3_35 = value; } inline static int32_t get_offset_of_uint16_4_36() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_4_36)); } inline uint16_t get_uint16_4_36() const { return ___uint16_4_36; } inline uint16_t* get_address_of_uint16_4_36() { return &___uint16_4_36; } inline void set_uint16_4_36(uint16_t value) { ___uint16_4_36 = value; } inline static int32_t get_offset_of_uint16_5_37() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_5_37)); } inline uint16_t get_uint16_5_37() const { return ___uint16_5_37; } inline uint16_t* get_address_of_uint16_5_37() { return &___uint16_5_37; } inline void set_uint16_5_37(uint16_t value) { ___uint16_5_37 = value; } inline static int32_t get_offset_of_uint16_6_38() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_6_38)); } inline uint16_t get_uint16_6_38() const { return ___uint16_6_38; } inline uint16_t* get_address_of_uint16_6_38() { return &___uint16_6_38; } inline void set_uint16_6_38(uint16_t value) { ___uint16_6_38 = value; } inline static int32_t get_offset_of_uint16_7_39() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_7_39)); } inline uint16_t get_uint16_7_39() const { return ___uint16_7_39; } inline uint16_t* get_address_of_uint16_7_39() { return &___uint16_7_39; } inline void set_uint16_7_39(uint16_t value) { ___uint16_7_39 = value; } inline static int32_t get_offset_of_int16_0_40() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_0_40)); } inline int16_t get_int16_0_40() const { return ___int16_0_40; } inline int16_t* get_address_of_int16_0_40() { return &___int16_0_40; } inline void set_int16_0_40(int16_t value) { ___int16_0_40 = value; } inline static int32_t get_offset_of_int16_1_41() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_1_41)); } inline int16_t get_int16_1_41() const { return ___int16_1_41; } inline int16_t* get_address_of_int16_1_41() { return &___int16_1_41; } inline void set_int16_1_41(int16_t value) { ___int16_1_41 = value; } inline static int32_t get_offset_of_int16_2_42() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_2_42)); } inline int16_t get_int16_2_42() const { return ___int16_2_42; } inline int16_t* get_address_of_int16_2_42() { return &___int16_2_42; } inline void set_int16_2_42(int16_t value) { ___int16_2_42 = value; } inline static int32_t get_offset_of_int16_3_43() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_3_43)); } inline int16_t get_int16_3_43() const { return ___int16_3_43; } inline int16_t* get_address_of_int16_3_43() { return &___int16_3_43; } inline void set_int16_3_43(int16_t value) { ___int16_3_43 = value; } inline static int32_t get_offset_of_int16_4_44() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_4_44)); } inline int16_t get_int16_4_44() const { return ___int16_4_44; } inline int16_t* get_address_of_int16_4_44() { return &___int16_4_44; } inline void set_int16_4_44(int16_t value) { ___int16_4_44 = value; } inline static int32_t get_offset_of_int16_5_45() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_5_45)); } inline int16_t get_int16_5_45() const { return ___int16_5_45; } inline int16_t* get_address_of_int16_5_45() { return &___int16_5_45; } inline void set_int16_5_45(int16_t value) { ___int16_5_45 = value; } inline static int32_t get_offset_of_int16_6_46() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_6_46)); } inline int16_t get_int16_6_46() const { return ___int16_6_46; } inline int16_t* get_address_of_int16_6_46() { return &___int16_6_46; } inline void set_int16_6_46(int16_t value) { ___int16_6_46 = value; } inline static int32_t get_offset_of_int16_7_47() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_7_47)); } inline int16_t get_int16_7_47() const { return ___int16_7_47; } inline int16_t* get_address_of_int16_7_47() { return &___int16_7_47; } inline void set_int16_7_47(int16_t value) { ___int16_7_47 = value; } inline static int32_t get_offset_of_uint32_0_48() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint32_0_48)); } inline uint32_t get_uint32_0_48() const { return ___uint32_0_48; } inline uint32_t* get_address_of_uint32_0_48() { return &___uint32_0_48; } inline void set_uint32_0_48(uint32_t value) { ___uint32_0_48 = value; } inline static int32_t get_offset_of_uint32_1_49() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint32_1_49)); } inline uint32_t get_uint32_1_49() const { return ___uint32_1_49; } inline uint32_t* get_address_of_uint32_1_49() { return &___uint32_1_49; } inline void set_uint32_1_49(uint32_t value) { ___uint32_1_49 = value; } inline static int32_t get_offset_of_uint32_2_50() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint32_2_50)); } inline uint32_t get_uint32_2_50() const { return ___uint32_2_50; } inline uint32_t* get_address_of_uint32_2_50() { return &___uint32_2_50; } inline void set_uint32_2_50(uint32_t value) { ___uint32_2_50 = value; } inline static int32_t get_offset_of_uint32_3_51() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint32_3_51)); } inline uint32_t get_uint32_3_51() const { return ___uint32_3_51; } inline uint32_t* get_address_of_uint32_3_51() { return &___uint32_3_51; } inline void set_uint32_3_51(uint32_t value) { ___uint32_3_51 = value; } inline static int32_t get_offset_of_int32_0_52() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int32_0_52)); } inline int32_t get_int32_0_52() const { return ___int32_0_52; } inline int32_t* get_address_of_int32_0_52() { return &___int32_0_52; } inline void set_int32_0_52(int32_t value) { ___int32_0_52 = value; } inline static int32_t get_offset_of_int32_1_53() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int32_1_53)); } inline int32_t get_int32_1_53() const { return ___int32_1_53; } inline int32_t* get_address_of_int32_1_53() { return &___int32_1_53; } inline void set_int32_1_53(int32_t value) { ___int32_1_53 = value; } inline static int32_t get_offset_of_int32_2_54() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int32_2_54)); } inline int32_t get_int32_2_54() const { return ___int32_2_54; } inline int32_t* get_address_of_int32_2_54() { return &___int32_2_54; } inline void set_int32_2_54(int32_t value) { ___int32_2_54 = value; } inline static int32_t get_offset_of_int32_3_55() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int32_3_55)); } inline int32_t get_int32_3_55() const { return ___int32_3_55; } inline int32_t* get_address_of_int32_3_55() { return &___int32_3_55; } inline void set_int32_3_55(int32_t value) { ___int32_3_55 = value; } inline static int32_t get_offset_of_uint64_0_56() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint64_0_56)); } inline uint64_t get_uint64_0_56() const { return ___uint64_0_56; } inline uint64_t* get_address_of_uint64_0_56() { return &___uint64_0_56; } inline void set_uint64_0_56(uint64_t value) { ___uint64_0_56 = value; } inline static int32_t get_offset_of_uint64_1_57() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint64_1_57)); } inline uint64_t get_uint64_1_57() const { return ___uint64_1_57; } inline uint64_t* get_address_of_uint64_1_57() { return &___uint64_1_57; } inline void set_uint64_1_57(uint64_t value) { ___uint64_1_57 = value; } inline static int32_t get_offset_of_int64_0_58() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int64_0_58)); } inline int64_t get_int64_0_58() const { return ___int64_0_58; } inline int64_t* get_address_of_int64_0_58() { return &___int64_0_58; } inline void set_int64_0_58(int64_t value) { ___int64_0_58 = value; } inline static int32_t get_offset_of_int64_1_59() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int64_1_59)); } inline int64_t get_int64_1_59() const { return ___int64_1_59; } inline int64_t* get_address_of_int64_1_59() { return &___int64_1_59; } inline void set_int64_1_59(int64_t value) { ___int64_1_59 = value; } inline static int32_t get_offset_of_single_0_60() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___single_0_60)); } inline float get_single_0_60() const { return ___single_0_60; } inline float* get_address_of_single_0_60() { return &___single_0_60; } inline void set_single_0_60(float value) { ___single_0_60 = value; } inline static int32_t get_offset_of_single_1_61() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___single_1_61)); } inline float get_single_1_61() const { return ___single_1_61; } inline float* get_address_of_single_1_61() { return &___single_1_61; } inline void set_single_1_61(float value) { ___single_1_61 = value; } inline static int32_t get_offset_of_single_2_62() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___single_2_62)); } inline float get_single_2_62() const { return ___single_2_62; } inline float* get_address_of_single_2_62() { return &___single_2_62; } inline void set_single_2_62(float value) { ___single_2_62 = value; } inline static int32_t get_offset_of_single_3_63() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___single_3_63)); } inline float get_single_3_63() const { return ___single_3_63; } inline float* get_address_of_single_3_63() { return &___single_3_63; } inline void set_single_3_63(float value) { ___single_3_63 = value; } inline static int32_t get_offset_of_double_0_64() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___double_0_64)); } inline double get_double_0_64() const { return ___double_0_64; } inline double* get_address_of_double_0_64() { return &___double_0_64; } inline void set_double_0_64(double value) { ___double_0_64 = value; } inline static int32_t get_offset_of_double_1_65() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___double_1_65)); } inline double get_double_1_65() const { return ___double_1_65; } inline double* get_address_of_double_1_65() { return &___double_1_65; } inline void set_double_1_65(double value) { ___double_1_65 = value; } }; // System.Buffers.StandardFormat struct StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 { public: // System.Byte System.Buffers.StandardFormat::_format uint8_t ____format_0; // System.Byte System.Buffers.StandardFormat::_precision uint8_t ____precision_1; public: inline static int32_t get_offset_of__format_0() { return static_cast(offsetof(StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12, ____format_0)); } inline uint8_t get__format_0() const { return ____format_0; } inline uint8_t* get_address_of__format_0() { return &____format_0; } inline void set__format_0(uint8_t value) { ____format_0 = value; } inline static int32_t get_offset_of__precision_1() { return static_cast(offsetof(StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12, ____precision_1)); } inline uint8_t get__precision_1() const { return ____precision_1; } inline uint8_t* get_address_of__precision_1() { return &____precision_1; } inline void set__precision_1(uint8_t value) { ____precision_1 = value; } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { 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_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___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_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_t8A0E932C0F84B32323B1BAA3A8ACB60527E611CC { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_t8A0E932C0F84B32323B1BAA3A8ACB60527E611CC__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_t35EB075E355448543434E39F679FD52347B0395D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_t35EB075E355448543434E39F679FD52347B0395D__padding[48]; }; public: }; // System.SpanHelpers/Reg16 struct Reg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4 { public: union { struct { }; uint8_t Reg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4__padding[16]; }; public: }; // System.SpanHelpers/Reg32 struct Reg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923 { public: union { struct { }; uint8_t Reg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923__padding[32]; }; public: }; // System.SpanHelpers/Reg64 struct Reg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3 { public: union { struct { }; uint8_t Reg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3__padding[64]; }; public: }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ____pinnable_0; // System.IntPtr System.ReadOnlySpan`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.ReadOnlySpan`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726, ____pinnable_0)); } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * ____pinnable_0; // System.IntPtr System.ReadOnlySpan`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.ReadOnlySpan`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3, ____pinnable_0)); } inline Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83, ____pinnable_0)); } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Numerics.Vector`1 struct Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 { public: // System.Numerics.Register System.Numerics.Vector`1::register Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 ___register_0; public: inline static int32_t get_offset_of_register_0() { return static_cast(offsetof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6, ___register_0)); } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 get_register_0() const { return ___register_0; } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * get_address_of_register_0() { return &___register_0; } inline void set_register_0(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 value) { ___register_0 = value; } }; struct Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields { public: // System.Int32 System.Numerics.Vector`1::s_count int32_t ___s_count_1; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_zero Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___s_zero_2; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_one Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___s_one_3; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_allOnes Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___s_allOnes_4; public: inline static int32_t get_offset_of_s_count_1() { return static_cast(offsetof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields, ___s_count_1)); } inline int32_t get_s_count_1() const { return ___s_count_1; } inline int32_t* get_address_of_s_count_1() { return &___s_count_1; } inline void set_s_count_1(int32_t value) { ___s_count_1 = value; } inline static int32_t get_offset_of_s_zero_2() { return static_cast(offsetof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields, ___s_zero_2)); } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 get_s_zero_2() const { return ___s_zero_2; } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * get_address_of_s_zero_2() { return &___s_zero_2; } inline void set_s_zero_2(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 value) { ___s_zero_2 = value; } inline static int32_t get_offset_of_s_one_3() { return static_cast(offsetof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields, ___s_one_3)); } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 get_s_one_3() const { return ___s_one_3; } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * get_address_of_s_one_3() { return &___s_one_3; } inline void set_s_one_3(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 value) { ___s_one_3 = value; } inline static int32_t get_offset_of_s_allOnes_4() { return static_cast(offsetof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields, ___s_allOnes_4)); } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 get_s_allOnes_4() const { return ___s_allOnes_4; } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * get_address_of_s_allOnes_4() { return &___s_allOnes_4; } inline void set_s_allOnes_4(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 value) { ___s_allOnes_4 = value; } }; // System.Numerics.Vector`1 struct Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 { public: // System.Numerics.Register System.Numerics.Vector`1::register Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 ___register_0; public: inline static int32_t get_offset_of_register_0() { return static_cast(offsetof(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04, ___register_0)); } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 get_register_0() const { return ___register_0; } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * get_address_of_register_0() { return &___register_0; } inline void set_register_0(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 value) { ___register_0 = value; } }; struct Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_StaticFields { public: // System.Int32 System.Numerics.Vector`1::s_count int32_t ___s_count_1; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_zero Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___s_zero_2; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_one Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___s_one_3; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_allOnes Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___s_allOnes_4; public: inline static int32_t get_offset_of_s_count_1() { return static_cast(offsetof(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_StaticFields, ___s_count_1)); } inline int32_t get_s_count_1() const { return ___s_count_1; } inline int32_t* get_address_of_s_count_1() { return &___s_count_1; } inline void set_s_count_1(int32_t value) { ___s_count_1 = value; } inline static int32_t get_offset_of_s_zero_2() { return static_cast(offsetof(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_StaticFields, ___s_zero_2)); } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 get_s_zero_2() const { return ___s_zero_2; } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 * get_address_of_s_zero_2() { return &___s_zero_2; } inline void set_s_zero_2(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 value) { ___s_zero_2 = value; } inline static int32_t get_offset_of_s_one_3() { return static_cast(offsetof(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_StaticFields, ___s_one_3)); } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 get_s_one_3() const { return ___s_one_3; } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 * get_address_of_s_one_3() { return &___s_one_3; } inline void set_s_one_3(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 value) { ___s_one_3 = value; } inline static int32_t get_offset_of_s_allOnes_4() { return static_cast(offsetof(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_StaticFields, ___s_allOnes_4)); } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 get_s_allOnes_4() const { return ___s_allOnes_4; } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 * get_address_of_s_allOnes_4() { return &___s_allOnes_4; } inline void set_s_allOnes_4(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 value) { ___s_allOnes_4 = value; } }; // System.Numerics.Vector`1 struct Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 { public: // System.Numerics.Register System.Numerics.Vector`1::register Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 ___register_0; public: inline static int32_t get_offset_of_register_0() { return static_cast(offsetof(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6, ___register_0)); } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 get_register_0() const { return ___register_0; } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * get_address_of_register_0() { return &___register_0; } inline void set_register_0(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 value) { ___register_0 = value; } }; struct Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6_StaticFields { public: // System.Int32 System.Numerics.Vector`1::s_count int32_t ___s_count_1; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_zero Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 ___s_zero_2; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_one Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 ___s_one_3; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_allOnes Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 ___s_allOnes_4; public: inline static int32_t get_offset_of_s_count_1() { return static_cast(offsetof(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6_StaticFields, ___s_count_1)); } inline int32_t get_s_count_1() const { return ___s_count_1; } inline int32_t* get_address_of_s_count_1() { return &___s_count_1; } inline void set_s_count_1(int32_t value) { ___s_count_1 = value; } inline static int32_t get_offset_of_s_zero_2() { return static_cast(offsetof(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6_StaticFields, ___s_zero_2)); } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 get_s_zero_2() const { return ___s_zero_2; } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 * get_address_of_s_zero_2() { return &___s_zero_2; } inline void set_s_zero_2(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 value) { ___s_zero_2 = value; } inline static int32_t get_offset_of_s_one_3() { return static_cast(offsetof(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6_StaticFields, ___s_one_3)); } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 get_s_one_3() const { return ___s_one_3; } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 * get_address_of_s_one_3() { return &___s_one_3; } inline void set_s_one_3(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 value) { ___s_one_3 = value; } inline static int32_t get_offset_of_s_allOnes_4() { return static_cast(offsetof(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6_StaticFields, ___s_allOnes_4)); } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 get_s_allOnes_4() const { return ___s_allOnes_4; } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 * get_address_of_s_allOnes_4() { return &___s_allOnes_4; } inline void set_s_allOnes_4(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 value) { ___s_allOnes_4 = value; } }; // System.Numerics.Vector`1 struct Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 { public: // System.Numerics.Register System.Numerics.Vector`1::register Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 ___register_0; public: inline static int32_t get_offset_of_register_0() { return static_cast(offsetof(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319, ___register_0)); } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 get_register_0() const { return ___register_0; } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * get_address_of_register_0() { return &___register_0; } inline void set_register_0(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 value) { ___register_0 = value; } }; struct Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_StaticFields { public: // System.Int32 System.Numerics.Vector`1::s_count int32_t ___s_count_1; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_zero Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 ___s_zero_2; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_one Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 ___s_one_3; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_allOnes Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 ___s_allOnes_4; public: inline static int32_t get_offset_of_s_count_1() { return static_cast(offsetof(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_StaticFields, ___s_count_1)); } inline int32_t get_s_count_1() const { return ___s_count_1; } inline int32_t* get_address_of_s_count_1() { return &___s_count_1; } inline void set_s_count_1(int32_t value) { ___s_count_1 = value; } inline static int32_t get_offset_of_s_zero_2() { return static_cast(offsetof(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_StaticFields, ___s_zero_2)); } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 get_s_zero_2() const { return ___s_zero_2; } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 * get_address_of_s_zero_2() { return &___s_zero_2; } inline void set_s_zero_2(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 value) { ___s_zero_2 = value; } inline static int32_t get_offset_of_s_one_3() { return static_cast(offsetof(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_StaticFields, ___s_one_3)); } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 get_s_one_3() const { return ___s_one_3; } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 * get_address_of_s_one_3() { return &___s_one_3; } inline void set_s_one_3(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 value) { ___s_one_3 = value; } inline static int32_t get_offset_of_s_allOnes_4() { return static_cast(offsetof(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_StaticFields, ___s_allOnes_4)); } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 get_s_allOnes_4() const { return ___s_allOnes_4; } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 * get_address_of_s_allOnes_4() { return &___s_allOnes_4; } inline void set_s_allOnes_4(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 value) { ___s_allOnes_4 = value; } }; // struct U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2_StaticFields { public: // /__StaticArrayInitTypeSize=48 ::B8B960BE929E7BAB90AE2CAEF2468C56CD5414C1 __StaticArrayInitTypeSizeU3D48_t35EB075E355448543434E39F679FD52347B0395D ___B8B960BE929E7BAB90AE2CAEF2468C56CD5414C1_0; // /__StaticArrayInitTypeSize=28 ::BD20BFA840DDF83194ECD4397DA071ECD4C1C72F __StaticArrayInitTypeSizeU3D28_t8A0E932C0F84B32323B1BAA3A8ACB60527E611CC ___BD20BFA840DDF83194ECD4397DA071ECD4C1C72F_1; // /__StaticArrayInitTypeSize=48 ::C4C38BC485A320D4B7D737DB85E705077FA38BEF __StaticArrayInitTypeSizeU3D48_t35EB075E355448543434E39F679FD52347B0395D ___C4C38BC485A320D4B7D737DB85E705077FA38BEF_2; // /__StaticArrayInitTypeSize=28 ::EE0B1C00D481FCA3559F2937C3DD3127C35B2FE3 __StaticArrayInitTypeSizeU3D28_t8A0E932C0F84B32323B1BAA3A8ACB60527E611CC ___EE0B1C00D481FCA3559F2937C3DD3127C35B2FE3_3; public: inline static int32_t get_offset_of_B8B960BE929E7BAB90AE2CAEF2468C56CD5414C1_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2_StaticFields, ___B8B960BE929E7BAB90AE2CAEF2468C56CD5414C1_0)); } inline __StaticArrayInitTypeSizeU3D48_t35EB075E355448543434E39F679FD52347B0395D get_B8B960BE929E7BAB90AE2CAEF2468C56CD5414C1_0() const { return ___B8B960BE929E7BAB90AE2CAEF2468C56CD5414C1_0; } inline __StaticArrayInitTypeSizeU3D48_t35EB075E355448543434E39F679FD52347B0395D * get_address_of_B8B960BE929E7BAB90AE2CAEF2468C56CD5414C1_0() { return &___B8B960BE929E7BAB90AE2CAEF2468C56CD5414C1_0; } inline void set_B8B960BE929E7BAB90AE2CAEF2468C56CD5414C1_0(__StaticArrayInitTypeSizeU3D48_t35EB075E355448543434E39F679FD52347B0395D value) { ___B8B960BE929E7BAB90AE2CAEF2468C56CD5414C1_0 = value; } inline static int32_t get_offset_of_BD20BFA840DDF83194ECD4397DA071ECD4C1C72F_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2_StaticFields, ___BD20BFA840DDF83194ECD4397DA071ECD4C1C72F_1)); } inline __StaticArrayInitTypeSizeU3D28_t8A0E932C0F84B32323B1BAA3A8ACB60527E611CC get_BD20BFA840DDF83194ECD4397DA071ECD4C1C72F_1() const { return ___BD20BFA840DDF83194ECD4397DA071ECD4C1C72F_1; } inline __StaticArrayInitTypeSizeU3D28_t8A0E932C0F84B32323B1BAA3A8ACB60527E611CC * get_address_of_BD20BFA840DDF83194ECD4397DA071ECD4C1C72F_1() { return &___BD20BFA840DDF83194ECD4397DA071ECD4C1C72F_1; } inline void set_BD20BFA840DDF83194ECD4397DA071ECD4C1C72F_1(__StaticArrayInitTypeSizeU3D28_t8A0E932C0F84B32323B1BAA3A8ACB60527E611CC value) { ___BD20BFA840DDF83194ECD4397DA071ECD4C1C72F_1 = value; } inline static int32_t get_offset_of_C4C38BC485A320D4B7D737DB85E705077FA38BEF_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2_StaticFields, ___C4C38BC485A320D4B7D737DB85E705077FA38BEF_2)); } inline __StaticArrayInitTypeSizeU3D48_t35EB075E355448543434E39F679FD52347B0395D get_C4C38BC485A320D4B7D737DB85E705077FA38BEF_2() const { return ___C4C38BC485A320D4B7D737DB85E705077FA38BEF_2; } inline __StaticArrayInitTypeSizeU3D48_t35EB075E355448543434E39F679FD52347B0395D * get_address_of_C4C38BC485A320D4B7D737DB85E705077FA38BEF_2() { return &___C4C38BC485A320D4B7D737DB85E705077FA38BEF_2; } inline void set_C4C38BC485A320D4B7D737DB85E705077FA38BEF_2(__StaticArrayInitTypeSizeU3D48_t35EB075E355448543434E39F679FD52347B0395D value) { ___C4C38BC485A320D4B7D737DB85E705077FA38BEF_2 = value; } inline static int32_t get_offset_of_EE0B1C00D481FCA3559F2937C3DD3127C35B2FE3_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2_StaticFields, ___EE0B1C00D481FCA3559F2937C3DD3127C35B2FE3_3)); } inline __StaticArrayInitTypeSizeU3D28_t8A0E932C0F84B32323B1BAA3A8ACB60527E611CC get_EE0B1C00D481FCA3559F2937C3DD3127C35B2FE3_3() const { return ___EE0B1C00D481FCA3559F2937C3DD3127C35B2FE3_3; } inline __StaticArrayInitTypeSizeU3D28_t8A0E932C0F84B32323B1BAA3A8ACB60527E611CC * get_address_of_EE0B1C00D481FCA3559F2937C3DD3127C35B2FE3_3() { return &___EE0B1C00D481FCA3559F2937C3DD3127C35B2FE3_3; } inline void set_EE0B1C00D481FCA3559F2937C3DD3127C35B2FE3_3(__StaticArrayInitTypeSizeU3D28_t8A0E932C0F84B32323B1BAA3A8ACB60527E611CC value) { ___EE0B1C00D481FCA3559F2937C3DD3127C35B2FE3_3 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.ExceptionArgument struct ExceptionArgument_t11B098DD9AD21AB015871A94DB7DC9A70A10509F { public: // System.Int32 System.ExceptionArgument::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionArgument_t11B098DD9AD21AB015871A94DB7DC9A70A10509F, ___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.MemoryExtensions struct MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40 : public RuntimeObject { public: public: }; struct MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields { public: // System.IntPtr System.MemoryExtensions::StringAdjustment intptr_t ___StringAdjustment_0; public: inline static int32_t get_offset_of_StringAdjustment_0() { return static_cast(offsetof(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields, ___StringAdjustment_0)); } inline intptr_t get_StringAdjustment_0() const { return ___StringAdjustment_0; } inline intptr_t* get_address_of_StringAdjustment_0() { return &___StringAdjustment_0; } inline void set_StringAdjustment_0(intptr_t value) { ___StringAdjustment_0 = value; } }; // System.Buffers.MemoryHandle struct MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C { public: // System.Void* System.Buffers.MemoryHandle::_pointer void* ____pointer_0; // System.Runtime.InteropServices.GCHandle System.Buffers.MemoryHandle::_handle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ____handle_1; // System.Buffers.IPinnable System.Buffers.MemoryHandle::_pinnable RuntimeObject* ____pinnable_2; public: inline static int32_t get_offset_of__pointer_0() { return static_cast(offsetof(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C, ____pointer_0)); } inline void* get__pointer_0() const { return ____pointer_0; } inline void** get_address_of__pointer_0() { return &____pointer_0; } inline void set__pointer_0(void* value) { ____pointer_0 = value; } inline static int32_t get_offset_of__handle_1() { return static_cast(offsetof(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C, ____handle_1)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get__handle_1() const { return ____handle_1; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of__handle_1() { return &____handle_1; } inline void set__handle_1(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ____handle_1 = value; } inline static int32_t get_offset_of__pinnable_2() { return static_cast(offsetof(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C, ____pinnable_2)); } inline RuntimeObject* get__pinnable_2() const { return ____pinnable_2; } inline RuntimeObject** get_address_of__pinnable_2() { return &____pinnable_2; } inline void set__pinnable_2(RuntimeObject* value) { ____pinnable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Buffers.MemoryHandle struct MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshaled_pinvoke { void* ____pointer_0; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ____handle_1; RuntimeObject* ____pinnable_2; }; // Native definition for COM marshalling of System.Buffers.MemoryHandle struct MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshaled_com { void* ____pointer_0; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ____handle_1; RuntimeObject* ____pinnable_2; }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Resources.UltimateResourceFallbackLocation struct UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B { public: // System.Int32 System.Resources.UltimateResourceFallbackLocation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B, ___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.Resources.ResourceManager struct ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A : public RuntimeObject { public: // System.String System.Resources.ResourceManager::BaseNameField String_t* ___BaseNameField_0; // System.Collections.Hashtable System.Resources.ResourceManager::ResourceSets Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___ResourceSets_1; // System.Collections.Generic.Dictionary`2 System.Resources.ResourceManager::_resourceSets Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * ____resourceSets_2; // System.String System.Resources.ResourceManager::moduleDir String_t* ___moduleDir_3; // System.Reflection.Assembly System.Resources.ResourceManager::MainAssembly Assembly_t * ___MainAssembly_4; // System.Type System.Resources.ResourceManager::_locationInfo Type_t * ____locationInfo_5; // System.Type System.Resources.ResourceManager::_userResourceSet Type_t * ____userResourceSet_6; // System.Globalization.CultureInfo System.Resources.ResourceManager::_neutralResourcesCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____neutralResourcesCulture_7; // System.Resources.ResourceManager/CultureNameResourceSetPair System.Resources.ResourceManager::_lastUsedResourceCache CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * ____lastUsedResourceCache_8; // System.Boolean System.Resources.ResourceManager::_ignoreCase bool ____ignoreCase_9; // System.Boolean System.Resources.ResourceManager::UseManifest bool ___UseManifest_10; // System.Boolean System.Resources.ResourceManager::UseSatelliteAssem bool ___UseSatelliteAssem_11; // System.Resources.UltimateResourceFallbackLocation System.Resources.ResourceManager::_fallbackLoc int32_t ____fallbackLoc_12; // System.Version System.Resources.ResourceManager::_satelliteContractVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ____satelliteContractVersion_13; // System.Boolean System.Resources.ResourceManager::_lookedForSatelliteContractVersion bool ____lookedForSatelliteContractVersion_14; // System.Reflection.Assembly System.Resources.ResourceManager::_callingAssembly Assembly_t * ____callingAssembly_15; // System.Reflection.RuntimeAssembly System.Resources.ResourceManager::m_callingAssembly RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * ___m_callingAssembly_16; // System.Resources.IResourceGroveler System.Resources.ResourceManager::resourceGroveler RuntimeObject* ___resourceGroveler_17; public: inline static int32_t get_offset_of_BaseNameField_0() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___BaseNameField_0)); } inline String_t* get_BaseNameField_0() const { return ___BaseNameField_0; } inline String_t** get_address_of_BaseNameField_0() { return &___BaseNameField_0; } inline void set_BaseNameField_0(String_t* value) { ___BaseNameField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseNameField_0), (void*)value); } inline static int32_t get_offset_of_ResourceSets_1() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___ResourceSets_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_ResourceSets_1() const { return ___ResourceSets_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_ResourceSets_1() { return &___ResourceSets_1; } inline void set_ResourceSets_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___ResourceSets_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResourceSets_1), (void*)value); } inline static int32_t get_offset_of__resourceSets_2() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____resourceSets_2)); } inline Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * get__resourceSets_2() const { return ____resourceSets_2; } inline Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E ** get_address_of__resourceSets_2() { return &____resourceSets_2; } inline void set__resourceSets_2(Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * value) { ____resourceSets_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____resourceSets_2), (void*)value); } inline static int32_t get_offset_of_moduleDir_3() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___moduleDir_3)); } inline String_t* get_moduleDir_3() const { return ___moduleDir_3; } inline String_t** get_address_of_moduleDir_3() { return &___moduleDir_3; } inline void set_moduleDir_3(String_t* value) { ___moduleDir_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___moduleDir_3), (void*)value); } inline static int32_t get_offset_of_MainAssembly_4() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___MainAssembly_4)); } inline Assembly_t * get_MainAssembly_4() const { return ___MainAssembly_4; } inline Assembly_t ** get_address_of_MainAssembly_4() { return &___MainAssembly_4; } inline void set_MainAssembly_4(Assembly_t * value) { ___MainAssembly_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MainAssembly_4), (void*)value); } inline static int32_t get_offset_of__locationInfo_5() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____locationInfo_5)); } inline Type_t * get__locationInfo_5() const { return ____locationInfo_5; } inline Type_t ** get_address_of__locationInfo_5() { return &____locationInfo_5; } inline void set__locationInfo_5(Type_t * value) { ____locationInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____locationInfo_5), (void*)value); } inline static int32_t get_offset_of__userResourceSet_6() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____userResourceSet_6)); } inline Type_t * get__userResourceSet_6() const { return ____userResourceSet_6; } inline Type_t ** get_address_of__userResourceSet_6() { return &____userResourceSet_6; } inline void set__userResourceSet_6(Type_t * value) { ____userResourceSet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____userResourceSet_6), (void*)value); } inline static int32_t get_offset_of__neutralResourcesCulture_7() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____neutralResourcesCulture_7)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__neutralResourcesCulture_7() const { return ____neutralResourcesCulture_7; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__neutralResourcesCulture_7() { return &____neutralResourcesCulture_7; } inline void set__neutralResourcesCulture_7(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____neutralResourcesCulture_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____neutralResourcesCulture_7), (void*)value); } inline static int32_t get_offset_of__lastUsedResourceCache_8() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____lastUsedResourceCache_8)); } inline CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * get__lastUsedResourceCache_8() const { return ____lastUsedResourceCache_8; } inline CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 ** get_address_of__lastUsedResourceCache_8() { return &____lastUsedResourceCache_8; } inline void set__lastUsedResourceCache_8(CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * value) { ____lastUsedResourceCache_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastUsedResourceCache_8), (void*)value); } inline static int32_t get_offset_of__ignoreCase_9() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____ignoreCase_9)); } inline bool get__ignoreCase_9() const { return ____ignoreCase_9; } inline bool* get_address_of__ignoreCase_9() { return &____ignoreCase_9; } inline void set__ignoreCase_9(bool value) { ____ignoreCase_9 = value; } inline static int32_t get_offset_of_UseManifest_10() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___UseManifest_10)); } inline bool get_UseManifest_10() const { return ___UseManifest_10; } inline bool* get_address_of_UseManifest_10() { return &___UseManifest_10; } inline void set_UseManifest_10(bool value) { ___UseManifest_10 = value; } inline static int32_t get_offset_of_UseSatelliteAssem_11() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___UseSatelliteAssem_11)); } inline bool get_UseSatelliteAssem_11() const { return ___UseSatelliteAssem_11; } inline bool* get_address_of_UseSatelliteAssem_11() { return &___UseSatelliteAssem_11; } inline void set_UseSatelliteAssem_11(bool value) { ___UseSatelliteAssem_11 = value; } inline static int32_t get_offset_of__fallbackLoc_12() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____fallbackLoc_12)); } inline int32_t get__fallbackLoc_12() const { return ____fallbackLoc_12; } inline int32_t* get_address_of__fallbackLoc_12() { return &____fallbackLoc_12; } inline void set__fallbackLoc_12(int32_t value) { ____fallbackLoc_12 = value; } inline static int32_t get_offset_of__satelliteContractVersion_13() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____satelliteContractVersion_13)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get__satelliteContractVersion_13() const { return ____satelliteContractVersion_13; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of__satelliteContractVersion_13() { return &____satelliteContractVersion_13; } inline void set__satelliteContractVersion_13(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ____satelliteContractVersion_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____satelliteContractVersion_13), (void*)value); } inline static int32_t get_offset_of__lookedForSatelliteContractVersion_14() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____lookedForSatelliteContractVersion_14)); } inline bool get__lookedForSatelliteContractVersion_14() const { return ____lookedForSatelliteContractVersion_14; } inline bool* get_address_of__lookedForSatelliteContractVersion_14() { return &____lookedForSatelliteContractVersion_14; } inline void set__lookedForSatelliteContractVersion_14(bool value) { ____lookedForSatelliteContractVersion_14 = value; } inline static int32_t get_offset_of__callingAssembly_15() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____callingAssembly_15)); } inline Assembly_t * get__callingAssembly_15() const { return ____callingAssembly_15; } inline Assembly_t ** get_address_of__callingAssembly_15() { return &____callingAssembly_15; } inline void set__callingAssembly_15(Assembly_t * value) { ____callingAssembly_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____callingAssembly_15), (void*)value); } inline static int32_t get_offset_of_m_callingAssembly_16() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___m_callingAssembly_16)); } inline RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * get_m_callingAssembly_16() const { return ___m_callingAssembly_16; } inline RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 ** get_address_of_m_callingAssembly_16() { return &___m_callingAssembly_16; } inline void set_m_callingAssembly_16(RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * value) { ___m_callingAssembly_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_callingAssembly_16), (void*)value); } inline static int32_t get_offset_of_resourceGroveler_17() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___resourceGroveler_17)); } inline RuntimeObject* get_resourceGroveler_17() const { return ___resourceGroveler_17; } inline RuntimeObject** get_address_of_resourceGroveler_17() { return &___resourceGroveler_17; } inline void set_resourceGroveler_17(RuntimeObject* value) { ___resourceGroveler_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___resourceGroveler_17), (void*)value); } }; struct ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields { public: // System.Int32 System.Resources.ResourceManager::MagicNumber int32_t ___MagicNumber_18; // System.Int32 System.Resources.ResourceManager::HeaderVersionNumber int32_t ___HeaderVersionNumber_19; // System.Type System.Resources.ResourceManager::_minResourceSet Type_t * ____minResourceSet_20; // System.String System.Resources.ResourceManager::ResReaderTypeName String_t* ___ResReaderTypeName_21; // System.String System.Resources.ResourceManager::ResSetTypeName String_t* ___ResSetTypeName_22; // System.String System.Resources.ResourceManager::MscorlibName String_t* ___MscorlibName_23; // System.Int32 System.Resources.ResourceManager::DEBUG int32_t ___DEBUG_24; public: inline static int32_t get_offset_of_MagicNumber_18() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___MagicNumber_18)); } inline int32_t get_MagicNumber_18() const { return ___MagicNumber_18; } inline int32_t* get_address_of_MagicNumber_18() { return &___MagicNumber_18; } inline void set_MagicNumber_18(int32_t value) { ___MagicNumber_18 = value; } inline static int32_t get_offset_of_HeaderVersionNumber_19() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___HeaderVersionNumber_19)); } inline int32_t get_HeaderVersionNumber_19() const { return ___HeaderVersionNumber_19; } inline int32_t* get_address_of_HeaderVersionNumber_19() { return &___HeaderVersionNumber_19; } inline void set_HeaderVersionNumber_19(int32_t value) { ___HeaderVersionNumber_19 = value; } inline static int32_t get_offset_of__minResourceSet_20() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ____minResourceSet_20)); } inline Type_t * get__minResourceSet_20() const { return ____minResourceSet_20; } inline Type_t ** get_address_of__minResourceSet_20() { return &____minResourceSet_20; } inline void set__minResourceSet_20(Type_t * value) { ____minResourceSet_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____minResourceSet_20), (void*)value); } inline static int32_t get_offset_of_ResReaderTypeName_21() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___ResReaderTypeName_21)); } inline String_t* get_ResReaderTypeName_21() const { return ___ResReaderTypeName_21; } inline String_t** get_address_of_ResReaderTypeName_21() { return &___ResReaderTypeName_21; } inline void set_ResReaderTypeName_21(String_t* value) { ___ResReaderTypeName_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResReaderTypeName_21), (void*)value); } inline static int32_t get_offset_of_ResSetTypeName_22() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___ResSetTypeName_22)); } inline String_t* get_ResSetTypeName_22() const { return ___ResSetTypeName_22; } inline String_t** get_address_of_ResSetTypeName_22() { return &___ResSetTypeName_22; } inline void set_ResSetTypeName_22(String_t* value) { ___ResSetTypeName_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResSetTypeName_22), (void*)value); } inline static int32_t get_offset_of_MscorlibName_23() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___MscorlibName_23)); } inline String_t* get_MscorlibName_23() const { return ___MscorlibName_23; } inline String_t** get_address_of_MscorlibName_23() { return &___MscorlibName_23; } inline void set_MscorlibName_23(String_t* value) { ___MscorlibName_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___MscorlibName_23), (void*)value); } inline static int32_t get_offset_of_DEBUG_24() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___DEBUG_24)); } inline int32_t get_DEBUG_24() const { return ___DEBUG_24; } inline int32_t* get_address_of_DEBUG_24() { return &___DEBUG_24; } inline void set_DEBUG_24(int32_t value) { ___DEBUG_24 = value; } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ArrayTypeMismatchException struct ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Resources.MissingManifestResourceException struct MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Reflection.TypeInfo struct TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F : public Type_t { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_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, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int16_t MemoryMarshal_Read_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A22E6BFABF74C1CDFEDDF29DCE184625B9EAEA8_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method); // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MemoryMarshal_Read_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m08D4213DBE02501A8B8B2C01E02FC810025AFE9F_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method); // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t MemoryMarshal_Read_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F76ACC0A8CB68B0FCFC0389620595E86AFD4354_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method); // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method); // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t MemoryMarshal_Read_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m6979E20D9DB999F6CC91AA46E0643802AA436AF9_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method); // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t MemoryMarshal_Read_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m3FEB98327CF270498351BA3EDA4852E58753DAF1_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.MemoryMarshal::Write(System.Span`1,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MemoryMarshal_Write_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m12C5364650D1D9A189121D7BF9E4FB4BEA8AE768_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int16_t* ___value1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.MemoryMarshal::Write(System.Span`1,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MemoryMarshal_Write_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m38EB8D70E18E06A50FB8F81B7D4B4E5222D435D4_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int32_t* ___value1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.MemoryMarshal::Write(System.Span`1,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MemoryMarshal_Write_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m91B76C03CFAEA56082DCAE0855BD5AF897BFCEC5_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint16_t* ___value1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.MemoryMarshal::Write(System.Span`1,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MemoryMarshal_Write_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mEE5318F59B9AFF690122D1987DF3E8CCA0182E44_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint32_t* ___value1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.MemoryMarshal::Write(System.Span`1,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MemoryMarshal_Write_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m7EC583D1692B7DF3D399720FFDE154C4250E7989_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int64_t* ___value1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.MemoryMarshal::Write(System.Span`1,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MemoryMarshal_Write_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mBCE2FC25F4A82A2045573817741FB05E3E2ACBAE_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint64_t* ___value1, const RuntimeMethod* method); // System.Boolean System.Runtime.InteropServices.MemoryMarshal::TryWrite(System.Span`1,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryMarshal_TryWrite_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD4E30120F5A512003BE938D07A27540C66B8650B_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int16_t* ___value1, const RuntimeMethod* method); // T& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, const RuntimeMethod* method); // T& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar* ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_gshared_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.ReadOnlySpan`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_gshared_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 ReadOnlySpan_1_Slice_mC055D9B8DCA2EB4562338BF36B89CC4B229D5C4D_gshared_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, int32_t ___start0, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 ReadOnlySpan_1_Slice_m263B11AC38B6DD520C1C0CCEC53D1AE555FB7B41_gshared_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // !!0 System.Runtime.CompilerServices.Unsafe::As(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Unsafe_As_TisRuntimeObject_m4FCE50B86F34743A387F4E16D9390305DCFB14C2_gshared_inline (RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0D025D7B51DA191FC6D80F997B27442A9F967A1D_gshared_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::AsRef(System.Void*) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar* Unsafe_AsRef_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m5E5975CD1A395BBD384135CCF4170535D5CCFD9C_gshared_inline (void* ___source0, const RuntimeMethod* method); // System.IntPtr System.Runtime.CompilerServices.Unsafe::ByteOffset(!!0&,!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t Unsafe_ByteOffset_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mBE5AFB80C664A712FB404774BDBD9F10A7001DCD_gshared_inline (Il2CppChar* ___origin0, Il2CppChar* ___target1, const RuntimeMethod* method); // System.Int32 System.Numerics.Vector`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_gshared_inline (const RuntimeMethod* method); // System.Void* System.Runtime.CompilerServices.Unsafe::AsPointer(!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* Unsafe_AsPointer_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mFE5363C8BFE5A4D3AE3303F64D3C82D7FC49B31A_gshared_inline (uint8_t* ___value0, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::AddByteOffset(!!0&,System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_gshared_inline (uint8_t* ___source0, intptr_t ___byteOffset1, const RuntimeMethod* method); // !!0 System.Runtime.CompilerServices.Unsafe::ReadUnaligned>(System.Byte&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method); // System.Numerics.Vector`1 System.Numerics.Vector::Equals(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_Equals_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m812AB97914E08946D5C5A380FCF9AE85DA6CDF7D_gshared_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method); // System.Numerics.Vector`1 System.Numerics.Vector`1::get_Zero() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_1_get_Zero_mF8984BCAC1DBE3D46B46FC92E0746AFE57B55A9C_gshared_inline (const RuntimeMethod* method); // System.Boolean System.Numerics.Vector`1::Equals(System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___other0, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.Unsafe::AreSame(!!0&,!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Unsafe_AreSame_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7FA6A8EE8F837A5CFEA79994BA7B212FC69C5070_gshared_inline (uint8_t* ___left0, uint8_t* ___right1, const RuntimeMethod* method); // System.Boolean System.Numerics.Vector`1::op_Inequality(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector_1_op_Inequality_m285E975C7403CC4A46F009C0A619ED851BA023BA_gshared_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method); // System.Boolean System.Numerics.Vector`1::op_Equality(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector_1_op_Equality_m012FE1D2B2ED8B5F8D4549A411460DC3976BADCA_gshared_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method); // !!0 System.Runtime.CompilerServices.Unsafe::ReadUnaligned(System.Byte&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uintptr_t Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method); // System.Numerics.Vector`1 System.Numerics.Vector::AsVectorUInt64(System.Numerics.Vector`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 Vector_AsVectorUInt64_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m5774F85B0D017BB37B6B2DEE16D177B49356BD48_gshared_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___value0, const RuntimeMethod* method); // !0 System.Numerics.Vector`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60_gshared (Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Numerics.Vector`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_gshared_inline (const RuntimeMethod* method); // System.Void System.Numerics.Vector`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m035E886443F7CE60267F432384B87C94D2ED6623_gshared (Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector`1 System.Numerics.Vector::AsVectorByte(System.Numerics.Vector`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_AsVectorByte_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF7BFEE5836FF3B9AE34C6D3DC39C3287AECEA0D8_gshared_inline (Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 ___value0, const RuntimeMethod* method); // System.Int32 System.Numerics.Vector`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_gshared_inline (const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.Unsafe::SizeOf>() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Unsafe_SizeOf_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_m91B83BA0CC32D27CB1032F18DDB7D5ABEB1A9940_gshared_inline (const RuntimeMethod* method); // System.Void System.Numerics.Vector`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_mF9172380EF810ED1668F9C704BD32020B7FC6E03_gshared (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 * __this, uint16_t ___value0, const RuntimeMethod* method); // !!0 System.Runtime.CompilerServices.Unsafe::Read>(System.Void*) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 Unsafe_Read_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_mBB1DF2767AC9B44702AD7575971276B62E4BDC23_gshared_inline (void* ___source0, const RuntimeMethod* method); // System.Numerics.Vector`1 System.Numerics.Vector::Equals(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 Vector_Equals_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mCDB9B27AC8BEC6E7B4DDF864FF36C4671F1A47B0_gshared_inline (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___left0, Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___right1, const RuntimeMethod* method); // System.Numerics.Vector`1 System.Numerics.Vector`1::get_Zero() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 Vector_1_get_Zero_mDB8F8C409C757B7CA1BC7E13F093E7571CDCD54C_gshared_inline (const RuntimeMethod* method); // System.Boolean System.Numerics.Vector`1::Equals(System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_Equals_m3DA7756A8BB1A174372DE2B89F01FFEC290025DE_gshared (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 * __this, Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___other0, const RuntimeMethod* method); // System.Numerics.Vector`1 System.Numerics.Vector::AsVectorUInt64(System.Numerics.Vector`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 Vector_AsVectorUInt64_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mFFBF84AADFC2ACF94EDB6EB83E84346EC9A4F26B_gshared_inline (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___value0, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::Add(!!0&,System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_gshared_inline (uint8_t* ___source0, intptr_t ___elementOffset1, const RuntimeMethod* method); // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Reg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3 * Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3_mF4BF2810CBE7C096DA5665F72347A83B85057E67_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method); // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Reg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923 * Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923_m83848096DA9597AB033C49BCAD65A7C893E1E49B_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method); // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Reg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4 * Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4_mC19D8F3A2035990A057B673C4292F6BBBAA741E6_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method); // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F26CDAA14482020C5D16E94E88D7982DE699AA0_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method); // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m83EA99EBE20E63BBE5820F879F0820E5BF2D62C5_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::Add(!!0&,System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t* Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_gshared_inline (intptr_t* ___source0, intptr_t ___elementOffset1, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 Span_1_Slice_mB88D43B3503491E904A7607A97A3E689E4C5C0A0_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, int32_t ___start0, const RuntimeMethod* method); // System.Int32 System.ReadOnlySpan`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, const RuntimeMethod* method); // T& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_gshared (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___span0, const RuntimeMethod* method); // T& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_gshared (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___span0, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m373EA84BF632F6408591B525142C56CAC893C040_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method); // System.UInt32 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline (uint32_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t BinaryPrimitives_ReverseEndianness_m6268D4E81221B0851A9F12D3446F3B488B804696_inline (uint64_t ___value0, const RuntimeMethod* method); // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) inline int16_t MemoryMarshal_Read_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A22E6BFABF74C1CDFEDDF29DCE184625B9EAEA8_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { return (( int16_t (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , const RuntimeMethod*))MemoryMarshal_Read_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A22E6BFABF74C1CDFEDDF29DCE184625B9EAEA8_gshared_inline)(___source0, method); } // System.Int16 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.Int16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int16_t BinaryPrimitives_ReverseEndianness_m8876275E8BB85919AF8D1502C7FF7C7C74B2C43C_inline (int16_t ___value0, const RuntimeMethod* method); // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) inline int32_t MemoryMarshal_Read_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m08D4213DBE02501A8B8B2C01E02FC810025AFE9F_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , const RuntimeMethod*))MemoryMarshal_Read_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m08D4213DBE02501A8B8B2C01E02FC810025AFE9F_gshared_inline)(___source0, method); } // System.Int32 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BinaryPrimitives_ReverseEndianness_mCE965B137F559DCC5D929E83D08CFD360DCA56D0_inline (int32_t ___value0, const RuntimeMethod* method); // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) inline int64_t MemoryMarshal_Read_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F76ACC0A8CB68B0FCFC0389620595E86AFD4354_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { return (( int64_t (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , const RuntimeMethod*))MemoryMarshal_Read_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F76ACC0A8CB68B0FCFC0389620595E86AFD4354_gshared_inline)(___source0, method); } // System.Int64 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.Int64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BinaryPrimitives_ReverseEndianness_mFA572A602247E6FA6B42E96E59EE84EDB0EFC1E4_inline (int64_t ___value0, const RuntimeMethod* method); // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) inline uint16_t MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { return (( uint16_t (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , const RuntimeMethod*))MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_gshared_inline)(___source0, method); } // System.UInt16 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t BinaryPrimitives_ReverseEndianness_m8FF291C24CD2A9FA658A1370AFF29E94FCA8BAC7_inline (uint16_t ___value0, const RuntimeMethod* method); // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) inline uint32_t MemoryMarshal_Read_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m6979E20D9DB999F6CC91AA46E0643802AA436AF9_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { return (( uint32_t (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , const RuntimeMethod*))MemoryMarshal_Read_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m6979E20D9DB999F6CC91AA46E0643802AA436AF9_gshared_inline)(___source0, method); } // T System.Runtime.InteropServices.MemoryMarshal::Read(System.ReadOnlySpan`1) inline uint64_t MemoryMarshal_Read_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m3FEB98327CF270498351BA3EDA4852E58753DAF1_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { return (( uint64_t (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , const RuntimeMethod*))MemoryMarshal_Read_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m3FEB98327CF270498351BA3EDA4852E58753DAF1_gshared_inline)(___source0, method); } // System.Void System.Runtime.InteropServices.MemoryMarshal::Write(System.Span`1,T&) inline void MemoryMarshal_Write_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m12C5364650D1D9A189121D7BF9E4FB4BEA8AE768_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int16_t* ___value1, const RuntimeMethod* method) { (( void (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int16_t*, const RuntimeMethod*))MemoryMarshal_Write_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m12C5364650D1D9A189121D7BF9E4FB4BEA8AE768_gshared_inline)(___destination0, ___value1, method); } // System.Void System.Runtime.InteropServices.MemoryMarshal::Write(System.Span`1,T&) inline void MemoryMarshal_Write_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m38EB8D70E18E06A50FB8F81B7D4B4E5222D435D4_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int32_t* ___value1, const RuntimeMethod* method) { (( void (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int32_t*, const RuntimeMethod*))MemoryMarshal_Write_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m38EB8D70E18E06A50FB8F81B7D4B4E5222D435D4_gshared_inline)(___destination0, ___value1, method); } // System.Void System.Runtime.InteropServices.MemoryMarshal::Write(System.Span`1,T&) inline void MemoryMarshal_Write_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m91B76C03CFAEA56082DCAE0855BD5AF897BFCEC5_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint16_t* ___value1, const RuntimeMethod* method) { (( void (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , uint16_t*, const RuntimeMethod*))MemoryMarshal_Write_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m91B76C03CFAEA56082DCAE0855BD5AF897BFCEC5_gshared_inline)(___destination0, ___value1, method); } // System.Void System.Runtime.InteropServices.MemoryMarshal::Write(System.Span`1,T&) inline void MemoryMarshal_Write_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mEE5318F59B9AFF690122D1987DF3E8CCA0182E44_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint32_t* ___value1, const RuntimeMethod* method) { (( void (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , uint32_t*, const RuntimeMethod*))MemoryMarshal_Write_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mEE5318F59B9AFF690122D1987DF3E8CCA0182E44_gshared_inline)(___destination0, ___value1, method); } // System.Void System.Runtime.InteropServices.MemoryMarshal::Write(System.Span`1,T&) inline void MemoryMarshal_Write_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m7EC583D1692B7DF3D399720FFDE154C4250E7989_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int64_t* ___value1, const RuntimeMethod* method) { (( void (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int64_t*, const RuntimeMethod*))MemoryMarshal_Write_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m7EC583D1692B7DF3D399720FFDE154C4250E7989_gshared_inline)(___destination0, ___value1, method); } // System.Void System.Runtime.InteropServices.MemoryMarshal::Write(System.Span`1,T&) inline void MemoryMarshal_Write_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mBCE2FC25F4A82A2045573817741FB05E3E2ACBAE_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint64_t* ___value1, const RuntimeMethod* method) { (( void (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , uint64_t*, const RuntimeMethod*))MemoryMarshal_Write_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mBCE2FC25F4A82A2045573817741FB05E3E2ACBAE_gshared_inline)(___destination0, ___value1, method); } // System.Boolean System.Runtime.InteropServices.MemoryMarshal::TryWrite(System.Span`1,T&) inline bool MemoryMarshal_TryWrite_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD4E30120F5A512003BE938D07A27540C66B8650B_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int16_t* ___value1, const RuntimeMethod* method) { return (( bool (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , int16_t*, const RuntimeMethod*))MemoryMarshal_TryWrite_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD4E30120F5A512003BE938D07A27540C66B8650B_gshared_inline)(___destination0, ___value1, method); } // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // T& System.Span`1::get_Item(System.Int32) inline uint8_t* Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( uint8_t* (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *, const RuntimeMethod*))Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_gshared_inline)(__this, method); } // System.ReadOnlySpan`1 System.MemoryExtensions::TrimStart(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 MemoryExtensions_TrimStart_m7F291DFFF7D1DFBED45698047A694A4678A4740E (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 ___span0, const RuntimeMethod* method); // System.ReadOnlySpan`1 System.MemoryExtensions::TrimEnd(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 MemoryExtensions_TrimEnd_m79AAB5B4F11DA4B1A7070BF6555E4C3078BF9BD3 (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 ___span0, const RuntimeMethod* method); // T& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline Il2CppChar* ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Il2CppChar* (*) (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_gshared_inline)(__this, ___index0, method); } // System.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Int32 System.ReadOnlySpan`1::get_Length() inline int32_t ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_gshared_inline)(__this, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32) inline ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 ReadOnlySpan_1_Slice_mC055D9B8DCA2EB4562338BF36B89CC4B229D5C4D_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, int32_t ___start0, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 (*) (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mC055D9B8DCA2EB4562338BF36B89CC4B229D5C4D_gshared_inline)(__this, ___start0, method); } // System.ReadOnlySpan`1 System.ReadOnlySpan`1::Slice(System.Int32,System.Int32) inline ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 ReadOnlySpan_1_Slice_m263B11AC38B6DD520C1C0CCEC53D1AE555FB7B41_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 (*) (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_m263B11AC38B6DD520C1C0CCEC53D1AE555FB7B41_gshared_inline)(__this, ___start0, ___length1, method); } // !!0 System.Runtime.CompilerServices.Unsafe::As>(System.Object) inline Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * Unsafe_As_TisPinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C_m7E80A987C4DE01A770DAD3FB350E783028175EB9_inline (RuntimeObject * ___o0, const RuntimeMethod* method) { return (( Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * (*) (RuntimeObject *, const RuntimeMethod*))Unsafe_As_TisRuntimeObject_m4FCE50B86F34743A387F4E16D9390305DCFB14C2_gshared_inline)(___o0, method); } // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Void System.ReadOnlySpan`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void ReadOnlySpan_1__ctor_m0D025D7B51DA191FC6D80F997B27442A9F967A1D_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *, Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C *, intptr_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m0D025D7B51DA191FC6D80F997B27442A9F967A1D_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42 (const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::AsRef(System.Void*) inline Il2CppChar* Unsafe_AsRef_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m5E5975CD1A395BBD384135CCF4170535D5CCFD9C_inline (void* ___source0, const RuntimeMethod* method) { return (( Il2CppChar* (*) (void*, const RuntimeMethod*))Unsafe_AsRef_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m5E5975CD1A395BBD384135CCF4170535D5CCFD9C_gshared_inline)(___source0, method); } // System.IntPtr System.Runtime.CompilerServices.Unsafe::ByteOffset(!!0&,!!0&) inline intptr_t Unsafe_ByteOffset_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mBE5AFB80C664A712FB404774BDBD9F10A7001DCD_inline (Il2CppChar* ___origin0, Il2CppChar* ___target1, const RuntimeMethod* method) { return (( intptr_t (*) (Il2CppChar*, Il2CppChar*, const RuntimeMethod*))Unsafe_ByteOffset_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mBE5AFB80C664A712FB404774BDBD9F10A7001DCD_gshared_inline)(___origin0, ___target1, method); } // System.IntPtr System.MemoryExtensions::MeasureStringAdjustment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t MemoryExtensions_MeasureStringAdjustment_m8E2719E3CCAD24803BEF8B9C9873DDFAA528C762 (const RuntimeMethod* method); // System.Void System.Buffers.MemoryHandle::.ctor(System.Void*,System.Runtime.InteropServices.GCHandle,System.Buffers.IPinnable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHandle__ctor_mD254CBC13788969FCC315DF2B1C8615A945F18B3 (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * __this, void* ___pointer0, GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___handle1, RuntimeObject* ___pinnable2, const RuntimeMethod* method); // System.Void* System.Buffers.MemoryHandle::get_Pointer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_mEDA4DAC6AD6D881110E96CAFDAB78C068F5B144D (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.GCHandle::Free() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025 (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.Void System.Buffers.MemoryHandle::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * __this, const RuntimeMethod* method); // System.Void System.NUInt::.ctor(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUInt__ctor_m34A1178C5D59B395E905B670FCF390D1AA5DC85E (NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void System.NUInt::.ctor(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUInt__ctor_mBD99E19E274774DF07488C672C5DFC90F4B21973 (NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Type System.SR::get_ResourceType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * SR_get_ResourceType_mA677195FD1721150495B84739EFFDCB9366A5541_inline (const RuntimeMethod* method); // System.Void System.Resources.ResourceManager::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ResourceManager__ctor_mC8A203D5697A2FAD2B336CF3534C21276918BD25 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, Type_t * ___resourceSource0, const RuntimeMethod* method); // System.Resources.ResourceManager System.SR::get_ResourceManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * SR_get_ResourceManager_m18A791F4D611559D5B214B3020BAB11F2AC869EC (const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m62F0586691097AA2EE48F1596A130170BCFBF7F6 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Boolean System.SR::UsingResourceKeys() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool SR_UsingResourceKeys_m08DBDDDDF80E9F0013615CAB611F552F836BB526 (const RuntimeMethod* method); // System.String System.String::Join(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m7BEA4678919FD9393062F8E8B5328A4DBB1A95E5 (String_t* ___separator0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.String System.SR::GetResourceString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetResourceString_mEC79B3C28B26B1540E26C3CD899938CC955A4748 (String_t* ___resourceKey0, String_t* ___defaultString1, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF (int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Numerics.Vector::get_IsHardwareAccelerated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257 (const RuntimeMethod* method); // System.Int32 System.Numerics.Vector`1::get_Count() inline int32_t Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_inline (const RuntimeMethod* method) { return (( int32_t (*) (const RuntimeMethod*))Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_gshared_inline)(method); } // System.Void* System.Runtime.CompilerServices.Unsafe::AsPointer(!!0&) inline void* Unsafe_AsPointer_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mFE5363C8BFE5A4D3AE3303F64D3C82D7FC49B31A_inline (uint8_t* ___value0, const RuntimeMethod* method) { return (( void* (*) (uint8_t*, const RuntimeMethod*))Unsafe_AsPointer_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mFE5363C8BFE5A4D3AE3303F64D3C82D7FC49B31A_gshared_inline)(___value0, method); } // System.IntPtr System.IntPtr::op_Subtraction(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Subtraction_m02F3295A959F0DF44F66D04D88F3EE66DFC4BFD9 (intptr_t ___pointer0, int32_t ___offset1, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::AddByteOffset(!!0&,System.IntPtr) inline uint8_t* Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline (uint8_t* ___source0, intptr_t ___byteOffset1, const RuntimeMethod* method) { return (( uint8_t* (*) (uint8_t*, intptr_t, const RuntimeMethod*))Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_gshared_inline)(___source0, ___byteOffset1, method); } // System.IntPtr System.IntPtr::op_Addition(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD (intptr_t ___pointer0, int32_t ___offset1, const RuntimeMethod* method); // System.Void* System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD (intptr_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector`1 System.SpanHelpers::GetVector(System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 SpanHelpers_GetVector_m02FA6D466B651ECA2610E80030F25D5C54364724_inline (uint8_t ___vectorByte0, const RuntimeMethod* method); // !!0 System.Runtime.CompilerServices.Unsafe::ReadUnaligned>(System.Byte&) inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_inline (uint8_t* ___source0, const RuntimeMethod* method) { return (( Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 (*) (uint8_t*, const RuntimeMethod*))Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_gshared_inline)(___source0, method); } // System.Numerics.Vector`1 System.Numerics.Vector::Equals(System.Numerics.Vector`1,System.Numerics.Vector`1) inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_Equals_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m812AB97914E08946D5C5A380FCF9AE85DA6CDF7D_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { return (( Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , const RuntimeMethod*))Vector_Equals_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m812AB97914E08946D5C5A380FCF9AE85DA6CDF7D_gshared_inline)(___left0, ___right1, method); } // System.Numerics.Vector`1 System.Numerics.Vector`1::get_Zero() inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_1_get_Zero_mF8984BCAC1DBE3D46B46FC92E0746AFE57B55A9C_inline (const RuntimeMethod* method) { return (( Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 (*) (const RuntimeMethod*))Vector_1_get_Zero_mF8984BCAC1DBE3D46B46FC92E0746AFE57B55A9C_gshared_inline)(method); } // System.Boolean System.Numerics.Vector`1::Equals(System.Numerics.Vector`1) inline bool Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862 (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___other0, const RuntimeMethod* method) { return (( bool (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , const RuntimeMethod*))Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862_gshared)(__this, ___other0, method); } // System.Int32 System.SpanHelpers::LocateFirstFoundByte(System.Numerics.Vector`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SpanHelpers_LocateFirstFoundByte_m62E17AF3E4C9F8689DB23B9E54311BD8B540B4EF_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___match0, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.Unsafe::AreSame(!!0&,!!0&) inline bool Unsafe_AreSame_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7FA6A8EE8F837A5CFEA79994BA7B212FC69C5070_inline (uint8_t* ___left0, uint8_t* ___right1, const RuntimeMethod* method) { return (( bool (*) (uint8_t*, uint8_t*, const RuntimeMethod*))Unsafe_AreSame_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7FA6A8EE8F837A5CFEA79994BA7B212FC69C5070_gshared_inline)(___left0, ___right1, method); } // System.Void* System.NUInt::op_Explicit(System.NUInt) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* NUInt_op_Explicit_mAC8186F05FC1F16BAEB9A73957491CB24A067D46_inline (NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 ___value0, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495 (void* ___value0, const RuntimeMethod* method); // System.Boolean System.Numerics.Vector`1::op_Inequality(System.Numerics.Vector`1,System.Numerics.Vector`1) inline bool Vector_1_op_Inequality_m285E975C7403CC4A46F009C0A619ED851BA023BA_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { return (( bool (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , const RuntimeMethod*))Vector_1_op_Inequality_m285E975C7403CC4A46F009C0A619ED851BA023BA_gshared_inline)(___left0, ___right1, method); } // System.Boolean System.Numerics.Vector`1::op_Equality(System.Numerics.Vector`1,System.Numerics.Vector`1) inline bool Vector_1_op_Equality_m012FE1D2B2ED8B5F8D4549A411460DC3976BADCA_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { return (( bool (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , const RuntimeMethod*))Vector_1_op_Equality_m012FE1D2B2ED8B5F8D4549A411460DC3976BADCA_gshared_inline)(___left0, ___right1, method); } // !!0 System.Runtime.CompilerServices.Unsafe::ReadUnaligned(System.Byte&) inline uintptr_t Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_inline (uint8_t* ___source0, const RuntimeMethod* method) { return (( uintptr_t (*) (uint8_t*, const RuntimeMethod*))Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_gshared_inline)(___source0, method); } // System.Boolean System.UIntPtr::op_Inequality(System.UIntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIntPtr_op_Inequality_m7D22151019093F083240F615DA4B70CE2CF494B4 (uintptr_t ___value10, uintptr_t ___value21, const RuntimeMethod* method); // System.Boolean System.UIntPtr::op_Equality(System.UIntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIntPtr_op_Equality_mA909564C1AAE89E5119A6BD536C1A1B260625A5D (uintptr_t ___value10, uintptr_t ___value21, const RuntimeMethod* method); // System.Numerics.Vector`1 System.Numerics.Vector::AsVectorUInt64(System.Numerics.Vector`1) inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 Vector_AsVectorUInt64_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m5774F85B0D017BB37B6B2DEE16D177B49356BD48_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___value0, const RuntimeMethod* method) { return (( Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , const RuntimeMethod*))Vector_AsVectorUInt64_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m5774F85B0D017BB37B6B2DEE16D177B49356BD48_gshared_inline)(___value0, method); } // !0 System.Numerics.Vector`1::get_Item(System.Int32) inline uint64_t Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60 (Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( uint64_t (*) (Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 *, int32_t, const RuntimeMethod*))Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60_gshared)(__this, ___index0, method); } // System.Int32 System.Numerics.Vector`1::get_Count() inline int32_t Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_inline (const RuntimeMethod* method) { return (( int32_t (*) (const RuntimeMethod*))Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_gshared_inline)(method); } // System.Int32 System.SpanHelpers::LocateFirstFoundByte(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SpanHelpers_LocateFirstFoundByte_m6AEEBF64B95585D577D0041CE56E0BE6F28AEFE4_inline (uint64_t ___match0, const RuntimeMethod* method); // System.Void System.Numerics.Vector`1::.ctor(!0) inline void Vector_1__ctor_m035E886443F7CE60267F432384B87C94D2ED6623 (Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 * __this, uint32_t ___value0, const RuntimeMethod* method) { (( void (*) (Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 *, uint32_t, const RuntimeMethod*))Vector_1__ctor_m035E886443F7CE60267F432384B87C94D2ED6623_gshared)(__this, ___value0, method); } // System.Numerics.Vector`1 System.Numerics.Vector::AsVectorByte(System.Numerics.Vector`1) inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_AsVectorByte_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF7BFEE5836FF3B9AE34C6D3DC39C3287AECEA0D8_inline (Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 ___value0, const RuntimeMethod* method) { return (( Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 (*) (Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 , const RuntimeMethod*))Vector_AsVectorByte_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF7BFEE5836FF3B9AE34C6D3DC39C3287AECEA0D8_gshared_inline)(___value0, method); } // System.Int32 System.Numerics.Vector`1::get_Count() inline int32_t Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_inline (const RuntimeMethod* method) { return (( int32_t (*) (const RuntimeMethod*))Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_gshared_inline)(method); } // System.Int32 System.Runtime.CompilerServices.Unsafe::SizeOf>() inline int32_t Unsafe_SizeOf_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_m91B83BA0CC32D27CB1032F18DDB7D5ABEB1A9940_inline (const RuntimeMethod* method) { return (( int32_t (*) (const RuntimeMethod*))Unsafe_SizeOf_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_m91B83BA0CC32D27CB1032F18DDB7D5ABEB1A9940_gshared_inline)(method); } // System.Void System.Numerics.Vector`1::.ctor(!0) inline void Vector_1__ctor_mF9172380EF810ED1668F9C704BD32020B7FC6E03 (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 * __this, uint16_t ___value0, const RuntimeMethod* method) { (( void (*) (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 *, uint16_t, const RuntimeMethod*))Vector_1__ctor_mF9172380EF810ED1668F9C704BD32020B7FC6E03_gshared)(__this, ___value0, method); } // !!0 System.Runtime.CompilerServices.Unsafe::Read>(System.Void*) inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 Unsafe_Read_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_mBB1DF2767AC9B44702AD7575971276B62E4BDC23_inline (void* ___source0, const RuntimeMethod* method) { return (( Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 (*) (void*, const RuntimeMethod*))Unsafe_Read_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_mBB1DF2767AC9B44702AD7575971276B62E4BDC23_gshared_inline)(___source0, method); } // System.Numerics.Vector`1 System.Numerics.Vector::Equals(System.Numerics.Vector`1,System.Numerics.Vector`1) inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 Vector_Equals_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mCDB9B27AC8BEC6E7B4DDF864FF36C4671F1A47B0_inline (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___left0, Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___right1, const RuntimeMethod* method) { return (( Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 (*) (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 , Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 , const RuntimeMethod*))Vector_Equals_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mCDB9B27AC8BEC6E7B4DDF864FF36C4671F1A47B0_gshared_inline)(___left0, ___right1, method); } // System.Numerics.Vector`1 System.Numerics.Vector`1::get_Zero() inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 Vector_1_get_Zero_mDB8F8C409C757B7CA1BC7E13F093E7571CDCD54C_inline (const RuntimeMethod* method) { return (( Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 (*) (const RuntimeMethod*))Vector_1_get_Zero_mDB8F8C409C757B7CA1BC7E13F093E7571CDCD54C_gshared_inline)(method); } // System.Boolean System.Numerics.Vector`1::Equals(System.Numerics.Vector`1) inline bool Vector_1_Equals_m3DA7756A8BB1A174372DE2B89F01FFEC290025DE (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 * __this, Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___other0, const RuntimeMethod* method) { return (( bool (*) (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 *, Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 , const RuntimeMethod*))Vector_1_Equals_m3DA7756A8BB1A174372DE2B89F01FFEC290025DE_gshared)(__this, ___other0, method); } // System.Int32 System.SpanHelpers::LocateFirstFoundChar(System.Numerics.Vector`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SpanHelpers_LocateFirstFoundChar_mC9FF98473ACDD92571AF535184DF5E286E532FAB_inline (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___match0, const RuntimeMethod* method); // System.Numerics.Vector`1 System.Numerics.Vector::AsVectorUInt64(System.Numerics.Vector`1) inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 Vector_AsVectorUInt64_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mFFBF84AADFC2ACF94EDB6EB83E84346EC9A4F26B_inline (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___value0, const RuntimeMethod* method) { return (( Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 (*) (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 , const RuntimeMethod*))Vector_AsVectorUInt64_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mFFBF84AADFC2ACF94EDB6EB83E84346EC9A4F26B_gshared_inline)(___value0, method); } // System.Int32 System.SpanHelpers::LocateFirstFoundChar(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SpanHelpers_LocateFirstFoundChar_m7B3D3FD47EB5BA8837CE3E8CE2D2BBA7BFC62CE3_inline (uint64_t ___match0, const RuntimeMethod* method); // System.Reflection.TypeInfo System.Reflection.IntrospectionExtensions::GetTypeInfo(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F * IntrospectionExtensions_GetTypeInfo_m77034F8576BE695819427C13103C591277C1B636 (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPrimitive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m43E50D507C45CE3BD51C0DC07C8AB061AFD6B3C3 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB (Type_t * __this, const RuntimeMethod* method); // System.Type System.Nullable::GetUnderlyingType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629 (Type_t * ___nullableType0, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsStatic_mE36F3A5B2DFF613C704AA56989D90D72760391EB (FieldInfo_t * __this, const RuntimeMethod* method); // System.Boolean System.SpanHelpers::IsReferenceOrContainsReferencesCore(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpanHelpers_IsReferenceOrContainsReferencesCore_m4046A8EAD00DA02AA423C292A8FCBB08268AD781 (Type_t * ___type0, const RuntimeMethod* method); // System.UInt32 System.UIntPtr::op_Explicit(System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UIntPtr_op_Explicit_m8EF5FC1C0CAF58F8F2310C0D989F20F0694CD7CF (uintptr_t ___value0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.Unsafe::InitBlockUnaligned(System.Void*,System.Byte,System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Unsafe_InitBlockUnaligned_mDBC18343453EDA9D3974E125987D6774C5257F2F_inline (void* ___startAddress0, uint8_t ___value1, uint32_t ___byteCount2, const RuntimeMethod* method); // System.UInt64 System.UIntPtr::op_Explicit(System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UIntPtr_op_Explicit_mEEA1D4A964FBFCC95BE2B91ADDD52EF7067C312D (uintptr_t ___value0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.Unsafe::InitBlockUnaligned(System.Byte&,System.Byte,System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Unsafe_InitBlockUnaligned_m68B5C8F29E67BD60711F6E9A841EB06C08B3D406_inline (uint8_t* ___startAddress0, uint8_t ___value1, uint32_t ___byteCount2, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51 (int64_t ___value0, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::Add(!!0&,System.IntPtr) inline uint8_t* Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline (uint8_t* ___source0, intptr_t ___elementOffset1, const RuntimeMethod* method) { return (( uint8_t* (*) (uint8_t*, intptr_t, const RuntimeMethod*))Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_gshared_inline)(___source0, ___elementOffset1, method); } // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) inline Reg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3 * Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3_mF4BF2810CBE7C096DA5665F72347A83B85057E67_inline (uint8_t* ___source0, const RuntimeMethod* method) { return (( Reg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3 * (*) (uint8_t*, const RuntimeMethod*))Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3_mF4BF2810CBE7C096DA5665F72347A83B85057E67_gshared_inline)(___source0, method); } // System.UIntPtr System.UIntPtr::op_Subtraction(System.UIntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t UIntPtr_op_Subtraction_m455602034049E11A086A49C915EDF9DAEC43C91D (uintptr_t ___pointer0, int32_t ___offset1, const RuntimeMethod* method); // System.Boolean System.SpanHelpers::LessThanEqual(System.IntPtr,System.UIntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C_inline (intptr_t ___index0, uintptr_t ___length1, const RuntimeMethod* method); // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) inline Reg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923 * Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923_m83848096DA9597AB033C49BCAD65A7C893E1E49B_inline (uint8_t* ___source0, const RuntimeMethod* method) { return (( Reg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923 * (*) (uint8_t*, const RuntimeMethod*))Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923_m83848096DA9597AB033C49BCAD65A7C893E1E49B_gshared_inline)(___source0, method); } // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) inline Reg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4 * Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4_mC19D8F3A2035990A057B673C4292F6BBBAA741E6_inline (uint8_t* ___source0, const RuntimeMethod* method) { return (( Reg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4 * (*) (uint8_t*, const RuntimeMethod*))Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4_mC19D8F3A2035990A057B673C4292F6BBBAA741E6_gshared_inline)(___source0, method); } // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) inline int64_t* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F26CDAA14482020C5D16E94E88D7982DE699AA0_inline (uint8_t* ___source0, const RuntimeMethod* method) { return (( int64_t* (*) (uint8_t*, const RuntimeMethod*))Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F26CDAA14482020C5D16E94E88D7982DE699AA0_gshared_inline)(___source0, method); } // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) inline int32_t* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m83EA99EBE20E63BBE5820F879F0820E5BF2D62C5_inline (uint8_t* ___source0, const RuntimeMethod* method) { return (( int32_t* (*) (uint8_t*, const RuntimeMethod*))Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m83EA99EBE20E63BBE5820F879F0820E5BF2D62C5_gshared_inline)(___source0, method); } // !!0& System.Runtime.CompilerServices.Unsafe::Add(!!0&,System.IntPtr) inline intptr_t* Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline (intptr_t* ___source0, intptr_t ___elementOffset1, const RuntimeMethod* method) { return (( intptr_t* (*) (intptr_t*, intptr_t, const RuntimeMethod*))Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_gshared_inline)(___source0, ___elementOffset1, method); } // System.Int64 System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB (intptr_t ___value0, const RuntimeMethod* method); // System.Int32 System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3 (intptr_t ___value0, const RuntimeMethod* method); // System.Char System.Buffers.StandardFormat::get_Symbol() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar StandardFormat_get_Symbol_mF8A6168808E4EEB455E2F8695DD243231285B0F2_inline (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method); // System.Byte System.Buffers.StandardFormat::get_Precision() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method); // System.Boolean System.Buffers.StandardFormat::get_HasPrecision() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandardFormat_get_HasPrecision_m512C556F8EABC1880A4057A0255D42C5008F322E (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method); // System.Boolean System.Buffers.StandardFormat::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandardFormat_get_IsDefault_mA235EA7D61B74384AF56AEC5174D2ACD568AE144 (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException_PrecisionTooLarge() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_PrecisionTooLarge_mAC345A1F72DBC919354CCB54CC6C24EF44BE48C1 (const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException_SymbolDoesNotFit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_SymbolDoesNotFit_m601A3BCC469FE8A7420CC33708307189B6C48B61 (const RuntimeMethod* method); // System.Void System.Buffers.StandardFormat::.ctor(System.Char,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardFormat__ctor_mEDC33761CDF50C5F7D01BF0DD6D673658931D43F (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, Il2CppChar ___symbol0, uint8_t ___precision1, const RuntimeMethod* method); // System.String System.SR::get_Argument_CannotParsePrecision() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Argument_CannotParsePrecision_mD5AE8AF7058ACCFA8B29EE757D68F9560981453E (const RuntimeMethod* method); // System.String System.SR::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m4480ECD777F2A905A368094827DDCB43478A8053 (String_t* ___resourceFormat0, RuntimeObject * ___p11, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.SR::get_Argument_PrecisionTooLarge() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Argument_PrecisionTooLarge_m42EED38BF28506133A0AB30447E3C35CCA120A7F (const RuntimeMethod* method); // System.ReadOnlySpan`1 System.MemoryExtensions::AsSpan(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 MemoryExtensions_AsSpan_m7527C7806D1DD24C012DC60C12280A9E1AEA8F15_inline (String_t* ___text0, const RuntimeMethod* method); // System.Buffers.StandardFormat System.Buffers.StandardFormat::Parse(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 StandardFormat_Parse_mF9CCE7DD1C51984A1554785001484F578E5FE65F (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 ___format0, const RuntimeMethod* method); // System.Boolean System.Buffers.StandardFormat::Equals(System.Buffers.StandardFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandardFormat_Equals_m6AAD6931E6B7620BC5676B60FDE95DEBDCC6A011 (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 ___other0, const RuntimeMethod* method); // System.Boolean System.Buffers.StandardFormat::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandardFormat_Equals_mB63E4B0879F9B74C0783E32117A22592050C887A (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Byte::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093 (uint8_t* __this, const RuntimeMethod* method); // System.Int32 System.Buffers.StandardFormat::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StandardFormat_GetHashCode_mA2398AB63B3856075F7E8F9A26D142878DDAB119 (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.String System.Buffers.StandardFormat::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StandardFormat_ToString_m1391A69E60EF500E59D59A29124BAD2C1D28CE6D (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method); // System.Exception System.ThrowHelper::CreateArrayTypeMismatchException() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArrayTypeMismatchException_m23F27BF82F951A64682A2CF14E0EDE9F3B54C93F (const RuntimeMethod* method); // System.Void System.ArrayTypeMismatchException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayTypeMismatchException__ctor_m76932588D9A980CDB675D12B0479F8EAC2D5E96D (ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 * __this, const RuntimeMethod* method); // System.Exception System.ThrowHelper::CreateArgumentException_InvalidTypeWithPointersNotSupported(System.Type) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentException_InvalidTypeWithPointersNotSupported_m4019588ED8511C985604C8CC9AD4AB6414676945 (Type_t * ___type0, const RuntimeMethod* method); // System.String System.SR::get_Argument_InvalidTypeWithPointersNotSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Argument_InvalidTypeWithPointersNotSupported_m2FD2DCBFF1853C8F9616D4C55DD1C14163A06B75 (const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Exception System.ThrowHelper::CreateArgumentException_DestinationTooShort() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentException_DestinationTooShort_m75CF4B3D7F56B0383E0BC84D86C085AA0CE90CD1 (const RuntimeMethod* method); // System.String System.SR::get_Argument_DestinationTooShort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Argument_DestinationTooShort_mDD536A55FFA1BD1CF5C34D9E074420C183905559 (const RuntimeMethod* method); // System.Exception System.ThrowHelper::CreateIndexOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateIndexOutOfRangeException_m8C8886676269B09CC5241BA6F5330D78B26F527B (const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m84F1D8D46E48427F4DFAC350A5F1E0D345C68523 (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __this, const RuntimeMethod* method); // System.Exception System.ThrowHelper::CreateArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentOutOfRangeException_m0841E9BF864372D7BF0512A13456F985C53FC03D (const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m81CEEF1FCB5EFBBAA39071F48BCFBC16AED0C915 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, const RuntimeMethod* method); // System.Exception System.ThrowHelper::CreateArgumentOutOfRangeException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentOutOfRangeException_m3ED3DA6D593699354BA4D397790440F3BFE84AEA (int32_t ___argument0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Exception System.ThrowHelper::CreateArgumentOutOfRangeException_PrecisionTooLarge() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentOutOfRangeException_PrecisionTooLarge_mC1889FF89FD22816EB8D105C942166D0BF6ADFAD (const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Exception System.ThrowHelper::CreateArgumentOutOfRangeException_SymbolDoesNotFit() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentOutOfRangeException_SymbolDoesNotFit_m903F8FB8357FE1BAB8BF450E0F95A79117EF2D19 (const RuntimeMethod* method); // System.String System.SR::get_Argument_BadFormatSpecifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Argument_BadFormatSpecifier_mFE81E4F926274AB402B890E679E6CAB600E61433 (const RuntimeMethod* method); // System.Exception System.ThrowHelper::CreateFormatException_BadFormatSpecifier() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateFormatException_BadFormatSpecifier_mA1D2DB12AB680960531A3C1A97098925F5154FDB (const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowFormatException_BadFormatSpecifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowFormatException_BadFormatSpecifier_m1E35DA4BEAAC3A721CFB9CE82029EBABF763EA8D (const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64(System.UInt64,System.Span`1,System.Int32&,System.Buffers.StandardFormat) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64_m903D18A13B3D28E3301BE4AA8CF22DA85694EB3A_inline (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 ___format3, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64(System.Int64,System.UInt64,System.Span`1,System.Int32&,System.Buffers.StandardFormat) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64_m61A954CEB254D25C2F681CF707F80AD856F73750_inline (int64_t ___value0, uint64_t ___mask1, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination2, int32_t* ___bytesWritten3, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 ___format4, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64Default(System.Int64,System.Span`1,System.Int32&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64Default_mF4B334DF6319D35C0B33A6572F7FF0EA3CE7C2A8_inline (int64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method); // System.String System.SR::get_Argument_GWithPrecisionNotSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Argument_GWithPrecisionNotSupported_mF77D1EF96FE22465E62C65C5895E968E7FB10019 (const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64D(System.Int64,System.Byte,System.Span`1,System.Int32&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64D_mB8F5C4DDAA08332F924D62C0B426C1D414C4ABCA_inline (int64_t ___value0, uint8_t ___precision1, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination2, int32_t* ___bytesWritten3, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64N(System.Int64,System.Byte,System.Span`1,System.Int32&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64N_m78109B8A854CD414F3883A4F54F2828D65E03A9E_inline (int64_t ___value0, uint8_t ___precision1, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination2, int32_t* ___bytesWritten3, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64X(System.UInt64,System.Byte,System.Boolean,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64X_m873913C215B45BE56870D7EFEFF57F558F1B79F1 (uint64_t ___value0, uint8_t ___precision1, bool ___useLower2, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination3, int32_t* ___bytesWritten4, const RuntimeMethod* method); // System.Boolean System.ThrowHelper::TryFormatThrowFormatException(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThrowHelper_TryFormatThrowFormatException_mAE469FD4BD034BFD4FB18C512DAD188188AADFCA (int32_t* ___bytesWritten0, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64D(System.UInt64,System.Byte,System.Span`1,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64D_m9CC93A27892C98CDC584E3A9A211BE4BCD9C47BC (uint64_t ___value0, uint8_t ___precision1, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination2, bool ___insertNegationSign3, int32_t* ___bytesWritten4, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt32SingleDigit(System.UInt32,System.Span`1,System.Int32&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt32SingleDigit_m640F93E5FC560A68BD27039E9C864C9C5D582335_inline (uint32_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method); // System.Int32 System.IntPtr::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B (const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64MultipleDigits(System.Int64,System.Span`1,System.Int32&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64MultipleDigits_mB1689643467ACA69DA8BBE4FE8C9272C127D4FBB_inline (int64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt32MultipleDigits(System.Int32,System.Span`1,System.Int32&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt32MultipleDigits_m006E2F6B25667EE3B58402D5101CE6BCA787A391_inline (int32_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64LessThanBillionMaxUInt(System.UInt64,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64LessThanBillionMaxUInt_mD0B30477DD0CE3DDAE2E87395EA417EE44806626 (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64MoreThanNegativeBillionMaxUInt(System.Int64,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64MoreThanNegativeBillionMaxUInt_m66C6074F21CCD770F792503E660A59CCE7B0E5F7 (int64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64MoreThanBillionMaxUInt(System.UInt64,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64MoreThanBillionMaxUInt_m906E75BFEC07873FC07898B6F41592B5F0F439A8 (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64LessThanNegativeBillionMaxUInt(System.Int64,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64LessThanNegativeBillionMaxUInt_m8B5E903509AF6881879B14886D005900E04B295C (int64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method); // System.Int32 System.Buffers.Text.FormattingHelpers::CountDigits(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountDigits_mA676272B50F0CE205CC72EA4455298AE722FE53E_inline (uint32_t ___value0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_gshared_inline)(__this, ___start0, ___length1, method); } // System.Void System.Buffers.Text.FormattingHelpers::WriteDigits(System.UInt32,System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline (uint32_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___buffer1, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt32MultipleDigits(System.UInt32,System.Span`1,System.Int32&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt32MultipleDigits_m8EE0BA7509C7951049017B0E1C3BB6E911CD7863_inline (uint32_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method); // System.Int32 System.Buffers.Text.FormattingHelpers::CountDigits(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountDigits_m675BA657779A2850D4C7B0DE8FFF5D53DCF95144_inline (uint64_t ___value0, const RuntimeMethod* method); // System.Void System.Buffers.Text.FormattingHelpers::WriteDigits(System.UInt64,System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FormattingHelpers_WriteDigits_mB84E216D8FDAAEE250F7E833F1886CF7352CD243_inline (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___buffer1, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64MultipleDigits(System.UInt64,System.Span`1,System.Int32&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64MultipleDigits_mF63FC4B51EE923E000733252A9E705D25531919B_inline (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64N(System.UInt64,System.Byte,System.Span`1,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64N_mCF9B963233A1FD9750B0EA2F8CF833980C18826D (uint64_t ___value0, uint8_t ___precision1, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination2, bool ___insertNegationSign3, int32_t* ___bytesWritten4, const RuntimeMethod* method); // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64Default(System.UInt64,System.Span`1,System.Int32&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64Default_mC66DA768AC3B8933EA96384412E1D8CFB51D64F2_inline (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32) inline Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 Span_1_Slice_mB88D43B3503491E904A7607A97A3E689E4C5C0A0_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, int32_t ___start0, const RuntimeMethod* method) { return (( Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *, int32_t, const RuntimeMethod*))Span_1_Slice_mB88D43B3503491E904A7607A97A3E689E4C5C0A0_gshared_inline)(__this, ___start0, method); } // System.Void System.Buffers.Text.FormattingHelpers::FillWithAsciiZeros(System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FormattingHelpers_FillWithAsciiZeros_m3A29E363C6C25E65720EA654150D6199298C3A5E_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___buffer0, const RuntimeMethod* method); // System.Void System.Buffers.Text.FormattingHelpers::WriteDigitsWithGroupSeparator(System.UInt64,System.Span`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FormattingHelpers_WriteDigitsWithGroupSeparator_m47961A365046CD674E315B8366DCC3A6C563F1F9_inline (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___buffer1, const RuntimeMethod* method); // System.Int32 System.Buffers.Text.FormattingHelpers::CountHexDigits(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountHexDigits_mC892DDD16C175A09E028D0CAC2F1FD4EBEFFE3BE_inline (uint64_t ___value0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentException_InvalidTypeWithPointersNotSupported(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4 (Type_t * ___type0, const RuntimeMethod* method); // System.Int32 System.ReadOnlySpan`1::get_Length() inline int32_t ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_gshared_inline)(__this, method); } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5 (int32_t ___argument0, const RuntimeMethod* method); // T& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.ReadOnlySpan`1) inline uint8_t* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93 (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___span0, const RuntimeMethod* method) { return (( uint8_t* (*) (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 , const RuntimeMethod*))MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_gshared)(___span0, method); } // T& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.Span`1) inline uint8_t* MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___span0, const RuntimeMethod* method) { return (( uint8_t* (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 , const RuntimeMethod*))MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_gshared)(___span0, method); } // System.Void System.ThrowHelper::ThrowIndexOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC (const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method); // System.Void System.Span`1::.ctor(System.Pinnable`1,System.IntPtr,System.Int32) inline void Span_1__ctor_m373EA84BF632F6408591B525142C56CAC893C040_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *, Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m373EA84BF632F6408591B525142C56CAC893C040_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t BinaryPrimitives_ReverseEndianness_m8876275E8BB85919AF8D1502C7FF7C7C74B2C43C (int16_t ___value0, const RuntimeMethod* method) { { int16_t L_0 = ___value0; int16_t L_1 = ___value0; return ((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)255)))<<(int32_t)8))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)65280)))>>(int32_t)8)))))); } } // System.Int32 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryPrimitives_ReverseEndianness_mCE965B137F559DCC5D929E83D08CFD360DCA56D0 (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; uint32_t L_1; L_1 = BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int64 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BinaryPrimitives_ReverseEndianness_mFA572A602247E6FA6B42E96E59EE84EDB0EFC1E4 (int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; uint64_t L_1; L_1 = BinaryPrimitives_ReverseEndianness_m6268D4E81221B0851A9F12D3446F3B488B804696_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.UInt16 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t BinaryPrimitives_ReverseEndianness_m8FF291C24CD2A9FA658A1370AFF29E94FCA8BAC7 (uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; uint16_t L_1 = ___value0; return (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0>>(int32_t)8)), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)8)))))); } } // System.UInt32 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20 (uint32_t ___value0, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; { uint32_t L_0 = ___value0; V_0 = ((int32_t)((int32_t)L_0&(int32_t)((int32_t)16711935))); uint32_t L_1 = ___value0; V_1 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)-16711936))); uint32_t L_2 = V_0; uint32_t L_3 = V_0; uint32_t L_4 = V_1; uint32_t L_5 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>8))|(int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)24))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_5>>((int32_t)24))))))); } } // System.UInt64 System.Buffers.Binary.BinaryPrimitives::ReverseEndianness(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t BinaryPrimitives_ReverseEndianness_m6268D4E81221B0851A9F12D3446F3B488B804696 (uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; uint32_t L_1; L_1 = BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline(((int32_t)((uint32_t)L_0)), /*hidden argument*/NULL); uint64_t L_2 = ___value0; uint32_t L_3; L_3 = BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline(((int32_t)((uint32_t)((int64_t)((uint64_t)L_2>>((int32_t)32))))), /*hidden argument*/NULL); return ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_1))<<(int32_t)((int32_t)32))), (int64_t)((int64_t)((uint64_t)L_3)))); } } // System.Int16 System.Buffers.Binary.BinaryPrimitives::ReadInt16BigEndian(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t BinaryPrimitives_ReadInt16BigEndian_m0A272EB05A9414BFB10C3DCD7FA120E1F2FD024C (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Read_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A22E6BFABF74C1CDFEDDF29DCE184625B9EAEA8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; int16_t L_1; L_1 = MemoryMarshal_Read_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A22E6BFABF74C1CDFEDDF29DCE184625B9EAEA8_inline(L_0, /*hidden argument*/MemoryMarshal_Read_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A22E6BFABF74C1CDFEDDF29DCE184625B9EAEA8_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_2) { goto IL_0015; } } { int16_t L_3 = V_0; int16_t L_4; L_4 = BinaryPrimitives_ReverseEndianness_m8876275E8BB85919AF8D1502C7FF7C7C74B2C43C_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { int16_t L_5 = V_0; return L_5; } } // System.Int32 System.Buffers.Binary.BinaryPrimitives::ReadInt32BigEndian(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryPrimitives_ReadInt32BigEndian_mFF4EF1BD1D97863906D06E452831316DC715F0F2 (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Read_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m08D4213DBE02501A8B8B2C01E02FC810025AFE9F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; int32_t L_1; L_1 = MemoryMarshal_Read_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m08D4213DBE02501A8B8B2C01E02FC810025AFE9F_inline(L_0, /*hidden argument*/MemoryMarshal_Read_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m08D4213DBE02501A8B8B2C01E02FC810025AFE9F_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_2) { goto IL_0015; } } { int32_t L_3 = V_0; int32_t L_4; L_4 = BinaryPrimitives_ReverseEndianness_mCE965B137F559DCC5D929E83D08CFD360DCA56D0_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { int32_t L_5 = V_0; return L_5; } } // System.Int64 System.Buffers.Binary.BinaryPrimitives::ReadInt64BigEndian(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BinaryPrimitives_ReadInt64BigEndian_m0E4D084E37A8F4E578122A2788BC69C69EC4FC45 (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Read_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F76ACC0A8CB68B0FCFC0389620595E86AFD4354_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; int64_t L_1; L_1 = MemoryMarshal_Read_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F76ACC0A8CB68B0FCFC0389620595E86AFD4354_inline(L_0, /*hidden argument*/MemoryMarshal_Read_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F76ACC0A8CB68B0FCFC0389620595E86AFD4354_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_2) { goto IL_0015; } } { int64_t L_3 = V_0; int64_t L_4; L_4 = BinaryPrimitives_ReverseEndianness_mFA572A602247E6FA6B42E96E59EE84EDB0EFC1E4_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { int64_t L_5 = V_0; return L_5; } } // System.UInt16 System.Buffers.Binary.BinaryPrimitives::ReadUInt16BigEndian(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t BinaryPrimitives_ReadUInt16BigEndian_m2CF82FDFFF0DB717A575FF6898073AB5E2389626 (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint16_t L_1; L_1 = MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_inline(L_0, /*hidden argument*/MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_2) { goto IL_0015; } } { uint16_t L_3 = V_0; uint16_t L_4; L_4 = BinaryPrimitives_ReverseEndianness_m8FF291C24CD2A9FA658A1370AFF29E94FCA8BAC7_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { uint16_t L_5 = V_0; return L_5; } } // System.UInt32 System.Buffers.Binary.BinaryPrimitives::ReadUInt32BigEndian(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BinaryPrimitives_ReadUInt32BigEndian_mB52DF5BA20846D5423BE20749F33AEAD2DD64063 (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Read_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m6979E20D9DB999F6CC91AA46E0643802AA436AF9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint32_t L_1; L_1 = MemoryMarshal_Read_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m6979E20D9DB999F6CC91AA46E0643802AA436AF9_inline(L_0, /*hidden argument*/MemoryMarshal_Read_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m6979E20D9DB999F6CC91AA46E0643802AA436AF9_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_2) { goto IL_0015; } } { uint32_t L_3 = V_0; uint32_t L_4; L_4 = BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { uint32_t L_5 = V_0; return L_5; } } // System.UInt64 System.Buffers.Binary.BinaryPrimitives::ReadUInt64BigEndian(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t BinaryPrimitives_ReadUInt64BigEndian_m1BB46883E6AC063C3CAEDF1B7792B1B01AE221A4 (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Read_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m3FEB98327CF270498351BA3EDA4852E58753DAF1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint64_t L_1; L_1 = MemoryMarshal_Read_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m3FEB98327CF270498351BA3EDA4852E58753DAF1_inline(L_0, /*hidden argument*/MemoryMarshal_Read_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m3FEB98327CF270498351BA3EDA4852E58753DAF1_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_2) { goto IL_0015; } } { uint64_t L_3 = V_0; uint64_t L_4; L_4 = BinaryPrimitives_ReverseEndianness_m6268D4E81221B0851A9F12D3446F3B488B804696_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { uint64_t L_5 = V_0; return L_5; } } // System.Int16 System.Buffers.Binary.BinaryPrimitives::ReadInt16LittleEndian(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t BinaryPrimitives_ReadInt16LittleEndian_mA02FF78AB6A34FD8761C19E33C6BA5FD6B6CEBCE (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Read_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A22E6BFABF74C1CDFEDDF29DCE184625B9EAEA8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; int16_t L_1; L_1 = MemoryMarshal_Read_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A22E6BFABF74C1CDFEDDF29DCE184625B9EAEA8_inline(L_0, /*hidden argument*/MemoryMarshal_Read_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A22E6BFABF74C1CDFEDDF29DCE184625B9EAEA8_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_2) { goto IL_0015; } } { int16_t L_3 = V_0; int16_t L_4; L_4 = BinaryPrimitives_ReverseEndianness_m8876275E8BB85919AF8D1502C7FF7C7C74B2C43C_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { int16_t L_5 = V_0; return L_5; } } // System.Int32 System.Buffers.Binary.BinaryPrimitives::ReadInt32LittleEndian(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryPrimitives_ReadInt32LittleEndian_m5875560D09FE47D739AC8A64CA794D54E2148916 (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Read_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m08D4213DBE02501A8B8B2C01E02FC810025AFE9F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; int32_t L_1; L_1 = MemoryMarshal_Read_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m08D4213DBE02501A8B8B2C01E02FC810025AFE9F_inline(L_0, /*hidden argument*/MemoryMarshal_Read_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m08D4213DBE02501A8B8B2C01E02FC810025AFE9F_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_2) { goto IL_0015; } } { int32_t L_3 = V_0; int32_t L_4; L_4 = BinaryPrimitives_ReverseEndianness_mCE965B137F559DCC5D929E83D08CFD360DCA56D0_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { int32_t L_5 = V_0; return L_5; } } // System.Int64 System.Buffers.Binary.BinaryPrimitives::ReadInt64LittleEndian(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BinaryPrimitives_ReadInt64LittleEndian_m9257D5B025647E6CE0517711E32E1BB23B514665 (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Read_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F76ACC0A8CB68B0FCFC0389620595E86AFD4354_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; int64_t L_1; L_1 = MemoryMarshal_Read_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F76ACC0A8CB68B0FCFC0389620595E86AFD4354_inline(L_0, /*hidden argument*/MemoryMarshal_Read_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F76ACC0A8CB68B0FCFC0389620595E86AFD4354_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_2) { goto IL_0015; } } { int64_t L_3 = V_0; int64_t L_4; L_4 = BinaryPrimitives_ReverseEndianness_mFA572A602247E6FA6B42E96E59EE84EDB0EFC1E4_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { int64_t L_5 = V_0; return L_5; } } // System.UInt16 System.Buffers.Binary.BinaryPrimitives::ReadUInt16LittleEndian(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t BinaryPrimitives_ReadUInt16LittleEndian_m2FE472C1E577A454D859FAD3233075D7482CA14B (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint16_t L_1; L_1 = MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_inline(L_0, /*hidden argument*/MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_2) { goto IL_0015; } } { uint16_t L_3 = V_0; uint16_t L_4; L_4 = BinaryPrimitives_ReverseEndianness_m8FF291C24CD2A9FA658A1370AFF29E94FCA8BAC7_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { uint16_t L_5 = V_0; return L_5; } } // System.UInt32 System.Buffers.Binary.BinaryPrimitives::ReadUInt32LittleEndian(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BinaryPrimitives_ReadUInt32LittleEndian_mEE46641BC73CAACA64F2952CD791BE96F5DB44F4 (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Read_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m6979E20D9DB999F6CC91AA46E0643802AA436AF9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint32_t L_1; L_1 = MemoryMarshal_Read_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m6979E20D9DB999F6CC91AA46E0643802AA436AF9_inline(L_0, /*hidden argument*/MemoryMarshal_Read_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m6979E20D9DB999F6CC91AA46E0643802AA436AF9_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_2) { goto IL_0015; } } { uint32_t L_3 = V_0; uint32_t L_4; L_4 = BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { uint32_t L_5 = V_0; return L_5; } } // System.UInt64 System.Buffers.Binary.BinaryPrimitives::ReadUInt64LittleEndian(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t BinaryPrimitives_ReadUInt64LittleEndian_m48F9AEE3848A21C018BB45F2D4A275497D824DD5 (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Read_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m3FEB98327CF270498351BA3EDA4852E58753DAF1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_0 = ___source0; uint64_t L_1; L_1 = MemoryMarshal_Read_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m3FEB98327CF270498351BA3EDA4852E58753DAF1_inline(L_0, /*hidden argument*/MemoryMarshal_Read_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m3FEB98327CF270498351BA3EDA4852E58753DAF1_RuntimeMethod_var); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_2) { goto IL_0015; } } { uint64_t L_3 = V_0; uint64_t L_4; L_4 = BinaryPrimitives_ReverseEndianness_m6268D4E81221B0851A9F12D3446F3B488B804696_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { uint64_t L_5 = V_0; return L_5; } } // System.Void System.Buffers.Binary.BinaryPrimitives::WriteInt16BigEndian(System.Span`1,System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryPrimitives_WriteInt16BigEndian_m145BFEDDA202B8085E6DB984853555288AB0937F (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int16_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Write_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m12C5364650D1D9A189121D7BF9E4FB4BEA8AE768_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_0) { goto IL_000f; } } { int16_t L_1 = ___value1; int16_t L_2; L_2 = BinaryPrimitives_ReverseEndianness_m8876275E8BB85919AF8D1502C7FF7C7C74B2C43C_inline(L_1, /*hidden argument*/NULL); ___value1 = L_2; } IL_000f: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___destination0; MemoryMarshal_Write_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m12C5364650D1D9A189121D7BF9E4FB4BEA8AE768_inline(L_3, (int16_t*)(&___value1), /*hidden argument*/MemoryMarshal_Write_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m12C5364650D1D9A189121D7BF9E4FB4BEA8AE768_RuntimeMethod_var); return; } } // System.Void System.Buffers.Binary.BinaryPrimitives::WriteInt32BigEndian(System.Span`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryPrimitives_WriteInt32BigEndian_mE2BBF5E719547269733F654BB15A4E482DEA8BCB (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int32_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Write_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m38EB8D70E18E06A50FB8F81B7D4B4E5222D435D4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_0) { goto IL_000f; } } { int32_t L_1 = ___value1; int32_t L_2; L_2 = BinaryPrimitives_ReverseEndianness_mCE965B137F559DCC5D929E83D08CFD360DCA56D0_inline(L_1, /*hidden argument*/NULL); ___value1 = L_2; } IL_000f: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___destination0; MemoryMarshal_Write_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m38EB8D70E18E06A50FB8F81B7D4B4E5222D435D4_inline(L_3, (int32_t*)(&___value1), /*hidden argument*/MemoryMarshal_Write_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m38EB8D70E18E06A50FB8F81B7D4B4E5222D435D4_RuntimeMethod_var); return; } } // System.Void System.Buffers.Binary.BinaryPrimitives::WriteUInt16BigEndian(System.Span`1,System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryPrimitives_WriteUInt16BigEndian_mE41F4661B3C514F338282F2C2B9CA9525D9B1E5A (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint16_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Write_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m91B76C03CFAEA56082DCAE0855BD5AF897BFCEC5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_0) { goto IL_000f; } } { uint16_t L_1 = ___value1; uint16_t L_2; L_2 = BinaryPrimitives_ReverseEndianness_m8FF291C24CD2A9FA658A1370AFF29E94FCA8BAC7_inline(L_1, /*hidden argument*/NULL); ___value1 = L_2; } IL_000f: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___destination0; MemoryMarshal_Write_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m91B76C03CFAEA56082DCAE0855BD5AF897BFCEC5_inline(L_3, (uint16_t*)(&___value1), /*hidden argument*/MemoryMarshal_Write_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m91B76C03CFAEA56082DCAE0855BD5AF897BFCEC5_RuntimeMethod_var); return; } } // System.Void System.Buffers.Binary.BinaryPrimitives::WriteUInt32BigEndian(System.Span`1,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryPrimitives_WriteUInt32BigEndian_m9EB6A671EA25CC201F502FA157F3B0514364714D (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint32_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Write_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mEE5318F59B9AFF690122D1987DF3E8CCA0182E44_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_0) { goto IL_000f; } } { uint32_t L_1 = ___value1; uint32_t L_2; L_2 = BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline(L_1, /*hidden argument*/NULL); ___value1 = L_2; } IL_000f: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___destination0; MemoryMarshal_Write_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mEE5318F59B9AFF690122D1987DF3E8CCA0182E44_inline(L_3, (uint32_t*)(&___value1), /*hidden argument*/MemoryMarshal_Write_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mEE5318F59B9AFF690122D1987DF3E8CCA0182E44_RuntimeMethod_var); return; } } // System.Void System.Buffers.Binary.BinaryPrimitives::WriteInt16LittleEndian(System.Span`1,System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryPrimitives_WriteInt16LittleEndian_mDBC9312623BA791694FC7A78F8E8290EBF21FF5A (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int16_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Write_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m12C5364650D1D9A189121D7BF9E4FB4BEA8AE768_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_0) { goto IL_000f; } } { int16_t L_1 = ___value1; int16_t L_2; L_2 = BinaryPrimitives_ReverseEndianness_m8876275E8BB85919AF8D1502C7FF7C7C74B2C43C_inline(L_1, /*hidden argument*/NULL); ___value1 = L_2; } IL_000f: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___destination0; MemoryMarshal_Write_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m12C5364650D1D9A189121D7BF9E4FB4BEA8AE768_inline(L_3, (int16_t*)(&___value1), /*hidden argument*/MemoryMarshal_Write_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m12C5364650D1D9A189121D7BF9E4FB4BEA8AE768_RuntimeMethod_var); return; } } // System.Void System.Buffers.Binary.BinaryPrimitives::WriteInt32LittleEndian(System.Span`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryPrimitives_WriteInt32LittleEndian_mA040D09BD7D326ACDC7701F9FF9BE08BCAF3A472 (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int32_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Write_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m38EB8D70E18E06A50FB8F81B7D4B4E5222D435D4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_0) { goto IL_000f; } } { int32_t L_1 = ___value1; int32_t L_2; L_2 = BinaryPrimitives_ReverseEndianness_mCE965B137F559DCC5D929E83D08CFD360DCA56D0_inline(L_1, /*hidden argument*/NULL); ___value1 = L_2; } IL_000f: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___destination0; MemoryMarshal_Write_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m38EB8D70E18E06A50FB8F81B7D4B4E5222D435D4_inline(L_3, (int32_t*)(&___value1), /*hidden argument*/MemoryMarshal_Write_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m38EB8D70E18E06A50FB8F81B7D4B4E5222D435D4_RuntimeMethod_var); return; } } // System.Void System.Buffers.Binary.BinaryPrimitives::WriteInt64LittleEndian(System.Span`1,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryPrimitives_WriteInt64LittleEndian_m6836A799FB8E44010217BCC7A861DC1B1A167F91 (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int64_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Write_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m7EC583D1692B7DF3D399720FFDE154C4250E7989_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_0) { goto IL_000f; } } { int64_t L_1 = ___value1; int64_t L_2; L_2 = BinaryPrimitives_ReverseEndianness_mFA572A602247E6FA6B42E96E59EE84EDB0EFC1E4_inline(L_1, /*hidden argument*/NULL); ___value1 = L_2; } IL_000f: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___destination0; MemoryMarshal_Write_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m7EC583D1692B7DF3D399720FFDE154C4250E7989_inline(L_3, (int64_t*)(&___value1), /*hidden argument*/MemoryMarshal_Write_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m7EC583D1692B7DF3D399720FFDE154C4250E7989_RuntimeMethod_var); return; } } // System.Void System.Buffers.Binary.BinaryPrimitives::WriteUInt16LittleEndian(System.Span`1,System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryPrimitives_WriteUInt16LittleEndian_m3A4CDF3029F0F20A75CD62A44F07909980472FC5 (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint16_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Write_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m91B76C03CFAEA56082DCAE0855BD5AF897BFCEC5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_0) { goto IL_000f; } } { uint16_t L_1 = ___value1; uint16_t L_2; L_2 = BinaryPrimitives_ReverseEndianness_m8FF291C24CD2A9FA658A1370AFF29E94FCA8BAC7_inline(L_1, /*hidden argument*/NULL); ___value1 = L_2; } IL_000f: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___destination0; MemoryMarshal_Write_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m91B76C03CFAEA56082DCAE0855BD5AF897BFCEC5_inline(L_3, (uint16_t*)(&___value1), /*hidden argument*/MemoryMarshal_Write_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m91B76C03CFAEA56082DCAE0855BD5AF897BFCEC5_RuntimeMethod_var); return; } } // System.Void System.Buffers.Binary.BinaryPrimitives::WriteUInt32LittleEndian(System.Span`1,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryPrimitives_WriteUInt32LittleEndian_m3287950DDEAF58E0CB38C821C2C449A29A7E40AD (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint32_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Write_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mEE5318F59B9AFF690122D1987DF3E8CCA0182E44_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_0) { goto IL_000f; } } { uint32_t L_1 = ___value1; uint32_t L_2; L_2 = BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline(L_1, /*hidden argument*/NULL); ___value1 = L_2; } IL_000f: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___destination0; MemoryMarshal_Write_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mEE5318F59B9AFF690122D1987DF3E8CCA0182E44_inline(L_3, (uint32_t*)(&___value1), /*hidden argument*/MemoryMarshal_Write_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mEE5318F59B9AFF690122D1987DF3E8CCA0182E44_RuntimeMethod_var); return; } } // System.Void System.Buffers.Binary.BinaryPrimitives::WriteUInt64LittleEndian(System.Span`1,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryPrimitives_WriteUInt64LittleEndian_m4E27EC6B15226FD87A93FB5B59C6840DE3807F41 (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint64_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_Write_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mBCE2FC25F4A82A2045573817741FB05E3E2ACBAE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_0) { goto IL_000f; } } { uint64_t L_1 = ___value1; uint64_t L_2; L_2 = BinaryPrimitives_ReverseEndianness_m6268D4E81221B0851A9F12D3446F3B488B804696_inline(L_1, /*hidden argument*/NULL); ___value1 = L_2; } IL_000f: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___destination0; MemoryMarshal_Write_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mBCE2FC25F4A82A2045573817741FB05E3E2ACBAE_inline(L_3, (uint64_t*)(&___value1), /*hidden argument*/MemoryMarshal_Write_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mBCE2FC25F4A82A2045573817741FB05E3E2ACBAE_RuntimeMethod_var); return; } } // System.Boolean System.Buffers.Binary.BinaryPrimitives::TryWriteInt16LittleEndian(System.Span`1,System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryPrimitives_TryWriteInt16LittleEndian_m55DB9EE3E34DC7397FA53665731EC29AA185CFA1 (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int16_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_TryWrite_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD4E30120F5A512003BE938D07A27540C66B8650B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_0) { goto IL_000f; } } { int16_t L_1 = ___value1; int16_t L_2; L_2 = BinaryPrimitives_ReverseEndianness_m8876275E8BB85919AF8D1502C7FF7C7C74B2C43C_inline(L_1, /*hidden argument*/NULL); ___value1 = L_2; } IL_000f: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_3 = ___destination0; bool L_4; L_4 = MemoryMarshal_TryWrite_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD4E30120F5A512003BE938D07A27540C66B8650B_inline(L_3, (int16_t*)(&___value1), /*hidden argument*/MemoryMarshal_TryWrite_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD4E30120F5A512003BE938D07A27540C66B8650B_RuntimeMethod_var); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Microsoft.CodeAnalysis.EmbeddedAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmbeddedAttribute__ctor_m7D7D024DA2EA05AEDF8B8C470F678A5DA96C8EB8 (EmbeddedAttribute_t9B89B1C38B332E83EF5D9D1D6F6088C7AC3E6EFB * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.Buffers.Text.FormattingHelpers::FillWithAsciiZeros(System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormattingHelpers_FillWithAsciiZeros_m3A29E363C6C25E65720EA654150D6199298C3A5E (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0013; } IL_0004: { int32_t L_0 = V_0; uint8_t* L_1; L_1 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer0), L_0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); *((int8_t*)L_1) = (int8_t)((int32_t)48); int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0013: { int32_t L_3 = V_0; int32_t L_4; L_4 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer0), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0004; } } { return; } } // System.Void System.Buffers.Text.FormattingHelpers::WriteDigits(System.UInt64,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormattingHelpers_WriteDigits_mB84E216D8FDAAEE250F7E833F1886CF7352CD243 (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint64_t V_1 = 0; { int32_t L_0; L_0 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); goto IL_002e; } IL_000c: { uint64_t L_1 = ___value0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int32_t)48))), (int64_t)L_1)); uint64_t L_2 = ___value0; ___value0 = ((int64_t)((uint64_t)(int64_t)L_2/(uint64_t)(int64_t)((int64_t)((int64_t)((int32_t)10))))); int32_t L_3 = V_0; uint8_t* L_4; L_4 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), L_3, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint64_t L_5 = V_1; uint64_t L_6 = ___value0; *((int8_t*)L_4) = (int8_t)((int32_t)((uint8_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_5, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)((int64_t)((int64_t)((int32_t)10))))))))); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; if ((((int32_t)L_8) >= ((int32_t)1))) { goto IL_000c; } } { uint8_t* L_9; L_9 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint64_t L_10 = ___value0; *((int8_t*)L_9) = (int8_t)((int32_t)((uint8_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int32_t)48))), (int64_t)L_10)))); return; } } // System.Void System.Buffers.Text.FormattingHelpers::WriteDigitsWithGroupSeparator(System.UInt64,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormattingHelpers_WriteDigitsWithGroupSeparator_m47961A365046CD674E315B8366DCC3A6C563F1F9 (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint64_t V_2 = 0; { V_0 = 0; int32_t L_0; L_0 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); goto IL_004b; } IL_000e: { uint64_t L_1 = ___value0; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int32_t)48))), (int64_t)L_1)); uint64_t L_2 = ___value0; ___value0 = ((int64_t)((uint64_t)(int64_t)L_2/(uint64_t)(int64_t)((int64_t)((int64_t)((int32_t)10))))); int32_t L_3 = V_1; uint8_t* L_4; L_4 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), L_3, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint64_t L_5 = V_2; uint64_t L_6 = ___value0; *((int8_t*)L_4) = (int8_t)((int32_t)((uint8_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_5, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)((int64_t)((int64_t)((int32_t)10))))))))); int32_t L_7 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)2)))) { goto IL_0043; } } { int32_t L_8 = V_1; int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); V_1 = L_9; uint8_t* L_10; L_10 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), L_9, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); *((int8_t*)L_10) = (int8_t)((int32_t)44); V_0 = 0; goto IL_0047; } IL_0043: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0047: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_004b: { int32_t L_13 = V_1; if ((((int32_t)L_13) >= ((int32_t)1))) { goto IL_000e; } } { uint8_t* L_14; L_14 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint64_t L_15 = ___value0; *((int8_t*)L_14) = (int8_t)((int32_t)((uint8_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int32_t)48))), (int64_t)L_15)))); return; } } // System.Void System.Buffers.Text.FormattingHelpers::WriteDigits(System.UInt32,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE (uint32_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint32_t V_1 = 0; { int32_t L_0; L_0 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); goto IL_002b; } IL_000c: { uint32_t L_1 = ___value0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)L_1)); uint32_t L_2 = ___value0; ___value0 = ((int32_t)((uint32_t)(int32_t)L_2/(uint32_t)(int32_t)((int32_t)10))); int32_t L_3 = V_0; uint8_t* L_4; L_4 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), L_3, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint32_t L_5 = V_1; uint32_t L_6 = ___value0; *((int8_t*)L_4) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)((int32_t)10))))))); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } IL_002b: { int32_t L_8 = V_0; if ((((int32_t)L_8) >= ((int32_t)1))) { goto IL_000c; } } { uint8_t* L_9; L_9 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint32_t L_10 = ___value0; *((int8_t*)L_9) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)L_10)))); return; } } // System.Int32 System.Buffers.Text.FormattingHelpers::CountDigits(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountDigits_m675BA657779A2850D4C7B0DE8FFF5D53DCF95144 (uint64_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; uint32_t V_1 = 0; { V_0 = 1; uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) >= ((uint64_t)((int64_t)((int64_t)((int32_t)10000000))))))) { goto IL_003b; } } { uint64_t L_1 = ___value0; if ((!(((uint64_t)L_1) >= ((uint64_t)((int64_t)100000000000000LL))))) { goto IL_002b; } } { uint64_t L_2 = ___value0; V_1 = ((int32_t)((uint32_t)((int64_t)((uint64_t)(int64_t)L_2/(uint64_t)(int64_t)((int64_t)100000000000000LL))))); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)14))); goto IL_003e; } IL_002b: { uint64_t L_4 = ___value0; V_1 = ((int32_t)((uint32_t)((int64_t)((uint64_t)(int64_t)L_4/(uint64_t)(int64_t)((int64_t)((int64_t)((int32_t)10000000))))))); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)7)); goto IL_003e; } IL_003b: { uint64_t L_6 = ___value0; V_1 = ((int32_t)((uint32_t)L_6)); } IL_003e: { uint32_t L_7 = V_1; if ((!(((uint32_t)L_7) >= ((uint32_t)((int32_t)10))))) { goto IL_008a; } } { uint32_t L_8 = V_1; if ((!(((uint32_t)L_8) < ((uint32_t)((int32_t)100))))) { goto IL_004e; } } { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); goto IL_008a; } IL_004e: { uint32_t L_10 = V_1; if ((!(((uint32_t)L_10) < ((uint32_t)((int32_t)1000))))) { goto IL_005c; } } { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)2)); goto IL_008a; } IL_005c: { uint32_t L_12 = V_1; if ((!(((uint32_t)L_12) < ((uint32_t)((int32_t)10000))))) { goto IL_006a; } } { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)); goto IL_008a; } IL_006a: { uint32_t L_14 = V_1; if ((!(((uint32_t)L_14) < ((uint32_t)((int32_t)100000))))) { goto IL_0078; } } { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)4)); goto IL_008a; } IL_0078: { uint32_t L_16 = V_1; if ((!(((uint32_t)L_16) < ((uint32_t)((int32_t)1000000))))) { goto IL_0086; } } { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)5)); goto IL_008a; } IL_0086: { int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)6)); } IL_008a: { int32_t L_19 = V_0; return L_19; } } // System.Int32 System.Buffers.Text.FormattingHelpers::CountDigits(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountDigits_mA676272B50F0CE205CC72EA4455298AE722FE53E (uint32_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; uint32_t L_0 = ___value0; if ((!(((uint32_t)L_0) >= ((uint32_t)((int32_t)100000))))) { goto IL_0017; } } { uint32_t L_1 = ___value0; ___value0 = ((int32_t)((uint32_t)(int32_t)L_1/(uint32_t)(int32_t)((int32_t)100000))); int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)5)); } IL_0017: { uint32_t L_3 = ___value0; if ((!(((uint32_t)L_3) >= ((uint32_t)((int32_t)10))))) { goto IL_0047; } } { uint32_t L_4 = ___value0; if ((!(((uint32_t)L_4) < ((uint32_t)((int32_t)100))))) { goto IL_0027; } } { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); goto IL_0047; } IL_0027: { uint32_t L_6 = ___value0; if ((!(((uint32_t)L_6) < ((uint32_t)((int32_t)1000))))) { goto IL_0035; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)); goto IL_0047; } IL_0035: { uint32_t L_8 = ___value0; if ((!(((uint32_t)L_8) < ((uint32_t)((int32_t)10000))))) { goto IL_0043; } } { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)3)); goto IL_0047; } IL_0043: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)4)); } IL_0047: { int32_t L_11 = V_0; return L_11; } } // System.Int32 System.Buffers.Text.FormattingHelpers::CountHexDigits(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountHexDigits_mC892DDD16C175A09E028D0CAC2F1FD4EBEFFE3BE (uint64_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) > ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_0011; } } { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)8)); uint64_t L_2 = ___value0; ___value0 = ((int64_t)((uint64_t)L_2>>((int32_t)32))); } IL_0011: { uint64_t L_3 = ___value0; if ((!(((uint64_t)L_3) > ((uint64_t)((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_0024; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)); uint64_t L_5 = ___value0; ___value0 = ((int64_t)((uint64_t)L_5>>((int32_t)16))); } IL_0024: { uint64_t L_6 = ___value0; if ((!(((uint64_t)L_6) > ((uint64_t)((int64_t)((int64_t)((int32_t)255))))))) { goto IL_0036; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)); uint64_t L_8 = ___value0; ___value0 = ((int64_t)((uint64_t)L_8>>8)); } IL_0036: { uint64_t L_9 = ___value0; if ((!(((uint64_t)L_9) > ((uint64_t)((int64_t)((int64_t)((int32_t)15))))))) { goto IL_0040; } } { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0040: { int32_t L_11 = V_0; return L_11; } } #ifdef __clang__ #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.Runtime.CompilerServices.IsByRefLikeAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IsByRefLikeAttribute__ctor_m3F813C04C0FAF02B5AF712ED98929300CD6E44DD (IsByRefLikeAttribute_t4ED9D8CF7709ED7300B718C603BBF8F8AF65EF38 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.CompilerServices.IsReadOnlyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IsReadOnlyAttribute__ctor_m07A8C937D13DE79AF8ED555F18E5AE9FDA6C3879 (IsReadOnlyAttribute_tEE4069DE19AA2D2FEF7D3142EAE79311F7BB26E9 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ReadOnlySpan`1 System.MemoryExtensions::Trim(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 MemoryExtensions_Trim_m1E95BA795E4986E05C21DA799B8817DC69153DFC (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 ___span0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 L_0 = ___span0; IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 L_1; L_1 = MemoryExtensions_TrimStart_m7F291DFFF7D1DFBED45698047A694A4678A4740E(L_0, /*hidden argument*/NULL); ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 L_2; L_2 = MemoryExtensions_TrimEnd_m79AAB5B4F11DA4B1A7070BF6555E4C3078BF9BD3(L_1, /*hidden argument*/NULL); return L_2; } } // System.ReadOnlySpan`1 System.MemoryExtensions::TrimStart(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 MemoryExtensions_TrimStart_m7F291DFFF7D1DFBED45698047A694A4678A4740E (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 ___span0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mC055D9B8DCA2EB4562338BF36B89CC4B229D5C4D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0018; } IL_0004: { int32_t L_0 = V_0; Il2CppChar* L_1; L_1 = ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_inline((ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *)(&___span0), L_0, /*hidden argument*/ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_RuntimeMethod_var); int32_t L_2 = *((uint16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3; L_3 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0018: { int32_t L_5 = V_0; int32_t L_6; L_6 = ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_inline((ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *)(&___span0), /*hidden argument*/ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0004; } } IL_0022: { int32_t L_7 = V_0; ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 L_8; L_8 = ReadOnlySpan_1_Slice_mC055D9B8DCA2EB4562338BF36B89CC4B229D5C4D_inline((ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *)(&___span0), L_7, /*hidden argument*/ReadOnlySpan_1_Slice_mC055D9B8DCA2EB4562338BF36B89CC4B229D5C4D_RuntimeMethod_var); return L_8; } } // System.ReadOnlySpan`1 System.MemoryExtensions::TrimEnd(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 MemoryExtensions_TrimEnd_m79AAB5B4F11DA4B1A7070BF6555E4C3078BF9BD3 (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 ___span0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_m263B11AC38B6DD520C1C0CCEC53D1AE555FB7B41_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_inline((ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *)(&___span0), /*hidden argument*/ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); goto IL_0020; } IL_000c: { int32_t L_1 = V_0; Il2CppChar* L_2; L_2 = ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_inline((ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *)(&___span0), L_1, /*hidden argument*/ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_RuntimeMethod_var); int32_t L_3 = *((uint16_t*)L_2); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_4; L_4 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0024; } } { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); } IL_0020: { int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_000c; } } IL_0024: { int32_t L_7 = V_0; ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 L_8; L_8 = ReadOnlySpan_1_Slice_m263B11AC38B6DD520C1C0CCEC53D1AE555FB7B41_inline((ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *)(&___span0), 0, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), /*hidden argument*/ReadOnlySpan_1_Slice_m263B11AC38B6DD520C1C0CCEC53D1AE555FB7B41_RuntimeMethod_var); return L_8; } } // System.ReadOnlySpan`1 System.MemoryExtensions::AsSpan(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 MemoryExtensions_AsSpan_m7527C7806D1DD24C012DC60C12280A9E1AEA8F15 (String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0D025D7B51DA191FC6D80F997B27442A9F967A1D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisPinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C_m7E80A987C4DE01A770DAD3FB350E783028175EB9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___text0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_0), sizeof(ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 )); ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 L_1 = V_0; return L_1; } IL_000d: { String_t* L_2 = ___text0; Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * L_3; L_3 = Unsafe_As_TisPinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C_m7E80A987C4DE01A770DAD3FB350E783028175EB9_inline(L_2, /*hidden argument*/Unsafe_As_TisPinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C_m7E80A987C4DE01A770DAD3FB350E783028175EB9_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_4 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_5 = ___text0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 L_7; memset((&L_7), 0, sizeof(L_7)); ReadOnlySpan_1__ctor_m0D025D7B51DA191FC6D80F997B27442A9F967A1D_inline((&L_7), L_3, (intptr_t)L_4, L_6, /*hidden argument*/ReadOnlySpan_1__ctor_m0D025D7B51DA191FC6D80F997B27442A9F967A1D_RuntimeMethod_var); return L_7; } } // System.IntPtr System.MemoryExtensions::MeasureStringAdjustment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t MemoryExtensions_MeasureStringAdjustment_m8E2719E3CCAD24803BEF8B9C9873DDFAA528C762 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_AsRef_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m5E5975CD1A395BBD384135CCF4170535D5CCFD9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisPinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C_m7E80A987C4DE01A770DAD3FB350E783028175EB9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_ByteOffset_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mBE5AFB80C664A712FB404774BDBD9F10A7001DCD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; { V_0 = _stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78; String_t* L_0 = V_0; V_2 = L_0; String_t* L_1 = V_2; V_1 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_1; if (!L_2) { goto IL_0016; } } { Il2CppChar* L_3 = V_1; int32_t L_4; L_4 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4)); } IL_0016: { String_t* L_5 = V_0; Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * L_6; L_6 = Unsafe_As_TisPinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C_m7E80A987C4DE01A770DAD3FB350E783028175EB9_inline(L_5, /*hidden argument*/Unsafe_As_TisPinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C_m7E80A987C4DE01A770DAD3FB350E783028175EB9_RuntimeMethod_var); NullCheck(L_6); Il2CppChar* L_7 = L_6->get_address_of_Data_0(); Il2CppChar* L_8 = V_1; Il2CppChar* L_9; L_9 = Unsafe_AsRef_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m5E5975CD1A395BBD384135CCF4170535D5CCFD9C_inline((void*)(void*)L_8, /*hidden argument*/Unsafe_AsRef_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m5E5975CD1A395BBD384135CCF4170535D5CCFD9C_RuntimeMethod_var); intptr_t L_10; L_10 = Unsafe_ByteOffset_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mBE5AFB80C664A712FB404774BDBD9F10A7001DCD_inline((Il2CppChar*)L_7, (Il2CppChar*)L_9, /*hidden argument*/Unsafe_ByteOffset_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mBE5AFB80C664A712FB404774BDBD9F10A7001DCD_RuntimeMethod_var); return (intptr_t)L_10; } } // System.Void System.MemoryExtensions::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryExtensions__cctor_mC634116818572F66DC5A4416FB29AFBFCE859EBE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = MemoryExtensions_MeasureStringAdjustment_m8E2719E3CCAD24803BEF8B9C9873DDFAA528C762(/*hidden argument*/NULL); ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->set_StringAdjustment_0((intptr_t)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Buffers.MemoryHandle IL2CPP_EXTERN_C void MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshal_pinvoke(const MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C& unmarshaled, MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshaled_pinvoke& marshaled) { Exception_t* ____pinnable_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_pinnable' of type 'MemoryHandle': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____pinnable_2Exception, NULL); } IL2CPP_EXTERN_C void MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshal_pinvoke_back(const MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshaled_pinvoke& marshaled, MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C& unmarshaled) { Exception_t* ____pinnable_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_pinnable' of type 'MemoryHandle': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____pinnable_2Exception, NULL); } // Conversion method for clean up from marshalling of: System.Buffers.MemoryHandle IL2CPP_EXTERN_C void MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshal_pinvoke_cleanup(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Buffers.MemoryHandle IL2CPP_EXTERN_C void MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshal_com(const MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C& unmarshaled, MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshaled_com& marshaled) { Exception_t* ____pinnable_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_pinnable' of type 'MemoryHandle': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____pinnable_2Exception, NULL); } IL2CPP_EXTERN_C void MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshal_com_back(const MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshaled_com& marshaled, MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C& unmarshaled) { Exception_t* ____pinnable_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_pinnable' of type 'MemoryHandle': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____pinnable_2Exception, NULL); } // Conversion method for clean up from marshalling of: System.Buffers.MemoryHandle IL2CPP_EXTERN_C void MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshal_com_cleanup(MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C_marshaled_com& marshaled) { } // System.Void System.Buffers.MemoryHandle::.ctor(System.Void*,System.Runtime.InteropServices.GCHandle,System.Buffers.IPinnable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHandle__ctor_mD254CBC13788969FCC315DF2B1C8615A945F18B3 (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * __this, void* ___pointer0, GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___handle1, RuntimeObject* ___pinnable2, const RuntimeMethod* method) { { void* L_0 = ___pointer0; __this->set__pointer_0((void*)L_0); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_1 = ___handle1; __this->set__handle_1(L_1); RuntimeObject* L_2 = ___pinnable2; __this->set__pinnable_2(L_2); return; } } IL2CPP_EXTERN_C void MemoryHandle__ctor_mD254CBC13788969FCC315DF2B1C8615A945F18B3_AdjustorThunk (RuntimeObject * __this, void* ___pointer0, GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___handle1, RuntimeObject* ___pinnable2, const RuntimeMethod* method) { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); MemoryHandle__ctor_mD254CBC13788969FCC315DF2B1C8615A945F18B3(_thisAdjusted, ___pointer0, ___handle1, ___pinnable2, method); } // System.Void* System.Buffers.MemoryHandle::get_Pointer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * __this, const RuntimeMethod* method) { { void* L_0 = __this->get__pointer_0(); return (void*)(L_0); } } IL2CPP_EXTERN_C void* MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); void* _returnValue; _returnValue = MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline(_thisAdjusted, method); return _returnValue; } // System.Void System.Buffers.MemoryHandle::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPinnable_t5F43661062D3A813291C43D3D17B9FA43963D6F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * L_0 = __this->get_address_of__handle_1(); bool L_1; L_1 = GCHandle_get_IsAllocated_mEDA4DAC6AD6D881110E96CAFDAB78C068F5B144D((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * L_2 = __this->get_address_of__handle_1(); GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)L_2, /*hidden argument*/NULL); } IL_0018: { RuntimeObject* L_3 = __this->get__pinnable_2(); if (!L_3) { goto IL_0032; } } { RuntimeObject* L_4 = __this->get__pinnable_2(); NullCheck(L_4); InterfaceActionInvoker0::Invoke(0 /* System.Void System.Buffers.IPinnable::Unpin() */, IPinnable_t5F43661062D3A813291C43D3D17B9FA43963D6F3_il2cpp_TypeInfo_var, L_4); __this->set__pinnable_2((RuntimeObject*)NULL); } IL_0032: { __this->set__pointer_0((void*)((uintptr_t)0)); return; } } IL2CPP_EXTERN_C void MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); MemoryHandle_Dispose_mE19418148935D11619DD13966114889837089E9A(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.NUInt::.ctor(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUInt__ctor_m34A1178C5D59B395E905B670FCF390D1AA5DC85E (NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set__value_0((void*)((uintptr_t)L_0)); return; } } IL2CPP_EXTERN_C void NUInt__ctor_m34A1178C5D59B395E905B670FCF390D1AA5DC85E_AdjustorThunk (RuntimeObject * __this, uint32_t ___value0, const RuntimeMethod* method) { NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); NUInt__ctor_m34A1178C5D59B395E905B670FCF390D1AA5DC85E(_thisAdjusted, ___value0, method); } // System.Void System.NUInt::.ctor(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NUInt__ctor_mBD99E19E274774DF07488C672C5DFC90F4B21973 (NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 * __this, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; __this->set__value_0((void*)((uintptr_t)L_0)); return; } } IL2CPP_EXTERN_C void NUInt__ctor_mBD99E19E274774DF07488C672C5DFC90F4B21973_AdjustorThunk (RuntimeObject * __this, uint64_t ___value0, const RuntimeMethod* method) { NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); NUInt__ctor_mBD99E19E274774DF07488C672C5DFC90F4B21973(_thisAdjusted, ___value0, method); } // System.NUInt System.NUInt::op_Explicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 NUInt_op_Explicit_m680513883587956D1452B1EB6D321D4C3A0C8366 (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 L_1; memset((&L_1), 0, sizeof(L_1)); NUInt__ctor_m34A1178C5D59B395E905B670FCF390D1AA5DC85E((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Void* System.NUInt::op_Explicit(System.NUInt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NUInt_op_Explicit_mAC8186F05FC1F16BAEB9A73957491CB24A067D46 (NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 ___value0, const RuntimeMethod* method) { { NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 L_0 = ___value0; void* L_1 = L_0.get__value_0(); return (void*)(L_1); } } // System.NUInt System.NUInt::op_Multiply(System.NUInt,System.NUInt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 NUInt_op_Multiply_mABFB3E10A51F74FDC0CD9B799B7BF35C2C5D8D85 (NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 ___left0, NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 ___right1, const RuntimeMethod* method) { { uint32_t L_0 = sizeof(intptr_t); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_001e; } } { NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 L_1 = ___left0; void* L_2 = L_1.get__value_0(); NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 L_3 = ___right1; void* L_4 = L_3.get__value_0(); NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 L_5; memset((&L_5), 0, sizeof(L_5)); NUInt__ctor_mBD99E19E274774DF07488C672C5DFC90F4B21973((&L_5), ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((uint64_t)(intptr_t)L_2)), (int64_t)((int64_t)((uint64_t)(intptr_t)L_4)))), /*hidden argument*/NULL); return L_5; } IL_001e: { NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 L_6 = ___left0; void* L_7 = L_6.get__value_0(); NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 L_8 = ___right1; void* L_9 = L_8.get__value_0(); NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 L_10; memset((&L_10), 0, sizeof(L_10)); NUInt__ctor_m34A1178C5D59B395E905B670FCF390D1AA5DC85E((&L_10), ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((uint32_t)(intptr_t)L_7)), (int32_t)((int32_t)((uint32_t)(intptr_t)L_9)))), /*hidden argument*/NULL); return L_10; } } #ifdef __clang__ #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.Resources.ResourceManager System.SR::get_ResourceManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * SR_get_ResourceManager_m18A791F4D611559D5B214B3020BAB11F2AC869EC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * G_B2_0 = NULL; ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * G_B1_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * L_0 = ((SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_StaticFields*)il2cpp_codegen_static_fields_for(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var))->get_s_resourceManager_0(); ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = SR_get_ResourceType_mA677195FD1721150495B84739EFFDCB9366A5541_inline(/*hidden argument*/NULL); ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * L_3 = (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A *)il2cpp_codegen_object_new(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); ResourceManager__ctor_mC8A203D5697A2FAD2B336CF3534C21276918BD25(L_3, L_2, /*hidden argument*/NULL); ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * L_4 = L_3; ((SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_StaticFields*)il2cpp_codegen_static_fields_for(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var))->set_s_resourceManager_0(L_4); G_B2_0 = L_4; } IL_0019: { return G_B2_0; } } // System.Boolean System.SR::UsingResourceKeys() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool SR_UsingResourceKeys_m08DBDDDDF80E9F0013615CAB611F552F836BB526 (const RuntimeMethod* method) { { return (bool)0; } } // System.String System.SR::GetResourceString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetResourceString_mEC79B3C28B26B1540E26C3CD899938CC955A4748 (String_t* ___resourceKey0, String_t* ___defaultString1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (String_t*)NULL; } IL_0002: try {// begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * L_0; L_0 = SR_get_ResourceManager_m18A791F4D611559D5B214B3020BAB11F2AC869EC(/*hidden argument*/NULL); String_t* L_1 = ___resourceKey0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(9 /* System.String System.Resources.ResourceManager::GetString(System.String) */, L_0, L_1); V_0 = L_2; goto IL_0013; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0010; } throw e; } CATCH_0010: {// begin catch(System.Resources.MissingManifestResourceException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0013; }// end catch (depth: 1) IL_0013: { String_t* L_3 = ___defaultString1; if (!L_3) { goto IL_0022; } } { String_t* L_4 = ___resourceKey0; String_t* L_5 = V_0; NullCheck(L_4); bool L_6; L_6 = String_Equals_m62F0586691097AA2EE48F1596A130170BCFBF7F6(L_4, L_5, 4, /*hidden argument*/NULL); if (!L_6) { goto IL_0022; } } { String_t* L_7 = ___defaultString1; return L_7; } IL_0022: { String_t* L_8 = V_0; return L_8; } } // System.String System.SR::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m4480ECD777F2A905A368094827DDCB43478A8053 (String_t* ___resourceFormat0, RuntimeObject * ___p11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); bool L_0; L_0 = SR_UsingResourceKeys_m08DBDDDDF80E9F0013615CAB611F552F836BB526(/*hidden argument*/NULL); if (!L_0) { goto IL_0020; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; String_t* L_3 = ___resourceFormat0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_2; RuntimeObject * L_5 = ___p11; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_5); String_t* L_6; L_6 = String_Join_m7BEA4678919FD9393062F8E8B5328A4DBB1A95E5(_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, L_4, /*hidden argument*/NULL); return L_6; } IL_0020: { String_t* L_7 = ___resourceFormat0; RuntimeObject * L_8 = ___p11; String_t* L_9; L_9 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Type System.SR::get_ResourceType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * SR_get_ResourceType_mA677195FD1721150495B84739EFFDCB9366A5541 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); Type_t * L_0 = ((SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_StaticFields*)il2cpp_codegen_static_fields_for(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var))->get_U3CResourceTypeU3Ek__BackingField_1(); return L_0; } } // System.String System.SR::get_NotSupported_CannotCallEqualsOnSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_NotSupported_CannotCallEqualsOnSpan_mACE24A88A0ADF9880C315FDC0963BA17E66B0394 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89BF668EA220E1F9C98F61872576447AF8F92A3F); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); String_t* L_0; L_0 = SR_GetResourceString_mEC79B3C28B26B1540E26C3CD899938CC955A4748(_stringLiteral89BF668EA220E1F9C98F61872576447AF8F92A3F, (String_t*)NULL, /*hidden argument*/NULL); return L_0; } } // System.String System.SR::get_NotSupported_CannotCallGetHashCodeOnSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_NotSupported_CannotCallGetHashCodeOnSpan_m4BC3D1B6994913E69BDD4028026F18A279A9DBDB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral819CA64A4459548685C67A2CD1C9D5E94F49CCD5); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); String_t* L_0; L_0 = SR_GetResourceString_mEC79B3C28B26B1540E26C3CD899938CC955A4748(_stringLiteral819CA64A4459548685C67A2CD1C9D5E94F49CCD5, (String_t*)NULL, /*hidden argument*/NULL); return L_0; } } // System.String System.SR::get_Argument_InvalidTypeWithPointersNotSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Argument_InvalidTypeWithPointersNotSupported_m2FD2DCBFF1853C8F9616D4C55DD1C14163A06B75 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4CC20FA775B7CE5630588715DBC10889D01DC6F1); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); String_t* L_0; L_0 = SR_GetResourceString_mEC79B3C28B26B1540E26C3CD899938CC955A4748(_stringLiteral4CC20FA775B7CE5630588715DBC10889D01DC6F1, (String_t*)NULL, /*hidden argument*/NULL); return L_0; } } // System.String System.SR::get_Argument_DestinationTooShort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Argument_DestinationTooShort_mDD536A55FFA1BD1CF5C34D9E074420C183905559 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44B6E521D3C115CEA4878E4F981B5C2ACC1C885A); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); String_t* L_0; L_0 = SR_GetResourceString_mEC79B3C28B26B1540E26C3CD899938CC955A4748(_stringLiteral44B6E521D3C115CEA4878E4F981B5C2ACC1C885A, (String_t*)NULL, /*hidden argument*/NULL); return L_0; } } // System.String System.SR::get_Argument_BadFormatSpecifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Argument_BadFormatSpecifier_mFE81E4F926274AB402B890E679E6CAB600E61433 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37FA0EDE6488E25C5E7ECFF869A075843387FBB3); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); String_t* L_0; L_0 = SR_GetResourceString_mEC79B3C28B26B1540E26C3CD899938CC955A4748(_stringLiteral37FA0EDE6488E25C5E7ECFF869A075843387FBB3, (String_t*)NULL, /*hidden argument*/NULL); return L_0; } } // System.String System.SR::get_Argument_GWithPrecisionNotSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Argument_GWithPrecisionNotSupported_mF77D1EF96FE22465E62C65C5895E968E7FB10019 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C540348BA11A2EE6516FA67EED1B5091F940BED); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); String_t* L_0; L_0 = SR_GetResourceString_mEC79B3C28B26B1540E26C3CD899938CC955A4748(_stringLiteral9C540348BA11A2EE6516FA67EED1B5091F940BED, (String_t*)NULL, /*hidden argument*/NULL); return L_0; } } // System.String System.SR::get_Argument_CannotParsePrecision() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Argument_CannotParsePrecision_mD5AE8AF7058ACCFA8B29EE757D68F9560981453E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31C5B361BE28C345F3B64B8F0113EFCF495B5393); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); String_t* L_0; L_0 = SR_GetResourceString_mEC79B3C28B26B1540E26C3CD899938CC955A4748(_stringLiteral31C5B361BE28C345F3B64B8F0113EFCF495B5393, (String_t*)NULL, /*hidden argument*/NULL); return L_0; } } // System.String System.SR::get_Argument_PrecisionTooLarge() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Argument_PrecisionTooLarge_m42EED38BF28506133A0AB30447E3C35CCA120A7F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B09D270142D175BC50AB815A5770EE2CE9AFE9D); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); String_t* L_0; L_0 = SR_GetResourceString_mEC79B3C28B26B1540E26C3CD899938CC955A4748(_stringLiteral7B09D270142D175BC50AB815A5770EE2CE9AFE9D, (String_t*)NULL, /*hidden argument*/NULL); return L_0; } } // System.Void System.SR::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SR__cctor_m4CA77DF9E538A3B432DD3F12C4D3E655983629DB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t4D39A8EE0C8A926B38B7B1CC0A2E24A82350D16D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (SR_t4D39A8EE0C8A926B38B7B1CC0A2E24A82350D16D_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); ((SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_StaticFields*)il2cpp_codegen_static_fields_for(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var))->set_U3CResourceTypeU3Ek__BackingField_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.SpanHelpers::IndexOf(System.Byte&,System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SpanHelpers_IndexOf_m996881920138B2EC72C814473789D6AB958B92F2 (uint8_t* ___searchSpace0, uint8_t ___value1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_AsPointer_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mFE5363C8BFE5A4D3AE3303F64D3C82D7FC49B31A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Zero_mF8984BCAC1DBE3D46B46FC92E0746AFE57B55A9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_Equals_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m812AB97914E08946D5C5A380FCF9AE85DA6CDF7D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 V_4; memset((&V_4), 0, sizeof(V_4)); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 V_5; memset((&V_5), 0, sizeof(V_5)); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 V_6; memset((&V_6), 0, sizeof(V_6)); { uint8_t L_0 = ___value1; V_0 = L_0; intptr_t L_1; L_1 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(0, /*hidden argument*/NULL); V_1 = (intptr_t)L_1; int32_t L_2 = ___length2; intptr_t L_3; L_3 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(L_2, /*hidden argument*/NULL); V_2 = (intptr_t)L_3; bool L_4; L_4 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_4) { goto IL_00fb; } } { int32_t L_5 = ___length2; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_il2cpp_TypeInfo_var); int32_t L_6; L_6 = Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_inline(/*hidden argument*/Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)2))))) { goto IL_00fb; } } { uint8_t* L_7 = ___searchSpace0; void* L_8; L_8 = Unsafe_AsPointer_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mFE5363C8BFE5A4D3AE3303F64D3C82D7FC49B31A_inline((uint8_t*)L_7, /*hidden argument*/Unsafe_AsPointer_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mFE5363C8BFE5A4D3AE3303F64D3C82D7FC49B31A_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_il2cpp_TypeInfo_var); int32_t L_9; L_9 = Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_inline(/*hidden argument*/Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_RuntimeMethod_var); V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)(intptr_t)L_8))&(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)))); int32_t L_10; L_10 = Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_inline(/*hidden argument*/Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_RuntimeMethod_var); int32_t L_11 = V_3; int32_t L_12; L_12 = Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_inline(/*hidden argument*/Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_RuntimeMethod_var); intptr_t L_13; L_13 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))&(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)))), /*hidden argument*/NULL); V_2 = (intptr_t)L_13; goto IL_00fb; } IL_0051: { intptr_t L_14 = V_2; intptr_t L_15; L_15 = IntPtr_op_Subtraction_m02F3295A959F0DF44F66D04D88F3EE66DFC4BFD9((intptr_t)L_14, 8, /*hidden argument*/NULL); V_2 = (intptr_t)L_15; uint32_t L_16 = V_0; uint8_t* L_17 = ___searchSpace0; intptr_t L_18 = V_1; uint8_t* L_19; L_19 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_17, (intptr_t)L_18, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_20 = *((uint8_t*)L_19); if ((((int32_t)L_16) == ((int32_t)L_20))) { goto IL_0242; } } { uint32_t L_21 = V_0; uint8_t* L_22 = ___searchSpace0; intptr_t L_23 = V_1; intptr_t L_24; L_24 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_23, 1, /*hidden argument*/NULL); uint8_t* L_25; L_25 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_22, (intptr_t)L_24, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_26 = *((uint8_t*)L_25); if ((((int32_t)L_21) == ((int32_t)L_26))) { goto IL_024a; } } { uint32_t L_27 = V_0; uint8_t* L_28 = ___searchSpace0; intptr_t L_29 = V_1; intptr_t L_30; L_30 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_29, 2, /*hidden argument*/NULL); uint8_t* L_31; L_31 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_28, (intptr_t)L_30, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_32 = *((uint8_t*)L_31); if ((((int32_t)L_27) == ((int32_t)L_32))) { goto IL_0258; } } { uint32_t L_33 = V_0; uint8_t* L_34 = ___searchSpace0; intptr_t L_35 = V_1; intptr_t L_36; L_36 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_35, 3, /*hidden argument*/NULL); uint8_t* L_37; L_37 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_34, (intptr_t)L_36, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_38 = *((uint8_t*)L_37); if ((((int32_t)L_33) == ((int32_t)L_38))) { goto IL_0266; } } { uint32_t L_39 = V_0; uint8_t* L_40 = ___searchSpace0; intptr_t L_41 = V_1; intptr_t L_42; L_42 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_41, 4, /*hidden argument*/NULL); uint8_t* L_43; L_43 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_40, (intptr_t)L_42, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_44 = *((uint8_t*)L_43); if ((((int32_t)L_39) == ((int32_t)L_44))) { goto IL_0274; } } { uint32_t L_45 = V_0; uint8_t* L_46 = ___searchSpace0; intptr_t L_47 = V_1; intptr_t L_48; L_48 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_47, 5, /*hidden argument*/NULL); uint8_t* L_49; L_49 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_46, (intptr_t)L_48, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_50 = *((uint8_t*)L_49); if ((((int32_t)L_45) == ((int32_t)L_50))) { goto IL_0282; } } { uint32_t L_51 = V_0; uint8_t* L_52 = ___searchSpace0; intptr_t L_53 = V_1; intptr_t L_54; L_54 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_53, 6, /*hidden argument*/NULL); uint8_t* L_55; L_55 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_52, (intptr_t)L_54, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_56 = *((uint8_t*)L_55); if ((((int32_t)L_51) == ((int32_t)L_56))) { goto IL_0290; } } { uint32_t L_57 = V_0; uint8_t* L_58 = ___searchSpace0; intptr_t L_59 = V_1; intptr_t L_60; L_60 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_59, 7, /*hidden argument*/NULL); uint8_t* L_61; L_61 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_58, (intptr_t)L_60, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_62 = *((uint8_t*)L_61); if ((((int32_t)L_57) == ((int32_t)L_62))) { goto IL_029e; } } { intptr_t L_63 = V_1; intptr_t L_64; L_64 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_63, 8, /*hidden argument*/NULL); V_1 = (intptr_t)L_64; } IL_00fb: { intptr_t L_65 = V_2; void* L_66; L_66 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_65, /*hidden argument*/NULL); if ((!(((uintptr_t)L_66) < ((uintptr_t)((intptr_t)8))))) { goto IL_0051; } } { intptr_t L_67 = V_2; void* L_68; L_68 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_67, /*hidden argument*/NULL); if ((!(((uintptr_t)L_68) >= ((uintptr_t)((intptr_t)4))))) { goto IL_018c; } } { intptr_t L_69 = V_2; intptr_t L_70; L_70 = IntPtr_op_Subtraction_m02F3295A959F0DF44F66D04D88F3EE66DFC4BFD9((intptr_t)L_69, 4, /*hidden argument*/NULL); V_2 = (intptr_t)L_70; uint32_t L_71 = V_0; uint8_t* L_72 = ___searchSpace0; intptr_t L_73 = V_1; uint8_t* L_74; L_74 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_72, (intptr_t)L_73, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_75 = *((uint8_t*)L_74); if ((((int32_t)L_71) == ((int32_t)L_75))) { goto IL_0242; } } { uint32_t L_76 = V_0; uint8_t* L_77 = ___searchSpace0; intptr_t L_78 = V_1; intptr_t L_79; L_79 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_78, 1, /*hidden argument*/NULL); uint8_t* L_80; L_80 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_77, (intptr_t)L_79, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_81 = *((uint8_t*)L_80); if ((((int32_t)L_76) == ((int32_t)L_81))) { goto IL_024a; } } { uint32_t L_82 = V_0; uint8_t* L_83 = ___searchSpace0; intptr_t L_84 = V_1; intptr_t L_85; L_85 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_84, 2, /*hidden argument*/NULL); uint8_t* L_86; L_86 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_83, (intptr_t)L_85, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_87 = *((uint8_t*)L_86); if ((((int32_t)L_82) == ((int32_t)L_87))) { goto IL_0258; } } { uint32_t L_88 = V_0; uint8_t* L_89 = ___searchSpace0; intptr_t L_90 = V_1; intptr_t L_91; L_91 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_90, 3, /*hidden argument*/NULL); uint8_t* L_92; L_92 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_89, (intptr_t)L_91, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_93 = *((uint8_t*)L_92); if ((((int32_t)L_88) == ((int32_t)L_93))) { goto IL_0266; } } { intptr_t L_94 = V_1; intptr_t L_95; L_95 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_94, 4, /*hidden argument*/NULL); V_1 = (intptr_t)L_95; goto IL_018c; } IL_016e: { intptr_t L_96 = V_2; intptr_t L_97; L_97 = IntPtr_op_Subtraction_m02F3295A959F0DF44F66D04D88F3EE66DFC4BFD9((intptr_t)L_96, 1, /*hidden argument*/NULL); V_2 = (intptr_t)L_97; uint32_t L_98 = V_0; uint8_t* L_99 = ___searchSpace0; intptr_t L_100 = V_1; uint8_t* L_101; L_101 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_99, (intptr_t)L_100, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_102 = *((uint8_t*)L_101); if ((((int32_t)L_98) == ((int32_t)L_102))) { goto IL_0242; } } { intptr_t L_103 = V_1; intptr_t L_104; L_104 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_103, 1, /*hidden argument*/NULL); V_1 = (intptr_t)L_104; } IL_018c: { intptr_t L_105 = V_2; void* L_106; L_106 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_105, /*hidden argument*/NULL); if ((!(((uintptr_t)L_106) <= ((uintptr_t)((intptr_t)0))))) { goto IL_016e; } } { bool L_107; L_107 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_107) { goto IL_0240; } } { intptr_t L_108 = V_1; void* L_109; L_109 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_108, /*hidden argument*/NULL); int32_t L_110 = ___length2; if ((((int32_t)((int32_t)((int32_t)(intptr_t)L_109))) >= ((int32_t)L_110))) { goto IL_0240; } } { int32_t L_111 = ___length2; intptr_t L_112 = V_1; void* L_113; L_113 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_112, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_il2cpp_TypeInfo_var); int32_t L_114; L_114 = Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_inline(/*hidden argument*/Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_RuntimeMethod_var); intptr_t L_115; L_115 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)((int32_t)((int32_t)(intptr_t)L_113))))&(int32_t)((~((int32_t)il2cpp_codegen_subtract((int32_t)L_114, (int32_t)1)))))), /*hidden argument*/NULL); V_2 = (intptr_t)L_115; uint8_t L_116 = ___value1; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_117; L_117 = SpanHelpers_GetVector_m02FA6D466B651ECA2610E80030F25D5C54364724_inline(L_116, /*hidden argument*/NULL); V_4 = L_117; goto IL_0214; } IL_01cf: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_118 = V_4; uint8_t* L_119 = ___searchSpace0; intptr_t L_120 = V_1; uint8_t* L_121; L_121 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_119, (intptr_t)L_120, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_122; L_122 = Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_inline((uint8_t*)L_121, /*hidden argument*/Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_RuntimeMethod_var); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_123; L_123 = Vector_Equals_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m812AB97914E08946D5C5A380FCF9AE85DA6CDF7D_inline(L_118, L_122, /*hidden argument*/Vector_Equals_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m812AB97914E08946D5C5A380FCF9AE85DA6CDF7D_RuntimeMethod_var); V_5 = L_123; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_il2cpp_TypeInfo_var); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_124; L_124 = Vector_1_get_Zero_mF8984BCAC1DBE3D46B46FC92E0746AFE57B55A9C_inline(/*hidden argument*/Vector_1_get_Zero_mF8984BCAC1DBE3D46B46FC92E0746AFE57B55A9C_RuntimeMethod_var); V_6 = L_124; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_125 = V_5; bool L_126; L_126 = Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&V_6), L_125, /*hidden argument*/Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862_RuntimeMethod_var); if (!L_126) { goto IL_0204; } } { intptr_t L_127 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_il2cpp_TypeInfo_var); int32_t L_128; L_128 = Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_inline(/*hidden argument*/Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_RuntimeMethod_var); intptr_t L_129; L_129 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_127, L_128, /*hidden argument*/NULL); V_1 = (intptr_t)L_129; goto IL_0214; } IL_0204: { intptr_t L_130 = V_1; void* L_131; L_131 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_130, /*hidden argument*/NULL); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_132 = V_5; int32_t L_133; L_133 = SpanHelpers_LocateFirstFoundByte_m62E17AF3E4C9F8689DB23B9E54311BD8B540B4EF_inline(L_132, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(intptr_t)L_131)), (int32_t)L_133)); } IL_0214: { intptr_t L_134 = V_2; void* L_135; L_135 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_134, /*hidden argument*/NULL); intptr_t L_136 = V_1; void* L_137; L_137 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_136, /*hidden argument*/NULL); if ((!(((uintptr_t)L_135) <= ((uintptr_t)L_137)))) { goto IL_01cf; } } { intptr_t L_138 = V_1; void* L_139; L_139 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_138, /*hidden argument*/NULL); int32_t L_140 = ___length2; if ((((int32_t)((int32_t)((int32_t)(intptr_t)L_139))) >= ((int32_t)L_140))) { goto IL_0240; } } { int32_t L_141 = ___length2; intptr_t L_142 = V_1; void* L_143; L_143 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_142, /*hidden argument*/NULL); intptr_t L_144; L_144 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(((int32_t)il2cpp_codegen_subtract((int32_t)L_141, (int32_t)((int32_t)((int32_t)(intptr_t)L_143)))), /*hidden argument*/NULL); V_2 = (intptr_t)L_144; goto IL_00fb; } IL_0240: { return (-1); } IL_0242: { intptr_t L_145 = V_1; void* L_146; L_146 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_145, /*hidden argument*/NULL); return ((int32_t)((int32_t)(intptr_t)L_146)); } IL_024a: { intptr_t L_147 = V_1; intptr_t L_148; L_148 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_147, 1, /*hidden argument*/NULL); void* L_149; L_149 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_148, /*hidden argument*/NULL); return ((int32_t)((int32_t)(intptr_t)L_149)); } IL_0258: { intptr_t L_150 = V_1; intptr_t L_151; L_151 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_150, 2, /*hidden argument*/NULL); void* L_152; L_152 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_151, /*hidden argument*/NULL); return ((int32_t)((int32_t)(intptr_t)L_152)); } IL_0266: { intptr_t L_153 = V_1; intptr_t L_154; L_154 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_153, 3, /*hidden argument*/NULL); void* L_155; L_155 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_154, /*hidden argument*/NULL); return ((int32_t)((int32_t)(intptr_t)L_155)); } IL_0274: { intptr_t L_156 = V_1; intptr_t L_157; L_157 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_156, 4, /*hidden argument*/NULL); void* L_158; L_158 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_157, /*hidden argument*/NULL); return ((int32_t)((int32_t)(intptr_t)L_158)); } IL_0282: { intptr_t L_159 = V_1; intptr_t L_160; L_160 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_159, 5, /*hidden argument*/NULL); void* L_161; L_161 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_160, /*hidden argument*/NULL); return ((int32_t)((int32_t)(intptr_t)L_161)); } IL_0290: { intptr_t L_162 = V_1; intptr_t L_163; L_163 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_162, 6, /*hidden argument*/NULL); void* L_164; L_164 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_163, /*hidden argument*/NULL); return ((int32_t)((int32_t)(intptr_t)L_164)); } IL_029e: { intptr_t L_165 = V_1; intptr_t L_166; L_166 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_165, 7, /*hidden argument*/NULL); void* L_167; L_167 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_166, /*hidden argument*/NULL); return ((int32_t)((int32_t)(intptr_t)L_167)); } } // System.Boolean System.SpanHelpers::SequenceEqual(System.Byte&,System.Byte&,System.NUInt) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpanHelpers_SequenceEqual_mDEB0F358BB173EA24BEEB0609454A997E9273A89 (uint8_t* ___first0, uint8_t* ___second1, NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_AreSame_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7FA6A8EE8F837A5CFEA79994BA7B212FC69C5070_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Equality_m012FE1D2B2ED8B5F8D4549A411460DC3976BADCA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Inequality_m285E975C7403CC4A46F009C0A619ED851BA023BA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); { uint8_t* L_0 = ___first0; uint8_t* L_1 = ___second1; bool L_2; L_2 = Unsafe_AreSame_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7FA6A8EE8F837A5CFEA79994BA7B212FC69C5070_inline((uint8_t*)L_0, (uint8_t*)L_1, /*hidden argument*/Unsafe_AreSame_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7FA6A8EE8F837A5CFEA79994BA7B212FC69C5070_RuntimeMethod_var); if (L_2) { goto IL_013d; } } { intptr_t L_3; L_3 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(0, /*hidden argument*/NULL); V_0 = (intptr_t)L_3; NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 L_4 = ___length2; void* L_5; L_5 = NUInt_op_Explicit_mAC8186F05FC1F16BAEB9A73957491CB24A067D46_inline(L_4, /*hidden argument*/NULL); intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)L_5, /*hidden argument*/NULL); V_1 = (intptr_t)L_6; bool L_7; L_7 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_7) { goto IL_009c; } } { intptr_t L_8 = V_1; void* L_9; L_9 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_inline(/*hidden argument*/Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_RuntimeMethod_var); if ((!(((uintptr_t)L_9) >= ((uintptr_t)((intptr_t)L_10))))) { goto IL_009c; } } { intptr_t L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_il2cpp_TypeInfo_var); int32_t L_12; L_12 = Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_inline(/*hidden argument*/Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_RuntimeMethod_var); intptr_t L_13; L_13 = IntPtr_op_Subtraction_m02F3295A959F0DF44F66D04D88F3EE66DFC4BFD9((intptr_t)L_11, L_12, /*hidden argument*/NULL); V_1 = (intptr_t)L_13; goto IL_0070; } IL_0042: { uint8_t* L_14 = ___first0; intptr_t L_15 = V_0; uint8_t* L_16; L_16 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_14, (intptr_t)L_15, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_17; L_17 = Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_inline((uint8_t*)L_16, /*hidden argument*/Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_RuntimeMethod_var); uint8_t* L_18 = ___second1; intptr_t L_19 = V_0; uint8_t* L_20; L_20 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_18, (intptr_t)L_19, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_21; L_21 = Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_inline((uint8_t*)L_20, /*hidden argument*/Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_il2cpp_TypeInfo_var); bool L_22; L_22 = Vector_1_op_Inequality_m285E975C7403CC4A46F009C0A619ED851BA023BA_inline(L_17, L_21, /*hidden argument*/Vector_1_op_Inequality_m285E975C7403CC4A46F009C0A619ED851BA023BA_RuntimeMethod_var); if (L_22) { goto IL_013f; } } { intptr_t L_23 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_il2cpp_TypeInfo_var); int32_t L_24; L_24 = Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_inline(/*hidden argument*/Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_RuntimeMethod_var); intptr_t L_25; L_25 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_23, L_24, /*hidden argument*/NULL); V_0 = (intptr_t)L_25; } IL_0070: { intptr_t L_26 = V_1; void* L_27; L_27 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_26, /*hidden argument*/NULL); intptr_t L_28 = V_0; void* L_29; L_29 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_28, /*hidden argument*/NULL); if ((!(((uintptr_t)L_27) <= ((uintptr_t)L_29)))) { goto IL_0042; } } { uint8_t* L_30 = ___first0; intptr_t L_31 = V_1; uint8_t* L_32; L_32 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_30, (intptr_t)L_31, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_33; L_33 = Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_inline((uint8_t*)L_32, /*hidden argument*/Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_RuntimeMethod_var); uint8_t* L_34 = ___second1; intptr_t L_35 = V_1; uint8_t* L_36; L_36 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_34, (intptr_t)L_35, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_37; L_37 = Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_inline((uint8_t*)L_36, /*hidden argument*/Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_il2cpp_TypeInfo_var); bool L_38; L_38 = Vector_1_op_Equality_m012FE1D2B2ED8B5F8D4549A411460DC3976BADCA_inline(L_33, L_37, /*hidden argument*/Vector_1_op_Equality_m012FE1D2B2ED8B5F8D4549A411460DC3976BADCA_RuntimeMethod_var); return L_38; } IL_009c: { intptr_t L_39 = V_1; void* L_40; L_40 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_39, /*hidden argument*/NULL); uint32_t L_41 = sizeof(uintptr_t); if ((!(((uintptr_t)L_40) >= ((uintptr_t)((intptr_t)L_41))))) { goto IL_012f; } } { intptr_t L_42 = V_1; uint32_t L_43 = sizeof(uintptr_t); intptr_t L_44; L_44 = IntPtr_op_Subtraction_m02F3295A959F0DF44F66D04D88F3EE66DFC4BFD9((intptr_t)L_42, L_43, /*hidden argument*/NULL); V_1 = (intptr_t)L_44; goto IL_00e9; } IL_00bd: { uint8_t* L_45 = ___first0; intptr_t L_46 = V_0; uint8_t* L_47; L_47 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_45, (intptr_t)L_46, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); uintptr_t L_48; L_48 = Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_inline((uint8_t*)L_47, /*hidden argument*/Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_RuntimeMethod_var); uint8_t* L_49 = ___second1; intptr_t L_50 = V_0; uint8_t* L_51; L_51 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_49, (intptr_t)L_50, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); uintptr_t L_52; L_52 = Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_inline((uint8_t*)L_51, /*hidden argument*/Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); bool L_53; L_53 = UIntPtr_op_Inequality_m7D22151019093F083240F615DA4B70CE2CF494B4(L_48, L_52, /*hidden argument*/NULL); if (L_53) { goto IL_013f; } } { intptr_t L_54 = V_0; uint32_t L_55 = sizeof(uintptr_t); intptr_t L_56; L_56 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_54, L_55, /*hidden argument*/NULL); V_0 = (intptr_t)L_56; } IL_00e9: { intptr_t L_57 = V_1; void* L_58; L_58 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_57, /*hidden argument*/NULL); intptr_t L_59 = V_0; void* L_60; L_60 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_59, /*hidden argument*/NULL); if ((!(((uintptr_t)L_58) <= ((uintptr_t)L_60)))) { goto IL_00bd; } } { uint8_t* L_61 = ___first0; intptr_t L_62 = V_1; uint8_t* L_63; L_63 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_61, (intptr_t)L_62, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); uintptr_t L_64; L_64 = Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_inline((uint8_t*)L_63, /*hidden argument*/Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_RuntimeMethod_var); uint8_t* L_65 = ___second1; intptr_t L_66 = V_1; uint8_t* L_67; L_67 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_65, (intptr_t)L_66, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); uintptr_t L_68; L_68 = Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_inline((uint8_t*)L_67, /*hidden argument*/Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); bool L_69; L_69 = UIntPtr_op_Equality_mA909564C1AAE89E5119A6BD536C1A1B260625A5D(L_64, L_68, /*hidden argument*/NULL); return L_69; } IL_0115: { uint8_t* L_70 = ___first0; intptr_t L_71 = V_0; uint8_t* L_72; L_72 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_70, (intptr_t)L_71, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_73 = *((uint8_t*)L_72); uint8_t* L_74 = ___second1; intptr_t L_75 = V_0; uint8_t* L_76; L_76 = Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_inline((uint8_t*)L_74, (intptr_t)L_75, /*hidden argument*/Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_RuntimeMethod_var); int32_t L_77 = *((uint8_t*)L_76); if ((!(((uint32_t)L_73) == ((uint32_t)L_77)))) { goto IL_013f; } } { intptr_t L_78 = V_0; intptr_t L_79; L_79 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_78, 1, /*hidden argument*/NULL); V_0 = (intptr_t)L_79; } IL_012f: { intptr_t L_80 = V_1; void* L_81; L_81 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_80, /*hidden argument*/NULL); intptr_t L_82 = V_0; void* L_83; L_83 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_82, /*hidden argument*/NULL); if ((!(((uintptr_t)L_81) <= ((uintptr_t)L_83)))) { goto IL_0115; } } IL_013d: { return (bool)1; } IL_013f: { return (bool)0; } } // System.Int32 System.SpanHelpers::LocateFirstFoundByte(System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SpanHelpers_LocateFirstFoundByte_m62E17AF3E4C9F8689DB23B9E54311BD8B540B4EF (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_AsVectorUInt64_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m5774F85B0D017BB37B6B2DEE16D177B49356BD48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 V_0; memset((&V_0), 0, sizeof(V_0)); uint64_t V_1 = 0; int32_t V_2 = 0; { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_0 = ___match0; Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 L_1; L_1 = Vector_AsVectorUInt64_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m5774F85B0D017BB37B6B2DEE16D177B49356BD48_inline(L_0, /*hidden argument*/Vector_AsVectorUInt64_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m5774F85B0D017BB37B6B2DEE16D177B49356BD48_RuntimeMethod_var); V_0 = L_1; V_1 = ((int64_t)((int64_t)0)); V_2 = 0; goto IL_001e; } IL_000e: { int32_t L_2 = V_2; uint64_t L_3; L_3 = Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60((Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 *)(&V_0), L_2, /*hidden argument*/Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60_RuntimeMethod_var); V_1 = L_3; uint64_t L_4 = V_1; if (L_4) { goto IL_0026; } } { int32_t L_5 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001e: { int32_t L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_inline(/*hidden argument*/Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_RuntimeMethod_var); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_000e; } } IL_0026: { int32_t L_8 = V_2; uint64_t L_9 = V_1; int32_t L_10; L_10 = SpanHelpers_LocateFirstFoundByte_m6AEEBF64B95585D577D0041CE56E0BE6F28AEFE4_inline(L_9, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)8)), (int32_t)L_10)); } } // System.Int32 System.SpanHelpers::LocateFirstFoundByte(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SpanHelpers_LocateFirstFoundByte_m6AEEBF64B95585D577D0041CE56E0BE6F28AEFE4 (uint64_t ___match0, const RuntimeMethod* method) { uint64_t V_0 = 0; { uint64_t L_0 = ___match0; uint64_t L_1 = ___match0; V_0 = ((int64_t)((int64_t)L_0^(int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)((int64_t)((int64_t)1)))))); uint64_t L_2 = V_0; return ((int32_t)((int32_t)((int64_t)((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_2, (int64_t)((int64_t)283686952306184LL)))>>((int32_t)57))))); } } // System.Numerics.Vector`1 System.SpanHelpers::GetVector(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 SpanHelpers_GetVector_m02FA6D466B651ECA2610E80030F25D5C54364724 (uint8_t ___vectorByte0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1__ctor_m035E886443F7CE60267F432384B87C94D2ED6623_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_AsVectorByte_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF7BFEE5836FF3B9AE34C6D3DC39C3287AECEA0D8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___vectorByte0; Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 L_1; memset((&L_1), 0, sizeof(L_1)); Vector_1__ctor_m035E886443F7CE60267F432384B87C94D2ED6623((&L_1), ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)16843009))), /*hidden argument*/Vector_1__ctor_m035E886443F7CE60267F432384B87C94D2ED6623_RuntimeMethod_var); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_2; L_2 = Vector_AsVectorByte_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF7BFEE5836FF3B9AE34C6D3DC39C3287AECEA0D8_inline(L_1, /*hidden argument*/Vector_AsVectorByte_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF7BFEE5836FF3B9AE34C6D3DC39C3287AECEA0D8_RuntimeMethod_var); return L_2; } } // System.Int32 System.SpanHelpers::IndexOf(System.Char&,System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SpanHelpers_IndexOf_m0740DDBBE5723E3595EADF2552551F636C18A259 (Il2CppChar* ___searchSpace0, Il2CppChar ___value1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Read_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_mBB1DF2767AC9B44702AD7575971276B62E4BDC23_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_SizeOf_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_m91B83BA0CC32D27CB1032F18DDB7D5ABEB1A9940_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_Equals_m3DA7756A8BB1A174372DE2B89F01FFEC290025DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1__ctor_mF9172380EF810ED1668F9C704BD32020B7FC6E03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Zero_mDB8F8C409C757B7CA1BC7E13F093E7571CDCD54C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_Equals_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mCDB9B27AC8BEC6E7B4DDF864FF36C4671F1A47B0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; int32_t V_4 = 0; Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 V_5; memset((&V_5), 0, sizeof(V_5)); Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 V_6; memset((&V_6), 0, sizeof(V_6)); Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 V_7; memset((&V_7), 0, sizeof(V_7)); { Il2CppChar* L_0 = ___searchSpace0; V_1 = (Il2CppChar*)L_0; Il2CppChar* L_1 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_0; V_2 = (Il2CppChar*)L_2; Il2CppChar* L_3 = V_2; int32_t L_4 = ___length2; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_4), (int32_t)2)))); bool L_5; L_5 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_5) { goto IL_0079; } } { int32_t L_6 = ___length2; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_inline(/*hidden argument*/Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_RuntimeMethod_var); if ((((int32_t)L_6) < ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2))))) { goto IL_0079; } } { Il2CppChar* L_8 = V_2; int32_t L_9; L_9 = Unsafe_SizeOf_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_m91B83BA0CC32D27CB1032F18DDB7D5ABEB1A9940_inline(/*hidden argument*/Unsafe_SizeOf_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_m91B83BA0CC32D27CB1032F18DDB7D5ABEB1A9940_RuntimeMethod_var); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)(intptr_t)L_8))&(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))))/(int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_inline(/*hidden argument*/Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_RuntimeMethod_var); int32_t L_11 = V_4; int32_t L_12; L_12 = Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_inline(/*hidden argument*/Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_RuntimeMethod_var); ___length2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))&(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)))); goto IL_0079; } IL_0041: { int32_t L_13 = ___length2; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)4)); Il2CppChar* L_14 = V_2; int32_t L_15 = *((uint16_t*)L_14); Il2CppChar L_16 = ___value1; if ((((int32_t)L_15) == ((int32_t)L_16))) { goto IL_0127; } } { Il2CppChar* L_17 = V_2; int32_t L_18 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)2))); Il2CppChar L_19 = ___value1; if ((((int32_t)L_18) == ((int32_t)L_19))) { goto IL_0123; } } { Il2CppChar* L_20 = V_2; int32_t L_21 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))); Il2CppChar L_22 = ___value1; if ((((int32_t)L_21) == ((int32_t)L_22))) { goto IL_011f; } } { Il2CppChar* L_23 = V_2; int32_t L_24 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2))))); Il2CppChar L_25 = ___value1; if ((((int32_t)L_24) == ((int32_t)L_25))) { goto IL_011b; } } { Il2CppChar* L_26 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2)))); } IL_0079: { int32_t L_27 = ___length2; if ((((int32_t)L_27) >= ((int32_t)4))) { goto IL_0041; } } { goto IL_0090; } IL_007f: { int32_t L_28 = ___length2; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1)); Il2CppChar* L_29 = V_2; int32_t L_30 = *((uint16_t*)L_29); Il2CppChar L_31 = ___value1; if ((((int32_t)L_30) == ((int32_t)L_31))) { goto IL_0127; } } { Il2CppChar* L_32 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)2)); } IL_0090: { int32_t L_33 = ___length2; if ((((int32_t)L_33) > ((int32_t)0))) { goto IL_007f; } } { bool L_34; L_34 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_34) { goto IL_0119; } } { Il2CppChar* L_35 = V_2; Il2CppChar* L_36 = V_3; if ((!(((uintptr_t)L_35) < ((uintptr_t)L_36)))) { goto IL_0119; } } { Il2CppChar* L_37 = V_3; Il2CppChar* L_38 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_il2cpp_TypeInfo_var); int32_t L_39; L_39 = Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_inline(/*hidden argument*/Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_RuntimeMethod_var); ___length2 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_37, (intptr_t)L_38))/(int32_t)2))))&(int64_t)((int64_t)((int64_t)((~((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)))))))))); Il2CppChar L_40 = ___value1; Vector_1__ctor_mF9172380EF810ED1668F9C704BD32020B7FC6E03((Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 *)(&V_5), L_40, /*hidden argument*/Vector_1__ctor_mF9172380EF810ED1668F9C704BD32020B7FC6E03_RuntimeMethod_var); goto IL_0103; } IL_00bc: { Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_41 = V_5; Il2CppChar* L_42 = V_2; Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_43; L_43 = Unsafe_Read_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_mBB1DF2767AC9B44702AD7575971276B62E4BDC23_inline((void*)(void*)L_42, /*hidden argument*/Unsafe_Read_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_mBB1DF2767AC9B44702AD7575971276B62E4BDC23_RuntimeMethod_var); Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_44; L_44 = Vector_Equals_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mCDB9B27AC8BEC6E7B4DDF864FF36C4671F1A47B0_inline(L_41, L_43, /*hidden argument*/Vector_Equals_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mCDB9B27AC8BEC6E7B4DDF864FF36C4671F1A47B0_RuntimeMethod_var); V_6 = L_44; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_il2cpp_TypeInfo_var); Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_45; L_45 = Vector_1_get_Zero_mDB8F8C409C757B7CA1BC7E13F093E7571CDCD54C_inline(/*hidden argument*/Vector_1_get_Zero_mDB8F8C409C757B7CA1BC7E13F093E7571CDCD54C_RuntimeMethod_var); V_7 = L_45; Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_46 = V_6; bool L_47; L_47 = Vector_1_Equals_m3DA7756A8BB1A174372DE2B89F01FFEC290025DE((Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 *)(&V_7), L_46, /*hidden argument*/Vector_1_Equals_m3DA7756A8BB1A174372DE2B89F01FFEC290025DE_RuntimeMethod_var); if (!L_47) { goto IL_00f3; } } { Il2CppChar* L_48 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_il2cpp_TypeInfo_var); int32_t L_49; L_49 = Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_inline(/*hidden argument*/Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_RuntimeMethod_var); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_48, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_49), (int32_t)2)))); int32_t L_50 = ___length2; int32_t L_51; L_51 = Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_inline(/*hidden argument*/Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_RuntimeMethod_var); ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)L_51)); goto IL_0103; } IL_00f3: { Il2CppChar* L_52 = V_2; Il2CppChar* L_53 = V_0; Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_54 = V_6; int32_t L_55; L_55 = SpanHelpers_LocateFirstFoundChar_mC9FF98473ACDD92571AF535184DF5E286E532FAB_inline(L_54, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_52, (intptr_t)L_53))/(int32_t)2)))))), (int32_t)L_55)); } IL_0103: { int32_t L_56 = ___length2; if ((((int32_t)L_56) > ((int32_t)0))) { goto IL_00bc; } } { Il2CppChar* L_57 = V_2; Il2CppChar* L_58 = V_3; if ((!(((uintptr_t)L_57) < ((uintptr_t)L_58)))) { goto IL_0119; } } { Il2CppChar* L_59 = V_3; Il2CppChar* L_60 = V_2; ___length2 = ((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_59, (intptr_t)L_60))/(int32_t)2)))))); goto IL_0079; } IL_0119: { return (-1); } IL_011b: { Il2CppChar* L_61 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_61, (int32_t)2)); } IL_011f: { Il2CppChar* L_62 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_62, (int32_t)2)); } IL_0123: { Il2CppChar* L_63 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, (int32_t)2)); } IL_0127: { Il2CppChar* L_64 = V_2; Il2CppChar* L_65 = V_0; return ((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_64, (intptr_t)L_65))/(int32_t)2)))))); } } // System.Int32 System.SpanHelpers::LocateFirstFoundChar(System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SpanHelpers_LocateFirstFoundChar_mC9FF98473ACDD92571AF535184DF5E286E532FAB (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_AsVectorUInt64_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mFFBF84AADFC2ACF94EDB6EB83E84346EC9A4F26B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 V_0; memset((&V_0), 0, sizeof(V_0)); uint64_t V_1 = 0; int32_t V_2 = 0; { Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_0 = ___match0; Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 L_1; L_1 = Vector_AsVectorUInt64_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mFFBF84AADFC2ACF94EDB6EB83E84346EC9A4F26B_inline(L_0, /*hidden argument*/Vector_AsVectorUInt64_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mFFBF84AADFC2ACF94EDB6EB83E84346EC9A4F26B_RuntimeMethod_var); V_0 = L_1; V_1 = ((int64_t)((int64_t)0)); V_2 = 0; goto IL_001e; } IL_000e: { int32_t L_2 = V_2; uint64_t L_3; L_3 = Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60((Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 *)(&V_0), L_2, /*hidden argument*/Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60_RuntimeMethod_var); V_1 = L_3; uint64_t L_4 = V_1; if (L_4) { goto IL_0026; } } { int32_t L_5 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001e: { int32_t L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_inline(/*hidden argument*/Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_RuntimeMethod_var); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_000e; } } IL_0026: { int32_t L_8 = V_2; uint64_t L_9 = V_1; int32_t L_10; L_10 = SpanHelpers_LocateFirstFoundChar_m7B3D3FD47EB5BA8837CE3E8CE2D2BBA7BFC62CE3_inline(L_9, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)4)), (int32_t)L_10)); } } // System.Int32 System.SpanHelpers::LocateFirstFoundChar(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SpanHelpers_LocateFirstFoundChar_m7B3D3FD47EB5BA8837CE3E8CE2D2BBA7BFC62CE3 (uint64_t ___match0, const RuntimeMethod* method) { uint64_t V_0 = 0; { uint64_t L_0 = ___match0; uint64_t L_1 = ___match0; V_0 = ((int64_t)((int64_t)L_0^(int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)((int64_t)((int64_t)1)))))); uint64_t L_2 = V_0; return ((int32_t)((int32_t)((int64_t)((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_2, (int64_t)((int64_t)4295098372LL)))>>((int32_t)49))))); } } // System.Boolean System.SpanHelpers::IsReferenceOrContainsReferencesCore(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpanHelpers_IsReferenceOrContainsReferencesCore_m4046A8EAD00DA02AA423C292A8FCBB08268AD781 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t0DF027D1C7415CBB03F663A5D5ACE52D29226059_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t620905184FE92C7CD2128B5FE4079C455117C4B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject* V_1 = NULL; FieldInfo_t * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0 = ___type0; TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F * L_1; L_1 = IntrospectionExtensions_GetTypeInfo_m77034F8576BE695819427C13103C591277C1B636(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = Type_get_IsPrimitive_m43E50D507C45CE3BD51C0DC07C8AB061AFD6B3C3(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000f; } } { return (bool)0; } IL_000f: { Type_t * L_3 = ___type0; TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F * L_4; L_4 = IntrospectionExtensions_GetTypeInfo_m77034F8576BE695819427C13103C591277C1B636(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5; L_5 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_001e; } } { return (bool)1; } IL_001e: { Type_t * L_6 = ___type0; Type_t * L_7; L_7 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_6, /*hidden argument*/NULL); V_0 = L_7; Type_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_8, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0031; } } { Type_t * L_10 = V_0; ___type0 = L_10; } IL_0031: { Type_t * L_11 = ___type0; TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F * L_12; L_12 = IntrospectionExtensions_GetTypeInfo_m77034F8576BE695819427C13103C591277C1B636(L_11, /*hidden argument*/NULL); NullCheck(L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(80 /* System.Boolean System.Type::get_IsEnum() */, L_12); if (!L_13) { goto IL_0040; } } { return (bool)0; } IL_0040: { Type_t * L_14 = ___type0; TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F * L_15; L_15 = IntrospectionExtensions_GetTypeInfo_m77034F8576BE695819427C13103C591277C1B636(L_14, /*hidden argument*/NULL); NullCheck(L_15); RuntimeObject* L_16; L_16 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(129 /* System.Collections.Generic.IEnumerable`1 System.Reflection.TypeInfo::get_DeclaredFields() */, L_15); NullCheck(L_16); RuntimeObject* L_17; L_17 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t0DF027D1C7415CBB03F663A5D5ACE52D29226059_il2cpp_TypeInfo_var, L_16); V_1 = L_17; } IL_0051: try {// begin try (depth: 1) { goto IL_0073; } IL_0053: { RuntimeObject* L_18 = V_1; NullCheck(L_18); FieldInfo_t * L_19; L_19 = InterfaceFuncInvoker0< FieldInfo_t * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t620905184FE92C7CD2128B5FE4079C455117C4B8_il2cpp_TypeInfo_var, L_18); V_2 = L_19; FieldInfo_t * L_20 = V_2; NullCheck(L_20); bool L_21; L_21 = FieldInfo_get_IsStatic_mE36F3A5B2DFF613C704AA56989D90D72760391EB(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0073; } } IL_0062: { FieldInfo_t * L_22 = V_2; NullCheck(L_22); Type_t * L_23; L_23 = VirtualFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_22); bool L_24; L_24 = SpanHelpers_IsReferenceOrContainsReferencesCore_m4046A8EAD00DA02AA423C292A8FCBB08268AD781(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0073; } } IL_006f: { V_3 = (bool)1; IL2CPP_LEAVE(0x89, FINALLY_007d); } IL_0073: { RuntimeObject* L_25 = V_1; NullCheck(L_25); bool L_26; L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_0053; } } IL_007b: { IL2CPP_LEAVE(0x87, FINALLY_007d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007d; } FINALLY_007d: {// begin finally (depth: 1) { RuntimeObject* L_27 = V_1; if (!L_27) { goto IL_0086; } } IL_0080: { RuntimeObject* L_28 = V_1; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_28); } IL_0086: { IL2CPP_END_FINALLY(125) } }// end finally (depth: 1) IL2CPP_CLEANUP(125) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x89, IL_0089) IL2CPP_JUMP_TBL(0x87, IL_0087) } IL_0087: { return (bool)0; } IL_0089: { bool L_29 = V_3; return L_29; } } // System.Void System.SpanHelpers::ClearLessThanPointerSized(System.Byte*,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_ClearLessThanPointerSized_m257390BAE1A54335F742BD17D85AF6D8FC03C831 (uint8_t* ___ptr0, uintptr_t ___byteLength1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint32_t V_1 = 0; int32_t G_B6_0 = 0; { uint32_t L_0 = sizeof(uintptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0017; } } { uint8_t* L_1 = ___ptr0; uintptr_t L_2 = ___byteLength1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = UIntPtr_op_Explicit_m8EF5FC1C0CAF58F8F2310C0D989F20F0694CD7CF(L_2, /*hidden argument*/NULL); Unsafe_InitBlockUnaligned_mDBC18343453EDA9D3974E125987D6774C5257F2F_inline((void*)(void*)L_1, (uint8_t)0, L_3, /*hidden argument*/NULL); return; } IL_0017: { uintptr_t L_4 = ___byteLength1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint64_t L_5; L_5 = UIntPtr_op_Explicit_mEEA1D4A964FBFCC95BE2B91ADDD52EF7067C312D(L_4, /*hidden argument*/NULL); V_0 = L_5; uint64_t L_6 = V_0; V_1 = ((int32_t)((uint32_t)((int64_t)((int64_t)L_6&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))); uint8_t* L_7 = ___ptr0; uint32_t L_8 = V_1; Unsafe_InitBlockUnaligned_mDBC18343453EDA9D3974E125987D6774C5257F2F_inline((void*)(void*)L_7, (uint8_t)0, L_8, /*hidden argument*/NULL); uint64_t L_9 = V_0; uint32_t L_10 = V_1; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_9, (int64_t)((int64_t)((uint64_t)L_10)))); uint8_t* L_11 = ___ptr0; uint32_t L_12 = V_1; ___ptr0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((uintptr_t)L_12))); goto IL_0057; } IL_0039: { uint64_t L_13 = V_0; if ((!(((uint64_t)L_13) < ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_0042; } } { uint64_t L_14 = V_0; G_B6_0 = ((int32_t)((uint32_t)L_14)); goto IL_0043; } IL_0042: { G_B6_0 = (-1); } IL_0043: { V_1 = G_B6_0; uint8_t* L_15 = ___ptr0; uint32_t L_16 = V_1; Unsafe_InitBlockUnaligned_mDBC18343453EDA9D3974E125987D6774C5257F2F_inline((void*)(void*)L_15, (uint8_t)0, L_16, /*hidden argument*/NULL); uint8_t* L_17 = ___ptr0; uint32_t L_18 = V_1; ___ptr0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((uintptr_t)L_18))); uint64_t L_19 = V_0; uint32_t L_20 = V_1; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_19, (int64_t)((int64_t)((uint64_t)L_20)))); } IL_0057: { uint64_t L_21 = V_0; if ((!(((uint64_t)L_21) <= ((uint64_t)((int64_t)((int64_t)0)))))) { goto IL_0039; } } { return; } } // System.Void System.SpanHelpers::ClearLessThanPointerSized(System.Byte&,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_ClearLessThanPointerSized_mDD75E922D42E70B6F76DB1A1EC1A96F59CAFF0B5 (uint8_t* ___b0, uintptr_t ___byteLength1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint32_t V_1 = 0; int64_t V_2 = 0; uint8_t* V_3 = NULL; int32_t G_B6_0 = 0; { uint32_t L_0 = sizeof(uintptr_t); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0017; } } { uint8_t* L_1 = ___b0; uintptr_t L_2 = ___byteLength1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = UIntPtr_op_Explicit_m8EF5FC1C0CAF58F8F2310C0D989F20F0694CD7CF(L_2, /*hidden argument*/NULL); Unsafe_InitBlockUnaligned_m68B5C8F29E67BD60711F6E9A841EB06C08B3D406_inline((uint8_t*)L_1, (uint8_t)0, L_3, /*hidden argument*/NULL); return; } IL_0017: { uintptr_t L_4 = ___byteLength1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint64_t L_5; L_5 = UIntPtr_op_Explicit_mEEA1D4A964FBFCC95BE2B91ADDD52EF7067C312D(L_4, /*hidden argument*/NULL); V_0 = L_5; uint64_t L_6 = V_0; V_1 = ((int32_t)((uint32_t)((int64_t)((int64_t)L_6&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))); uint8_t* L_7 = ___b0; uint32_t L_8 = V_1; Unsafe_InitBlockUnaligned_m68B5C8F29E67BD60711F6E9A841EB06C08B3D406_inline((uint8_t*)L_7, (uint8_t)0, L_8, /*hidden argument*/NULL); uint64_t L_9 = V_0; uint32_t L_10 = V_1; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_9, (int64_t)((int64_t)((uint64_t)L_10)))); uint32_t L_11 = V_1; V_2 = ((int64_t)((uint64_t)L_11)); goto IL_0060; } IL_0036: { uint64_t L_12 = V_0; if ((!(((uint64_t)L_12) < ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_003f; } } { uint64_t L_13 = V_0; G_B6_0 = ((int32_t)((uint32_t)L_13)); goto IL_0040; } IL_003f: { G_B6_0 = (-1); } IL_0040: { V_1 = G_B6_0; uint8_t* L_14 = ___b0; int64_t L_15 = V_2; intptr_t L_16; L_16 = IntPtr_op_Explicit_m65D141119BA83745D73EE5F94267165F88D15B51(L_15, /*hidden argument*/NULL); uint8_t* L_17; L_17 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)L_14, (intptr_t)L_16, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); V_3 = (uint8_t*)L_17; uint8_t* L_18 = V_3; uint32_t L_19 = V_1; Unsafe_InitBlockUnaligned_m68B5C8F29E67BD60711F6E9A841EB06C08B3D406_inline((uint8_t*)L_18, (uint8_t)0, L_19, /*hidden argument*/NULL); int64_t L_20 = V_2; uint32_t L_21 = V_1; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_20, (int64_t)((int64_t)((uint64_t)L_21)))); uint64_t L_22 = V_0; uint32_t L_23 = V_1; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_22, (int64_t)((int64_t)((uint64_t)L_23)))); } IL_0060: { uint64_t L_24 = V_0; if ((!(((uint64_t)L_24) <= ((uint64_t)((int64_t)((int64_t)0)))))) { goto IL_0036; } } { return; } } // System.Void System.SpanHelpers::ClearPointerSizedWithoutReferences(System.Byte&,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_ClearPointerSizedWithoutReferences_mC6EF2B959C4B0E58F8D4B8C9A5EF341F948FFAAA (uint8_t* ___b0, uintptr_t ___byteLength1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m83EA99EBE20E63BBE5820F879F0820E5BF2D62C5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F26CDAA14482020C5D16E94E88D7982DE699AA0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4_mC19D8F3A2035990A057B673C4292F6BBBAA741E6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923_m83848096DA9597AB033C49BCAD65A7C893E1E49B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3_mF4BF2810CBE7C096DA5665F72347A83B85057E67_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { V_0 = (intptr_t)(0); goto IL_0027; } IL_0008: { uint8_t* L_0 = ___b0; intptr_t L_1 = V_0; uint8_t* L_2; L_2 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)L_0, (intptr_t)L_1, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); Reg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3 * L_3; L_3 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3_mF4BF2810CBE7C096DA5665F72347A83B85057E67_inline((uint8_t*)L_2, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3_mF4BF2810CBE7C096DA5665F72347A83B85057E67_RuntimeMethod_var); il2cpp_codegen_initobj(L_3, sizeof(Reg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3 )); intptr_t L_4 = V_0; uint32_t L_5 = sizeof(Reg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3 ); intptr_t L_6; L_6 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_4, L_5, /*hidden argument*/NULL); V_0 = (intptr_t)L_6; } IL_0027: { intptr_t L_7 = V_0; uintptr_t L_8 = ___byteLength1; uint32_t L_9 = sizeof(Reg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3 ); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_10; L_10 = UIntPtr_op_Subtraction_m455602034049E11A086A49C915EDF9DAEC43C91D(L_8, L_9, /*hidden argument*/NULL); bool L_11; L_11 = SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C_inline((intptr_t)L_7, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0008; } } { intptr_t L_12 = V_0; uintptr_t L_13 = ___byteLength1; uint32_t L_14 = sizeof(Reg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923 ); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_15; L_15 = UIntPtr_op_Subtraction_m455602034049E11A086A49C915EDF9DAEC43C91D(L_13, L_14, /*hidden argument*/NULL); bool L_16; L_16 = SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C_inline((intptr_t)L_12, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_006e; } } { uint8_t* L_17 = ___b0; intptr_t L_18 = V_0; uint8_t* L_19; L_19 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)L_17, (intptr_t)L_18, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); Reg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923 * L_20; L_20 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923_m83848096DA9597AB033C49BCAD65A7C893E1E49B_inline((uint8_t*)L_19, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923_m83848096DA9597AB033C49BCAD65A7C893E1E49B_RuntimeMethod_var); il2cpp_codegen_initobj(L_20, sizeof(Reg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923 )); intptr_t L_21 = V_0; uint32_t L_22 = sizeof(Reg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923 ); intptr_t L_23; L_23 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_21, L_22, /*hidden argument*/NULL); V_0 = (intptr_t)L_23; } IL_006e: { intptr_t L_24 = V_0; uintptr_t L_25 = ___byteLength1; uint32_t L_26 = sizeof(Reg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4 ); IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_27; L_27 = UIntPtr_op_Subtraction_m455602034049E11A086A49C915EDF9DAEC43C91D(L_25, L_26, /*hidden argument*/NULL); bool L_28; L_28 = SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C_inline((intptr_t)L_24, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00a1; } } { uint8_t* L_29 = ___b0; intptr_t L_30 = V_0; uint8_t* L_31; L_31 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)L_29, (intptr_t)L_30, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); Reg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4 * L_32; L_32 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4_mC19D8F3A2035990A057B673C4292F6BBBAA741E6_inline((uint8_t*)L_31, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4_mC19D8F3A2035990A057B673C4292F6BBBAA741E6_RuntimeMethod_var); il2cpp_codegen_initobj(L_32, sizeof(Reg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4 )); intptr_t L_33 = V_0; uint32_t L_34 = sizeof(Reg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4 ); intptr_t L_35; L_35 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_33, L_34, /*hidden argument*/NULL); V_0 = (intptr_t)L_35; } IL_00a1: { intptr_t L_36 = V_0; uintptr_t L_37 = ___byteLength1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_38; L_38 = UIntPtr_op_Subtraction_m455602034049E11A086A49C915EDF9DAEC43C91D(L_37, 8, /*hidden argument*/NULL); bool L_39; L_39 = SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C_inline((intptr_t)L_36, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00c7; } } { uint8_t* L_40 = ___b0; intptr_t L_41 = V_0; uint8_t* L_42; L_42 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)L_40, (intptr_t)L_41, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); int64_t* L_43; L_43 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F26CDAA14482020C5D16E94E88D7982DE699AA0_inline((uint8_t*)L_42, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F26CDAA14482020C5D16E94E88D7982DE699AA0_RuntimeMethod_var); *((int64_t*)L_43) = (int64_t)((int64_t)((int64_t)0)); intptr_t L_44 = V_0; intptr_t L_45; L_45 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_44, 8, /*hidden argument*/NULL); V_0 = (intptr_t)L_45; } IL_00c7: { uint32_t L_46 = sizeof(intptr_t); if ((!(((uint32_t)L_46) == ((uint32_t)4)))) { goto IL_00f5; } } { intptr_t L_47 = V_0; uintptr_t L_48 = ___byteLength1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uintptr_t L_49; L_49 = UIntPtr_op_Subtraction_m455602034049E11A086A49C915EDF9DAEC43C91D(L_48, 4, /*hidden argument*/NULL); bool L_50; L_50 = SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C_inline((intptr_t)L_47, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_00f5; } } { uint8_t* L_51 = ___b0; intptr_t L_52 = V_0; uint8_t* L_53; L_53 = Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_inline((uint8_t*)L_51, (intptr_t)L_52, /*hidden argument*/Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_RuntimeMethod_var); int32_t* L_54; L_54 = Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m83EA99EBE20E63BBE5820F879F0820E5BF2D62C5_inline((uint8_t*)L_53, /*hidden argument*/Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m83EA99EBE20E63BBE5820F879F0820E5BF2D62C5_RuntimeMethod_var); *((int32_t*)L_54) = (int32_t)0; intptr_t L_55 = V_0; intptr_t L_56; L_56 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_55, 4, /*hidden argument*/NULL); V_0 = (intptr_t)L_56; } IL_00f5: { return; } } // System.Void System.SpanHelpers::ClearPointerSizedWithReferences(System.IntPtr&,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpanHelpers_ClearPointerSizedWithReferences_m45CDDDFAE259A9678B759645C7AB467860D44BAE (intptr_t* ___ip0, uintptr_t ___pointerSizeLength1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); { V_0 = (intptr_t)(0); V_1 = (intptr_t)(0); goto IL_00ab; } IL_0011: { intptr_t* L_0 = ___ip0; intptr_t L_1 = V_0; intptr_t L_2; L_2 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_1, 0, /*hidden argument*/NULL); intptr_t* L_3; L_3 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_0, (intptr_t)L_2, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_3, sizeof(intptr_t)); intptr_t* L_4 = ___ip0; intptr_t L_5 = V_0; intptr_t L_6; L_6 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_5, 1, /*hidden argument*/NULL); intptr_t* L_7; L_7 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_4, (intptr_t)L_6, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_7, sizeof(intptr_t)); intptr_t* L_8 = ___ip0; intptr_t L_9 = V_0; intptr_t L_10; L_10 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_9, 2, /*hidden argument*/NULL); intptr_t* L_11; L_11 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_8, (intptr_t)L_10, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_11, sizeof(intptr_t)); intptr_t* L_12 = ___ip0; intptr_t L_13 = V_0; intptr_t L_14; L_14 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_13, 3, /*hidden argument*/NULL); intptr_t* L_15; L_15 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_12, (intptr_t)L_14, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_15, sizeof(intptr_t)); intptr_t* L_16 = ___ip0; intptr_t L_17 = V_0; intptr_t L_18; L_18 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_17, 4, /*hidden argument*/NULL); intptr_t* L_19; L_19 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_16, (intptr_t)L_18, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_19, sizeof(intptr_t)); intptr_t* L_20 = ___ip0; intptr_t L_21 = V_0; intptr_t L_22; L_22 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_21, 5, /*hidden argument*/NULL); intptr_t* L_23; L_23 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_20, (intptr_t)L_22, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_23, sizeof(intptr_t)); intptr_t* L_24 = ___ip0; intptr_t L_25 = V_0; intptr_t L_26; L_26 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_25, 6, /*hidden argument*/NULL); intptr_t* L_27; L_27 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_24, (intptr_t)L_26, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_27, sizeof(intptr_t)); intptr_t* L_28 = ___ip0; intptr_t L_29 = V_0; intptr_t L_30; L_30 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_29, 7, /*hidden argument*/NULL); intptr_t* L_31; L_31 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_28, (intptr_t)L_30, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_31, sizeof(intptr_t)); intptr_t L_32 = V_1; V_0 = (intptr_t)L_32; } IL_00ab: { intptr_t L_33 = V_0; intptr_t L_34; L_34 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_33, 8, /*hidden argument*/NULL); intptr_t L_35 = (intptr_t)L_34; V_1 = (intptr_t)L_35; uintptr_t L_36 = ___pointerSizeLength1; bool L_37; L_37 = SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C_inline((intptr_t)L_35, L_36, /*hidden argument*/NULL); if (L_37) { goto IL_0011; } } { intptr_t L_38 = V_0; intptr_t L_39; L_39 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_38, 4, /*hidden argument*/NULL); intptr_t L_40 = (intptr_t)L_39; V_1 = (intptr_t)L_40; uintptr_t L_41 = ___pointerSizeLength1; bool L_42; L_42 = SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C_inline((intptr_t)L_40, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_011e; } } { intptr_t* L_43 = ___ip0; intptr_t L_44 = V_0; intptr_t L_45; L_45 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_44, 0, /*hidden argument*/NULL); intptr_t* L_46; L_46 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_43, (intptr_t)L_45, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_46, sizeof(intptr_t)); intptr_t* L_47 = ___ip0; intptr_t L_48 = V_0; intptr_t L_49; L_49 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_48, 1, /*hidden argument*/NULL); intptr_t* L_50; L_50 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_47, (intptr_t)L_49, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_50, sizeof(intptr_t)); intptr_t* L_51 = ___ip0; intptr_t L_52 = V_0; intptr_t L_53; L_53 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_52, 2, /*hidden argument*/NULL); intptr_t* L_54; L_54 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_51, (intptr_t)L_53, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_54, sizeof(intptr_t)); intptr_t* L_55 = ___ip0; intptr_t L_56 = V_0; intptr_t L_57; L_57 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_56, 3, /*hidden argument*/NULL); intptr_t* L_58; L_58 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_55, (intptr_t)L_57, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_58, sizeof(intptr_t)); intptr_t L_59 = V_1; V_0 = (intptr_t)L_59; } IL_011e: { intptr_t L_60 = V_0; intptr_t L_61; L_61 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_60, 2, /*hidden argument*/NULL); intptr_t L_62 = (intptr_t)L_61; V_1 = (intptr_t)L_62; uintptr_t L_63 = ___pointerSizeLength1; bool L_64; L_64 = SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C_inline((intptr_t)L_62, L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_0157; } } { intptr_t* L_65 = ___ip0; intptr_t L_66 = V_0; intptr_t L_67; L_67 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_66, 0, /*hidden argument*/NULL); intptr_t* L_68; L_68 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_65, (intptr_t)L_67, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_68, sizeof(intptr_t)); intptr_t* L_69 = ___ip0; intptr_t L_70 = V_0; intptr_t L_71; L_71 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_70, 1, /*hidden argument*/NULL); intptr_t* L_72; L_72 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_69, (intptr_t)L_71, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_72, sizeof(intptr_t)); intptr_t L_73 = V_1; V_0 = (intptr_t)L_73; } IL_0157: { intptr_t L_74 = V_0; intptr_t L_75; L_75 = IntPtr_op_Addition_mEACE2385C17C1DDB2FCCBAF7DB5D585144C53BBD((intptr_t)L_74, 1, /*hidden argument*/NULL); uintptr_t L_76 = ___pointerSizeLength1; bool L_77; L_77 = SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C_inline((intptr_t)L_75, L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_0173; } } { intptr_t* L_78 = ___ip0; intptr_t L_79 = V_0; intptr_t* L_80; L_80 = Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_inline((intptr_t*)L_78, (intptr_t)L_79, /*hidden argument*/Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_RuntimeMethod_var); il2cpp_codegen_initobj(L_80, sizeof(intptr_t)); } IL_0173: { return; } } // System.Boolean System.SpanHelpers::LessThanEqual(System.IntPtr,System.UIntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C (intptr_t ___index0, uintptr_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = sizeof(uintptr_t); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_001b; } } { intptr_t L_1 = ___index0; int64_t L_2; L_2 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_1, /*hidden argument*/NULL); uintptr_t L_3 = ___length1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint64_t L_4; L_4 = UIntPtr_op_Explicit_mEEA1D4A964FBFCC95BE2B91ADDD52EF7067C312D(L_3, /*hidden argument*/NULL); return (bool)((((int32_t)((((int64_t)L_2) > ((int64_t)L_4))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_001b: { intptr_t L_5 = ___index0; int32_t L_6; L_6 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_5, /*hidden argument*/NULL); uintptr_t L_7 = ___length1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_8; L_8 = UIntPtr_op_Explicit_m8EF5FC1C0CAF58F8F2310C0D989F20F0694CD7CF(L_7, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_6) > ((int32_t)L_8))? 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.Char System.Buffers.StandardFormat::get_Symbol() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StandardFormat_get_Symbol_mF8A6168808E4EEB455E2F8695DD243231285B0F2 (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get__format_0(); return L_0; } } IL2CPP_EXTERN_C Il2CppChar StandardFormat_get_Symbol_mF8A6168808E4EEB455E2F8695DD243231285B0F2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Il2CppChar _returnValue; _returnValue = StandardFormat_get_Symbol_mF8A6168808E4EEB455E2F8695DD243231285B0F2_inline(_thisAdjusted, method); return _returnValue; } // System.Byte System.Buffers.StandardFormat::get_Precision() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6 (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get__precision_1(); return L_0; } } IL2CPP_EXTERN_C uint8_t StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint8_t _returnValue; _returnValue = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.Buffers.StandardFormat::get_HasPrecision() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandardFormat_get_HasPrecision_m512C556F8EABC1880A4057A0255D42C5008F322E (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get__precision_1(); return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)((int32_t)255)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C bool StandardFormat_get_HasPrecision_m512C556F8EABC1880A4057A0255D42C5008F322E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = StandardFormat_get_HasPrecision_m512C556F8EABC1880A4057A0255D42C5008F322E(_thisAdjusted, method); return _returnValue; } // System.Boolean System.Buffers.StandardFormat::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandardFormat_get_IsDefault_mA235EA7D61B74384AF56AEC5174D2ACD568AE144 (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get__format_0(); if (L_0) { goto IL_0012; } } { uint8_t L_1 = __this->get__precision_1(); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0012: { return (bool)0; } } IL2CPP_EXTERN_C bool StandardFormat_get_IsDefault_mA235EA7D61B74384AF56AEC5174D2ACD568AE144_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = StandardFormat_get_IsDefault_mA235EA7D61B74384AF56AEC5174D2ACD568AE144(_thisAdjusted, method); return _returnValue; } // System.Void System.Buffers.StandardFormat::.ctor(System.Char,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardFormat__ctor_mEDC33761CDF50C5F7D01BF0DD6D673658931D43F (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, Il2CppChar ___symbol0, uint8_t ___precision1, const RuntimeMethod* method) { { uint8_t L_0 = ___precision1; if ((((int32_t)L_0) == ((int32_t)((int32_t)255)))) { goto IL_0012; } } { uint8_t L_1 = ___precision1; if ((((int32_t)L_1) <= ((int32_t)((int32_t)99)))) { goto IL_0012; } } { ThrowHelper_ThrowArgumentOutOfRangeException_PrecisionTooLarge_mAC345A1F72DBC919354CCB54CC6C24EF44BE48C1(/*hidden argument*/NULL); } IL_0012: { Il2CppChar L_2 = ___symbol0; Il2CppChar L_3 = ___symbol0; if ((((int32_t)L_2) == ((int32_t)((int32_t)((uint8_t)L_3))))) { goto IL_001c; } } { ThrowHelper_ThrowArgumentOutOfRangeException_SymbolDoesNotFit_m601A3BCC469FE8A7420CC33708307189B6C48B61(/*hidden argument*/NULL); } IL_001c: { Il2CppChar L_4 = ___symbol0; __this->set__format_0((uint8_t)((int32_t)((uint8_t)L_4))); uint8_t L_5 = ___precision1; __this->set__precision_1(L_5); return; } } IL2CPP_EXTERN_C void StandardFormat__ctor_mEDC33761CDF50C5F7D01BF0DD6D673658931D43F_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___symbol0, uint8_t ___precision1, const RuntimeMethod* method) { StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); StandardFormat__ctor_mEDC33761CDF50C5F7D01BF0DD6D673658931D43F(_thisAdjusted, ___symbol0, ___precision1, method); } // System.Buffers.StandardFormat System.Buffers.StandardFormat::Parse(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 StandardFormat_Parse_mF9CCE7DD1C51984A1554785001484F578E5FE65F (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 ___format0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; uint8_t V_1 = 0x0; StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 V_2; memset((&V_2), 0, sizeof(V_2)); uint32_t V_3 = 0; int32_t V_4 = 0; uint32_t V_5 = 0; { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_inline((ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *)(&___format0), /*hidden argument*/ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_RuntimeMethod_var); if (L_0) { goto IL_0013; } } { il2cpp_codegen_initobj((&V_2), sizeof(StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 )); StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 L_1 = V_2; return L_1; } IL_0013: { Il2CppChar* L_2; L_2 = ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_inline((ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *)(&___format0), 0, /*hidden argument*/ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_RuntimeMethod_var); int32_t L_3 = *((uint16_t*)L_2); V_0 = L_3; int32_t L_4; L_4 = ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_inline((ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *)(&___format0), /*hidden argument*/ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_RuntimeMethod_var); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002f; } } { V_1 = (uint8_t)((int32_t)255); goto IL_009a; } IL_002f: { V_3 = 0; V_4 = 1; goto IL_008c; } IL_0036: { int32_t L_5 = V_4; Il2CppChar* L_6; L_6 = ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_inline((ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *)(&___format0), L_5, /*hidden argument*/ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_RuntimeMethod_var); int32_t L_7 = *((uint16_t*)L_6); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)48))); uint32_t L_8 = V_5; if ((!(((uint32_t)L_8) > ((uint32_t)((int32_t)9))))) { goto IL_0062; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = SR_get_Argument_CannotParsePrecision_mD5AE8AF7058ACCFA8B29EE757D68F9560981453E(/*hidden argument*/NULL); uint8_t L_10 = ((uint8_t)((int32_t)99)); RuntimeObject * L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)), &L_10); String_t* L_12; L_12 = SR_Format_m4480ECD777F2A905A368094827DDCB43478A8053(L_9, L_11, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_13 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StandardFormat_Parse_mF9CCE7DD1C51984A1554785001484F578E5FE65F_RuntimeMethod_var))); } IL_0062: { uint32_t L_14 = V_3; uint32_t L_15 = V_5; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)((int32_t)10))), (int32_t)L_15)); uint32_t L_16 = V_3; if ((!(((uint32_t)L_16) > ((uint32_t)((int32_t)99))))) { goto IL_0086; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var))); String_t* L_17; L_17 = SR_get_Argument_PrecisionTooLarge_m42EED38BF28506133A0AB30447E3C35CCA120A7F(/*hidden argument*/NULL); uint8_t L_18 = ((uint8_t)((int32_t)99)); RuntimeObject * L_19 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)), &L_18); String_t* L_20; L_20 = SR_Format_m4480ECD777F2A905A368094827DDCB43478A8053(L_17, L_19, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_21 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StandardFormat_Parse_mF9CCE7DD1C51984A1554785001484F578E5FE65F_RuntimeMethod_var))); } IL_0086: { int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_008c: { int32_t L_23 = V_4; int32_t L_24; L_24 = ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_inline((ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 *)(&___format0), /*hidden argument*/ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_RuntimeMethod_var); if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0036; } } { uint32_t L_25 = V_3; V_1 = (uint8_t)((int32_t)((uint8_t)L_25)); } IL_009a: { Il2CppChar L_26 = V_0; uint8_t L_27 = V_1; StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 L_28; memset((&L_28), 0, sizeof(L_28)); StandardFormat__ctor_mEDC33761CDF50C5F7D01BF0DD6D673658931D43F((&L_28), L_26, L_27, /*hidden argument*/NULL); return L_28; } } // System.Buffers.StandardFormat System.Buffers.StandardFormat::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 StandardFormat_Parse_m4CDE0279EF9404A63C81983F408FB4CF9F55FD96 (String_t* ___format0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___format0; if (!L_0) { goto IL_000f; } } { String_t* L_1 = ___format0; IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 L_2; L_2 = MemoryExtensions_AsSpan_m7527C7806D1DD24C012DC60C12280A9E1AEA8F15_inline(L_1, /*hidden argument*/NULL); StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 L_3; L_3 = StandardFormat_Parse_mF9CCE7DD1C51984A1554785001484F578E5FE65F(L_2, /*hidden argument*/NULL); return L_3; } IL_000f: { il2cpp_codegen_initobj((&V_0), sizeof(StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 )); StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 L_4 = V_0; return L_4; } } // System.Boolean System.Buffers.StandardFormat::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandardFormat_Equals_mB63E4B0879F9B74C0783E32117A22592050C887A (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = L_0; V_1 = L_1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12_il2cpp_TypeInfo_var))) { goto IL_0019; } } { RuntimeObject * L_2 = V_1; V_0 = ((*(StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)UnBox(L_2, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12_il2cpp_TypeInfo_var)))); StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 L_3 = V_0; bool L_4; L_4 = StandardFormat_Equals_m6AAD6931E6B7620BC5676B60FDE95DEBDCC6A011((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)__this, L_3, /*hidden argument*/NULL); return L_4; } IL_0019: { return (bool)0; } } IL2CPP_EXTERN_C bool StandardFormat_Equals_mB63E4B0879F9B74C0783E32117A22592050C887A_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = StandardFormat_Equals_mB63E4B0879F9B74C0783E32117A22592050C887A(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Int32 System.Buffers.StandardFormat::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StandardFormat_GetHashCode_mA2398AB63B3856075F7E8F9A26D142878DDAB119 (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method) { uint8_t V_0 = 0x0; { uint8_t L_0 = __this->get__format_0(); V_0 = L_0; int32_t L_1; L_1 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(&V_0), /*hidden argument*/NULL); uint8_t L_2 = __this->get__precision_1(); V_0 = L_2; int32_t L_3; L_3 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(&V_0), /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_3)); } } IL2CPP_EXTERN_C int32_t StandardFormat_GetHashCode_mA2398AB63B3856075F7E8F9A26D142878DDAB119_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = StandardFormat_GetHashCode_mA2398AB63B3856075F7E8F9A26D142878DDAB119(_thisAdjusted, method); return _returnValue; } // System.Boolean System.Buffers.StandardFormat::Equals(System.Buffers.StandardFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandardFormat_Equals_m6AAD6931E6B7620BC5676B60FDE95DEBDCC6A011 (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 ___other0, const RuntimeMethod* method) { { uint8_t L_0 = __this->get__format_0(); StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 L_1 = ___other0; uint8_t L_2 = L_1.get__format_0(); if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_001d; } } { uint8_t L_3 = __this->get__precision_1(); StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 L_4 = ___other0; uint8_t L_5 = L_4.get__precision_1(); return (bool)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0); } IL_001d: { return (bool)0; } } IL2CPP_EXTERN_C bool StandardFormat_Equals_m6AAD6931E6B7620BC5676B60FDE95DEBDCC6A011_AdjustorThunk (RuntimeObject * __this, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 ___other0, const RuntimeMethod* method) { StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = StandardFormat_Equals_m6AAD6931E6B7620BC5676B60FDE95DEBDCC6A011(_thisAdjusted, ___other0, method); return _returnValue; } // System.String System.Buffers.StandardFormat::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StandardFormat_ToString_m1391A69E60EF500E59D59A29124BAD2C1D28CE6D (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; uint8_t V_3 = 0x0; { int8_t* L_0 = (int8_t*) alloca(((uintptr_t)8)); memset(L_0, 0, ((uintptr_t)8)); V_0 = (Il2CppChar*)(L_0); V_1 = 0; Il2CppChar L_1; L_1 = StandardFormat_get_Symbol_mF8A6168808E4EEB455E2F8695DD243231285B0F2_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)__this, /*hidden argument*/NULL); V_2 = L_1; Il2CppChar L_2 = V_2; if (!L_2) { goto IL_007e; } } { Il2CppChar* L_3 = V_0; int32_t L_4 = V_1; int32_t L_5 = L_4; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); Il2CppChar L_6 = V_2; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_5), (int32_t)2))))) = (int16_t)L_6; uint8_t L_7; L_7 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)__this, /*hidden argument*/NULL); V_3 = L_7; uint8_t L_8 = V_3; if ((((int32_t)L_8) == ((int32_t)((int32_t)255)))) { goto IL_007e; } } { uint8_t L_9 = V_3; if ((((int32_t)L_9) < ((int32_t)((int32_t)100)))) { goto IL_004d; } } { Il2CppChar* L_10 = V_0; int32_t L_11 = V_1; int32_t L_12 = L_11; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); uint8_t L_13 = V_3; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_12), (int32_t)2))))) = (int16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_13/(int32_t)((int32_t)100)))%(int32_t)((int32_t)10))))))); uint8_t L_14 = V_3; V_3 = (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_14%(int32_t)((int32_t)100))))); } IL_004d: { uint8_t L_15 = V_3; if ((((int32_t)L_15) < ((int32_t)((int32_t)10)))) { goto IL_006e; } } { Il2CppChar* L_16 = V_0; int32_t L_17 = V_1; int32_t L_18 = L_17; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); uint8_t L_19 = V_3; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_18), (int32_t)2))))) = (int16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19/(int32_t)((int32_t)10)))%(int32_t)((int32_t)10))))))); uint8_t L_20 = V_3; V_3 = (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_20%(int32_t)((int32_t)10))))); } IL_006e: { Il2CppChar* L_21 = V_0; int32_t L_22 = V_1; int32_t L_23 = L_22; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); uint8_t L_24 = V_3; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_23), (int32_t)2))))) = (int16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)L_24)))); } IL_007e: { Il2CppChar* L_25 = V_0; int32_t L_26 = V_1; String_t* L_27; L_27 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_25, 0, L_26, /*hidden argument*/NULL); return L_27; } } IL2CPP_EXTERN_C String_t* StandardFormat_ToString_m1391A69E60EF500E59D59A29124BAD2C1D28CE6D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = StandardFormat_ToString_m1391A69E60EF500E59D59A29124BAD2C1D28CE6D(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ThrowHelper::ThrowArrayTypeMismatchException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArrayTypeMismatchException_mFC0D7756FD2EA1A7E41D8426D819369FDBD728FC (const RuntimeMethod* method) { { Exception_t * L_0; L_0 = ThrowHelper_CreateArrayTypeMismatchException_m23F27BF82F951A64682A2CF14E0EDE9F3B54C93F(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowArrayTypeMismatchException_mFC0D7756FD2EA1A7E41D8426D819369FDBD728FC_RuntimeMethod_var))); } } // System.Exception System.ThrowHelper::CreateArrayTypeMismatchException() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArrayTypeMismatchException_m23F27BF82F951A64682A2CF14E0EDE9F3B54C93F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 * L_0 = (ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 *)il2cpp_codegen_object_new(ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var); ArrayTypeMismatchException__ctor_m76932588D9A980CDB675D12B0479F8EAC2D5E96D(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void System.ThrowHelper::ThrowArgumentException_InvalidTypeWithPointersNotSupported(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4 (Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; Exception_t * L_1; L_1 = ThrowHelper_CreateArgumentException_InvalidTypeWithPointersNotSupported_m4019588ED8511C985604C8CC9AD4AB6414676945(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4_RuntimeMethod_var))); } } // System.Exception System.ThrowHelper::CreateArgumentException_InvalidTypeWithPointersNotSupported(System.Type) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentException_InvalidTypeWithPointersNotSupported_m4019588ED8511C985604C8CC9AD4AB6414676945 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); String_t* L_0; L_0 = SR_get_Argument_InvalidTypeWithPointersNotSupported_m2FD2DCBFF1853C8F9616D4C55DD1C14163A06B75(/*hidden argument*/NULL); Type_t * L_1 = ___type0; String_t* L_2; L_2 = SR_Format_m4480ECD777F2A905A368094827DDCB43478A8053(L_0, L_1, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.ThrowHelper::ThrowArgumentException_DestinationTooShort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentException_DestinationTooShort_mD9C82D6A62948DA443166283990BF760F77C76C8 (const RuntimeMethod* method) { { Exception_t * L_0; L_0 = ThrowHelper_CreateArgumentException_DestinationTooShort_m75CF4B3D7F56B0383E0BC84D86C085AA0CE90CD1(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowArgumentException_DestinationTooShort_mD9C82D6A62948DA443166283990BF760F77C76C8_RuntimeMethod_var))); } } // System.Exception System.ThrowHelper::CreateArgumentException_DestinationTooShort() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentException_DestinationTooShort_m75CF4B3D7F56B0383E0BC84D86C085AA0CE90CD1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); String_t* L_0; L_0 = SR_get_Argument_DestinationTooShort_mDD536A55FFA1BD1CF5C34D9E074420C183905559(/*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.ThrowHelper::ThrowIndexOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC (const RuntimeMethod* method) { { Exception_t * L_0; L_0 = ThrowHelper_CreateIndexOutOfRangeException_m8C8886676269B09CC5241BA6F5330D78B26F527B(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC_RuntimeMethod_var))); } } // System.Exception System.ThrowHelper::CreateIndexOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateIndexOutOfRangeException_m8C8886676269B09CC5241BA6F5330D78B26F527B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_0 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m84F1D8D46E48427F4DFAC350A5F1E0D345C68523(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mB72471F11341E214DA380AF2B87C3F28EC51CA59 (const RuntimeMethod* method) { { Exception_t * L_0; L_0 = ThrowHelper_CreateArgumentOutOfRangeException_m0841E9BF864372D7BF0512A13456F985C53FC03D(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowArgumentOutOfRangeException_mB72471F11341E214DA380AF2B87C3F28EC51CA59_RuntimeMethod_var))); } } // System.Exception System.ThrowHelper::CreateArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentOutOfRangeException_m0841E9BF864372D7BF0512A13456F985C53FC03D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_0 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m81CEEF1FCB5EFBBAA39071F48BCFBC16AED0C915(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5 (int32_t ___argument0, const RuntimeMethod* method) { { int32_t L_0 = ___argument0; Exception_t * L_1; L_1 = ThrowHelper_CreateArgumentOutOfRangeException_m3ED3DA6D593699354BA4D397790440F3BFE84AEA(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5_RuntimeMethod_var))); } } // System.Exception System.ThrowHelper::CreateArgumentOutOfRangeException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentOutOfRangeException_m3ED3DA6D593699354BA4D397790440F3BFE84AEA (int32_t ___argument0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionArgument_t11B098DD9AD21AB015871A94DB7DC9A70A10509F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Box(ExceptionArgument_t11B098DD9AD21AB015871A94DB7DC9A70A10509F_il2cpp_TypeInfo_var, (&___argument0)); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); ___argument0 = *(int32_t*)UnBox(L_0); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException_PrecisionTooLarge() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_PrecisionTooLarge_mAC345A1F72DBC919354CCB54CC6C24EF44BE48C1 (const RuntimeMethod* method) { { Exception_t * L_0; L_0 = ThrowHelper_CreateArgumentOutOfRangeException_PrecisionTooLarge_mC1889FF89FD22816EB8D105C942166D0BF6ADFAD(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowArgumentOutOfRangeException_PrecisionTooLarge_mAC345A1F72DBC919354CCB54CC6C24EF44BE48C1_RuntimeMethod_var))); } } // System.Exception System.ThrowHelper::CreateArgumentOutOfRangeException_PrecisionTooLarge() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentOutOfRangeException_PrecisionTooLarge_mC1889FF89FD22816EB8D105C942166D0BF6ADFAD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8B5F8CFFD59A7B59061F52A426CC740232A7314); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); String_t* L_0; L_0 = SR_get_Argument_PrecisionTooLarge_m42EED38BF28506133A0AB30447E3C35CCA120A7F(/*hidden argument*/NULL); uint8_t L_1 = ((uint8_t)((int32_t)99)); RuntimeObject * L_2 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_1); String_t* L_3; L_3 = SR_Format_m4480ECD777F2A905A368094827DDCB43478A8053(L_0, L_2, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_4, _stringLiteralC8B5F8CFFD59A7B59061F52A426CC740232A7314, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException_SymbolDoesNotFit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_SymbolDoesNotFit_m601A3BCC469FE8A7420CC33708307189B6C48B61 (const RuntimeMethod* method) { { Exception_t * L_0; L_0 = ThrowHelper_CreateArgumentOutOfRangeException_SymbolDoesNotFit_m903F8FB8357FE1BAB8BF450E0F95A79117EF2D19(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowArgumentOutOfRangeException_SymbolDoesNotFit_m601A3BCC469FE8A7420CC33708307189B6C48B61_RuntimeMethod_var))); } } // System.Exception System.ThrowHelper::CreateArgumentOutOfRangeException_SymbolDoesNotFit() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateArgumentOutOfRangeException_SymbolDoesNotFit_m903F8FB8357FE1BAB8BF450E0F95A79117EF2D19 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2E80D292EF114389BA7BA391D7EA63456D3073D); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); String_t* L_0; L_0 = SR_get_Argument_BadFormatSpecifier_mFE81E4F926274AB402B890E679E6CAB600E61433(/*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, _stringLiteralD2E80D292EF114389BA7BA391D7EA63456D3073D, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.ThrowHelper::ThrowFormatException_BadFormatSpecifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowFormatException_BadFormatSpecifier_m1E35DA4BEAAC3A721CFB9CE82029EBABF763EA8D (const RuntimeMethod* method) { { Exception_t * L_0; L_0 = ThrowHelper_CreateFormatException_BadFormatSpecifier_mA1D2DB12AB680960531A3C1A97098925F5154FDB(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowHelper_ThrowFormatException_BadFormatSpecifier_m1E35DA4BEAAC3A721CFB9CE82029EBABF763EA8D_RuntimeMethod_var))); } } // System.Exception System.ThrowHelper::CreateFormatException_BadFormatSpecifier() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Exception_t * ThrowHelper_CreateFormatException_BadFormatSpecifier_mA1D2DB12AB680960531A3C1A97098925F5154FDB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); String_t* L_0; L_0 = SR_get_Argument_BadFormatSpecifier_mFE81E4F926274AB402B890E679E6CAB600E61433(/*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_1 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ThrowHelper::TryFormatThrowFormatException(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThrowHelper_TryFormatThrowFormatException_mAE469FD4BD034BFD4FB18C512DAD188188AADFCA (int32_t* ___bytesWritten0, const RuntimeMethod* method) { { int32_t* L_0 = ___bytesWritten0; *((int32_t*)L_0) = (int32_t)0; ThrowHelper_ThrowFormatException_BadFormatSpecifier_m1E35DA4BEAAC3A721CFB9CE82029EBABF763EA8D(/*hidden argument*/NULL); return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormat(System.Byte,System.Span`1,System.Int32&,System.Buffers.StandardFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormat_m9511892FD3132F76B90E0089072BDF8F11884BC4 (uint8_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 ___format3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_1 = ___destination1; int32_t* L_2 = ___bytesWritten2; StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 L_3 = ___format3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_4; L_4 = Utf8Formatter_TryFormatUInt64_m903D18A13B3D28E3301BE4AA8CF22DA85694EB3A_inline(((int64_t)((uint64_t)L_0)), L_1, (int32_t*)L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormat(System.UInt16,System.Span`1,System.Int32&,System.Buffers.StandardFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormat_m3139B60B61A7398CAD4FCAF2A1E1811AAFFE80B6 (uint16_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 ___format3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint16_t L_0 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_1 = ___destination1; int32_t* L_2 = ___bytesWritten2; StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 L_3 = ___format3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_4; L_4 = Utf8Formatter_TryFormatUInt64_m903D18A13B3D28E3301BE4AA8CF22DA85694EB3A_inline(((int64_t)((uint64_t)L_0)), L_1, (int32_t*)L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormat(System.Int32,System.Span`1,System.Int32&,System.Buffers.StandardFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormat_m23401259A4FD7F39ABFED4E189D28ECB0068E599 (int32_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 ___format3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_1 = ___destination1; int32_t* L_2 = ___bytesWritten2; StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 L_3 = ___format3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_4; L_4 = Utf8Formatter_TryFormatInt64_m61A954CEB254D25C2F681CF707F80AD856F73750_inline(((int64_t)((int64_t)L_0)), ((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))), L_1, (int32_t*)L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64(System.Int64,System.UInt64,System.Span`1,System.Int32&,System.Buffers.StandardFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64_m61A954CEB254D25C2F681CF707F80AD856F73750 (int64_t ___value0, uint64_t ___mask1, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination2, int32_t* ___bytesWritten3, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 ___format4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { bool L_0; L_0 = StandardFormat_get_IsDefault_mA235EA7D61B74384AF56AEC5174D2ACD568AE144((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { int64_t L_1 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___destination2; int32_t* L_3 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_4; L_4 = Utf8Formatter_TryFormatInt64Default_mF4B334DF6319D35C0B33A6572F7FF0EA3CE7C2A8_inline(L_1, L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } IL_0012: { Il2CppChar L_5; L_5 = StandardFormat_get_Symbol_mF8A6168808E4EEB455E2F8695DD243231285B0F2_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); V_0 = L_5; Il2CppChar L_6 = V_0; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)88))))) { goto IL_0042; } } { Il2CppChar L_7 = V_0; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)71))))) { goto IL_0033; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)68)))) { goto IL_0083; } } { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)71)))) { goto IL_005f; } } { goto IL_00c9; } IL_0033: { Il2CppChar L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)78)))) { goto IL_0093; } } { Il2CppChar L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)88)))) { goto IL_00b6; } } { goto IL_00c9; } IL_0042: { Il2CppChar L_12 = V_0; if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)103))))) { goto IL_0053; } } { Il2CppChar L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)100)))) { goto IL_0083; } } { Il2CppChar L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)((int32_t)103)))) { goto IL_005f; } } { goto IL_00c9; } IL_0053: { Il2CppChar L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)((int32_t)110)))) { goto IL_0093; } } { Il2CppChar L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)((int32_t)120)))) { goto IL_00a3; } } { goto IL_00c9; } IL_005f: { bool L_17; L_17 = StandardFormat_get_HasPrecision_m512C556F8EABC1880A4057A0255D42C5008F322E((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); if (!L_17) { goto IL_0073; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var))); String_t* L_18; L_18 = SR_get_Argument_GWithPrecisionNotSupported_mF77D1EF96FE22465E62C65C5895E968E7FB10019(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_19 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Utf8Formatter_TryFormatInt64_m61A954CEB254D25C2F681CF707F80AD856F73750_RuntimeMethod_var))); } IL_0073: { int64_t L_20 = ___value0; uint8_t L_21; L_21 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_22 = ___destination2; int32_t* L_23 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_24; L_24 = Utf8Formatter_TryFormatInt64D_mB8F5C4DDAA08332F924D62C0B426C1D414C4ABCA_inline(L_20, L_21, L_22, (int32_t*)L_23, /*hidden argument*/NULL); return L_24; } IL_0083: { int64_t L_25 = ___value0; uint8_t L_26; L_26 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_27 = ___destination2; int32_t* L_28 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_29; L_29 = Utf8Formatter_TryFormatInt64D_mB8F5C4DDAA08332F924D62C0B426C1D414C4ABCA_inline(L_25, L_26, L_27, (int32_t*)L_28, /*hidden argument*/NULL); return L_29; } IL_0093: { int64_t L_30 = ___value0; uint8_t L_31; L_31 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_32 = ___destination2; int32_t* L_33 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_34; L_34 = Utf8Formatter_TryFormatInt64N_m78109B8A854CD414F3883A4F54F2828D65E03A9E_inline(L_30, L_31, L_32, (int32_t*)L_33, /*hidden argument*/NULL); return L_34; } IL_00a3: { int64_t L_35 = ___value0; uint64_t L_36 = ___mask1; uint8_t L_37; L_37 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_38 = ___destination2; int32_t* L_39 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_40; L_40 = Utf8Formatter_TryFormatUInt64X_m873913C215B45BE56870D7EFEFF57F558F1B79F1(((int64_t)((int64_t)L_35&(int64_t)L_36)), L_37, (bool)1, L_38, (int32_t*)L_39, /*hidden argument*/NULL); return L_40; } IL_00b6: { int64_t L_41 = ___value0; uint64_t L_42 = ___mask1; uint8_t L_43; L_43 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_44 = ___destination2; int32_t* L_45 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_46; L_46 = Utf8Formatter_TryFormatUInt64X_m873913C215B45BE56870D7EFEFF57F558F1B79F1(((int64_t)((int64_t)L_41&(int64_t)L_42)), L_43, (bool)0, L_44, (int32_t*)L_45, /*hidden argument*/NULL); return L_46; } IL_00c9: { int32_t* L_47 = ___bytesWritten3; bool L_48; L_48 = ThrowHelper_TryFormatThrowFormatException_mAE469FD4BD034BFD4FB18C512DAD188188AADFCA((int32_t*)L_47, /*hidden argument*/NULL); return L_48; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64D(System.Int64,System.Byte,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64D_mB8F5C4DDAA08332F924D62C0B426C1D414C4ABCA (int64_t ___value0, uint8_t ___precision1, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination2, int32_t* ___bytesWritten3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { V_0 = (bool)0; int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_000d; } } { V_0 = (bool)1; int64_t L_1 = ___value0; ___value0 = ((-L_1)); } IL_000d: { int64_t L_2 = ___value0; uint8_t L_3 = ___precision1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_4 = ___destination2; bool L_5 = V_0; int32_t* L_6 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_7; L_7 = Utf8Formatter_TryFormatUInt64D_m9CC93A27892C98CDC584E3A9A211BE4BCD9C47BC(L_2, L_3, L_4, L_5, (int32_t*)L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64Default(System.Int64,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64Default_mF4B334DF6319D35C0B33A6572F7FF0EA3CE7C2A8 (int64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; if ((!(((uint64_t)L_0) < ((uint64_t)((int64_t)((int64_t)((int32_t)10))))))) { goto IL_0010; } } { int64_t L_1 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___destination1; int32_t* L_3 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_4; L_4 = Utf8Formatter_TryFormatUInt32SingleDigit_m640F93E5FC560A68BD27039E9C864C9C5D582335_inline(((int32_t)((uint32_t)L_1)), L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } IL_0010: { int32_t L_5; L_5 = IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B(/*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)8)))) { goto IL_0021; } } { int64_t L_6 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_7 = ___destination1; int32_t* L_8 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_9; L_9 = Utf8Formatter_TryFormatInt64MultipleDigits_mB1689643467ACA69DA8BBE4FE8C9272C127D4FBB_inline(L_6, L_7, (int32_t*)L_8, /*hidden argument*/NULL); return L_9; } IL_0021: { int64_t L_10 = ___value0; if ((((int64_t)L_10) > ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_003d; } } { int64_t L_11 = ___value0; if ((((int64_t)L_11) < ((int64_t)((int64_t)((int64_t)((int32_t)-2147483648LL)))))) { goto IL_003d; } } { int64_t L_12 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_13 = ___destination1; int32_t* L_14 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_15; L_15 = Utf8Formatter_TryFormatInt32MultipleDigits_m006E2F6B25667EE3B58402D5101CE6BCA787A391_inline(((int32_t)((int32_t)L_12)), L_13, (int32_t*)L_14, /*hidden argument*/NULL); return L_15; } IL_003d: { int64_t L_16 = ___value0; if ((((int64_t)L_16) > ((int64_t)((int64_t)4294967295000000000LL)))) { goto IL_006d; } } { int64_t L_17 = ___value0; if ((((int64_t)L_17) < ((int64_t)((int64_t)-4294967295000000000LL)))) { goto IL_006d; } } { int64_t L_18 = ___value0; if ((((int64_t)L_18) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_0063; } } { int64_t L_19 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_20 = ___destination1; int32_t* L_21 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_22; L_22 = Utf8Formatter_TryFormatUInt64LessThanBillionMaxUInt_mD0B30477DD0CE3DDAE2E87395EA417EE44806626(L_19, L_20, (int32_t*)L_21, /*hidden argument*/NULL); return L_22; } IL_0063: { int64_t L_23 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_24 = ___destination1; int32_t* L_25 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_26; L_26 = Utf8Formatter_TryFormatInt64MoreThanNegativeBillionMaxUInt_m66C6074F21CCD770F792503E660A59CCE7B0E5F7(((-L_23)), L_24, (int32_t*)L_25, /*hidden argument*/NULL); return L_26; } IL_006d: { int64_t L_27 = ___value0; if ((((int64_t)L_27) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_007b; } } { int64_t L_28 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_29 = ___destination1; int32_t* L_30 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_31; L_31 = Utf8Formatter_TryFormatUInt64MoreThanBillionMaxUInt_m906E75BFEC07873FC07898B6F41592B5F0F439A8(L_28, L_29, (int32_t*)L_30, /*hidden argument*/NULL); return L_31; } IL_007b: { int64_t L_32 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_33 = ___destination1; int32_t* L_34 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_35; L_35 = Utf8Formatter_TryFormatInt64LessThanNegativeBillionMaxUInt_m8B5E903509AF6881879B14886D005900E04B295C(((-L_32)), L_33, (int32_t*)L_34, /*hidden argument*/NULL); return L_35; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt32MultipleDigits(System.Int32,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt32MultipleDigits_m006E2F6B25667EE3B58402D5101CE6BCA787A391 (int32_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_003f; } } { int32_t L_1 = ___value0; ___value0 = ((-L_1)); int32_t L_2 = ___value0; int32_t L_3; L_3 = FormattingHelpers_CountDigits_mA676272B50F0CE205CC72EA4455298AE722FE53E_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; int32_t L_5; L_5 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_001e; } } { int32_t* L_6 = ___bytesWritten2; *((int32_t*)L_6) = (int32_t)0; return (bool)0; } IL_001e: { uint8_t* L_7; L_7 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); *((int8_t*)L_7) = (int8_t)((int32_t)45); int32_t* L_8 = ___bytesWritten2; int32_t L_9 = V_0; *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); int32_t L_10 = ___value0; int32_t L_11 = V_0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_12; L_12 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 1, L_11, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_10, L_12, /*hidden argument*/NULL); return (bool)1; } IL_003f: { int32_t L_13 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_14 = ___destination1; int32_t* L_15 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_16; L_16 = Utf8Formatter_TryFormatUInt32MultipleDigits_m8EE0BA7509C7951049017B0E1C3BB6E911CD7863_inline(L_13, L_14, (int32_t*)L_15, /*hidden argument*/NULL); return L_16; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64MultipleDigits(System.Int64,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64MultipleDigits_mB1689643467ACA69DA8BBE4FE8C9272C127D4FBB (int64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_0040; } } { int64_t L_1 = ___value0; ___value0 = ((-L_1)); int64_t L_2 = ___value0; int32_t L_3; L_3 = FormattingHelpers_CountDigits_m675BA657779A2850D4C7B0DE8FFF5D53DCF95144_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; int32_t L_5; L_5 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_001f; } } { int32_t* L_6 = ___bytesWritten2; *((int32_t*)L_6) = (int32_t)0; return (bool)0; } IL_001f: { uint8_t* L_7; L_7 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); *((int8_t*)L_7) = (int8_t)((int32_t)45); int32_t* L_8 = ___bytesWritten2; int32_t L_9 = V_0; *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); int64_t L_10 = ___value0; int32_t L_11 = V_0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_12; L_12 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 1, L_11, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB84E216D8FDAAEE250F7E833F1886CF7352CD243_inline(L_10, L_12, /*hidden argument*/NULL); return (bool)1; } IL_0040: { int64_t L_13 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_14 = ___destination1; int32_t* L_15 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_16; L_16 = Utf8Formatter_TryFormatUInt64MultipleDigits_mF63FC4B51EE923E000733252A9E705D25531919B_inline(L_13, L_14, (int32_t*)L_15, /*hidden argument*/NULL); return L_16; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64MoreThanNegativeBillionMaxUInt(System.Int64,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64MoreThanNegativeBillionMaxUInt_m66C6074F21CCD770F792503E660A59CCE7B0E5F7 (int64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int64_t L_0 = ___value0; V_0 = ((int32_t)((uint32_t)((int64_t)((int64_t)L_0/(int64_t)((int64_t)((int64_t)((int32_t)1000000000))))))); int64_t L_1 = ___value0; uint32_t L_2 = V_0; V_1 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)((int32_t)1000000000))))))))))); uint32_t L_3 = V_0; int32_t L_4; L_4 = FormattingHelpers_CountDigits_mA676272B50F0CE205CC72EA4455298AE722FE53E_inline(L_3, /*hidden argument*/NULL); V_2 = L_4; int32_t L_5 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)9))); int32_t L_6 = V_3; int32_t L_7; L_7 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0031; } } { int32_t* L_8 = ___bytesWritten2; *((int32_t*)L_8) = (int32_t)0; return (bool)0; } IL_0031: { uint8_t* L_9; L_9 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); *((int8_t*)L_9) = (int8_t)((int32_t)45); int32_t* L_10 = ___bytesWritten2; int32_t L_11 = V_3; *((int32_t*)L_10) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); uint32_t L_12 = V_0; int32_t L_13 = V_2; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_14; L_14 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 1, L_13, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_12, L_14, /*hidden argument*/NULL); uint32_t L_15 = V_1; int32_t L_16 = V_2; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17; L_17 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)), ((int32_t)9), /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_15, L_17, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64LessThanNegativeBillionMaxUInt(System.Int64,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64LessThanNegativeBillionMaxUInt_m8B5E903509AF6881879B14886D005900E04B295C (int64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { int64_t L_0 = ___value0; V_0 = ((int64_t)((uint64_t)(int64_t)L_0/(uint64_t)(int64_t)((int64_t)((int64_t)((int32_t)1000000000))))); int64_t L_1 = ___value0; uint64_t L_2 = V_0; V_1 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_2, (int64_t)((int64_t)((int64_t)((int32_t)1000000000))))))))); uint64_t L_3 = V_0; V_2 = ((int32_t)((uint32_t)((int64_t)((uint64_t)(int64_t)L_3/(uint64_t)(int64_t)((int64_t)((int64_t)((int32_t)1000000000))))))); uint64_t L_4 = V_0; uint32_t L_5 = V_2; V_3 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_4, (int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)((int32_t)1000000000))))))))))); uint32_t L_6 = V_2; int32_t L_7; L_7 = FormattingHelpers_CountDigits_mA676272B50F0CE205CC72EA4455298AE722FE53E_inline(L_6, /*hidden argument*/NULL); V_4 = L_7; int32_t L_8 = V_4; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)18))); int32_t L_9 = V_5; int32_t L_10; L_10 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_004a; } } { int32_t* L_11 = ___bytesWritten2; *((int32_t*)L_11) = (int32_t)0; return (bool)0; } IL_004a: { uint8_t* L_12; L_12 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); *((int8_t*)L_12) = (int8_t)((int32_t)45); int32_t* L_13 = ___bytesWritten2; int32_t L_14 = V_5; *((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); uint32_t L_15 = V_2; int32_t L_16 = V_4; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17; L_17 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 1, L_16, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_15, L_17, /*hidden argument*/NULL); uint32_t L_18 = V_3; int32_t L_19 = V_4; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_20; L_20 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)), ((int32_t)9), /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_18, L_20, /*hidden argument*/NULL); uint32_t L_21 = V_1; int32_t L_22 = V_4; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_23; L_23 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)), (int32_t)((int32_t)9))), ((int32_t)9), /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_21, L_23, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatInt64N(System.Int64,System.Byte,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64N_m78109B8A854CD414F3883A4F54F2828D65E03A9E (int64_t ___value0, uint8_t ___precision1, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination2, int32_t* ___bytesWritten3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { V_0 = (bool)0; int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_000d; } } { V_0 = (bool)1; int64_t L_1 = ___value0; ___value0 = ((-L_1)); } IL_000d: { int64_t L_2 = ___value0; uint8_t L_3 = ___precision1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_4 = ___destination2; bool L_5 = V_0; int32_t* L_6 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_7; L_7 = Utf8Formatter_TryFormatUInt64N_mCF9B963233A1FD9750B0EA2F8CF833980C18826D(L_2, L_3, L_4, L_5, (int32_t*)L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64(System.UInt64,System.Span`1,System.Int32&,System.Buffers.StandardFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64_m903D18A13B3D28E3301BE4AA8CF22DA85694EB3A (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 ___format3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { bool L_0; L_0 = StandardFormat_get_IsDefault_mA235EA7D61B74384AF56AEC5174D2ACD568AE144((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { uint64_t L_1 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___destination1; int32_t* L_3 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_4; L_4 = Utf8Formatter_TryFormatUInt64Default_mC66DA768AC3B8933EA96384412E1D8CFB51D64F2_inline(L_1, L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } IL_0012: { Il2CppChar L_5; L_5 = StandardFormat_get_Symbol_mF8A6168808E4EEB455E2F8695DD243231285B0F2_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); V_0 = L_5; Il2CppChar L_6 = V_0; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)88))))) { goto IL_0042; } } { Il2CppChar L_7 = V_0; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)71))))) { goto IL_0033; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)68)))) { goto IL_0084; } } { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)71)))) { goto IL_005f; } } { goto IL_00c8; } IL_0033: { Il2CppChar L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)78)))) { goto IL_0095; } } { Il2CppChar L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)88)))) { goto IL_00b7; } } { goto IL_00c8; } IL_0042: { Il2CppChar L_12 = V_0; if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)103))))) { goto IL_0053; } } { Il2CppChar L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)100)))) { goto IL_0084; } } { Il2CppChar L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)((int32_t)103)))) { goto IL_005f; } } { goto IL_00c8; } IL_0053: { Il2CppChar L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)((int32_t)110)))) { goto IL_0095; } } { Il2CppChar L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)((int32_t)120)))) { goto IL_00a6; } } { goto IL_00c8; } IL_005f: { bool L_17; L_17 = StandardFormat_get_HasPrecision_m512C556F8EABC1880A4057A0255D42C5008F322E((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); if (!L_17) { goto IL_0073; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var))); String_t* L_18; L_18 = SR_get_Argument_GWithPrecisionNotSupported_mF77D1EF96FE22465E62C65C5895E968E7FB10019(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_19 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Utf8Formatter_TryFormatUInt64_m903D18A13B3D28E3301BE4AA8CF22DA85694EB3A_RuntimeMethod_var))); } IL_0073: { uint64_t L_20 = ___value0; uint8_t L_21; L_21 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_22 = ___destination1; int32_t* L_23 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_24; L_24 = Utf8Formatter_TryFormatUInt64D_m9CC93A27892C98CDC584E3A9A211BE4BCD9C47BC(L_20, L_21, L_22, (bool)0, (int32_t*)L_23, /*hidden argument*/NULL); return L_24; } IL_0084: { uint64_t L_25 = ___value0; uint8_t L_26; L_26 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_27 = ___destination1; int32_t* L_28 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_29; L_29 = Utf8Formatter_TryFormatUInt64D_m9CC93A27892C98CDC584E3A9A211BE4BCD9C47BC(L_25, L_26, L_27, (bool)0, (int32_t*)L_28, /*hidden argument*/NULL); return L_29; } IL_0095: { uint64_t L_30 = ___value0; uint8_t L_31; L_31 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_32 = ___destination1; int32_t* L_33 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_34; L_34 = Utf8Formatter_TryFormatUInt64N_mCF9B963233A1FD9750B0EA2F8CF833980C18826D(L_30, L_31, L_32, (bool)0, (int32_t*)L_33, /*hidden argument*/NULL); return L_34; } IL_00a6: { uint64_t L_35 = ___value0; uint8_t L_36; L_36 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_37 = ___destination1; int32_t* L_38 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_39; L_39 = Utf8Formatter_TryFormatUInt64X_m873913C215B45BE56870D7EFEFF57F558F1B79F1(L_35, L_36, (bool)1, L_37, (int32_t*)L_38, /*hidden argument*/NULL); return L_39; } IL_00b7: { uint64_t L_40 = ___value0; uint8_t L_41; L_41 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_42 = ___destination1; int32_t* L_43 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_44; L_44 = Utf8Formatter_TryFormatUInt64X_m873913C215B45BE56870D7EFEFF57F558F1B79F1(L_40, L_41, (bool)0, L_42, (int32_t*)L_43, /*hidden argument*/NULL); return L_44; } IL_00c8: { int32_t* L_45 = ___bytesWritten2; bool L_46; L_46 = ThrowHelper_TryFormatThrowFormatException_mAE469FD4BD034BFD4FB18C512DAD188188AADFCA((int32_t*)L_45, /*hidden argument*/NULL); return L_46; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64D(System.UInt64,System.Byte,System.Span`1,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64D_m9CC93A27892C98CDC584E3A9A211BE4BCD9C47BC (uint64_t ___value0, uint8_t ___precision1, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination2, bool ___insertNegationSign3, int32_t* ___bytesWritten4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mB88D43B3503491E904A7607A97A3E689E4C5C0A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B3_0 = 0; { uint64_t L_0 = ___value0; int32_t L_1; L_1 = FormattingHelpers_CountDigits_m675BA657779A2850D4C7B0DE8FFF5D53DCF95144_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; uint8_t L_2 = ___precision1; if ((((int32_t)L_2) == ((int32_t)((int32_t)255)))) { goto IL_0012; } } { uint8_t L_3 = ___precision1; G_B3_0 = ((int32_t)(L_3)); goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { int32_t L_4 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)G_B3_0, (int32_t)L_4)); int32_t L_5 = V_1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_001c; } } { V_1 = 0; } IL_001c: { int32_t L_6 = V_0; int32_t L_7 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); bool L_8 = ___insertNegationSign3; if (!L_8) { goto IL_0027; } } { int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0027: { int32_t L_10 = V_2; int32_t L_11; L_11 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination2), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_10) <= ((int32_t)L_11))) { goto IL_0037; } } { int32_t* L_12 = ___bytesWritten4; *((int32_t*)L_12) = (int32_t)0; return (bool)0; } IL_0037: { int32_t* L_13 = ___bytesWritten4; int32_t L_14 = V_2; *((int32_t*)L_13) = (int32_t)L_14; bool L_15 = ___insertNegationSign3; if (!L_15) { goto IL_0053; } } { uint8_t* L_16; L_16 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination2), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); *((int8_t*)L_16) = (int8_t)((int32_t)45); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17; L_17 = Span_1_Slice_mB88D43B3503491E904A7607A97A3E689E4C5C0A0_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination2), 1, /*hidden argument*/Span_1_Slice_mB88D43B3503491E904A7607A97A3E689E4C5C0A0_RuntimeMethod_var); ___destination2 = L_17; } IL_0053: { int32_t L_18 = V_1; if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_0065; } } { int32_t L_19 = V_1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_20; L_20 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination2), 0, L_19, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_FillWithAsciiZeros_m3A29E363C6C25E65720EA654150D6199298C3A5E_inline(L_20, /*hidden argument*/NULL); } IL_0065: { uint64_t L_21 = ___value0; int32_t L_22 = V_1; int32_t L_23 = V_0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_24; L_24 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination2), L_22, L_23, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB84E216D8FDAAEE250F7E833F1886CF7352CD243_inline(L_21, L_24, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64Default(System.UInt64,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64Default_mC66DA768AC3B8933EA96384412E1D8CFB51D64F2 (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) < ((uint64_t)((int64_t)((int64_t)((int32_t)10))))))) { goto IL_0010; } } { uint64_t L_1 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___destination1; int32_t* L_3 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_4; L_4 = Utf8Formatter_TryFormatUInt32SingleDigit_m640F93E5FC560A68BD27039E9C864C9C5D582335_inline(((int32_t)((uint32_t)L_1)), L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } IL_0010: { int32_t L_5; L_5 = IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B(/*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)8)))) { goto IL_0021; } } { uint64_t L_6 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_7 = ___destination1; int32_t* L_8 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_9; L_9 = Utf8Formatter_TryFormatUInt64MultipleDigits_mF63FC4B51EE923E000733252A9E705D25531919B_inline(L_6, L_7, (int32_t*)L_8, /*hidden argument*/NULL); return L_9; } IL_0021: { uint64_t L_10 = ___value0; if ((!(((uint64_t)L_10) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_0030; } } { uint64_t L_11 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_12 = ___destination1; int32_t* L_13 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_14; L_14 = Utf8Formatter_TryFormatUInt32MultipleDigits_m8EE0BA7509C7951049017B0E1C3BB6E911CD7863_inline(((int32_t)((uint32_t)L_11)), L_12, (int32_t*)L_13, /*hidden argument*/NULL); return L_14; } IL_0030: { uint64_t L_15 = ___value0; if ((!(((uint64_t)L_15) <= ((uint64_t)((int64_t)4294967295000000000LL))))) { goto IL_0045; } } { uint64_t L_16 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = ___destination1; int32_t* L_18 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_19; L_19 = Utf8Formatter_TryFormatUInt64LessThanBillionMaxUInt_mD0B30477DD0CE3DDAE2E87395EA417EE44806626(L_16, L_17, (int32_t*)L_18, /*hidden argument*/NULL); return L_19; } IL_0045: { uint64_t L_20 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_21 = ___destination1; int32_t* L_22 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_23; L_23 = Utf8Formatter_TryFormatUInt64MoreThanBillionMaxUInt_m906E75BFEC07873FC07898B6F41592B5F0F439A8(L_20, L_21, (int32_t*)L_22, /*hidden argument*/NULL); return L_23; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt32SingleDigit(System.UInt32,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt32SingleDigit_m640F93E5FC560A68BD27039E9C864C9C5D582335 (uint32_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if (L_0) { goto IL_000e; } } { int32_t* L_1 = ___bytesWritten2; *((int32_t*)L_1) = (int32_t)0; return (bool)0; } IL_000e: { uint8_t* L_2; L_2 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint32_t L_3 = ___value0; *((int8_t*)L_2) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)L_3)))); int32_t* L_4 = ___bytesWritten2; *((int32_t*)L_4) = (int32_t)1; return (bool)1; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt32MultipleDigits(System.UInt32,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt32MultipleDigits_m8EE0BA7509C7951049017B0E1C3BB6E911CD7863 (uint32_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { uint32_t L_0 = ___value0; int32_t L_1; L_1 = FormattingHelpers_CountDigits_mA676272B50F0CE205CC72EA4455298AE722FE53E_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3; L_3 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0016; } } { int32_t* L_4 = ___bytesWritten2; *((int32_t*)L_4) = (int32_t)0; return (bool)0; } IL_0016: { int32_t* L_5 = ___bytesWritten2; int32_t L_6 = V_0; *((int32_t*)L_5) = (int32_t)L_6; uint32_t L_7 = ___value0; int32_t L_8 = V_0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_9; L_9 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, L_8, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_7, L_9, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64MultipleDigits(System.UInt64,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64MultipleDigits_mF63FC4B51EE923E000733252A9E705D25531919B (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { uint64_t L_0 = ___value0; int32_t L_1; L_1 = FormattingHelpers_CountDigits_m675BA657779A2850D4C7B0DE8FFF5D53DCF95144_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3; L_3 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0016; } } { int32_t* L_4 = ___bytesWritten2; *((int32_t*)L_4) = (int32_t)0; return (bool)0; } IL_0016: { int32_t* L_5 = ___bytesWritten2; int32_t L_6 = V_0; *((int32_t*)L_5) = (int32_t)L_6; uint64_t L_7 = ___value0; int32_t L_8 = V_0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_9; L_9 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, L_8, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB84E216D8FDAAEE250F7E833F1886CF7352CD243_inline(L_7, L_9, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64LessThanBillionMaxUInt(System.UInt64,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64LessThanBillionMaxUInt_mD0B30477DD0CE3DDAE2E87395EA417EE44806626 (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { uint64_t L_0 = ___value0; V_0 = ((int32_t)((uint32_t)((int64_t)((uint64_t)(int64_t)L_0/(uint64_t)(int64_t)((int64_t)((int64_t)((int32_t)1000000000))))))); uint64_t L_1 = ___value0; uint32_t L_2 = V_0; V_1 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)((int32_t)1000000000))))))))))); uint32_t L_3 = V_0; int32_t L_4; L_4 = FormattingHelpers_CountDigits_mA676272B50F0CE205CC72EA4455298AE722FE53E_inline(L_3, /*hidden argument*/NULL); V_2 = L_4; int32_t L_5 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)9))); int32_t L_6 = V_3; int32_t L_7; L_7 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0031; } } { int32_t* L_8 = ___bytesWritten2; *((int32_t*)L_8) = (int32_t)0; return (bool)0; } IL_0031: { int32_t* L_9 = ___bytesWritten2; int32_t L_10 = V_3; *((int32_t*)L_9) = (int32_t)L_10; uint32_t L_11 = V_0; int32_t L_12 = V_2; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_13; L_13 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, L_12, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_11, L_13, /*hidden argument*/NULL); uint32_t L_14 = V_1; int32_t L_15 = V_2; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_16; L_16 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), L_15, ((int32_t)9), /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_14, L_16, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64MoreThanBillionMaxUInt(System.UInt64,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64MoreThanBillionMaxUInt_m906E75BFEC07873FC07898B6F41592B5F0F439A8 (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { uint64_t L_0 = ___value0; V_0 = ((int64_t)((uint64_t)(int64_t)L_0/(uint64_t)(int64_t)((int64_t)((int64_t)((int32_t)1000000000))))); uint64_t L_1 = ___value0; uint64_t L_2 = V_0; V_1 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_2, (int64_t)((int64_t)((int64_t)((int32_t)1000000000))))))))); uint64_t L_3 = V_0; V_2 = ((int32_t)((uint32_t)((int64_t)((uint64_t)(int64_t)L_3/(uint64_t)(int64_t)((int64_t)((int64_t)((int32_t)1000000000))))))); uint64_t L_4 = V_0; uint32_t L_5 = V_2; V_3 = ((int32_t)((uint32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_4, (int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)((int32_t)1000000000))))))))))); uint32_t L_6 = V_2; int32_t L_7; L_7 = FormattingHelpers_CountDigits_mA676272B50F0CE205CC72EA4455298AE722FE53E_inline(L_6, /*hidden argument*/NULL); V_4 = L_7; int32_t L_8 = V_4; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)18))); int32_t L_9 = V_5; int32_t L_10; L_10 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_9) <= ((int32_t)L_10))) { goto IL_004a; } } { int32_t* L_11 = ___bytesWritten2; *((int32_t*)L_11) = (int32_t)0; return (bool)0; } IL_004a: { int32_t* L_12 = ___bytesWritten2; int32_t L_13 = V_5; *((int32_t*)L_12) = (int32_t)L_13; uint32_t L_14 = V_2; int32_t L_15 = V_4; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_16; L_16 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, L_15, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_14, L_16, /*hidden argument*/NULL); uint32_t L_17 = V_3; int32_t L_18 = V_4; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_19; L_19 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), L_18, ((int32_t)9), /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_17, L_19, /*hidden argument*/NULL); uint32_t L_20 = V_1; int32_t L_21 = V_4; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_22; L_22 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)((int32_t)9))), ((int32_t)9), /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_20, L_22, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64N(System.UInt64,System.Byte,System.Span`1,System.Boolean,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64N_mCF9B963233A1FD9750B0EA2F8CF833980C18826D (uint64_t ___value0, uint8_t ___precision1, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination2, bool ___insertNegationSign3, int32_t* ___bytesWritten4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mB88D43B3503491E904A7607A97A3E689E4C5C0A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B3_0 = 0; { uint64_t L_0 = ___value0; int32_t L_1; L_1 = FormattingHelpers_CountDigits_m675BA657779A2850D4C7B0DE8FFF5D53DCF95144_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))/(int32_t)3)); uint8_t L_3 = ___precision1; if ((((int32_t)L_3) == ((int32_t)((int32_t)255)))) { goto IL_0018; } } { uint8_t L_4 = ___precision1; G_B3_0 = ((int32_t)(L_4)); goto IL_0019; } IL_0018: { G_B3_0 = 2; } IL_0019: { V_2 = G_B3_0; int32_t L_5 = V_0; int32_t L_6 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)); int32_t L_7 = V_2; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0028; } } { int32_t L_8 = V_3; int32_t L_9 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)))); } IL_0028: { bool L_10 = ___insertNegationSign3; if (!L_10) { goto IL_002f; } } { int32_t L_11 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_002f: { int32_t L_12 = V_3; int32_t L_13; L_13 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination2), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_003f; } } { int32_t* L_14 = ___bytesWritten4; *((int32_t*)L_14) = (int32_t)0; return (bool)0; } IL_003f: { int32_t* L_15 = ___bytesWritten4; int32_t L_16 = V_3; *((int32_t*)L_15) = (int32_t)L_16; bool L_17 = ___insertNegationSign3; if (!L_17) { goto IL_005b; } } { uint8_t* L_18; L_18 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination2), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); *((int8_t*)L_18) = (int8_t)((int32_t)45); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_19; L_19 = Span_1_Slice_mB88D43B3503491E904A7607A97A3E689E4C5C0A0_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination2), 1, /*hidden argument*/Span_1_Slice_mB88D43B3503491E904A7607A97A3E689E4C5C0A0_RuntimeMethod_var); ___destination2 = L_19; } IL_005b: { uint64_t L_20 = ___value0; int32_t L_21 = V_0; int32_t L_22 = V_1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_23; L_23 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination2), 0, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)), /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigitsWithGroupSeparator_m47961A365046CD674E315B8366DCC3A6C563F1F9_inline(L_20, L_23, /*hidden argument*/NULL); int32_t L_24 = V_2; if ((((int32_t)L_24) <= ((int32_t)0))) { goto IL_008f; } } { int32_t L_25 = V_0; int32_t L_26 = V_1; uint8_t* L_27; L_27 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination2), ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)), /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); *((int8_t*)L_27) = (int8_t)((int32_t)46); int32_t L_28 = V_0; int32_t L_29 = V_1; int32_t L_30 = V_2; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_31; L_31 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination2), ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)), (int32_t)1)), L_30, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_FillWithAsciiZeros_m3A29E363C6C25E65720EA654150D6199298C3A5E_inline(L_31, /*hidden argument*/NULL); } IL_008f: { return (bool)1; } } // System.Boolean System.Buffers.Text.Utf8Formatter::TryFormatUInt64X(System.UInt64,System.Byte,System.Boolean,System.Span`1,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64X_m873913C215B45BE56870D7EFEFF57F558F1B79F1 (uint64_t ___value0, uint8_t ___precision1, bool ___useLower2, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination3, int32_t* ___bytesWritten4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC02C28AFEBE998F767E4AF43E3BE8F5E9FA11536); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t G_B3_0 = 0; String_t* G_B8_0 = NULL; { uint64_t L_0 = ___value0; int32_t L_1; L_1 = FormattingHelpers_CountHexDigits_mC892DDD16C175A09E028D0CAC2F1FD4EBEFFE3BE_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; uint8_t L_2 = ___precision1; if ((((int32_t)L_2) == ((int32_t)((int32_t)255)))) { goto IL_0018; } } { uint8_t L_3 = ___precision1; int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_5; L_5 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_3, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_0019; } IL_0018: { int32_t L_6 = V_0; G_B3_0 = L_6; } IL_0019: { V_1 = G_B3_0; int32_t L_7; L_7 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination3), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); int32_t L_8 = V_1; if ((((int32_t)L_7) >= ((int32_t)L_8))) { goto IL_002a; } } { int32_t* L_9 = ___bytesWritten4; *((int32_t*)L_9) = (int32_t)0; return (bool)0; } IL_002a: { int32_t* L_10 = ___bytesWritten4; int32_t L_11 = V_1; *((int32_t*)L_10) = (int32_t)L_11; bool L_12 = ___useLower2; if (L_12) { goto IL_0038; } } { G_B8_0 = _stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84; goto IL_003d; } IL_0038: { G_B8_0 = _stringLiteralC02C28AFEBE998F767E4AF43E3BE8F5E9FA11536; } IL_003d: { V_2 = G_B8_0; goto IL_005a; } IL_0040: { int32_t L_13 = V_1; uint8_t* L_14; L_14 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination3), L_13, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); String_t* L_15 = V_2; uint64_t L_16 = ___value0; NullCheck(L_15); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, ((int32_t)((int32_t)((int32_t)((int32_t)L_16))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); *((int8_t*)L_14) = (int8_t)((int32_t)((uint8_t)L_17)); uint64_t L_18 = ___value0; ___value0 = ((int64_t)((uint64_t)L_18>>4)); } IL_005a: { int32_t L_19 = V_1; int32_t L_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); V_1 = L_20; int32_t L_21; L_21 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination3), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((!(((uint32_t)L_20) >= ((uint32_t)L_21)))) { goto IL_0040; } } { return (bool)1; } } // System.Void System.Buffers.Text.Utf8Formatter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utf8Formatter__cctor_mB078801DA1AF49D670C5D6813AFECBF5C0691DCD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2____B8B960BE929E7BAB90AE2CAEF2468C56CD5414C1_0_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2____BD20BFA840DDF83194ECD4397DA071ECD4C1C72F_1_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2____C4C38BC485A320D4B7D737DB85E705077FA38BEF_2_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2____EE0B1C00D481FCA3559F2937C3DD3127C35B2FE3_3_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)7); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2____BD20BFA840DDF83194ECD4397DA071ECD4C1C72F_1_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_StaticFields*)il2cpp_codegen_static_fields_for(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var))->set_DayAbbreviations_0(L_1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)7); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2____EE0B1C00D481FCA3559F2937C3DD3127C35B2FE3_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_StaticFields*)il2cpp_codegen_static_fields_for(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var))->set_DayAbbreviationsLowercase_1(L_4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2____C4C38BC485A320D4B7D737DB85E705077FA38BEF_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_StaticFields*)il2cpp_codegen_static_fields_for(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var))->set_MonthAbbreviations_2(L_7); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = L_9; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t2BE371A826DE714388CB1A6D368F18406BAB06B2____B8B960BE929E7BAB90AE2CAEF2468C56CD5414C1_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_StaticFields*)il2cpp_codegen_static_fields_for(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var))->set_MonthAbbreviationsLowercase_3(L_10); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline (uint32_t ___value0, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; { uint32_t L_0 = ___value0; V_0 = ((int32_t)((int32_t)L_0&(int32_t)((int32_t)16711935))); uint32_t L_1 = ___value0; V_1 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)-16711936))); uint32_t L_2 = V_0; uint32_t L_3 = V_0; uint32_t L_4 = V_1; uint32_t L_5 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>8))|(int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)24))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4<<(int32_t)8))|(int32_t)((int32_t)((uint32_t)L_5>>((int32_t)24))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t BinaryPrimitives_ReverseEndianness_m6268D4E81221B0851A9F12D3446F3B488B804696_inline (uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; uint32_t L_1; L_1 = BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline(((int32_t)((uint32_t)L_0)), /*hidden argument*/NULL); uint64_t L_2 = ___value0; uint32_t L_3; L_3 = BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline(((int32_t)((uint32_t)((int64_t)((uint64_t)L_2>>((int32_t)32))))), /*hidden argument*/NULL); return ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_1))<<(int32_t)((int32_t)32))), (int64_t)((int64_t)((uint64_t)L_3)))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int16_t BinaryPrimitives_ReverseEndianness_m8876275E8BB85919AF8D1502C7FF7C7C74B2C43C_inline (int16_t ___value0, const RuntimeMethod* method) { { int16_t L_0 = ___value0; int16_t L_1 = ___value0; return ((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)255)))<<(int32_t)8))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)65280)))>>(int32_t)8)))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BinaryPrimitives_ReverseEndianness_mCE965B137F559DCC5D929E83D08CFD360DCA56D0_inline (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; uint32_t L_1; L_1 = BinaryPrimitives_ReverseEndianness_m7C562C76F215F77432B9600686CB25A54E88CC20_inline(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BinaryPrimitives_ReverseEndianness_mFA572A602247E6FA6B42E96E59EE84EDB0EFC1E4_inline (int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; uint64_t L_1; L_1 = BinaryPrimitives_ReverseEndianness_m6268D4E81221B0851A9F12D3446F3B488B804696_inline(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t BinaryPrimitives_ReverseEndianness_m8FF291C24CD2A9FA658A1370AFF29E94FCA8BAC7_inline (uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; uint16_t L_1 = ___value0; return (uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0>>(int32_t)8)), (int32_t)((int32_t)((int32_t)L_1<<(int32_t)8)))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* MemoryHandle_get_Pointer_mEE0C7A96AEF5EC9871BDA5F61F5CF73A8706C85C_inline (MemoryHandle_t32246FDA186EE62ADBC37E8AE98087BF6330429C * __this, const RuntimeMethod* method) { { void* L_0 = __this->get__pointer_0(); return (void*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * SR_get_ResourceType_mA677195FD1721150495B84739EFFDCB9366A5541_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var); Type_t * L_0 = ((SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_StaticFields*)il2cpp_codegen_static_fields_for(SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var))->get_U3CResourceTypeU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 SpanHelpers_GetVector_m02FA6D466B651ECA2610E80030F25D5C54364724_inline (uint8_t ___vectorByte0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1__ctor_m035E886443F7CE60267F432384B87C94D2ED6623_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_AsVectorByte_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF7BFEE5836FF3B9AE34C6D3DC39C3287AECEA0D8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___vectorByte0; Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 L_1; memset((&L_1), 0, sizeof(L_1)); Vector_1__ctor_m035E886443F7CE60267F432384B87C94D2ED6623((&L_1), ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)16843009))), /*hidden argument*/Vector_1__ctor_m035E886443F7CE60267F432384B87C94D2ED6623_RuntimeMethod_var); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_2; L_2 = Vector_AsVectorByte_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF7BFEE5836FF3B9AE34C6D3DC39C3287AECEA0D8_inline(L_1, /*hidden argument*/Vector_AsVectorByte_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF7BFEE5836FF3B9AE34C6D3DC39C3287AECEA0D8_RuntimeMethod_var); return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SpanHelpers_LocateFirstFoundByte_m62E17AF3E4C9F8689DB23B9E54311BD8B540B4EF_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_AsVectorUInt64_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m5774F85B0D017BB37B6B2DEE16D177B49356BD48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 V_0; memset((&V_0), 0, sizeof(V_0)); uint64_t V_1 = 0; int32_t V_2 = 0; { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_0 = ___match0; Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 L_1; L_1 = Vector_AsVectorUInt64_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m5774F85B0D017BB37B6B2DEE16D177B49356BD48_inline(L_0, /*hidden argument*/Vector_AsVectorUInt64_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m5774F85B0D017BB37B6B2DEE16D177B49356BD48_RuntimeMethod_var); V_0 = L_1; V_1 = ((int64_t)((int64_t)0)); V_2 = 0; goto IL_001e; } IL_000e: { int32_t L_2 = V_2; uint64_t L_3; L_3 = Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60((Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 *)(&V_0), L_2, /*hidden argument*/Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60_RuntimeMethod_var); V_1 = L_3; uint64_t L_4 = V_1; if (L_4) { goto IL_0026; } } { int32_t L_5 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001e: { int32_t L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_inline(/*hidden argument*/Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_RuntimeMethod_var); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_000e; } } IL_0026: { int32_t L_8 = V_2; uint64_t L_9 = V_1; int32_t L_10; L_10 = SpanHelpers_LocateFirstFoundByte_m6AEEBF64B95585D577D0041CE56E0BE6F28AEFE4_inline(L_9, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)8)), (int32_t)L_10)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* NUInt_op_Explicit_mAC8186F05FC1F16BAEB9A73957491CB24A067D46_inline (NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 ___value0, const RuntimeMethod* method) { { NUInt_t6097F6D5A9138404C7786F1B3E1654AD18E030F5 L_0 = ___value0; void* L_1 = L_0.get__value_0(); return (void*)(L_1); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SpanHelpers_LocateFirstFoundByte_m6AEEBF64B95585D577D0041CE56E0BE6F28AEFE4_inline (uint64_t ___match0, const RuntimeMethod* method) { uint64_t V_0 = 0; { uint64_t L_0 = ___match0; uint64_t L_1 = ___match0; V_0 = ((int64_t)((int64_t)L_0^(int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)((int64_t)((int64_t)1)))))); uint64_t L_2 = V_0; return ((int32_t)((int32_t)((int64_t)((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_2, (int64_t)((int64_t)283686952306184LL)))>>((int32_t)57))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SpanHelpers_LocateFirstFoundChar_mC9FF98473ACDD92571AF535184DF5E286E532FAB_inline (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_AsVectorUInt64_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mFFBF84AADFC2ACF94EDB6EB83E84346EC9A4F26B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 V_0; memset((&V_0), 0, sizeof(V_0)); uint64_t V_1 = 0; int32_t V_2 = 0; { Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_0 = ___match0; Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 L_1; L_1 = Vector_AsVectorUInt64_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mFFBF84AADFC2ACF94EDB6EB83E84346EC9A4F26B_inline(L_0, /*hidden argument*/Vector_AsVectorUInt64_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mFFBF84AADFC2ACF94EDB6EB83E84346EC9A4F26B_RuntimeMethod_var); V_0 = L_1; V_1 = ((int64_t)((int64_t)0)); V_2 = 0; goto IL_001e; } IL_000e: { int32_t L_2 = V_2; uint64_t L_3; L_3 = Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60((Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 *)(&V_0), L_2, /*hidden argument*/Vector_1_get_Item_m93E383D68AC7CF1722E345D5DBB7DF7376689E60_RuntimeMethod_var); V_1 = L_3; uint64_t L_4 = V_1; if (L_4) { goto IL_0026; } } { int32_t L_5 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001e: { int32_t L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_inline(/*hidden argument*/Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_RuntimeMethod_var); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_000e; } } IL_0026: { int32_t L_8 = V_2; uint64_t L_9 = V_1; int32_t L_10; L_10 = SpanHelpers_LocateFirstFoundChar_m7B3D3FD47EB5BA8837CE3E8CE2D2BBA7BFC62CE3_inline(L_9, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)4)), (int32_t)L_10)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SpanHelpers_LocateFirstFoundChar_m7B3D3FD47EB5BA8837CE3E8CE2D2BBA7BFC62CE3_inline (uint64_t ___match0, const RuntimeMethod* method) { uint64_t V_0 = 0; { uint64_t L_0 = ___match0; uint64_t L_1 = ___match0; V_0 = ((int64_t)((int64_t)L_0^(int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)((int64_t)((int64_t)1)))))); uint64_t L_2 = V_0; return ((int32_t)((int32_t)((int64_t)((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_2, (int64_t)((int64_t)4295098372LL)))>>((int32_t)49))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Unsafe_InitBlockUnaligned_mDBC18343453EDA9D3974E125987D6774C5257F2F_inline (void* ___startAddress0, uint8_t ___value1, uint32_t ___byteCount2, const RuntimeMethod* method) { { void* L_0 = ___startAddress0; uint8_t L_1 = ___value1; uint32_t L_2 = ___byteCount2; il2cpp_codegen_memset(L_0, L_1, L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Unsafe_InitBlockUnaligned_m68B5C8F29E67BD60711F6E9A841EB06C08B3D406_inline (uint8_t* ___startAddress0, uint8_t ___value1, uint32_t ___byteCount2, const RuntimeMethod* method) { { uint8_t* L_0 = ___startAddress0; uint8_t L_1 = ___value1; uint32_t L_2 = ___byteCount2; il2cpp_codegen_memset(L_0, L_1, L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SpanHelpers_LessThanEqual_mCFA5E9CC05F428B1EDA65967FEF81267F917E88C_inline (intptr_t ___index0, uintptr_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = sizeof(uintptr_t); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_001b; } } { intptr_t L_1 = ___index0; int64_t L_2; L_2 = IntPtr_op_Explicit_m17B168C05CF9F2917BC28FA8AF6F4F3281C377EB((intptr_t)L_1, /*hidden argument*/NULL); uintptr_t L_3 = ___length1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint64_t L_4; L_4 = UIntPtr_op_Explicit_mEEA1D4A964FBFCC95BE2B91ADDD52EF7067C312D(L_3, /*hidden argument*/NULL); return (bool)((((int32_t)((((int64_t)L_2) > ((int64_t)L_4))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_001b: { intptr_t L_5 = ___index0; int32_t L_6; L_6 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_5, /*hidden argument*/NULL); uintptr_t L_7 = ___length1; IL2CPP_RUNTIME_CLASS_INIT(UIntPtr_t_il2cpp_TypeInfo_var); uint32_t L_8; L_8 = UIntPtr_op_Explicit_m8EF5FC1C0CAF58F8F2310C0D989F20F0694CD7CF(L_7, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_6) > ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar StandardFormat_get_Symbol_mF8A6168808E4EEB455E2F8695DD243231285B0F2_inline (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get__format_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline (StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get__precision_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 MemoryExtensions_AsSpan_m7527C7806D1DD24C012DC60C12280A9E1AEA8F15_inline (String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0D025D7B51DA191FC6D80F997B27442A9F967A1D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisPinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C_m7E80A987C4DE01A770DAD3FB350E783028175EB9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___text0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_0), sizeof(ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 )); ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 L_1 = V_0; return L_1; } IL_000d: { String_t* L_2 = ___text0; Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * L_3; L_3 = Unsafe_As_TisPinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C_m7E80A987C4DE01A770DAD3FB350E783028175EB9_inline(L_2, /*hidden argument*/Unsafe_As_TisPinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C_m7E80A987C4DE01A770DAD3FB350E783028175EB9_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var); intptr_t L_4 = ((MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields*)il2cpp_codegen_static_fields_for(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var))->get_StringAdjustment_0(); String_t* L_5 = ___text0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 L_7; memset((&L_7), 0, sizeof(L_7)); ReadOnlySpan_1__ctor_m0D025D7B51DA191FC6D80F997B27442A9F967A1D_inline((&L_7), L_3, (intptr_t)L_4, L_6, /*hidden argument*/ReadOnlySpan_1__ctor_m0D025D7B51DA191FC6D80F997B27442A9F967A1D_RuntimeMethod_var); return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64_m903D18A13B3D28E3301BE4AA8CF22DA85694EB3A_inline (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 ___format3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { bool L_0; L_0 = StandardFormat_get_IsDefault_mA235EA7D61B74384AF56AEC5174D2ACD568AE144((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { uint64_t L_1 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___destination1; int32_t* L_3 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_4; L_4 = Utf8Formatter_TryFormatUInt64Default_mC66DA768AC3B8933EA96384412E1D8CFB51D64F2_inline(L_1, L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } IL_0012: { Il2CppChar L_5; L_5 = StandardFormat_get_Symbol_mF8A6168808E4EEB455E2F8695DD243231285B0F2_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); V_0 = L_5; Il2CppChar L_6 = V_0; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)88))))) { goto IL_0042; } } { Il2CppChar L_7 = V_0; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)71))))) { goto IL_0033; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)68)))) { goto IL_0084; } } { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)71)))) { goto IL_005f; } } { goto IL_00c8; } IL_0033: { Il2CppChar L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)78)))) { goto IL_0095; } } { Il2CppChar L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)88)))) { goto IL_00b7; } } { goto IL_00c8; } IL_0042: { Il2CppChar L_12 = V_0; if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)103))))) { goto IL_0053; } } { Il2CppChar L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)100)))) { goto IL_0084; } } { Il2CppChar L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)((int32_t)103)))) { goto IL_005f; } } { goto IL_00c8; } IL_0053: { Il2CppChar L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)((int32_t)110)))) { goto IL_0095; } } { Il2CppChar L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)((int32_t)120)))) { goto IL_00a6; } } { goto IL_00c8; } IL_005f: { bool L_17; L_17 = StandardFormat_get_HasPrecision_m512C556F8EABC1880A4057A0255D42C5008F322E((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); if (!L_17) { goto IL_0073; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var))); String_t* L_18; L_18 = SR_get_Argument_GWithPrecisionNotSupported_mF77D1EF96FE22465E62C65C5895E968E7FB10019(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_19 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Utf8Formatter_TryFormatUInt64_m903D18A13B3D28E3301BE4AA8CF22DA85694EB3A_RuntimeMethod_var))); } IL_0073: { uint64_t L_20 = ___value0; uint8_t L_21; L_21 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_22 = ___destination1; int32_t* L_23 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_24; L_24 = Utf8Formatter_TryFormatUInt64D_m9CC93A27892C98CDC584E3A9A211BE4BCD9C47BC(L_20, L_21, L_22, (bool)0, (int32_t*)L_23, /*hidden argument*/NULL); return L_24; } IL_0084: { uint64_t L_25 = ___value0; uint8_t L_26; L_26 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_27 = ___destination1; int32_t* L_28 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_29; L_29 = Utf8Formatter_TryFormatUInt64D_m9CC93A27892C98CDC584E3A9A211BE4BCD9C47BC(L_25, L_26, L_27, (bool)0, (int32_t*)L_28, /*hidden argument*/NULL); return L_29; } IL_0095: { uint64_t L_30 = ___value0; uint8_t L_31; L_31 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_32 = ___destination1; int32_t* L_33 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_34; L_34 = Utf8Formatter_TryFormatUInt64N_mCF9B963233A1FD9750B0EA2F8CF833980C18826D(L_30, L_31, L_32, (bool)0, (int32_t*)L_33, /*hidden argument*/NULL); return L_34; } IL_00a6: { uint64_t L_35 = ___value0; uint8_t L_36; L_36 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_37 = ___destination1; int32_t* L_38 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_39; L_39 = Utf8Formatter_TryFormatUInt64X_m873913C215B45BE56870D7EFEFF57F558F1B79F1(L_35, L_36, (bool)1, L_37, (int32_t*)L_38, /*hidden argument*/NULL); return L_39; } IL_00b7: { uint64_t L_40 = ___value0; uint8_t L_41; L_41 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format3), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_42 = ___destination1; int32_t* L_43 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_44; L_44 = Utf8Formatter_TryFormatUInt64X_m873913C215B45BE56870D7EFEFF57F558F1B79F1(L_40, L_41, (bool)0, L_42, (int32_t*)L_43, /*hidden argument*/NULL); return L_44; } IL_00c8: { int32_t* L_45 = ___bytesWritten2; bool L_46; L_46 = ThrowHelper_TryFormatThrowFormatException_mAE469FD4BD034BFD4FB18C512DAD188188AADFCA((int32_t*)L_45, /*hidden argument*/NULL); return L_46; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64_m61A954CEB254D25C2F681CF707F80AD856F73750_inline (int64_t ___value0, uint64_t ___mask1, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination2, int32_t* ___bytesWritten3, StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 ___format4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { bool L_0; L_0 = StandardFormat_get_IsDefault_mA235EA7D61B74384AF56AEC5174D2ACD568AE144((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { int64_t L_1 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___destination2; int32_t* L_3 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_4; L_4 = Utf8Formatter_TryFormatInt64Default_mF4B334DF6319D35C0B33A6572F7FF0EA3CE7C2A8_inline(L_1, L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } IL_0012: { Il2CppChar L_5; L_5 = StandardFormat_get_Symbol_mF8A6168808E4EEB455E2F8695DD243231285B0F2_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); V_0 = L_5; Il2CppChar L_6 = V_0; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)88))))) { goto IL_0042; } } { Il2CppChar L_7 = V_0; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)71))))) { goto IL_0033; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)68)))) { goto IL_0083; } } { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)71)))) { goto IL_005f; } } { goto IL_00c9; } IL_0033: { Il2CppChar L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)78)))) { goto IL_0093; } } { Il2CppChar L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)88)))) { goto IL_00b6; } } { goto IL_00c9; } IL_0042: { Il2CppChar L_12 = V_0; if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)103))))) { goto IL_0053; } } { Il2CppChar L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)100)))) { goto IL_0083; } } { Il2CppChar L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)((int32_t)103)))) { goto IL_005f; } } { goto IL_00c9; } IL_0053: { Il2CppChar L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)((int32_t)110)))) { goto IL_0093; } } { Il2CppChar L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)((int32_t)120)))) { goto IL_00a3; } } { goto IL_00c9; } IL_005f: { bool L_17; L_17 = StandardFormat_get_HasPrecision_m512C556F8EABC1880A4057A0255D42C5008F322E((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); if (!L_17) { goto IL_0073; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t94D205E4C64F03235C41D368F8B5C3D4840D03CF_il2cpp_TypeInfo_var))); String_t* L_18; L_18 = SR_get_Argument_GWithPrecisionNotSupported_mF77D1EF96FE22465E62C65C5895E968E7FB10019(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_19 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Utf8Formatter_TryFormatInt64_m61A954CEB254D25C2F681CF707F80AD856F73750_RuntimeMethod_var))); } IL_0073: { int64_t L_20 = ___value0; uint8_t L_21; L_21 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_22 = ___destination2; int32_t* L_23 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_24; L_24 = Utf8Formatter_TryFormatInt64D_mB8F5C4DDAA08332F924D62C0B426C1D414C4ABCA_inline(L_20, L_21, L_22, (int32_t*)L_23, /*hidden argument*/NULL); return L_24; } IL_0083: { int64_t L_25 = ___value0; uint8_t L_26; L_26 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_27 = ___destination2; int32_t* L_28 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_29; L_29 = Utf8Formatter_TryFormatInt64D_mB8F5C4DDAA08332F924D62C0B426C1D414C4ABCA_inline(L_25, L_26, L_27, (int32_t*)L_28, /*hidden argument*/NULL); return L_29; } IL_0093: { int64_t L_30 = ___value0; uint8_t L_31; L_31 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_32 = ___destination2; int32_t* L_33 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_34; L_34 = Utf8Formatter_TryFormatInt64N_m78109B8A854CD414F3883A4F54F2828D65E03A9E_inline(L_30, L_31, L_32, (int32_t*)L_33, /*hidden argument*/NULL); return L_34; } IL_00a3: { int64_t L_35 = ___value0; uint64_t L_36 = ___mask1; uint8_t L_37; L_37 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_38 = ___destination2; int32_t* L_39 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_40; L_40 = Utf8Formatter_TryFormatUInt64X_m873913C215B45BE56870D7EFEFF57F558F1B79F1(((int64_t)((int64_t)L_35&(int64_t)L_36)), L_37, (bool)1, L_38, (int32_t*)L_39, /*hidden argument*/NULL); return L_40; } IL_00b6: { int64_t L_41 = ___value0; uint64_t L_42 = ___mask1; uint8_t L_43; L_43 = StandardFormat_get_Precision_m0080A4421E19B1702147DF794C3D4C2D1035C5B6_inline((StandardFormat_tB5005E6AF2D93B04019AB36BA6FA33F29CB45E12 *)(&___format4), /*hidden argument*/NULL); Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_44 = ___destination2; int32_t* L_45 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_46; L_46 = Utf8Formatter_TryFormatUInt64X_m873913C215B45BE56870D7EFEFF57F558F1B79F1(((int64_t)((int64_t)L_41&(int64_t)L_42)), L_43, (bool)0, L_44, (int32_t*)L_45, /*hidden argument*/NULL); return L_46; } IL_00c9: { int32_t* L_47 = ___bytesWritten3; bool L_48; L_48 = ThrowHelper_TryFormatThrowFormatException_mAE469FD4BD034BFD4FB18C512DAD188188AADFCA((int32_t*)L_47, /*hidden argument*/NULL); return L_48; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64Default_mF4B334DF6319D35C0B33A6572F7FF0EA3CE7C2A8_inline (int64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; if ((!(((uint64_t)L_0) < ((uint64_t)((int64_t)((int64_t)((int32_t)10))))))) { goto IL_0010; } } { int64_t L_1 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___destination1; int32_t* L_3 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_4; L_4 = Utf8Formatter_TryFormatUInt32SingleDigit_m640F93E5FC560A68BD27039E9C864C9C5D582335_inline(((int32_t)((uint32_t)L_1)), L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } IL_0010: { int32_t L_5; L_5 = IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B(/*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)8)))) { goto IL_0021; } } { int64_t L_6 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_7 = ___destination1; int32_t* L_8 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_9; L_9 = Utf8Formatter_TryFormatInt64MultipleDigits_mB1689643467ACA69DA8BBE4FE8C9272C127D4FBB_inline(L_6, L_7, (int32_t*)L_8, /*hidden argument*/NULL); return L_9; } IL_0021: { int64_t L_10 = ___value0; if ((((int64_t)L_10) > ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_003d; } } { int64_t L_11 = ___value0; if ((((int64_t)L_11) < ((int64_t)((int64_t)((int64_t)((int32_t)-2147483648LL)))))) { goto IL_003d; } } { int64_t L_12 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_13 = ___destination1; int32_t* L_14 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_15; L_15 = Utf8Formatter_TryFormatInt32MultipleDigits_m006E2F6B25667EE3B58402D5101CE6BCA787A391_inline(((int32_t)((int32_t)L_12)), L_13, (int32_t*)L_14, /*hidden argument*/NULL); return L_15; } IL_003d: { int64_t L_16 = ___value0; if ((((int64_t)L_16) > ((int64_t)((int64_t)4294967295000000000LL)))) { goto IL_006d; } } { int64_t L_17 = ___value0; if ((((int64_t)L_17) < ((int64_t)((int64_t)-4294967295000000000LL)))) { goto IL_006d; } } { int64_t L_18 = ___value0; if ((((int64_t)L_18) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_0063; } } { int64_t L_19 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_20 = ___destination1; int32_t* L_21 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_22; L_22 = Utf8Formatter_TryFormatUInt64LessThanBillionMaxUInt_mD0B30477DD0CE3DDAE2E87395EA417EE44806626(L_19, L_20, (int32_t*)L_21, /*hidden argument*/NULL); return L_22; } IL_0063: { int64_t L_23 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_24 = ___destination1; int32_t* L_25 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_26; L_26 = Utf8Formatter_TryFormatInt64MoreThanNegativeBillionMaxUInt_m66C6074F21CCD770F792503E660A59CCE7B0E5F7(((-L_23)), L_24, (int32_t*)L_25, /*hidden argument*/NULL); return L_26; } IL_006d: { int64_t L_27 = ___value0; if ((((int64_t)L_27) < ((int64_t)((int64_t)((int64_t)0))))) { goto IL_007b; } } { int64_t L_28 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_29 = ___destination1; int32_t* L_30 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_31; L_31 = Utf8Formatter_TryFormatUInt64MoreThanBillionMaxUInt_m906E75BFEC07873FC07898B6F41592B5F0F439A8(L_28, L_29, (int32_t*)L_30, /*hidden argument*/NULL); return L_31; } IL_007b: { int64_t L_32 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_33 = ___destination1; int32_t* L_34 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_35; L_35 = Utf8Formatter_TryFormatInt64LessThanNegativeBillionMaxUInt_m8B5E903509AF6881879B14886D005900E04B295C(((-L_32)), L_33, (int32_t*)L_34, /*hidden argument*/NULL); return L_35; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64D_mB8F5C4DDAA08332F924D62C0B426C1D414C4ABCA_inline (int64_t ___value0, uint8_t ___precision1, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination2, int32_t* ___bytesWritten3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { V_0 = (bool)0; int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_000d; } } { V_0 = (bool)1; int64_t L_1 = ___value0; ___value0 = ((-L_1)); } IL_000d: { int64_t L_2 = ___value0; uint8_t L_3 = ___precision1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_4 = ___destination2; bool L_5 = V_0; int32_t* L_6 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_7; L_7 = Utf8Formatter_TryFormatUInt64D_m9CC93A27892C98CDC584E3A9A211BE4BCD9C47BC(L_2, L_3, L_4, L_5, (int32_t*)L_6, /*hidden argument*/NULL); return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64N_m78109B8A854CD414F3883A4F54F2828D65E03A9E_inline (int64_t ___value0, uint8_t ___precision1, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination2, int32_t* ___bytesWritten3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { V_0 = (bool)0; int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_000d; } } { V_0 = (bool)1; int64_t L_1 = ___value0; ___value0 = ((-L_1)); } IL_000d: { int64_t L_2 = ___value0; uint8_t L_3 = ___precision1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_4 = ___destination2; bool L_5 = V_0; int32_t* L_6 = ___bytesWritten3; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_7; L_7 = Utf8Formatter_TryFormatUInt64N_mCF9B963233A1FD9750B0EA2F8CF833980C18826D(L_2, L_3, L_4, L_5, (int32_t*)L_6, /*hidden argument*/NULL); return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt32SingleDigit_m640F93E5FC560A68BD27039E9C864C9C5D582335_inline (uint32_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if (L_0) { goto IL_000e; } } { int32_t* L_1 = ___bytesWritten2; *((int32_t*)L_1) = (int32_t)0; return (bool)0; } IL_000e: { uint8_t* L_2; L_2 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint32_t L_3 = ___value0; *((int8_t*)L_2) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)L_3)))); int32_t* L_4 = ___bytesWritten2; *((int32_t*)L_4) = (int32_t)1; return (bool)1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt64MultipleDigits_mB1689643467ACA69DA8BBE4FE8C9272C127D4FBB_inline (int64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_0040; } } { int64_t L_1 = ___value0; ___value0 = ((-L_1)); int64_t L_2 = ___value0; int32_t L_3; L_3 = FormattingHelpers_CountDigits_m675BA657779A2850D4C7B0DE8FFF5D53DCF95144_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; int32_t L_5; L_5 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_001f; } } { int32_t* L_6 = ___bytesWritten2; *((int32_t*)L_6) = (int32_t)0; return (bool)0; } IL_001f: { uint8_t* L_7; L_7 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); *((int8_t*)L_7) = (int8_t)((int32_t)45); int32_t* L_8 = ___bytesWritten2; int32_t L_9 = V_0; *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); int64_t L_10 = ___value0; int32_t L_11 = V_0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_12; L_12 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 1, L_11, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB84E216D8FDAAEE250F7E833F1886CF7352CD243_inline(L_10, L_12, /*hidden argument*/NULL); return (bool)1; } IL_0040: { int64_t L_13 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_14 = ___destination1; int32_t* L_15 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_16; L_16 = Utf8Formatter_TryFormatUInt64MultipleDigits_mF63FC4B51EE923E000733252A9E705D25531919B_inline(L_13, L_14, (int32_t*)L_15, /*hidden argument*/NULL); return L_16; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatInt32MultipleDigits_m006E2F6B25667EE3B58402D5101CE6BCA787A391_inline (int32_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_003f; } } { int32_t L_1 = ___value0; ___value0 = ((-L_1)); int32_t L_2 = ___value0; int32_t L_3; L_3 = FormattingHelpers_CountDigits_mA676272B50F0CE205CC72EA4455298AE722FE53E_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; int32_t L_5; L_5 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_001e; } } { int32_t* L_6 = ___bytesWritten2; *((int32_t*)L_6) = (int32_t)0; return (bool)0; } IL_001e: { uint8_t* L_7; L_7 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); *((int8_t*)L_7) = (int8_t)((int32_t)45); int32_t* L_8 = ___bytesWritten2; int32_t L_9 = V_0; *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); int32_t L_10 = ___value0; int32_t L_11 = V_0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_12; L_12 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 1, L_11, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_10, L_12, /*hidden argument*/NULL); return (bool)1; } IL_003f: { int32_t L_13 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_14 = ___destination1; int32_t* L_15 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_16; L_16 = Utf8Formatter_TryFormatUInt32MultipleDigits_m8EE0BA7509C7951049017B0E1C3BB6E911CD7863_inline(L_13, L_14, (int32_t*)L_15, /*hidden argument*/NULL); return L_16; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountDigits_mA676272B50F0CE205CC72EA4455298AE722FE53E_inline (uint32_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; uint32_t L_0 = ___value0; if ((!(((uint32_t)L_0) >= ((uint32_t)((int32_t)100000))))) { goto IL_0017; } } { uint32_t L_1 = ___value0; ___value0 = ((int32_t)((uint32_t)(int32_t)L_1/(uint32_t)(int32_t)((int32_t)100000))); int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)5)); } IL_0017: { uint32_t L_3 = ___value0; if ((!(((uint32_t)L_3) >= ((uint32_t)((int32_t)10))))) { goto IL_0047; } } { uint32_t L_4 = ___value0; if ((!(((uint32_t)L_4) < ((uint32_t)((int32_t)100))))) { goto IL_0027; } } { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); goto IL_0047; } IL_0027: { uint32_t L_6 = ___value0; if ((!(((uint32_t)L_6) < ((uint32_t)((int32_t)1000))))) { goto IL_0035; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)); goto IL_0047; } IL_0035: { uint32_t L_8 = ___value0; if ((!(((uint32_t)L_8) < ((uint32_t)((int32_t)10000))))) { goto IL_0043; } } { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)3)); goto IL_0047; } IL_0043: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)4)); } IL_0047: { int32_t L_11 = V_0; return L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline (uint32_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint32_t V_1 = 0; { int32_t L_0; L_0 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); goto IL_002b; } IL_000c: { uint32_t L_1 = ___value0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)L_1)); uint32_t L_2 = ___value0; ___value0 = ((int32_t)((uint32_t)(int32_t)L_2/(uint32_t)(int32_t)((int32_t)10))); int32_t L_3 = V_0; uint8_t* L_4; L_4 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), L_3, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint32_t L_5 = V_1; uint32_t L_6 = ___value0; *((int8_t*)L_4) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)((int32_t)10))))))); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } IL_002b: { int32_t L_8 = V_0; if ((((int32_t)L_8) >= ((int32_t)1))) { goto IL_000c; } } { uint8_t* L_9; L_9 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint32_t L_10 = ___value0; *((int8_t*)L_9) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)L_10)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt32MultipleDigits_m8EE0BA7509C7951049017B0E1C3BB6E911CD7863_inline (uint32_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { uint32_t L_0 = ___value0; int32_t L_1; L_1 = FormattingHelpers_CountDigits_mA676272B50F0CE205CC72EA4455298AE722FE53E_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3; L_3 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0016; } } { int32_t* L_4 = ___bytesWritten2; *((int32_t*)L_4) = (int32_t)0; return (bool)0; } IL_0016: { int32_t* L_5 = ___bytesWritten2; int32_t L_6 = V_0; *((int32_t*)L_5) = (int32_t)L_6; uint32_t L_7 = ___value0; int32_t L_8 = V_0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_9; L_9 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, L_8, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB294245C1C40A39A6FADC68FD44FDE93489329DE_inline(L_7, L_9, /*hidden argument*/NULL); return (bool)1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountDigits_m675BA657779A2850D4C7B0DE8FFF5D53DCF95144_inline (uint64_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; uint32_t V_1 = 0; { V_0 = 1; uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) >= ((uint64_t)((int64_t)((int64_t)((int32_t)10000000))))))) { goto IL_003b; } } { uint64_t L_1 = ___value0; if ((!(((uint64_t)L_1) >= ((uint64_t)((int64_t)100000000000000LL))))) { goto IL_002b; } } { uint64_t L_2 = ___value0; V_1 = ((int32_t)((uint32_t)((int64_t)((uint64_t)(int64_t)L_2/(uint64_t)(int64_t)((int64_t)100000000000000LL))))); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)14))); goto IL_003e; } IL_002b: { uint64_t L_4 = ___value0; V_1 = ((int32_t)((uint32_t)((int64_t)((uint64_t)(int64_t)L_4/(uint64_t)(int64_t)((int64_t)((int64_t)((int32_t)10000000))))))); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)7)); goto IL_003e; } IL_003b: { uint64_t L_6 = ___value0; V_1 = ((int32_t)((uint32_t)L_6)); } IL_003e: { uint32_t L_7 = V_1; if ((!(((uint32_t)L_7) >= ((uint32_t)((int32_t)10))))) { goto IL_008a; } } { uint32_t L_8 = V_1; if ((!(((uint32_t)L_8) < ((uint32_t)((int32_t)100))))) { goto IL_004e; } } { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); goto IL_008a; } IL_004e: { uint32_t L_10 = V_1; if ((!(((uint32_t)L_10) < ((uint32_t)((int32_t)1000))))) { goto IL_005c; } } { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)2)); goto IL_008a; } IL_005c: { uint32_t L_12 = V_1; if ((!(((uint32_t)L_12) < ((uint32_t)((int32_t)10000))))) { goto IL_006a; } } { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)); goto IL_008a; } IL_006a: { uint32_t L_14 = V_1; if ((!(((uint32_t)L_14) < ((uint32_t)((int32_t)100000))))) { goto IL_0078; } } { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)4)); goto IL_008a; } IL_0078: { uint32_t L_16 = V_1; if ((!(((uint32_t)L_16) < ((uint32_t)((int32_t)1000000))))) { goto IL_0086; } } { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)5)); goto IL_008a; } IL_0086: { int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)6)); } IL_008a: { int32_t L_19 = V_0; return L_19; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FormattingHelpers_WriteDigits_mB84E216D8FDAAEE250F7E833F1886CF7352CD243_inline (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint64_t V_1 = 0; { int32_t L_0; L_0 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); goto IL_002e; } IL_000c: { uint64_t L_1 = ___value0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int32_t)48))), (int64_t)L_1)); uint64_t L_2 = ___value0; ___value0 = ((int64_t)((uint64_t)(int64_t)L_2/(uint64_t)(int64_t)((int64_t)((int64_t)((int32_t)10))))); int32_t L_3 = V_0; uint8_t* L_4; L_4 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), L_3, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint64_t L_5 = V_1; uint64_t L_6 = ___value0; *((int8_t*)L_4) = (int8_t)((int32_t)((uint8_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_5, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)((int64_t)((int64_t)((int32_t)10))))))))); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; if ((((int32_t)L_8) >= ((int32_t)1))) { goto IL_000c; } } { uint8_t* L_9; L_9 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint64_t L_10 = ___value0; *((int8_t*)L_9) = (int8_t)((int32_t)((uint8_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int32_t)48))), (int64_t)L_10)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64MultipleDigits_mF63FC4B51EE923E000733252A9E705D25531919B_inline (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { uint64_t L_0 = ___value0; int32_t L_1; L_1 = FormattingHelpers_CountDigits_m675BA657779A2850D4C7B0DE8FFF5D53DCF95144_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3; L_3 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0016; } } { int32_t* L_4 = ___bytesWritten2; *((int32_t*)L_4) = (int32_t)0; return (bool)0; } IL_0016: { int32_t* L_5 = ___bytesWritten2; int32_t L_6 = V_0; *((int32_t*)L_5) = (int32_t)L_6; uint64_t L_7 = ___value0; int32_t L_8 = V_0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_9; L_9 = Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination1), 0, L_8, /*hidden argument*/Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_RuntimeMethod_var); FormattingHelpers_WriteDigits_mB84E216D8FDAAEE250F7E833F1886CF7352CD243_inline(L_7, L_9, /*hidden argument*/NULL); return (bool)1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Utf8Formatter_TryFormatUInt64Default_mC66DA768AC3B8933EA96384412E1D8CFB51D64F2_inline (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination1, int32_t* ___bytesWritten2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) < ((uint64_t)((int64_t)((int64_t)((int32_t)10))))))) { goto IL_0010; } } { uint64_t L_1 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_2 = ___destination1; int32_t* L_3 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_4; L_4 = Utf8Formatter_TryFormatUInt32SingleDigit_m640F93E5FC560A68BD27039E9C864C9C5D582335_inline(((int32_t)((uint32_t)L_1)), L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } IL_0010: { int32_t L_5; L_5 = IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B(/*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)8)))) { goto IL_0021; } } { uint64_t L_6 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_7 = ___destination1; int32_t* L_8 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_9; L_9 = Utf8Formatter_TryFormatUInt64MultipleDigits_mF63FC4B51EE923E000733252A9E705D25531919B_inline(L_6, L_7, (int32_t*)L_8, /*hidden argument*/NULL); return L_9; } IL_0021: { uint64_t L_10 = ___value0; if ((!(((uint64_t)L_10) <= ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_0030; } } { uint64_t L_11 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_12 = ___destination1; int32_t* L_13 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_14; L_14 = Utf8Formatter_TryFormatUInt32MultipleDigits_m8EE0BA7509C7951049017B0E1C3BB6E911CD7863_inline(((int32_t)((uint32_t)L_11)), L_12, (int32_t*)L_13, /*hidden argument*/NULL); return L_14; } IL_0030: { uint64_t L_15 = ___value0; if ((!(((uint64_t)L_15) <= ((uint64_t)((int64_t)4294967295000000000LL))))) { goto IL_0045; } } { uint64_t L_16 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_17 = ___destination1; int32_t* L_18 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_19; L_19 = Utf8Formatter_TryFormatUInt64LessThanBillionMaxUInt_mD0B30477DD0CE3DDAE2E87395EA417EE44806626(L_16, L_17, (int32_t*)L_18, /*hidden argument*/NULL); return L_19; } IL_0045: { uint64_t L_20 = ___value0; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_21 = ___destination1; int32_t* L_22 = ___bytesWritten2; IL2CPP_RUNTIME_CLASS_INIT(Utf8Formatter_t40DEB6F6F7963F03A97169CEE107888F2B29B591_il2cpp_TypeInfo_var); bool L_23; L_23 = Utf8Formatter_TryFormatUInt64MoreThanBillionMaxUInt_m906E75BFEC07873FC07898B6F41592B5F0F439A8(L_20, L_21, (int32_t*)L_22, /*hidden argument*/NULL); return L_23; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FormattingHelpers_FillWithAsciiZeros_m3A29E363C6C25E65720EA654150D6199298C3A5E_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0013; } IL_0004: { int32_t L_0 = V_0; uint8_t* L_1; L_1 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer0), L_0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); *((int8_t*)L_1) = (int8_t)((int32_t)48); int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0013: { int32_t L_3 = V_0; int32_t L_4; L_4 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer0), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0004; } } { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FormattingHelpers_WriteDigitsWithGroupSeparator_m47961A365046CD674E315B8366DCC3A6C563F1F9_inline (uint64_t ___value0, Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint64_t V_2 = 0; { V_0 = 0; int32_t L_0; L_0 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); goto IL_004b; } IL_000e: { uint64_t L_1 = ___value0; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int32_t)48))), (int64_t)L_1)); uint64_t L_2 = ___value0; ___value0 = ((int64_t)((uint64_t)(int64_t)L_2/(uint64_t)(int64_t)((int64_t)((int64_t)((int32_t)10))))); int32_t L_3 = V_1; uint8_t* L_4; L_4 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), L_3, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint64_t L_5 = V_2; uint64_t L_6 = ___value0; *((int8_t*)L_4) = (int8_t)((int32_t)((uint8_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_5, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)((int64_t)((int64_t)((int32_t)10))))))))); int32_t L_7 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)2)))) { goto IL_0043; } } { int32_t L_8 = V_1; int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); V_1 = L_9; uint8_t* L_10; L_10 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), L_9, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); *((int8_t*)L_10) = (int8_t)((int32_t)44); V_0 = 0; goto IL_0047; } IL_0043: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0047: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_004b: { int32_t L_13 = V_1; if ((((int32_t)L_13) >= ((int32_t)1))) { goto IL_000e; } } { uint8_t* L_14; L_14 = Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___buffer1), 0, /*hidden argument*/Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_RuntimeMethod_var); uint64_t L_15 = ___value0; *((int8_t*)L_14) = (int8_t)((int32_t)((uint8_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((int32_t)48))), (int64_t)L_15)))); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FormattingHelpers_CountHexDigits_mC892DDD16C175A09E028D0CAC2F1FD4EBEFFE3BE_inline (uint64_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) > ((uint64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))))) { goto IL_0011; } } { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)8)); uint64_t L_2 = ___value0; ___value0 = ((int64_t)((uint64_t)L_2>>((int32_t)32))); } IL_0011: { uint64_t L_3 = ___value0; if ((!(((uint64_t)L_3) > ((uint64_t)((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_0024; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)); uint64_t L_5 = ___value0; ___value0 = ((int64_t)((uint64_t)L_5>>((int32_t)16))); } IL_0024: { uint64_t L_6 = ___value0; if ((!(((uint64_t)L_6) > ((uint64_t)((int64_t)((int64_t)((int32_t)255))))))) { goto IL_0036; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)); uint64_t L_8 = ___value0; ___value0 = ((int64_t)((uint64_t)L_8>>8)); } IL_0036: { uint64_t L_9 = ___value0; if ((!(((uint64_t)L_9) > ((uint64_t)((int64_t)((int64_t)((int32_t)15))))))) { goto IL_0040; } } { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0040: { int32_t L_11 = V_0; return L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int16_t MemoryMarshal_Read_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A22E6BFABF74C1CDFEDDF29DCE184625B9EAEA8_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_002a; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)0, /*hidden argument*/NULL); } IL_002a: { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_5 = ___source0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); int16_t L_7; L_7 = (( int16_t (*) (uint8_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (int16_t)L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MemoryMarshal_Read_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m08D4213DBE02501A8B8B2C01E02FC810025AFE9F_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_002a; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)0, /*hidden argument*/NULL); } IL_002a: { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_5 = ___source0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); int32_t L_7; L_7 = (( int32_t (*) (uint8_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (int32_t)L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t MemoryMarshal_Read_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F76ACC0A8CB68B0FCFC0389620595E86AFD4354_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_002a; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)0, /*hidden argument*/NULL); } IL_002a: { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_5 = ___source0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); int64_t L_7; L_7 = (( int64_t (*) (uint8_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (int64_t)L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t MemoryMarshal_Read_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE6E7B9169325123D679204772267C8E25A310709_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_002a; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)0, /*hidden argument*/NULL); } IL_002a: { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_5 = ___source0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); uint16_t L_7; L_7 = (( uint16_t (*) (uint8_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (uint16_t)L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t MemoryMarshal_Read_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m6979E20D9DB999F6CC91AA46E0643802AA436AF9_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_002a; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)0, /*hidden argument*/NULL); } IL_002a: { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_5 = ___source0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); uint32_t L_7; L_7 = (( uint32_t (*) (uint8_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (uint32_t)L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t MemoryMarshal_Read_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m3FEB98327CF270498351BA3EDA4852E58753DAF1_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_inline((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 *)(&___source0), /*hidden argument*/ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_RuntimeMethod_var); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_002a; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)0, /*hidden argument*/NULL); } IL_002a: { ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 L_5 = ___source0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93((ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m72C9B7E3B84540539945F1E80ED3E1AAE90E5D93_RuntimeMethod_var); uint64_t L_7; L_7 = (( uint64_t (*) (uint8_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (uint64_t)L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MemoryMarshal_Write_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m12C5364650D1D9A189121D7BF9E4FB4BEA8AE768_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((!(((uint32_t)L_3) > ((uint32_t)L_4)))) { goto IL_002a; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)0, /*hidden argument*/NULL); } IL_002a: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_5 = ___destination0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); int16_t* L_7 = ___value1; int16_t L_8 = (*(int16_t*)L_7); (( void (*) (uint8_t*, int16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, (int16_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MemoryMarshal_Write_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m38EB8D70E18E06A50FB8F81B7D4B4E5222D435D4_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((!(((uint32_t)L_3) > ((uint32_t)L_4)))) { goto IL_002a; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)0, /*hidden argument*/NULL); } IL_002a: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_5 = ___destination0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); int32_t* L_7 = ___value1; int32_t L_8 = (*(int32_t*)L_7); (( void (*) (uint8_t*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MemoryMarshal_Write_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m91B76C03CFAEA56082DCAE0855BD5AF897BFCEC5_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((!(((uint32_t)L_3) > ((uint32_t)L_4)))) { goto IL_002a; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)0, /*hidden argument*/NULL); } IL_002a: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_5 = ___destination0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); uint16_t* L_7 = ___value1; uint16_t L_8 = (*(uint16_t*)L_7); (( void (*) (uint8_t*, uint16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, (uint16_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MemoryMarshal_Write_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mEE5318F59B9AFF690122D1987DF3E8CCA0182E44_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((!(((uint32_t)L_3) > ((uint32_t)L_4)))) { goto IL_002a; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)0, /*hidden argument*/NULL); } IL_002a: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_5 = ___destination0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); uint32_t* L_7 = ___value1; uint32_t L_8 = (*(uint32_t*)L_7); (( void (*) (uint8_t*, uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, (uint32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MemoryMarshal_Write_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m7EC583D1692B7DF3D399720FFDE154C4250E7989_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((!(((uint32_t)L_3) > ((uint32_t)L_4)))) { goto IL_002a; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)0, /*hidden argument*/NULL); } IL_002a: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_5 = ___destination0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); int64_t* L_7 = ___value1; int64_t L_8 = (*(int64_t*)L_7); (( void (*) (uint8_t*, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, (int64_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MemoryMarshal_Write_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mBCE2FC25F4A82A2045573817741FB05E3E2ACBAE_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, uint64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((!(((uint32_t)L_3) > ((uint32_t)L_4)))) { goto IL_002a; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)0, /*hidden argument*/NULL); } IL_002a: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_5 = ___destination0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); uint64_t* L_7 = ___value1; uint64_t L_8 = (*(uint64_t*)L_7); (( void (*) (uint8_t*, uint64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, (uint64_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryMarshal_TryWrite_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD4E30120F5A512003BE938D07A27540C66B8650B_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 ___destination0, int16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_0) { goto IL_0016; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); ThrowHelper_ThrowArgumentException_InvalidTypeWithPointersNotSupported_m4A71872D4B069AF36758A61E4CA3FB663B4E8EC4((Type_t *)L_2, /*hidden argument*/NULL); } IL_0016: { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_4; L_4 = Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_inline((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 *)(&___destination0), /*hidden argument*/Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_RuntimeMethod_var); if ((((int64_t)((int64_t)((int64_t)L_3))) <= ((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)L_4))))))) { goto IL_0028; } } { return (bool)0; } IL_0028: { Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_5 = ___destination0; uint8_t* L_6; L_6 = MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F((Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_5, /*hidden argument*/MemoryMarshal_GetReference_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m37786208E5FCA9ACE473CE52E3056641C0235D1F_RuntimeMethod_var); int16_t* L_7 = ___value1; int16_t L_8 = (*(int16_t*)L_7); (( void (*) (uint8_t*, int16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((uint8_t*)(uint8_t*)L_6, (int16_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (bool)1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* Span_1_get_Item_m43A23AA448CCD533438E4A4D4C5ABEDB9FD8A351_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * L_2 = (Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); uint8_t* L_5; L_5 = (( uint8_t* (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; uint8_t* L_7; L_7 = (( uint8_t* (*) (uint8_t*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((uint8_t*)(uint8_t*)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (uint8_t*)(L_7); } IL_0030: { Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * L_8 = (Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)__this->get__pinnable_0(); NullCheck(L_8); uint8_t* L_9 = (uint8_t*)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); uint8_t* L_11; L_11 = (( uint8_t* (*) (uint8_t*, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((uint8_t*)(uint8_t*)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; uint8_t* L_13; L_13 = (( uint8_t* (*) (uint8_t*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((uint8_t*)(uint8_t*)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (uint8_t*)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m4BFDA5E41279728ADF75E310F780E357ECB1923B_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar* ReadOnlySpan_1_get_Item_m856578D58B9F85C63B15E582398B5EC2A49D1203_gshared_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * L_2 = (Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Il2CppChar* L_5; L_5 = (( Il2CppChar* (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; Il2CppChar* L_7; L_7 = (( Il2CppChar* (*) (Il2CppChar*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Il2CppChar*)(Il2CppChar*)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Il2CppChar*)L_7; } IL_0030: { Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * L_8 = (Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C *)__this->get__pinnable_0(); NullCheck(L_8); Il2CppChar* L_9 = (Il2CppChar*)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Il2CppChar* L_11; L_11 = (( Il2CppChar* (*) (Il2CppChar*, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((Il2CppChar*)(Il2CppChar*)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; Il2CppChar* L_13; L_13 = (( Il2CppChar* (*) (Il2CppChar*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Il2CppChar*)(Il2CppChar*)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Il2CppChar*)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m626D8806A4F947921582C93B00D24CA957C9FB13_gshared_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 ReadOnlySpan_1_Slice_mC055D9B8DCA2EB4562338BF36B89CC4B229D5C4D_gshared_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, int32_t ___start0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) > ((uint32_t)L_1)))) { goto IL_000f; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { intptr_t L_2 = (intptr_t)__this->get__byteOffset_1(); int32_t L_3 = ___start0; intptr_t L_4; L_4 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_4; int32_t L_5 = (int32_t)__this->get__length_2(); int32_t L_6 = ___start0; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)); Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * L_7 = (Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C *)__this->get__pinnable_0(); intptr_t L_8 = V_0; int32_t L_9 = V_1; ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 L_10; memset((&L_10), 0, sizeof(L_10)); ReadOnlySpan_1__ctor_m0D025D7B51DA191FC6D80F997B27442A9F967A1D_inline((&L_10), (Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C *)L_7, (intptr_t)L_8, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 )L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 ReadOnlySpan_1_Slice_m263B11AC38B6DD520C1C0CCEC53D1AE555FB7B41_gshared_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); V_0 = (intptr_t)L_7; Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * L_8 = (Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 L_11; memset((&L_11), 0, sizeof(L_11)); ReadOnlySpan_1__ctor_m0D025D7B51DA191FC6D80F997B27442A9F967A1D_inline((&L_11), (Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); return (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Unsafe_As_TisRuntimeObject_m4FCE50B86F34743A387F4E16D9390305DCFB14C2_gshared_inline (RuntimeObject * ___o0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o0; return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0D025D7B51DA191FC6D80F997B27442A9F967A1D_gshared_inline (ReadOnlySpan_1_t89EC7F5A5B7253DA599EEFE0E19D147F376E9DC3 * __this, Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t95E8BF0F62016718CAF24D71446F85A32986715C * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar* Unsafe_AsRef_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m5E5975CD1A395BBD384135CCF4170535D5CCFD9C_gshared_inline (void* ___source0, const RuntimeMethod* method) { int32_t* V_0 = NULL; { void* L_0 = ___source0; V_0 = (int32_t*)L_0; int32_t* L_1 = V_0; return (Il2CppChar*)(L_1); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t Unsafe_ByteOffset_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_mBE5AFB80C664A712FB404774BDBD9F10A7001DCD_gshared_inline (Il2CppChar* ___origin0, Il2CppChar* ___target1, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___target1; Il2CppChar* L_1 = ___origin0; return (intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_0, (intptr_t)L_1)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_0 = ((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_count_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* Unsafe_AsPointer_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mFE5363C8BFE5A4D3AE3303F64D3C82D7FC49B31A_gshared_inline (uint8_t* ___value0, const RuntimeMethod* method) { { uint8_t* L_0 = ___value0; return (void*)(((uintptr_t)L_0)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* Unsafe_AddByteOffset_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE68DAB25D10502D2B005AFC472CDC705BD8B368E_gshared_inline (uint8_t* ___source0, intptr_t ___byteOffset1, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; intptr_t L_1 = ___byteOffset1; return (uint8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)L_1))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Unsafe_ReadUnaligned_TisVector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_m38E6C89CA680904C24ABDA2A287ED6447113E18E_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1 = (*(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)L_0); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_Equals_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m812AB97914E08946D5C5A380FCF9AE85DA6CDF7D_gshared_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_0 = ___left0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1 = ___right1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_2; L_2 = (( Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_0, (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_1_get_Zero_mF8984BCAC1DBE3D46B46FC92E0746AFE57B55A9C_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_0 = ((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_zero_2(); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Unsafe_AreSame_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7FA6A8EE8F837A5CFEA79994BA7B212FC69C5070_gshared_inline (uint8_t* ___left0, uint8_t* ___right1, const RuntimeMethod* method) { { uint8_t* L_0 = ___left0; uint8_t* L_1 = ___right1; return (bool)((((RuntimeObject*)(intptr_t)L_0) == ((RuntimeObject*)(intptr_t)L_1))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector_1_op_Inequality_m285E975C7403CC4A46F009C0A619ED851BA023BA_gshared_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_0 = ___left0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1 = ___right1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_2; L_2 = (( bool (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_0, (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector_1_op_Equality_m012FE1D2B2ED8B5F8D4549A411460DC3976BADCA_gshared_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_0 = ___right1; bool L_1; L_1 = Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (bool)L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uintptr_t Unsafe_ReadUnaligned_TisUIntPtr_t_m0C79099425F0BA06E8A96B95EA84438BE59A442D_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; uintptr_t L_1 = (*(uintptr_t*)L_0); return (uintptr_t)L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 Vector_AsVectorUInt64_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m5774F85B0D017BB37B6B2DEE16D177B49356BD48_gshared_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___value0, const RuntimeMethod* method) { { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 L_1; L_1 = (( Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 )L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector_1_get_Count_m54CA3B0171A033C9636A9B2CD26BA5F05D8B77E2_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_0 = ((Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_count_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_AsVectorByte_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF7BFEE5836FF3B9AE34C6D3DC39C3287AECEA0D8_gshared_inline (Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 ___value0, const RuntimeMethod* method) { { Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1; L_1 = (( Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 (*) (Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector_1_get_Count_mD0D7B5640A87FF387C975C884C89E9717F5EA525_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_0 = ((Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_count_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Unsafe_SizeOf_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_m91B83BA0CC32D27CB1032F18DDB7D5ABEB1A9940_gshared_inline (const RuntimeMethod* method) { { uint32_t L_0 = sizeof(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 Unsafe_Read_TisVector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_mBB1DF2767AC9B44702AD7575971276B62E4BDC23_gshared_inline (void* ___source0, const RuntimeMethod* method) { { void* L_0 = ___source0; Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_1 = (*(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 *)L_0); return (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 )L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 Vector_Equals_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mCDB9B27AC8BEC6E7B4DDF864FF36C4671F1A47B0_gshared_inline (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___left0, Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___right1, const RuntimeMethod* method) { { Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_0 = ___left0; Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_1 = ___right1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_2; L_2 = (( Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 (*) (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 , Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 )L_0, (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 )L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 Vector_1_get_Zero_mDB8F8C409C757B7CA1BC7E13F093E7571CDCD54C_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_0 = ((Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_zero_2(); return (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 Vector_AsVectorUInt64_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mFFBF84AADFC2ACF94EDB6EB83E84346EC9A4F26B_gshared_inline (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___value0, const RuntimeMethod* method) { { Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 L_1; L_1 = (( Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 (*) (Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 )L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* Unsafe_Add_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m883139F0CBAD127392C821D1FB664E9E1A951F68_gshared_inline (uint8_t* ___source0, intptr_t ___elementOffset1, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; intptr_t L_1 = ___elementOffset1; uint32_t L_2 = sizeof(uint8_t); return (uint8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)L_1, (int32_t)L_2))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Reg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3 * Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3_mF4BF2810CBE7C096DA5665F72347A83B85057E67_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; return (Reg64_t4A40DA33D6F4C8FB3A17A3B3D9E6FB5B1FEEE9B3 *)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Reg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923 * Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923_m83848096DA9597AB033C49BCAD65A7C893E1E49B_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; return (Reg32_tA8676F8C245F150C7985C4A3BC3CD44E58D3B923 *)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Reg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4 * Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisReg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4_mC19D8F3A2035990A057B673C4292F6BBBAA741E6_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; return (Reg16_t8B2CE150B820232BE56C005C405133CCA7A58CD4 *)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m3F26CDAA14482020C5D16E94E88D7982DE699AA0_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; return (int64_t*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t* Unsafe_As_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m83EA99EBE20E63BBE5820F879F0820E5BF2D62C5_gshared_inline (uint8_t* ___source0, const RuntimeMethod* method) { { uint8_t* L_0 = ___source0; return (int32_t*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t* Unsafe_Add_TisIntPtr_t_m44E0D710DECB6ABFDA5976DFB8672237C4452E29_gshared_inline (intptr_t* ___source0, intptr_t ___elementOffset1, const RuntimeMethod* method) { { intptr_t* L_0 = ___source0; intptr_t L_1 = ___elementOffset1; uint32_t L_2 = sizeof(intptr_t); return (intptr_t*)(((intptr_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)L_1, (int32_t)L_2))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 Span_1_Slice_mA78401314BCFC75985E893A27A30ADC027FD83E9_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) <= ((uint32_t)L_1)))) { goto IL_0014; } } { int32_t L_2 = ___length1; int32_t L_3 = (int32_t)__this->get__length_2(); int32_t L_4 = ___start0; if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))) { goto IL_001a; } } IL_0014: { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_001a: { intptr_t L_5 = (intptr_t)__this->get__byteOffset_1(); int32_t L_6 = ___start0; intptr_t L_7; L_7 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_7; Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * L_8 = (Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m373EA84BF632F6408591B525142C56CAC893C040_inline((&L_11), (Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)L_8, (intptr_t)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 Span_1_Slice_mB88D43B3503491E904A7607A97A3E689E4C5C0A0_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, int32_t ___start0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) > ((uint32_t)L_1)))) { goto IL_000f; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5((int32_t)1, /*hidden argument*/NULL); } IL_000f: { intptr_t L_2 = (intptr_t)__this->get__byteOffset_1(); int32_t L_3 = ___start0; intptr_t L_4; L_4 = (( intptr_t (*) (intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((intptr_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); V_0 = (intptr_t)L_4; int32_t L_5 = (int32_t)__this->get__length_2(); int32_t L_6 = ___start0; V_1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)); Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * L_7 = (Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)__this->get__pinnable_0(); intptr_t L_8 = V_0; int32_t L_9 = V_1; Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 L_10; memset((&L_10), 0, sizeof(L_10)); Span_1__ctor_m373EA84BF632F6408591B525142C56CAC893C040_inline((&L_10), (Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 *)L_7, (intptr_t)L_8, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 )L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (void*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m0D02A059B63020F14BCD1DDD5F72D4EBA34B3955_gshared_inline (ReadOnlySpan_1_t03DDF1A13DD7F8143C692DB7B68817A086932726 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m373EA84BF632F6408591B525142C56CAC893C040_gshared_inline (Span_1_tA2AD9FB303A0BA36B1129534451F6EAE74DFEA83 * __this, Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_t3FA89DC88CD7499604577377AB0B618C80108110 * L_1 = ___pinnable0; __this->set__pinnable_0(L_1); intptr_t L_2 = ___byteOffset1; __this->set__byteOffset_1((intptr_t)L_2); return; } }